Test Report: Docker_Linux_crio_arm64 19648

                    
                      19ffff660c46bc7b90fe09c589ad190d67168a08:2024-09-22:36324
                    
                

Test fail (4/327)

Order failed test Duration
33 TestAddons/parallel/Registry 74.66
34 TestAddons/parallel/Ingress 152.43
36 TestAddons/parallel/MetricsServer 353.63
301 TestStartStop/group/old-k8s-version/serial/SecondStart 381.05
x
+
TestAddons/parallel/Registry (74.66s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:328: registry stabilized in 4.732538ms
addons_test.go:330: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-66c9cd494c-prb79" [21277f93-c7df-49c2-ac0b-8925d24191a0] Running
addons_test.go:330: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.003880895s
addons_test.go:333: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-gpkmf" [ad71b87e-f2c1-4024-a19f-62e8b061e5cb] Running
addons_test.go:333: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.003607661s
addons_test.go:338: (dbg) Run:  kubectl --context addons-063976 delete po -l run=registry-test --now
addons_test.go:343: (dbg) Run:  kubectl --context addons-063976 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"
addons_test.go:343: (dbg) Non-zero exit: kubectl --context addons-063976 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local": exit status 1 (1m0.114612754s)

                                                
                                                
-- stdout --
	pod "registry-test" deleted

                                                
                                                
-- /stdout --
** stderr ** 
	error: timed out waiting for the condition

                                                
                                                
** /stderr **
addons_test.go:345: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-063976 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c \"wget --spider -S http://registry.kube-system.svc.cluster.local\"" failed: exit status 1
addons_test.go:349: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:357: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 ip
2024/09/22 15:07:10 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:386: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 addons disable registry --alsologtostderr -v=1
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/Registry]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-063976
helpers_test.go:235: (dbg) docker inspect addons-063976:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7",
	        "Created": "2024-09-22T14:55:00.229696128Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 2483204,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-22T14:55:00.402808187Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c94982da1293baee77c00993711af197ed62d6b1a4ee12c0caa4f57c70de4fdc",
	        "ResolvConfPath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/hostname",
	        "HostsPath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/hosts",
	        "LogPath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7-json.log",
	        "Name": "/addons-063976",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-063976:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-063976",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 4194304000,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 8388608000,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f-init/diff:/var/lib/docker/overlay2/d9219ecf4ba4139ee105e87e1abf332b82a9a5b666e2f75f38e8e0be91bf8411/diff",
	                "MergedDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f/merged",
	                "UpperDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f/diff",
	                "WorkDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-063976",
	                "Source": "/var/lib/docker/volumes/addons-063976/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-063976",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed",
	            "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-063976",
	                "name.minikube.sigs.k8s.io": "addons-063976",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "ad7942347cfa02a578db2fdb2ed1f4424cb756d7d77a5266beff48390c10ec84",
	            "SandboxKey": "/var/run/docker/netns/ad7942347cfa",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36060"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36061"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36064"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36062"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36063"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-063976": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "ae748a09d86a91bbc8b0d95fb38cfca1c7ccfd5c35e637ecdacbdd3d057a35c9",
	                    "EndpointID": "ae4aa5b42517badae53d9843e10d59222017245710fc4c49373af7241a457018",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-063976",
	                        "f3bf1d9e3863"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-063976 -n addons-063976
helpers_test.go:244: <<< TestAddons/parallel/Registry FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Registry]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-063976 logs -n 25: (2.150838835s)
helpers_test.go:252: TestAddons/parallel/Registry logs: 
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                 Args                 |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only              | download-only-111092   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | -p download-only-111092              |                        |         |         |                     |                     |
	|         | --force --alsologtostderr            |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0         |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | --all                                | minikube               | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| delete  | -p download-only-111092              | download-only-111092   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| start   | -o=json --download-only              | download-only-258467   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | -p download-only-258467              |                        |         |         |                     |                     |
	|         | --force --alsologtostderr            |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1         |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | --all                                | minikube               | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| delete  | -p download-only-258467              | download-only-258467   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| delete  | -p download-only-111092              | download-only-111092   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| delete  | -p download-only-258467              | download-only-258467   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| start   | --download-only -p                   | download-docker-576867 | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | download-docker-576867               |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | -p download-docker-576867            | download-docker-576867 | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| start   | --download-only -p                   | binary-mirror-068084   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | binary-mirror-068084                 |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --binary-mirror                      |                        |         |         |                     |                     |
	|         | http://127.0.0.1:39137               |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-068084              | binary-mirror-068084   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| addons  | enable dashboard -p                  | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | addons-063976                        |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                 | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | addons-063976                        |                        |         |         |                     |                     |
	| start   | -p addons-063976 --wait=true         | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:57 UTC |
	|         | --memory=4000 --alsologtostderr      |                        |         |         |                     |                     |
	|         | --addons=registry                    |                        |         |         |                     |                     |
	|         | --addons=metrics-server              |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots             |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver         |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                    |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner               |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget            |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin        |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano       |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	|         | --addons=ingress                     |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                 |                        |         |         |                     |                     |
	| addons  | enable headlamp                      | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:06 UTC | 22 Sep 24 15:06 UTC |
	|         | -p addons-063976                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-063976 addons disable         | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:06 UTC | 22 Sep 24 15:06 UTC |
	|         | headlamp --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| ip      | addons-063976 ip                     | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	| addons  | addons-063976 addons disable         | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	|         | registry --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| addons  | addons-063976 addons                 | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC |                     |
	|         | disable csi-hostpath-driver          |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/22 14:54:35
	Running on machine: ip-172-31-21-244
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0922 14:54:35.724729 2482715 out.go:345] Setting OutFile to fd 1 ...
	I0922 14:54:35.724911 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:54:35.724924 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:54:35.724931 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:54:35.725175 2482715 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 14:54:35.725635 2482715 out.go:352] Setting JSON to false
	I0922 14:54:35.726508 2482715 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":67026,"bootTime":1726949850,"procs":146,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
	I0922 14:54:35.726579 2482715 start.go:139] virtualization:  
	I0922 14:54:35.728268 2482715 out.go:177] * [addons-063976] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0922 14:54:35.729812 2482715 out.go:177]   - MINIKUBE_LOCATION=19648
	I0922 14:54:35.729951 2482715 notify.go:220] Checking for updates...
	I0922 14:54:35.731770 2482715 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0922 14:54:35.733170 2482715 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 14:54:35.734394 2482715 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	I0922 14:54:35.735541 2482715 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0922 14:54:35.736795 2482715 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0922 14:54:35.738157 2482715 driver.go:394] Setting default libvirt URI to qemu:///system
	I0922 14:54:35.761021 2482715 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0922 14:54:35.761155 2482715 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 14:54:35.816317 2482715 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-22 14:54:35.80703795 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 14:54:35.816430 2482715 docker.go:318] overlay module found
	I0922 14:54:35.818044 2482715 out.go:177] * Using the docker driver based on user configuration
	I0922 14:54:35.819355 2482715 start.go:297] selected driver: docker
	I0922 14:54:35.819369 2482715 start.go:901] validating driver "docker" against <nil>
	I0922 14:54:35.819384 2482715 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0922 14:54:35.820024 2482715 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 14:54:35.869952 2482715 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-22 14:54:35.861052752 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 14:54:35.870165 2482715 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0922 14:54:35.870387 2482715 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0922 14:54:35.871799 2482715 out.go:177] * Using Docker driver with root privileges
	I0922 14:54:35.872892 2482715 cni.go:84] Creating CNI manager for ""
	I0922 14:54:35.872955 2482715 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 14:54:35.872967 2482715 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0922 14:54:35.873044 2482715 start.go:340] cluster config:
	{Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 14:54:35.874377 2482715 out.go:177] * Starting "addons-063976" primary control-plane node in "addons-063976" cluster
	I0922 14:54:35.875628 2482715 cache.go:121] Beginning downloading kic base image for docker with crio
	I0922 14:54:35.876806 2482715 out.go:177] * Pulling base image v0.0.45-1726784731-19672 ...
	I0922 14:54:35.877805 2482715 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:54:35.877859 2482715 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0922 14:54:35.877868 2482715 cache.go:56] Caching tarball of preloaded images
	I0922 14:54:35.877884 2482715 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0922 14:54:35.877954 2482715 preload.go:172] Found /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0922 14:54:35.877964 2482715 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0922 14:54:35.878303 2482715 profile.go:143] Saving config to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/config.json ...
	I0922 14:54:35.878331 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/config.json: {Name:mke0232078bbf840b58954d7f0442c142abec8df Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:54:35.892097 2482715 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0922 14:54:35.892218 2482715 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory
	I0922 14:54:35.892245 2482715 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory, skipping pull
	I0922 14:54:35.892251 2482715 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed exists in cache, skipping pull
	I0922 14:54:35.892261 2482715 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed as a tarball
	I0922 14:54:35.892270 2482715 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from local cache
	I0922 14:54:52.926826 2482715 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from cached tarball
	I0922 14:54:52.926868 2482715 cache.go:194] Successfully downloaded all kic artifacts
	I0922 14:54:52.926909 2482715 start.go:360] acquireMachinesLock for addons-063976: {Name:mke668f3f36c0692e17cc19a9e9399a74e35b805 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 14:54:52.927053 2482715 start.go:364] duration metric: took 108.879µs to acquireMachinesLock for "addons-063976"
	I0922 14:54:52.927086 2482715 start.go:93] Provisioning new machine with config: &{Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0922 14:54:52.927171 2482715 start.go:125] createHost starting for "" (driver="docker")
	I0922 14:54:52.928804 2482715 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0922 14:54:52.929057 2482715 start.go:159] libmachine.API.Create for "addons-063976" (driver="docker")
	I0922 14:54:52.929088 2482715 client.go:168] LocalClient.Create starting
	I0922 14:54:52.929207 2482715 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem
	I0922 14:54:53.555955 2482715 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem
	I0922 14:54:53.980565 2482715 cli_runner.go:164] Run: docker network inspect addons-063976 --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}}]}"
	W0922 14:54:53.997134 2482715 cli_runner.go:211] docker network inspect addons-063976 --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
	I0922 14:54:53.997275 2482715 network_create.go:284] running [docker network inspect addons-063976] to gather additional debugging logs...
	I0922 14:54:53.997298 2482715 cli_runner.go:164] Run: docker network inspect addons-063976
	W0922 14:54:54.012489 2482715 cli_runner.go:211] docker network inspect addons-063976 returned with exit code 1
	I0922 14:54:54.012525 2482715 network_create.go:287] error running [docker network inspect addons-063976]: docker network inspect addons-063976: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-063976 not found
	I0922 14:54:54.012541 2482715 network_create.go:289] output of [docker network inspect addons-063976]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-063976 not found
	
	** /stderr **
	I0922 14:54:54.012637 2482715 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}}]}"
	I0922 14:54:54.030000 2482715 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:0x400179d100}
	I0922 14:54:54.030050 2482715 network_create.go:124] attempt to create docker network addons-063976 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0922 14:54:54.030111 2482715 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-063976 addons-063976
	I0922 14:54:54.096917 2482715 network_create.go:108] docker network addons-063976 192.168.49.0/24 created
	I0922 14:54:54.096952 2482715 kic.go:121] calculated static IP "192.168.49.2" for the "addons-063976" container
	I0922 14:54:54.097029 2482715 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0922 14:54:54.111719 2482715 cli_runner.go:164] Run: docker volume create addons-063976 --label name.minikube.sigs.k8s.io=addons-063976 --label created_by.minikube.sigs.k8s.io=true
	I0922 14:54:54.127197 2482715 oci.go:103] Successfully created a docker volume addons-063976
	I0922 14:54:54.127308 2482715 cli_runner.go:164] Run: docker run --rm --name addons-063976-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-063976 --entrypoint /usr/bin/test -v addons-063976:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib
	I0922 14:54:56.175550 2482715 cli_runner.go:217] Completed: docker run --rm --name addons-063976-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-063976 --entrypoint /usr/bin/test -v addons-063976:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib: (2.048189242s)
	I0922 14:54:56.175580 2482715 oci.go:107] Successfully prepared a docker volume addons-063976
	I0922 14:54:56.175598 2482715 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:54:56.175618 2482715 kic.go:194] Starting extracting preloaded images to volume ...
	I0922 14:54:56.175682 2482715 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-063976:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir
	I0922 14:55:00.148651 2482715 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-063976:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir: (3.972914503s)
	I0922 14:55:00.148692 2482715 kic.go:203] duration metric: took 3.973069741s to extract preloaded images to volume ...
	W0922 14:55:00.148855 2482715 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0922 14:55:00.148990 2482715 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0922 14:55:00.213241 2482715 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-063976 --name addons-063976 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-063976 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-063976 --network addons-063976 --ip 192.168.49.2 --volume addons-063976:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed
	I0922 14:55:00.585506 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Running}}
	I0922 14:55:00.608847 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:00.634211 2482715 cli_runner.go:164] Run: docker exec addons-063976 stat /var/lib/dpkg/alternatives/iptables
	I0922 14:55:00.713119 2482715 oci.go:144] the created container "addons-063976" has a running status.
	I0922 14:55:00.713149 2482715 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa...
	I0922 14:55:01.468729 2482715 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0922 14:55:01.492215 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:01.512354 2482715 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0922 14:55:01.512375 2482715 kic_runner.go:114] Args: [docker exec --privileged addons-063976 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0922 14:55:01.574913 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:01.596887 2482715 machine.go:93] provisionDockerMachine start ...
	I0922 14:55:01.596986 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:01.616066 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:01.616336 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:01.616347 2482715 main.go:141] libmachine: About to run SSH command:
	hostname
	I0922 14:55:01.750577 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-063976
	
	I0922 14:55:01.750651 2482715 ubuntu.go:169] provisioning hostname "addons-063976"
	I0922 14:55:01.750758 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:01.775479 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:01.775776 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:01.775789 2482715 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-063976 && echo "addons-063976" | sudo tee /etc/hostname
	I0922 14:55:01.931531 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-063976
	
	I0922 14:55:01.931629 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:01.949300 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:01.949557 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:01.949581 2482715 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-063976' /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-063976/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-063976' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0922 14:55:02.082974 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0922 14:55:02.083005 2482715 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19648-2476577/.minikube CaCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19648-2476577/.minikube}
	I0922 14:55:02.083035 2482715 ubuntu.go:177] setting up certificates
	I0922 14:55:02.083046 2482715 provision.go:84] configureAuth start
	I0922 14:55:02.083123 2482715 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-063976
	I0922 14:55:02.104719 2482715 provision.go:143] copyHostCerts
	I0922 14:55:02.104801 2482715 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.pem (1078 bytes)
	I0922 14:55:02.104935 2482715 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/cert.pem (1123 bytes)
	I0922 14:55:02.105014 2482715 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/key.pem (1675 bytes)
	I0922 14:55:02.105107 2482715 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem org=jenkins.addons-063976 san=[127.0.0.1 192.168.49.2 addons-063976 localhost minikube]
	I0922 14:55:02.678206 2482715 provision.go:177] copyRemoteCerts
	I0922 14:55:02.678278 2482715 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0922 14:55:02.678320 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:02.696876 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:02.791863 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0922 14:55:02.815904 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0922 14:55:02.839824 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0922 14:55:02.863972 2482715 provision.go:87] duration metric: took 780.907715ms to configureAuth
	I0922 14:55:02.864002 2482715 ubuntu.go:193] setting minikube options for container-runtime
	I0922 14:55:02.864197 2482715 config.go:182] Loaded profile config "addons-063976": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 14:55:02.864316 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:02.881149 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:02.881408 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:02.881433 2482715 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0922 14:55:03.119410 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0922 14:55:03.119433 2482715 machine.go:96] duration metric: took 1.522526592s to provisionDockerMachine
	I0922 14:55:03.119443 2482715 client.go:171] duration metric: took 10.190343536s to LocalClient.Create
	I0922 14:55:03.119458 2482715 start.go:167] duration metric: took 10.190401479s to libmachine.API.Create "addons-063976"
	I0922 14:55:03.119465 2482715 start.go:293] postStartSetup for "addons-063976" (driver="docker")
	I0922 14:55:03.119476 2482715 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]
	I0922 14:55:03.119543 2482715 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
	I0922 14:55:03.119587 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.136642 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.236313 2482715 ssh_runner.go:195] Run: cat /etc/os-release
	I0922 14:55:03.239513 2482715 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0922 14:55:03.239553 2482715 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0922 14:55:03.239567 2482715 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0922 14:55:03.239574 2482715 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0922 14:55:03.239586 2482715 filesync.go:126] Scanning /home/jenkins/minikube-integration/19648-2476577/.minikube/addons for local assets ...
	I0922 14:55:03.239661 2482715 filesync.go:126] Scanning /home/jenkins/minikube-integration/19648-2476577/.minikube/files for local assets ...
	I0922 14:55:03.239688 2482715 start.go:296] duration metric: took 120.217862ms for postStartSetup
	I0922 14:55:03.240013 2482715 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-063976
	I0922 14:55:03.256380 2482715 profile.go:143] Saving config to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/config.json ...
	I0922 14:55:03.256671 2482715 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0922 14:55:03.256723 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.272334 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.363817 2482715 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0922 14:55:03.368225 2482715 start.go:128] duration metric: took 10.441037109s to createHost
	I0922 14:55:03.368252 2482715 start.go:83] releasing machines lock for "addons-063976", held for 10.441182639s
	I0922 14:55:03.368326 2482715 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-063976
	I0922 14:55:03.385873 2482715 ssh_runner.go:195] Run: cat /version.json
	I0922 14:55:03.385935 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.386210 2482715 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0922 14:55:03.386287 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.405734 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.420055 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.498459 2482715 ssh_runner.go:195] Run: systemctl --version
	I0922 14:55:03.626174 2482715 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0922 14:55:03.766617 2482715 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0922 14:55:03.770787 2482715 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 "sudo mv {} {}.mk_disabled" ;
	I0922 14:55:03.791081 2482715 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0922 14:55:03.791171 2482715 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" ;
	I0922 14:55:03.822140 2482715 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0922 14:55:03.822165 2482715 start.go:495] detecting cgroup driver to use...
	I0922 14:55:03.822217 2482715 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0922 14:55:03.822291 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0922 14:55:03.838777 2482715 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0922 14:55:03.850499 2482715 docker.go:217] disabling cri-docker service (if available) ...
	I0922 14:55:03.850584 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0922 14:55:03.865445 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0922 14:55:03.880257 2482715 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0922 14:55:03.964589 2482715 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0922 14:55:04.061605 2482715 docker.go:233] disabling docker service ...
	I0922 14:55:04.061722 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0922 14:55:04.080539 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0922 14:55:04.092555 2482715 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0922 14:55:04.182700 2482715 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0922 14:55:04.282405 2482715 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0922 14:55:04.295493 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0922 14:55:04.312500 2482715 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0922 14:55:04.312567 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.323311 2482715 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0922 14:55:04.323384 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.333196 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.343407 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.353343 2482715 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0922 14:55:04.362455 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.372838 2482715 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.389690 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n  "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.399594 2482715 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0922 14:55:04.408436 2482715 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0922 14:55:04.417122 2482715 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 14:55:04.498742 2482715 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0922 14:55:04.612511 2482715 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0922 14:55:04.612604 2482715 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0922 14:55:04.616253 2482715 start.go:563] Will wait 60s for crictl version
	I0922 14:55:04.616319 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:55:04.620105 2482715 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0922 14:55:04.655754 2482715 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0922 14:55:04.655856 2482715 ssh_runner.go:195] Run: crio --version
	I0922 14:55:04.698023 2482715 ssh_runner.go:195] Run: crio --version
	I0922 14:55:04.737694 2482715 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0922 14:55:04.740864 2482715 cli_runner.go:164] Run: docker network inspect addons-063976 --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}}]}"
	I0922 14:55:04.756577 2482715 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0922 14:55:04.760138 2482715 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""
	I0922 14:55:04.771100 2482715 kubeadm.go:883] updating cluster {Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0922 14:55:04.771227 2482715 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:55:04.771291 2482715 ssh_runner.go:195] Run: sudo crictl images --output json
	I0922 14:55:04.846770 2482715 crio.go:514] all images are preloaded for cri-o runtime.
	I0922 14:55:04.846809 2482715 crio.go:433] Images already preloaded, skipping extraction
	I0922 14:55:04.846869 2482715 ssh_runner.go:195] Run: sudo crictl images --output json
	I0922 14:55:04.882869 2482715 crio.go:514] all images are preloaded for cri-o runtime.
	I0922 14:55:04.882893 2482715 cache_images.go:84] Images are preloaded, skipping loading
	I0922 14:55:04.882902 2482715 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0922 14:55:04.883011 2482715 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-063976 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0922 14:55:04.883099 2482715 ssh_runner.go:195] Run: crio config
	I0922 14:55:04.957018 2482715 cni.go:84] Creating CNI manager for ""
	I0922 14:55:04.957042 2482715 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 14:55:04.957051 2482715 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0922 14:55:04.957075 2482715 kubeadm.go:181] 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.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-063976 NodeName:addons-063976 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0922 14:55:04.957218 2482715 kubeadm.go:187] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	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:///var/run/crio/crio.sock
	  name: "addons-063976"
	  kubeletExtraArgs:
	    node-ip: 192.168.49.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.31.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.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
	
	I0922 14:55:04.957292 2482715 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0922 14:55:04.965916 2482715 binaries.go:44] Found k8s binaries, skipping transfer
	I0922 14:55:04.966000 2482715 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0922 14:55:04.974324 2482715 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0922 14:55:04.991610 2482715 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0922 14:55:05.010092 2482715 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0922 14:55:05.028367 2482715 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0922 14:55:05.031881 2482715 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""
	I0922 14:55:05.042754 2482715 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 14:55:05.124698 2482715 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0922 14:55:05.138865 2482715 certs.go:68] Setting up /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976 for IP: 192.168.49.2
	I0922 14:55:05.138988 2482715 certs.go:194] generating shared ca certs ...
	I0922 14:55:05.139024 2482715 certs.go:226] acquiring lock for ca certs: {Name:mkeff3e73d2be4d9e117d80b8189a4c062e8cbf0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:05.139228 2482715 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key
	I0922 14:55:05.841573 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt ...
	I0922 14:55:05.841606 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt: {Name:mk3c2ab64b8f73613fced8d472413259343a906f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:05.841816 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key ...
	I0922 14:55:05.841830 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key: {Name:mkc237d4de5a0207d0ed78097320dd579931769a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:05.841930 2482715 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key
	I0922 14:55:06.083405 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.crt ...
	I0922 14:55:06.083437 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.crt: {Name:mk511cdf7047cdd6cd600132bb1cc503964631d8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.083641 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key ...
	I0922 14:55:06.083656 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key: {Name:mke315d86ec30ddc4bf191cab4b71701127951ea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.083742 2482715 certs.go:256] generating profile certs ...
	I0922 14:55:06.083840 2482715 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.key
	I0922 14:55:06.083861 2482715 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt with IP's: []
	I0922 14:55:06.388590 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt ...
	I0922 14:55:06.388625 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: {Name:mkfd9c00fcbc9af85c4d69420797636f851b9562 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.388821 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.key ...
	I0922 14:55:06.388835 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.key: {Name:mked62c94f026a008a86a433bac10a96938d57e4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.388924 2482715 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf
	I0922 14:55:06.388948 2482715 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0922 14:55:06.727209 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf ...
	I0922 14:55:06.727256 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf: {Name:mkc95c4b68c73edca687dce47f195cfafca234fd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.727509 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf ...
	I0922 14:55:06.727527 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf: {Name:mkd5efe0babc1a23ef6840380692017efb562d5d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.728033 2482715 certs.go:381] copying /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf -> /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt
	I0922 14:55:06.728136 2482715 certs.go:385] copying /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf -> /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key
	I0922 14:55:06.728204 2482715 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key
	I0922 14:55:06.728227 2482715 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt with IP's: []
	I0922 14:55:07.013947 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt ...
	I0922 14:55:07.013984 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt: {Name:mka397e1bc4979f91e4cb089686a2e74c3867e52 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:07.014193 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key ...
	I0922 14:55:07.014208 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key: {Name:mke39efe89baff550b099df54ade398d4257cfa6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:07.014410 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem (1675 bytes)
	I0922 14:55:07.014456 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem (1078 bytes)
	I0922 14:55:07.014491 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem (1123 bytes)
	I0922 14:55:07.014519 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem (1675 bytes)
	I0922 14:55:07.015256 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0922 14:55:07.041113 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0922 14:55:07.066805 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0922 14:55:07.091493 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0922 14:55:07.116060 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0922 14:55:07.140630 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0922 14:55:07.165659 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0922 14:55:07.190212 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0922 14:55:07.214489 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0922 14:55:07.239198 2482715 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0922 14:55:07.257358 2482715 ssh_runner.go:195] Run: openssl version
	I0922 14:55:07.262874 2482715 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"
	I0922 14:55:07.272393 2482715 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0922 14:55:07.275815 2482715 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 22 14:55 /usr/share/ca-certificates/minikubeCA.pem
	I0922 14:55:07.275879 2482715 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0922 14:55:07.282584 2482715 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"
	I0922 14:55:07.292381 2482715 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0922 14:55:07.295863 2482715 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
	I0922 14:55:07.295908 2482715 kubeadm.go:392] StartCluster: {Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 14:55:07.295981 2482715 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0922 14:55:07.296037 2482715 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0922 14:55:07.335727 2482715 cri.go:89] found id: ""
	I0922 14:55:07.335798 2482715 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0922 14:55:07.344895 2482715 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0922 14:55:07.354083 2482715 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0922 14:55:07.354158 2482715 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
	I0922 14:55:07.363215 2482715 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
	I0922 14:55:07.363242 2482715 kubeadm.go:157] found existing configuration files:
	
	I0922 14:55:07.363320 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0922 14:55:07.372398 2482715 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
	I0922 14:55:07.372467 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0922 14:55:07.381396 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0922 14:55:07.390506 2482715 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
	I0922 14:55:07.390574 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0922 14:55:07.399103 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0922 14:55:07.408150 2482715 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
	I0922 14:55:07.408219 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0922 14:55:07.417063 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0922 14:55:07.425804 2482715 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
	I0922 14:55:07.425879 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0922 14:55:07.435078 2482715 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0922 14:55:07.477727 2482715 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0922 14:55:07.478116 2482715 kubeadm.go:310] [preflight] Running pre-flight checks
	I0922 14:55:07.518424 2482715 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0922 14:55:07.518500 2482715 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1070-aws
	I0922 14:55:07.518541 2482715 kubeadm.go:310] OS: Linux
	I0922 14:55:07.518588 2482715 kubeadm.go:310] CGROUPS_CPU: enabled
	I0922 14:55:07.518639 2482715 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0922 14:55:07.518691 2482715 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0922 14:55:07.518742 2482715 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0922 14:55:07.518801 2482715 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0922 14:55:07.518863 2482715 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0922 14:55:07.518913 2482715 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0922 14:55:07.518975 2482715 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0922 14:55:07.519026 2482715 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0922 14:55:07.588897 2482715 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0922 14:55:07.589018 2482715 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0922 14:55:07.589114 2482715 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0922 14:55:07.595550 2482715 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0922 14:55:07.599431 2482715 out.go:235]   - Generating certificates and keys ...
	I0922 14:55:07.599617 2482715 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0922 14:55:07.599726 2482715 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0922 14:55:07.805450 2482715 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0922 14:55:08.092033 2482715 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0922 14:55:08.655846 2482715 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0922 14:55:09.068459 2482715 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0922 14:55:09.289570 2482715 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0922 14:55:09.289902 2482715 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-063976 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0922 14:55:10.150116 2482715 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0922 14:55:10.150260 2482715 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-063976 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0922 14:55:10.957421 2482715 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0922 14:55:11.190684 2482715 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0922 14:55:11.931812 2482715 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0922 14:55:11.931967 2482715 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0922 14:55:12.281050 2482715 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0922 14:55:12.678363 2482715 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0922 14:55:13.123143 2482715 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0922 14:55:13.282119 2482715 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0922 14:55:13.813865 2482715 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0922 14:55:13.814588 2482715 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0922 14:55:13.817734 2482715 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0922 14:55:13.820895 2482715 out.go:235]   - Booting up control plane ...
	I0922 14:55:13.821009 2482715 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0922 14:55:13.821089 2482715 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0922 14:55:13.821163 2482715 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0922 14:55:13.831200 2482715 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0922 14:55:13.837141 2482715 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0922 14:55:13.837202 2482715 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0922 14:55:13.930294 2482715 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0922 14:55:13.930475 2482715 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0922 14:55:15.431987 2482715 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.50171512s
	I0922 14:55:15.432082 2482715 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0922 14:55:21.434361 2482715 kubeadm.go:310] [api-check] The API server is healthy after 6.002494481s
	I0922 14:55:21.455438 2482715 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0922 14:55:21.481110 2482715 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0922 14:55:21.529781 2482715 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0922 14:55:21.529983 2482715 kubeadm.go:310] [mark-control-plane] Marking the node addons-063976 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0922 14:55:21.558418 2482715 kubeadm.go:310] [bootstrap-token] Using token: 9sd6rk.t6g9zkh9pnyvtiez
	I0922 14:55:21.561256 2482715 out.go:235]   - Configuring RBAC rules ...
	I0922 14:55:21.561390 2482715 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0922 14:55:21.566234 2482715 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0922 14:55:21.576887 2482715 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
	I0922 14:55:21.582102 2482715 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0922 14:55:21.588499 2482715 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0922 14:55:21.595137 2482715 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0922 14:55:21.841484 2482715 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0922 14:55:22.268959 2482715 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0922 14:55:22.844805 2482715 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0922 14:55:22.846057 2482715 kubeadm.go:310] 
	I0922 14:55:22.846139 2482715 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0922 14:55:22.846147 2482715 kubeadm.go:310] 
	I0922 14:55:22.846222 2482715 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0922 14:55:22.846227 2482715 kubeadm.go:310] 
	I0922 14:55:22.846252 2482715 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0922 14:55:22.846310 2482715 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0922 14:55:22.846360 2482715 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0922 14:55:22.846364 2482715 kubeadm.go:310] 
	I0922 14:55:22.846417 2482715 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0922 14:55:22.846421 2482715 kubeadm.go:310] 
	I0922 14:55:22.846467 2482715 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0922 14:55:22.846472 2482715 kubeadm.go:310] 
	I0922 14:55:22.846526 2482715 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0922 14:55:22.846610 2482715 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0922 14:55:22.846678 2482715 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0922 14:55:22.846683 2482715 kubeadm.go:310] 
	I0922 14:55:22.846770 2482715 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0922 14:55:22.846845 2482715 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0922 14:55:22.846850 2482715 kubeadm.go:310] 
	I0922 14:55:22.846950 2482715 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 9sd6rk.t6g9zkh9pnyvtiez \
	I0922 14:55:22.847057 2482715 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9fc92f29ceae5348e0b85629963f4fcbba9c77ca07929169bfbbd47c0024a053 \
	I0922 14:55:22.847077 2482715 kubeadm.go:310] 	--control-plane 
	I0922 14:55:22.847081 2482715 kubeadm.go:310] 
	I0922 14:55:22.847165 2482715 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0922 14:55:22.847169 2482715 kubeadm.go:310] 
	I0922 14:55:22.847249 2482715 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 9sd6rk.t6g9zkh9pnyvtiez \
	I0922 14:55:22.847349 2482715 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9fc92f29ceae5348e0b85629963f4fcbba9c77ca07929169bfbbd47c0024a053 
	I0922 14:55:22.851315 2482715 kubeadm.go:310] W0922 14:55:07.472761    1156 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0922 14:55:22.851614 2482715 kubeadm.go:310] W0922 14:55:07.474238    1156 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0922 14:55:22.851826 2482715 kubeadm.go:310] 	[WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1070-aws\n", err: exit status 1
	I0922 14:55:22.851932 2482715 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0922 14:55:22.851957 2482715 cni.go:84] Creating CNI manager for ""
	I0922 14:55:22.851969 2482715 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 14:55:22.856563 2482715 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0922 14:55:22.859164 2482715 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0922 14:55:22.863054 2482715 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0922 14:55:22.863116 2482715 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0922 14:55:22.882304 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0922 14:55:23.177453 2482715 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0922 14:55:23.177585 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:23.177666 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-063976 minikube.k8s.io/updated_at=2024_09_22T14_55_23_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=5b57912a6e11509dc1149ba04e12218d24f36ea3 minikube.k8s.io/name=addons-063976 minikube.k8s.io/primary=true
	I0922 14:55:23.344386 2482715 ops.go:34] apiserver oom_adj: -16
	I0922 14:55:23.344496 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:23.845326 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:24.344609 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:24.844634 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:25.345153 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:25.844851 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:26.345177 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:26.845052 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:27.345437 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:27.430418 2482715 kubeadm.go:1113] duration metric: took 4.252878449s to wait for elevateKubeSystemPrivileges
	I0922 14:55:27.430450 2482715 kubeadm.go:394] duration metric: took 20.134544555s to StartCluster
	I0922 14:55:27.430467 2482715 settings.go:142] acquiring lock: {Name:mk2cf6e4d3f37a4f62280a8a9356d931b86b236f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:27.431024 2482715 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 14:55:27.431467 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/kubeconfig: {Name:mk86102d2663511afa0f6941c90df65de1224212 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:27.431666 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0922 14:55:27.431699 2482715 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0922 14:55:27.431934 2482715 config.go:182] Loaded profile config "addons-063976": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 14:55:27.431968 2482715 addons.go:507] enable addons start: toEnable=map[ambassador:false 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 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:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0922 14:55:27.432045 2482715 addons.go:69] Setting yakd=true in profile "addons-063976"
	I0922 14:55:27.432058 2482715 addons.go:234] Setting addon yakd=true in "addons-063976"
	I0922 14:55:27.432083 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.432555 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.433001 2482715 addons.go:69] Setting metrics-server=true in profile "addons-063976"
	I0922 14:55:27.433019 2482715 addons.go:234] Setting addon metrics-server=true in "addons-063976"
	I0922 14:55:27.433044 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.433466 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.433625 2482715 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-063976"
	I0922 14:55:27.433653 2482715 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-063976"
	I0922 14:55:27.433686 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.434168 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.436250 2482715 addons.go:69] Setting cloud-spanner=true in profile "addons-063976"
	I0922 14:55:27.436329 2482715 addons.go:234] Setting addon cloud-spanner=true in "addons-063976"
	I0922 14:55:27.436433 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.436657 2482715 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-063976"
	I0922 14:55:27.436714 2482715 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-063976"
	I0922 14:55:27.436743 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.437201 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.438378 2482715 addons.go:69] Setting registry=true in profile "addons-063976"
	I0922 14:55:27.438430 2482715 addons.go:234] Setting addon registry=true in "addons-063976"
	I0922 14:55:27.438489 2482715 addons.go:69] Setting default-storageclass=true in profile "addons-063976"
	I0922 14:55:27.438520 2482715 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-063976"
	I0922 14:55:27.438502 2482715 addons.go:69] Setting storage-provisioner=true in profile "addons-063976"
	I0922 14:55:27.438571 2482715 addons.go:234] Setting addon storage-provisioner=true in "addons-063976"
	I0922 14:55:27.438621 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.438835 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.439191 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.442046 2482715 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-063976"
	I0922 14:55:27.442086 2482715 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-063976"
	I0922 14:55:27.442393 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.438495 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.447173 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.449767 2482715 addons.go:69] Setting volcano=true in profile "addons-063976"
	I0922 14:55:27.449801 2482715 addons.go:234] Setting addon volcano=true in "addons-063976"
	I0922 14:55:27.449838 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.450312 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.458998 2482715 addons.go:69] Setting gcp-auth=true in profile "addons-063976"
	I0922 14:55:27.459037 2482715 mustload.go:65] Loading cluster: addons-063976
	I0922 14:55:27.459682 2482715 config.go:182] Loaded profile config "addons-063976": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 14:55:27.459973 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.462970 2482715 addons.go:69] Setting volumesnapshots=true in profile "addons-063976"
	I0922 14:55:27.463002 2482715 addons.go:234] Setting addon volumesnapshots=true in "addons-063976"
	I0922 14:55:27.463038 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.463629 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.475373 2482715 addons.go:69] Setting ingress=true in profile "addons-063976"
	I0922 14:55:27.475409 2482715 addons.go:234] Setting addon ingress=true in "addons-063976"
	I0922 14:55:27.475459 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.476114 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.488005 2482715 out.go:177] * Verifying Kubernetes components...
	I0922 14:55:27.490634 2482715 addons.go:69] Setting ingress-dns=true in profile "addons-063976"
	I0922 14:55:27.490679 2482715 addons.go:234] Setting addon ingress-dns=true in "addons-063976"
	I0922 14:55:27.490735 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.491265 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.504045 2482715 addons.go:69] Setting inspektor-gadget=true in profile "addons-063976"
	I0922 14:55:27.504092 2482715 addons.go:234] Setting addon inspektor-gadget=true in "addons-063976"
	I0922 14:55:27.504133 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.507757 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.491266 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.564166 2482715 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0922 14:55:27.566984 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0922 14:55:27.567012 2482715 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0922 14:55:27.567086 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.581954 2482715 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 14:55:27.584428 2482715 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-063976"
	I0922 14:55:27.584470 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.584895 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.607372 2482715 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0922 14:55:27.610111 2482715 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0922 14:55:27.610178 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0922 14:55:27.610783 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.621213 2482715 addons.go:234] Setting addon default-storageclass=true in "addons-063976"
	I0922 14:55:27.621251 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.621669 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.622011 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.623540 2482715 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	W0922 14:55:27.647386 2482715 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0922 14:55:27.650165 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0922 14:55:27.654239 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0922 14:55:27.656947 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0922 14:55:27.657147 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0922 14:55:27.657394 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0922 14:55:27.662103 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0922 14:55:27.662133 2482715 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0922 14:55:27.662250 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.666180 2482715 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 14:55:27.666198 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0922 14:55:27.666265 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.673290 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0922 14:55:27.673327 2482715 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0922 14:55:27.673395 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.658665 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0922 14:55:27.688781 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0922 14:55:27.715054 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0922 14:55:27.720447 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0922 14:55:27.724641 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0922 14:55:27.728072 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0922 14:55:27.733179 2482715 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0922 14:55:27.733482 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0922 14:55:27.735730 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0922 14:55:27.748403 2482715 out.go:177]   - Using image docker.io/registry:2.8.3
	I0922 14:55:27.751657 2482715 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0922 14:55:27.751728 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0922 14:55:27.751840 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.768389 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0922 14:55:27.768419 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0922 14:55:27.768487 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.777755 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.779736 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0922 14:55:27.779763 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0922 14:55:27.779830 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.780252 2482715 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.24
	I0922 14:55:27.780334 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0922 14:55:27.785142 2482715 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0922 14:55:27.785164 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0922 14:55:27.785228 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.797565 2482715 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0922 14:55:27.801225 2482715 out.go:177]   - Using image docker.io/busybox:stable
	I0922 14:55:27.806054 2482715 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0922 14:55:27.806076 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0922 14:55:27.806139 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.821112 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0922 14:55:27.824537 2482715 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0922 14:55:27.824565 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0922 14:55:27.824634 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.825443 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0922 14:55:27.825727 2482715 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0922 14:55:27.825769 2482715 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0922 14:55:27.825850 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.851367 2482715 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0922 14:55:27.851388 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0922 14:55:27.851453 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.851841 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.852615 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.855192 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.895053 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.905222 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.909830 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.946831 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.966900 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.977141 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.984470 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.985286 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	W0922 14:55:27.986669 2482715 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0922 14:55:27.986701 2482715 retry.go:31] will retry after 322.763221ms: ssh: handshake failed: EOF
	I0922 14:55:27.992849 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:28.251688 2482715 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0922 14:55:28.342801 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0922 14:55:28.342875 2482715 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0922 14:55:28.346652 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0922 14:55:28.346741 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0922 14:55:28.409073 2482715 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0922 14:55:28.409158 2482715 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0922 14:55:28.419098 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0922 14:55:28.419169 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0922 14:55:28.432410 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0922 14:55:28.432741 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 14:55:28.457224 2482715 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0922 14:55:28.457297 2482715 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0922 14:55:28.459105 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0922 14:55:28.462595 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0922 14:55:28.468094 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0922 14:55:28.468171 2482715 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)
	I0922 14:55:28.479613 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0922 14:55:28.479686 2482715 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0922 14:55:28.480071 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0922 14:55:28.490987 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0922 14:55:28.491067 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0922 14:55:28.504286 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0922 14:55:28.586368 2482715 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0922 14:55:28.586449 2482715 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0922 14:55:28.596350 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0922 14:55:28.596427 2482715 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0922 14:55:28.630208 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0922 14:55:28.630284 2482715 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0922 14:55:28.648139 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0922 14:55:28.648206 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0922 14:55:28.683678 2482715 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0922 14:55:28.683751 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0922 14:55:28.709682 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0922 14:55:28.709758 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0922 14:55:28.713193 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0922 14:55:28.713267 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0922 14:55:28.803906 2482715 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0922 14:55:28.804019 2482715 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0922 14:55:28.813065 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0922 14:55:28.813145 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0922 14:55:28.826672 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0922 14:55:28.826762 2482715 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0922 14:55:28.884055 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0922 14:55:28.892258 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0922 14:55:28.904326 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0922 14:55:28.910468 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0922 14:55:28.910560 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0922 14:55:28.965230 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0922 14:55:28.965253 2482715 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0922 14:55:28.984576 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0922 14:55:29.015339 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0922 14:55:29.015365 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0922 14:55:29.163171 2482715 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0922 14:55:29.163246 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0922 14:55:29.174033 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0922 14:55:29.174105 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0922 14:55:29.182049 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0922 14:55:29.182125 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0922 14:55:29.338313 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0922 14:55:29.338390 2482715 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0922 14:55:29.340842 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0922 14:55:29.346124 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0922 14:55:29.346201 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0922 14:55:29.485266 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0922 14:55:29.485340 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0922 14:55:29.495541 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0922 14:55:29.495620 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0922 14:55:29.612989 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0922 14:55:29.613065 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0922 14:55:29.620078 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0922 14:55:29.620148 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0922 14:55:29.759729 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0922 14:55:29.759805 2482715 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0922 14:55:29.789578 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
	I0922 14:55:29.929468 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0922 14:55:30.135492 2482715 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.448734597s)
	I0922 14:55:30.135574 2482715 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0922 14:55:30.136883 2482715 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.885164835s)
	I0922 14:55:30.138016 2482715 node_ready.go:35] waiting up to 6m0s for node "addons-063976" to be "Ready" ...
	I0922 14:55:31.048077 2482715 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-063976" context rescaled to 1 replicas
	I0922 14:55:32.170041 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:32.356040 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.923538646s)
	I0922 14:55:32.356125 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.923336124s)
	I0922 14:55:32.356148 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.8969763s)
	I0922 14:55:33.425470 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.96279648s)
	I0922 14:55:33.425868 2482715 addons.go:475] Verifying addon ingress=true in "addons-063976"
	I0922 14:55:33.425580 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.945455332s)
	I0922 14:55:33.425626 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.921277305s)
	I0922 14:55:33.425658 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.541524746s)
	I0922 14:55:33.425688 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.533351727s)
	I0922 14:55:33.425713 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.521309141s)
	I0922 14:55:33.426324 2482715 addons.go:475] Verifying addon registry=true in "addons-063976"
	I0922 14:55:33.425795 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.441163891s)
	I0922 14:55:33.426635 2482715 addons.go:475] Verifying addon metrics-server=true in "addons-063976"
	I0922 14:55:33.429260 2482715 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-063976 service yakd-dashboard -n yakd-dashboard
	
	I0922 14:55:33.429350 2482715 out.go:177] * Verifying ingress addon...
	I0922 14:55:33.429397 2482715 out.go:177] * Verifying registry addon...
	I0922 14:55:33.434194 2482715 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0922 14:55:33.436271 2482715 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0922 14:55:33.442996 2482715 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0922 14:55:33.443065 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:33.490984 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.150051538s)
	W0922 14:55:33.491164 2482715 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0922 14:55:33.491292 2482715 retry.go:31] will retry after 338.815892ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0922 14:55:33.491111 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.701453908s)
	I0922 14:55:33.522621 2482715 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0922 14:55:33.522651 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:33.825435 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.895850701s)
	I0922 14:55:33.825520 2482715 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-063976"
	I0922 14:55:33.828378 2482715 out.go:177] * Verifying csi-hostpath-driver addon...
	I0922 14:55:33.830670 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0922 14:55:33.831855 2482715 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0922 14:55:33.853875 2482715 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0922 14:55:33.853949 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:33.954515 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:33.955608 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:34.336800 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:34.438140 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:34.439666 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:34.642041 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:34.836247 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:34.940047 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:34.941808 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:35.271436 2482715 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0922 14:55:35.271519 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:35.297756 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:35.335686 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:35.428654 2482715 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0922 14:55:35.441320 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:35.442157 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:35.470263 2482715 addons.go:234] Setting addon gcp-auth=true in "addons-063976"
	I0922 14:55:35.470322 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:35.470794 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:35.490472 2482715 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0922 14:55:35.490526 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:35.514176 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:35.835389 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:35.939948 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:35.944161 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:36.340932 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:36.439839 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:36.440268 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:36.681789 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.85107569s)
	I0922 14:55:36.681897 2482715 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.191405378s)
	I0922 14:55:36.684896 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0922 14:55:36.687654 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0922 14:55:36.690233 2482715 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0922 14:55:36.690294 2482715 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0922 14:55:36.720148 2482715 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0922 14:55:36.720174 2482715 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0922 14:55:36.773407 2482715 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0922 14:55:36.773430 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0922 14:55:36.812105 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0922 14:55:36.835357 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:36.938879 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:36.942423 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:37.142505 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:37.336290 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:37.468235 2482715 addons.go:475] Verifying addon gcp-auth=true in "addons-063976"
	I0922 14:55:37.471245 2482715 out.go:177] * Verifying gcp-auth addon...
	I0922 14:55:37.473373 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:37.474220 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:37.476008 2482715 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0922 14:55:37.563964 2482715 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0922 14:55:37.563985 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:37.835380 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:37.939884 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:37.943111 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:37.981941 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:38.335923 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:38.438733 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:38.440675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:38.479981 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:38.835928 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:38.941668 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:38.942374 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:39.044888 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:39.143588 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:39.336140 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:39.438026 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:39.439627 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:39.479513 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:39.836811 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:39.939647 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:39.940312 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:39.978996 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:40.335918 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:40.438677 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:40.440521 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:40.479744 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:40.835266 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:40.938729 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:40.940548 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:40.980236 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:41.335897 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:41.439420 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:41.440230 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:41.479467 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:41.642149 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:41.835304 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:41.938137 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:41.940680 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:41.980019 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:42.335502 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:42.438706 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:42.440791 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:42.479408 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:42.836505 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:42.938415 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:42.939713 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:42.980262 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:43.335607 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:43.438487 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:43.440582 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:43.479810 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:43.835761 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:43.939432 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:43.940722 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:43.979645 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:44.141630 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:44.335700 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:44.439001 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:44.441283 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:44.480133 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:44.836352 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:44.938251 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:44.940660 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:44.979557 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:45.336121 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:45.438648 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:45.440148 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:45.480098 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:45.835614 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:45.940010 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:45.940413 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:45.979128 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:46.141912 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:46.335577 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:46.439774 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:46.440477 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:46.479825 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:46.836111 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:46.938343 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:46.939917 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:46.980120 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:47.335499 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:47.438614 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:47.440174 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:47.479961 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:47.835793 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:47.938655 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:47.940017 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:47.978891 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:48.335186 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:48.438219 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:48.439865 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:48.479695 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:48.641788 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:48.835825 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:48.938480 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:48.940072 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:48.979619 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:49.334745 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:49.437956 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:49.439455 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:49.479048 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:49.835944 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:49.938159 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:49.939772 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:49.979552 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:50.336027 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:50.439033 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:50.439552 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:50.479323 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:50.836010 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:50.938656 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:50.940058 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:50.979808 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:51.142109 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:51.335834 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:51.438736 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:51.440979 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:51.478812 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:51.835408 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:51.938224 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:51.939635 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:51.979596 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:52.335485 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:52.438736 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:52.438959 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:52.479693 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:52.835365 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:52.938908 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:52.938921 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:52.980013 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:53.143635 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:53.336164 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:53.438774 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:53.440211 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:53.480257 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:53.836066 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:53.938683 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:53.939344 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:53.978820 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:54.335560 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:54.438177 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:54.440598 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:54.479696 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:54.835263 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:54.938328 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:54.939837 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:54.979649 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:55.335963 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:55.438789 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:55.439502 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:55.479399 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:55.640803 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:55.835600 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:55.938246 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:55.939786 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:55.979835 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:56.338247 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:56.437927 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:56.439391 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:56.479653 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:56.835147 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:56.938288 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:56.939844 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:56.979782 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:57.335142 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:57.438272 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:57.440709 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:57.479350 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:57.641912 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:57.835205 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:57.938657 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:57.940068 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:57.978820 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:58.335300 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:58.439368 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:58.445108 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:58.480673 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:58.835932 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:58.938374 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:58.939693 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:58.980053 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:59.335009 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:59.439846 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:59.440562 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:59.479700 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:59.836231 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:59.938645 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:59.940001 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:59.978915 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:00.141593 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:00.336092 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:00.439122 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:00.440360 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:00.479635 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:00.835615 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:00.938484 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:00.940910 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:00.979718 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:01.336146 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:01.439496 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:01.440241 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:01.479436 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:01.836935 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:01.938273 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:01.939998 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:01.979083 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:02.335952 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:02.438158 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:02.439619 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:02.479520 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:02.641912 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:02.835340 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:02.938683 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:02.940284 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:02.979513 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:03.336296 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:03.441404 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:03.442407 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:03.479119 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:03.836045 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:03.938761 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:03.939366 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:03.979631 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:04.335769 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:04.438137 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:04.439675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:04.479500 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:04.642722 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:04.835290 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:04.938323 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:04.940791 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:04.980014 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:05.335387 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:05.438195 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:05.439721 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:05.479415 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:05.836022 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:05.938557 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:05.940061 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:05.979944 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:06.335949 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:06.438299 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:06.439873 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:06.479960 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:06.835148 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:06.940089 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:06.940697 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:06.979600 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:07.141372 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:07.335983 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:07.438828 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:07.440428 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:07.479874 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:07.836054 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:07.938304 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:07.939689 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:07.979886 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:08.335407 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:08.443234 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:08.444516 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:08.479767 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:08.835824 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:08.938744 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:08.940194 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:08.979277 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:09.335902 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:09.438913 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:09.440081 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:09.479531 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:09.641736 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:09.835832 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:09.937838 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:09.940269 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:09.979191 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:10.335636 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:10.438373 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:10.440792 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:10.479436 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:10.835962 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:10.939188 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:10.941048 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:10.979754 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:11.346026 2482715 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0922 14:56:11.346063 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:11.441682 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:11.445625 2482715 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0922 14:56:11.445653 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:11.485419 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:11.642745 2482715 node_ready.go:49] node "addons-063976" has status "Ready":"True"
	I0922 14:56:11.642782 2482715 node_ready.go:38] duration metric: took 41.504707703s for node "addons-063976" to be "Ready" ...
	I0922 14:56:11.642794 2482715 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0922 14:56:11.652774 2482715 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:11.837811 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:11.941991 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:11.942836 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:12.047799 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:12.339145 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:12.438685 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:12.440522 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:12.539062 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:12.836665 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:12.938759 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:12.940878 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:12.979450 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:13.344320 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:13.441305 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:13.444611 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:13.480031 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:13.659810 2482715 pod_ready.go:103] pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:13.838715 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:13.940226 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:13.941824 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:13.980638 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:14.161454 2482715 pod_ready.go:93] pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.161483 2482715 pod_ready.go:82] duration metric: took 2.508657797s for pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.161530 2482715 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.167577 2482715 pod_ready.go:93] pod "etcd-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.167600 2482715 pod_ready.go:82] duration metric: took 6.056238ms for pod "etcd-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.167615 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.173410 2482715 pod_ready.go:93] pod "kube-apiserver-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.173436 2482715 pod_ready.go:82] duration metric: took 5.788191ms for pod "kube-apiserver-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.173450 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.178757 2482715 pod_ready.go:93] pod "kube-controller-manager-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.178784 2482715 pod_ready.go:82] duration metric: took 5.325302ms for pod "kube-controller-manager-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.178799 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-jm68f" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.183858 2482715 pod_ready.go:93] pod "kube-proxy-jm68f" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.183882 2482715 pod_ready.go:82] duration metric: took 5.045136ms for pod "kube-proxy-jm68f" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.183893 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.337520 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:14.439703 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:14.441598 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:14.479651 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:14.556673 2482715 pod_ready.go:93] pod "kube-scheduler-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.556697 2482715 pod_ready.go:82] duration metric: took 372.777802ms for pod "kube-scheduler-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.556709 2482715 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.837408 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:14.938137 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:14.940144 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:14.979375 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:15.336891 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:15.439607 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:15.441665 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:15.480368 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:15.837510 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:15.939089 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:15.940889 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:15.980186 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:16.337809 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:16.439755 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:16.441799 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:16.483168 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:16.566343 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:16.837834 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:16.941140 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:16.944939 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:16.980733 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:17.338736 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:17.442157 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:17.444647 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:17.480343 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:17.838641 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:17.939718 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:17.946957 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:17.983988 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:18.360958 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:18.440957 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:18.441831 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:18.486486 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:18.576663 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:18.840593 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:18.944509 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:18.947455 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:18.980195 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:19.340456 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:19.445330 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:19.446331 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:19.482427 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:19.838800 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:19.942189 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:19.946424 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:19.979327 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:20.337830 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:20.438377 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:20.440167 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:20.479973 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:20.837227 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:20.938749 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:20.941440 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:20.980018 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:21.063630 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:21.337569 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:21.441238 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:21.443865 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:21.539224 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:21.845105 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:21.942436 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:21.943873 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:21.980107 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:22.337480 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:22.439420 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:22.441512 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:22.480005 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:22.837621 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:22.939641 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:22.940332 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:22.979613 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:23.336676 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:23.439070 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:23.440354 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:23.479697 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:23.562334 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:23.837037 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:23.938734 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:23.941452 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:23.979652 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:24.337933 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:24.438988 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:24.441164 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:24.480095 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:24.837244 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:24.942065 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:24.943076 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:24.979649 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:25.338144 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:25.440671 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:25.443462 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:25.480246 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:25.569184 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:25.837211 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:25.940439 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:25.945104 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:25.980824 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:26.337075 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:26.447381 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:26.449191 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:26.480843 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:26.837877 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:26.942438 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:26.943294 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:26.980108 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:27.337075 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:27.440608 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:27.443402 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:27.480422 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:27.839754 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:27.942158 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:27.948560 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:27.985207 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:28.063348 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:28.338704 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:28.442981 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:28.445295 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:28.479487 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:28.845875 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:28.941693 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:28.943247 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:28.980416 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:29.337897 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:29.441277 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:29.444526 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:29.480413 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:29.836699 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:29.938392 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:29.941317 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:29.979679 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:30.066187 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:30.336617 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:30.460606 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:30.461932 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:30.481428 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:30.838505 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:30.941647 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:30.948184 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:30.980532 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:31.347241 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:31.446842 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:31.448239 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:31.479474 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:31.840754 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:31.940848 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:31.941937 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:31.980302 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:32.336946 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:32.440082 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:32.441434 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:32.479982 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:32.563508 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:32.837562 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:32.939389 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:32.940502 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:32.980654 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:33.338556 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:33.440617 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:33.443186 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:33.480494 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:33.837456 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:33.940228 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:33.948563 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:33.982867 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:34.337213 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:34.440909 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:34.441649 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:34.479150 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:34.566209 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:34.839342 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:34.939256 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:34.941071 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:34.979216 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:35.337657 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:35.439826 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:35.440849 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:35.480556 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:35.842417 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:35.940669 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:35.941656 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:35.980062 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:36.340316 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:36.439947 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:36.441823 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:36.480452 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:36.572867 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:36.837164 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:36.939386 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:36.941482 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:36.988993 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:37.337286 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:37.456005 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:37.456961 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:37.480227 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:37.837739 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:37.942856 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:37.943881 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:37.980567 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:38.337748 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:38.439993 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:38.441994 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:38.479487 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:38.836345 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:38.938793 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:38.946195 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:38.980167 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:39.062544 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:39.338989 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:39.439501 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:39.442434 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:39.480063 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:39.837922 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:39.941985 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:39.944304 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:39.980170 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:40.337675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:40.445998 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:40.447702 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:40.481273 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:40.868132 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:40.940156 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:40.943407 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:40.979603 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:41.064153 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:41.337184 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:41.445381 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:41.446344 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:41.542497 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:41.839139 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:41.941848 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:41.943264 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:41.980895 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:42.337782 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:42.439933 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:42.443903 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:42.482691 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:42.836178 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:42.939443 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:42.940614 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:42.979586 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:43.336956 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:43.439638 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:43.441828 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:43.480060 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:43.563298 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:43.837663 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:43.939942 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:43.941587 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:43.979690 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:44.336932 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:44.441333 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:44.442784 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:44.486262 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:44.837773 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:44.939796 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:44.940966 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:44.980116 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:45.337393 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:45.438640 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:45.441361 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:45.479799 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:45.836631 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:45.938638 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:45.941654 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:45.980005 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:46.063517 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:46.337202 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:46.438872 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:46.441056 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:46.480041 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:46.837481 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:46.939192 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:46.940856 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:46.980118 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:47.336980 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:47.439181 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:47.440529 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:47.479659 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:47.837263 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:47.941465 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:47.943095 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:47.979740 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:48.064509 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:48.337517 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:48.442829 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:48.443858 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:48.480675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:48.837884 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:48.939693 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:48.943361 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:48.980424 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:49.339472 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:49.439191 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:49.443916 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:49.479618 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:49.837623 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:49.938891 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:49.942446 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:49.979858 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:50.337198 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:50.439331 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:50.443306 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:50.486510 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:50.570645 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:50.837555 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:50.939558 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:50.941784 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:50.980037 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:51.337732 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:51.441751 2482715 kapi.go:107] duration metric: took 1m18.005479151s to wait for kubernetes.io/minikube-addons=registry ...
	I0922 14:56:51.443002 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:51.480094 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:51.840125 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:51.946534 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:51.980268 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:52.337529 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:52.439285 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:52.480331 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:52.838721 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:52.939825 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:52.979677 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:53.064839 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:53.337551 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:53.457399 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:53.480618 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:53.838549 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:53.938349 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:53.979636 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:54.337279 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:54.443106 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:54.480483 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:54.838119 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:54.940290 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:54.979600 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:55.340888 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:55.438823 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:55.479990 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:55.562998 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:55.836864 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:55.938837 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:55.981490 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:56.337563 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:56.438184 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:56.479231 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:56.837467 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:56.941403 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:56.980067 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:57.339817 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:57.439281 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:57.479990 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:57.566479 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:57.839118 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:57.939398 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:57.979887 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:58.338740 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:58.439565 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:58.480919 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:58.837149 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:58.938728 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:58.980456 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:59.339094 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:59.441114 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:59.479938 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:59.837310 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:59.938551 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:59.979895 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:00.078062 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:00.337976 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:00.439698 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:00.480099 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:00.836673 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:00.939714 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:00.980347 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:01.337664 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:01.439482 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:01.545192 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:01.836956 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:01.938984 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:01.980578 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:02.337090 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:02.438483 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:02.479764 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:02.562658 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:02.836679 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:02.939448 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:02.980834 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:03.337870 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:03.439239 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:03.480477 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:03.837806 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:03.939430 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:03.980087 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:04.337666 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:04.438836 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:04.491743 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:04.838043 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:04.939416 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:04.979483 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:05.063295 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:05.336522 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:05.438270 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:05.479212 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:05.836849 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:05.938645 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:05.980082 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:06.337402 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:06.438765 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:06.480654 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:06.839177 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:06.939163 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:06.980825 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:07.063399 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:07.337482 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:07.439695 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:07.480463 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:07.836702 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:07.939337 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:08.039001 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:08.337297 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:08.440429 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:08.479631 2482715 kapi.go:107] duration metric: took 1m31.003621677s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0922 14:57:08.482450 2482715 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-063976 cluster.
	I0922 14:57:08.484989 2482715 out.go:177] * 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.
	I0922 14:57:08.487580 2482715 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0922 14:57:08.836959 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:08.938983 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:09.337719 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:09.439097 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:09.563281 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:09.837477 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:09.939071 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:10.337152 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:10.438557 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:10.837044 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:10.939117 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:11.337212 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:11.439747 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:11.564654 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:11.842574 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:11.939050 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:12.337272 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:12.439008 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:12.836603 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:12.941792 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:13.337193 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:13.438728 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:13.836954 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:13.942422 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:14.063980 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:14.337455 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:14.439332 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:14.838446 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:14.939716 2482715 kapi.go:107] duration metric: took 1m41.505520446s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0922 14:57:15.337107 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:15.840496 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:16.067886 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:16.337249 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:16.837129 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:17.339875 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:17.836267 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:18.338819 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:18.562966 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:18.837483 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:19.337518 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:19.837371 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:20.337342 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:20.563431 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:20.837498 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:21.337808 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:21.843545 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:22.065677 2482715 pod_ready.go:93] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"True"
	I0922 14:57:22.065708 2482715 pod_ready.go:82] duration metric: took 1m7.50899053s for pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace to be "Ready" ...
	I0922 14:57:22.065721 2482715 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-rsdj6" in "kube-system" namespace to be "Ready" ...
	I0922 14:57:22.071721 2482715 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-rsdj6" in "kube-system" namespace has status "Ready":"True"
	I0922 14:57:22.071748 2482715 pod_ready.go:82] duration metric: took 6.018766ms for pod "nvidia-device-plugin-daemonset-rsdj6" in "kube-system" namespace to be "Ready" ...
	I0922 14:57:22.071769 2482715 pod_ready.go:39] duration metric: took 1m10.428962541s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0922 14:57:22.071785 2482715 api_server.go:52] waiting for apiserver process to appear ...
	I0922 14:57:22.071818 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 14:57:22.071882 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 14:57:22.132179 2482715 cri.go:89] found id: "b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:22.132203 2482715 cri.go:89] found id: ""
	I0922 14:57:22.132211 2482715 logs.go:276] 1 containers: [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151]
	I0922 14:57:22.132266 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.136581 2482715 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 14:57:22.136655 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 14:57:22.210299 2482715 cri.go:89] found id: "a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:22.210323 2482715 cri.go:89] found id: ""
	I0922 14:57:22.210331 2482715 logs.go:276] 1 containers: [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21]
	I0922 14:57:22.210388 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.215077 2482715 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 14:57:22.215149 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 14:57:22.283760 2482715 cri.go:89] found id: "f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:22.283825 2482715 cri.go:89] found id: ""
	I0922 14:57:22.283840 2482715 logs.go:276] 1 containers: [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b]
	I0922 14:57:22.283902 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.289428 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 14:57:22.289535 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 14:57:22.337778 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:22.347311 2482715 cri.go:89] found id: "a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:22.347335 2482715 cri.go:89] found id: ""
	I0922 14:57:22.347343 2482715 logs.go:276] 1 containers: [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600]
	I0922 14:57:22.347397 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.351201 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 14:57:22.351279 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 14:57:22.401480 2482715 cri.go:89] found id: "fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:22.401504 2482715 cri.go:89] found id: ""
	I0922 14:57:22.401512 2482715 logs.go:276] 1 containers: [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce]
	I0922 14:57:22.401569 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.405379 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 14:57:22.405456 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 14:57:22.449471 2482715 cri.go:89] found id: "9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:22.449494 2482715 cri.go:89] found id: ""
	I0922 14:57:22.449503 2482715 logs.go:276] 1 containers: [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2]
	I0922 14:57:22.449565 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.453802 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 14:57:22.453876 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 14:57:22.503299 2482715 cri.go:89] found id: "cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:22.503323 2482715 cri.go:89] found id: ""
	I0922 14:57:22.503331 2482715 logs.go:276] 1 containers: [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45]
	I0922 14:57:22.503387 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.507254 2482715 logs.go:123] Gathering logs for kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] ...
	I0922 14:57:22.507286 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:22.587732 2482715 logs.go:123] Gathering logs for kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] ...
	I0922 14:57:22.587764 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:22.673331 2482715 logs.go:123] Gathering logs for container status ...
	I0922 14:57:22.673361 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 14:57:22.766043 2482715 logs.go:123] Gathering logs for dmesg ...
	I0922 14:57:22.766122 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 14:57:22.805993 2482715 logs.go:123] Gathering logs for describe nodes ...
	I0922 14:57:22.806019 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 14:57:22.857419 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:23.087304 2482715 logs.go:123] Gathering logs for kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] ...
	I0922 14:57:23.087389 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:23.172896 2482715 logs.go:123] Gathering logs for etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] ...
	I0922 14:57:23.172928 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:23.246411 2482715 logs.go:123] Gathering logs for CRI-O ...
	I0922 14:57:23.246451 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 14:57:23.350124 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:23.357260 2482715 logs.go:123] Gathering logs for kubelet ...
	I0922 14:57:23.357300 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 14:57:23.424443 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.245007    1460 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.424748 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.245065    1460 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.424923 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255108    1460 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.425132 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255162    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.425307 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255218    1460 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.425519 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255234    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.425720 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255322    1460 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.425944 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255338    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.426130 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255377    1460 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.426358 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255389    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.426545 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.256459    1460 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.426778 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.256502    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.426981 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265248    1460 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.427206 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265301    1460 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.427410 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265357    1460 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.427632 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.427796 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.428001 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.428174 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.428392 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:23.469695 2482715 logs.go:123] Gathering logs for coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] ...
	I0922 14:57:23.469737 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:23.539401 2482715 logs.go:123] Gathering logs for kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] ...
	I0922 14:57:23.539432 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:23.644119 2482715 logs.go:123] Gathering logs for kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] ...
	I0922 14:57:23.644158 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:23.723605 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:23.723634 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 14:57:23.723680 2482715 out.go:270] X Problems detected in kubelet:
	W0922 14:57:23.723732 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.723744 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.723752 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.723763 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.723768 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:23.723773 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:23.723780 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:57:23.837068 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:24.337453 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:24.836801 2482715 kapi.go:107] duration metric: took 1m51.004942602s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0922 14:57:24.839134 2482715 out.go:177] * Enabled addons: storage-provisioner, nvidia-device-plugin, default-storageclass, cloud-spanner, ingress-dns, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
	I0922 14:57:24.840219 2482715 addons.go:510] duration metric: took 1m57.408247147s for enable addons: enabled=[storage-provisioner nvidia-device-plugin default-storageclass cloud-spanner ingress-dns metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
	I0922 14:57:33.725038 2482715 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0922 14:57:33.738746 2482715 api_server.go:72] duration metric: took 2m6.307018705s to wait for apiserver process to appear ...
	I0922 14:57:33.738772 2482715 api_server.go:88] waiting for apiserver healthz status ...
	I0922 14:57:33.738808 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 14:57:33.738869 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 14:57:33.784009 2482715 cri.go:89] found id: "b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:33.784030 2482715 cri.go:89] found id: ""
	I0922 14:57:33.784040 2482715 logs.go:276] 1 containers: [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151]
	I0922 14:57:33.784102 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.787866 2482715 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 14:57:33.787941 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 14:57:33.827047 2482715 cri.go:89] found id: "a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:33.827071 2482715 cri.go:89] found id: ""
	I0922 14:57:33.827079 2482715 logs.go:276] 1 containers: [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21]
	I0922 14:57:33.827136 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.830566 2482715 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 14:57:33.830645 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 14:57:33.867902 2482715 cri.go:89] found id: "f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:33.867976 2482715 cri.go:89] found id: ""
	I0922 14:57:33.867991 2482715 logs.go:276] 1 containers: [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b]
	I0922 14:57:33.868065 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.871649 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 14:57:33.871725 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 14:57:33.911542 2482715 cri.go:89] found id: "a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:33.911566 2482715 cri.go:89] found id: ""
	I0922 14:57:33.911576 2482715 logs.go:276] 1 containers: [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600]
	I0922 14:57:33.911633 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.915168 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 14:57:33.915242 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 14:57:33.957123 2482715 cri.go:89] found id: "fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:33.957148 2482715 cri.go:89] found id: ""
	I0922 14:57:33.957156 2482715 logs.go:276] 1 containers: [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce]
	I0922 14:57:33.957211 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.960833 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 14:57:33.960902 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 14:57:33.999873 2482715 cri.go:89] found id: "9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:33.999905 2482715 cri.go:89] found id: ""
	I0922 14:57:33.999916 2482715 logs.go:276] 1 containers: [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2]
	I0922 14:57:33.999982 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:34.003907 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 14:57:34.004016 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 14:57:34.053928 2482715 cri.go:89] found id: "cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:34.053952 2482715 cri.go:89] found id: ""
	I0922 14:57:34.053961 2482715 logs.go:276] 1 containers: [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45]
	I0922 14:57:34.054018 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:34.057485 2482715 logs.go:123] Gathering logs for kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] ...
	I0922 14:57:34.057513 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:34.095073 2482715 logs.go:123] Gathering logs for kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] ...
	I0922 14:57:34.095104 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:34.132873 2482715 logs.go:123] Gathering logs for CRI-O ...
	I0922 14:57:34.132904 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 14:57:34.224836 2482715 logs.go:123] Gathering logs for dmesg ...
	I0922 14:57:34.224874 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 14:57:34.244207 2482715 logs.go:123] Gathering logs for describe nodes ...
	I0922 14:57:34.244237 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 14:57:34.382007 2482715 logs.go:123] Gathering logs for kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] ...
	I0922 14:57:34.382037 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:34.449578 2482715 logs.go:123] Gathering logs for etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] ...
	I0922 14:57:34.449615 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:34.498846 2482715 logs.go:123] Gathering logs for coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] ...
	I0922 14:57:34.498881 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:34.539816 2482715 logs.go:123] Gathering logs for kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] ...
	I0922 14:57:34.539848 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:34.621920 2482715 logs.go:123] Gathering logs for kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] ...
	I0922 14:57:34.621958 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:34.674182 2482715 logs.go:123] Gathering logs for container status ...
	I0922 14:57:34.674216 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 14:57:34.738540 2482715 logs.go:123] Gathering logs for kubelet ...
	I0922 14:57:34.738571 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 14:57:34.799878 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.245007    1460 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.800152 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.245065    1460 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.800326 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255108    1460 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.800544 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255162    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.800714 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255218    1460 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.800929 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255234    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.801109 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255322    1460 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.801333 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255338    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.801519 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255377    1460 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.801749 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255389    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.801938 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.256459    1460 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.802167 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.256502    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.802351 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265248    1460 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.802577 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265301    1460 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.802761 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265357    1460 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.803031 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.803199 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.803408 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.803584 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.803799 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:34.844442 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:34.844465 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 14:57:34.844524 2482715 out.go:270] X Problems detected in kubelet:
	W0922 14:57:34.844537 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.844551 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.844608 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.844620 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.844626 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:34.844633 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:34.844641 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:57:44.845824 2482715 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0922 14:57:44.854262 2482715 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0922 14:57:44.855335 2482715 api_server.go:141] control plane version: v1.31.1
	I0922 14:57:44.855361 2482715 api_server.go:131] duration metric: took 11.116580953s to wait for apiserver health ...
	I0922 14:57:44.855371 2482715 system_pods.go:43] waiting for kube-system pods to appear ...
	I0922 14:57:44.855393 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 14:57:44.855466 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 14:57:44.894900 2482715 cri.go:89] found id: "b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:44.894968 2482715 cri.go:89] found id: ""
	I0922 14:57:44.894979 2482715 logs.go:276] 1 containers: [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151]
	I0922 14:57:44.895036 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:44.898621 2482715 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 14:57:44.898695 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 14:57:44.941267 2482715 cri.go:89] found id: "a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:44.941346 2482715 cri.go:89] found id: ""
	I0922 14:57:44.941361 2482715 logs.go:276] 1 containers: [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21]
	I0922 14:57:44.941429 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:44.944826 2482715 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 14:57:44.944904 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 14:57:44.982001 2482715 cri.go:89] found id: "f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:44.982022 2482715 cri.go:89] found id: ""
	I0922 14:57:44.982030 2482715 logs.go:276] 1 containers: [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b]
	I0922 14:57:44.982088 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:44.985677 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 14:57:44.985759 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 14:57:45.036072 2482715 cri.go:89] found id: "a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:45.036157 2482715 cri.go:89] found id: ""
	I0922 14:57:45.036181 2482715 logs.go:276] 1 containers: [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600]
	I0922 14:57:45.036277 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.041997 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 14:57:45.042097 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 14:57:45.098418 2482715 cri.go:89] found id: "fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:45.098524 2482715 cri.go:89] found id: ""
	I0922 14:57:45.098554 2482715 logs.go:276] 1 containers: [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce]
	I0922 14:57:45.098692 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.103627 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 14:57:45.103718 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 14:57:45.152908 2482715 cri.go:89] found id: "9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:45.152941 2482715 cri.go:89] found id: ""
	I0922 14:57:45.152950 2482715 logs.go:276] 1 containers: [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2]
	I0922 14:57:45.153030 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.157646 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 14:57:45.157730 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 14:57:45.207856 2482715 cri.go:89] found id: "cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:45.207967 2482715 cri.go:89] found id: ""
	I0922 14:57:45.207977 2482715 logs.go:276] 1 containers: [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45]
	I0922 14:57:45.208200 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.213101 2482715 logs.go:123] Gathering logs for kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] ...
	I0922 14:57:45.213132 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:45.262487 2482715 logs.go:123] Gathering logs for kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] ...
	I0922 14:57:45.262522 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:45.307325 2482715 logs.go:123] Gathering logs for kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] ...
	I0922 14:57:45.307358 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:45.386141 2482715 logs.go:123] Gathering logs for CRI-O ...
	I0922 14:57:45.386184 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 14:57:45.480474 2482715 logs.go:123] Gathering logs for container status ...
	I0922 14:57:45.480511 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 14:57:45.551503 2482715 logs.go:123] Gathering logs for kubelet ...
	I0922 14:57:45.551538 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 14:57:45.613809 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.245007    1460 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.614062 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.245065    1460 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.614238 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255108    1460 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.614449 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255162    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.614627 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255218    1460 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.614839 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255234    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.615030 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255322    1460 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.615250 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255338    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.615437 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255377    1460 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.615664 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255389    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.615850 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.256459    1460 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.616077 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.256502    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.616261 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265248    1460 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.616491 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265301    1460 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.616672 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265357    1460 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.616891 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.617056 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.617260 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.617432 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.617643 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:45.660276 2482715 logs.go:123] Gathering logs for describe nodes ...
	I0922 14:57:45.660318 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 14:57:45.815154 2482715 logs.go:123] Gathering logs for kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] ...
	I0922 14:57:45.815192 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:45.866630 2482715 logs.go:123] Gathering logs for etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] ...
	I0922 14:57:45.866662 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:45.915386 2482715 logs.go:123] Gathering logs for coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] ...
	I0922 14:57:45.915419 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:45.957957 2482715 logs.go:123] Gathering logs for kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] ...
	I0922 14:57:45.957985 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:45.998735 2482715 logs.go:123] Gathering logs for dmesg ...
	I0922 14:57:45.998765 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 14:57:46.016351 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:46.016378 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 14:57:46.016451 2482715 out.go:270] X Problems detected in kubelet:
	W0922 14:57:46.016465 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:46.016479 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:46.016507 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:46.016528 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:46.016542 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:46.016550 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:46.016562 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:57:56.029930 2482715 system_pods.go:59] 18 kube-system pods found
	I0922 14:57:56.029977 2482715 system_pods.go:61] "coredns-7c65d6cfc9-q7dsz" [bc77d06e-c1e6-4681-9f08-d30cc0fd155d] Running
	I0922 14:57:56.029985 2482715 system_pods.go:61] "csi-hostpath-attacher-0" [daa4078b-aee8-4ed5-8aee-c50cb3582513] Running
	I0922 14:57:56.029989 2482715 system_pods.go:61] "csi-hostpath-resizer-0" [3c07b87f-50d2-4673-a9d6-8bff21080ea2] Running
	I0922 14:57:56.029994 2482715 system_pods.go:61] "csi-hostpathplugin-4t46d" [d63600a8-f9e9-467d-9203-dc315eb9f24a] Running
	I0922 14:57:56.029998 2482715 system_pods.go:61] "etcd-addons-063976" [53392fa6-fdd7-4b3a-8de9-1d324ae82a3c] Running
	I0922 14:57:56.030002 2482715 system_pods.go:61] "kindnet-7s4nh" [c99c7532-b3dc-4a2f-b235-f810ab102afd] Running
	I0922 14:57:56.030005 2482715 system_pods.go:61] "kube-apiserver-addons-063976" [8f891c20-937a-44ad-b943-4d50e12f0cb2] Running
	I0922 14:57:56.030010 2482715 system_pods.go:61] "kube-controller-manager-addons-063976" [bacb5b15-77d0-47be-a5f9-d596ffe6e135] Running
	I0922 14:57:56.030013 2482715 system_pods.go:61] "kube-ingress-dns-minikube" [a87bdd51-e95f-4f02-918d-d57896aafd0a] Running
	I0922 14:57:56.030018 2482715 system_pods.go:61] "kube-proxy-jm68f" [346ff6e3-52f2-48ce-b2e8-2c52fe613e7f] Running
	I0922 14:57:56.030031 2482715 system_pods.go:61] "kube-scheduler-addons-063976" [488ff2ba-678e-4788-859d-bdcade9e3b40] Running
	I0922 14:57:56.030038 2482715 system_pods.go:61] "metrics-server-84c5f94fbc-d7cg8" [72f52292-d3c8-46c7-b8b5-4083062d4915] Running
	I0922 14:57:56.030042 2482715 system_pods.go:61] "nvidia-device-plugin-daemonset-rsdj6" [45e54102-5c31-493f-9ce1-fc3290dd7c2c] Running
	I0922 14:57:56.030046 2482715 system_pods.go:61] "registry-66c9cd494c-prb79" [21277f93-c7df-49c2-ac0b-8925d24191a0] Running
	I0922 14:57:56.030055 2482715 system_pods.go:61] "registry-proxy-gpkmf" [ad71b87e-f2c1-4024-a19f-62e8b061e5cb] Running
	I0922 14:57:56.030059 2482715 system_pods.go:61] "snapshot-controller-56fcc65765-8h6gx" [0625990f-6a3f-429e-b5f7-1c027842de11] Running
	I0922 14:57:56.030063 2482715 system_pods.go:61] "snapshot-controller-56fcc65765-tgdvn" [f07d6e49-f9d8-4d75-8b97-4c14a21f396a] Running
	I0922 14:57:56.030070 2482715 system_pods.go:61] "storage-provisioner" [ffdecbbe-34c5-4734-b73e-8ac716a817e3] Running
	I0922 14:57:56.030078 2482715 system_pods.go:74] duration metric: took 11.174699305s to wait for pod list to return data ...
	I0922 14:57:56.030090 2482715 default_sa.go:34] waiting for default service account to be created ...
	I0922 14:57:56.036686 2482715 default_sa.go:45] found service account: "default"
	I0922 14:57:56.036716 2482715 default_sa.go:55] duration metric: took 6.619342ms for default service account to be created ...
	I0922 14:57:56.036726 2482715 system_pods.go:116] waiting for k8s-apps to be running ...
	I0922 14:57:56.052233 2482715 system_pods.go:86] 18 kube-system pods found
	I0922 14:57:56.052273 2482715 system_pods.go:89] "coredns-7c65d6cfc9-q7dsz" [bc77d06e-c1e6-4681-9f08-d30cc0fd155d] Running
	I0922 14:57:56.052282 2482715 system_pods.go:89] "csi-hostpath-attacher-0" [daa4078b-aee8-4ed5-8aee-c50cb3582513] Running
	I0922 14:57:56.052294 2482715 system_pods.go:89] "csi-hostpath-resizer-0" [3c07b87f-50d2-4673-a9d6-8bff21080ea2] Running
	I0922 14:57:56.052300 2482715 system_pods.go:89] "csi-hostpathplugin-4t46d" [d63600a8-f9e9-467d-9203-dc315eb9f24a] Running
	I0922 14:57:56.052306 2482715 system_pods.go:89] "etcd-addons-063976" [53392fa6-fdd7-4b3a-8de9-1d324ae82a3c] Running
	I0922 14:57:56.052312 2482715 system_pods.go:89] "kindnet-7s4nh" [c99c7532-b3dc-4a2f-b235-f810ab102afd] Running
	I0922 14:57:56.052328 2482715 system_pods.go:89] "kube-apiserver-addons-063976" [8f891c20-937a-44ad-b943-4d50e12f0cb2] Running
	I0922 14:57:56.052335 2482715 system_pods.go:89] "kube-controller-manager-addons-063976" [bacb5b15-77d0-47be-a5f9-d596ffe6e135] Running
	I0922 14:57:56.052345 2482715 system_pods.go:89] "kube-ingress-dns-minikube" [a87bdd51-e95f-4f02-918d-d57896aafd0a] Running
	I0922 14:57:56.052351 2482715 system_pods.go:89] "kube-proxy-jm68f" [346ff6e3-52f2-48ce-b2e8-2c52fe613e7f] Running
	I0922 14:57:56.052363 2482715 system_pods.go:89] "kube-scheduler-addons-063976" [488ff2ba-678e-4788-859d-bdcade9e3b40] Running
	I0922 14:57:56.052373 2482715 system_pods.go:89] "metrics-server-84c5f94fbc-d7cg8" [72f52292-d3c8-46c7-b8b5-4083062d4915] Running
	I0922 14:57:56.052382 2482715 system_pods.go:89] "nvidia-device-plugin-daemonset-rsdj6" [45e54102-5c31-493f-9ce1-fc3290dd7c2c] Running
	I0922 14:57:56.052387 2482715 system_pods.go:89] "registry-66c9cd494c-prb79" [21277f93-c7df-49c2-ac0b-8925d24191a0] Running
	I0922 14:57:56.052392 2482715 system_pods.go:89] "registry-proxy-gpkmf" [ad71b87e-f2c1-4024-a19f-62e8b061e5cb] Running
	I0922 14:57:56.052400 2482715 system_pods.go:89] "snapshot-controller-56fcc65765-8h6gx" [0625990f-6a3f-429e-b5f7-1c027842de11] Running
	I0922 14:57:56.052410 2482715 system_pods.go:89] "snapshot-controller-56fcc65765-tgdvn" [f07d6e49-f9d8-4d75-8b97-4c14a21f396a] Running
	I0922 14:57:56.052415 2482715 system_pods.go:89] "storage-provisioner" [ffdecbbe-34c5-4734-b73e-8ac716a817e3] Running
	I0922 14:57:56.052422 2482715 system_pods.go:126] duration metric: took 15.690284ms to wait for k8s-apps to be running ...
	I0922 14:57:56.052435 2482715 system_svc.go:44] waiting for kubelet service to be running ....
	I0922 14:57:56.052503 2482715 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0922 14:57:56.068132 2482715 system_svc.go:56] duration metric: took 15.685558ms WaitForService to wait for kubelet
	I0922 14:57:56.068171 2482715 kubeadm.go:582] duration metric: took 2m28.636447587s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0922 14:57:56.068191 2482715 node_conditions.go:102] verifying NodePressure condition ...
	I0922 14:57:56.071159 2482715 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0922 14:57:56.071198 2482715 node_conditions.go:123] node cpu capacity is 2
	I0922 14:57:56.071211 2482715 node_conditions.go:105] duration metric: took 3.014409ms to run NodePressure ...
	I0922 14:57:56.071224 2482715 start.go:241] waiting for startup goroutines ...
	I0922 14:57:56.071231 2482715 start.go:246] waiting for cluster config update ...
	I0922 14:57:56.071249 2482715 start.go:255] writing updated cluster config ...
	I0922 14:57:56.071560 2482715 ssh_runner.go:195] Run: rm -f paused
	I0922 14:57:56.415241 2482715 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
	I0922 14:57:56.416962 2482715 out.go:177] * Done! kubectl is now configured to use "addons-063976" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 22 15:07:12 addons-063976 conmon[4898]: conmon 8e4352d3add911040cc2 <ninfo>: container 4909 exited with status 2
	Sep 22 15:07:12 addons-063976 crio[943]: time="2024-09-22 15:07:12.948037466Z" level=info msg="Stopping container: b79121d809a50ef9edfa2ad93706720ce72cf7b3f9a9d4740bb883e0a723bc39 (timeout: 30s)" id=c309886f-c9ca-4621-ba7b-76aec1619a94 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:07:12 addons-063976 crio[943]: time="2024-09-22 15:07:12.978525761Z" level=info msg="Stopped container 7ed68c798df13127a32ad5d9e8b699957db09e8f5ba84d80ec46d903ae692ba2: kube-system/csi-hostpath-attacher-0/csi-attacher" id=50f38817-d5db-4b79-982e-9796cff04e72 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:07:12 addons-063976 crio[943]: time="2024-09-22 15:07:12.981967660Z" level=info msg="Stopping pod sandbox: 6d58b9293fc5354f753f502b8d0f9e4853aff14eae40a2a946e0d01c1b109184" id=1e1164b1-254d-4b14-8b0d-9e99effbdc86 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 22 15:07:12 addons-063976 crio[943]: time="2024-09-22 15:07:12.982396017Z" level=info msg="Got pod network &{Name:csi-hostpath-attacher-0 Namespace:kube-system ID:6d58b9293fc5354f753f502b8d0f9e4853aff14eae40a2a946e0d01c1b109184 UID:daa4078b-aee8-4ed5-8aee-c50cb3582513 NetNS:/var/run/netns/f9886cd2-2255-4b1b-b53d-7576b0a79679 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 22 15:07:12 addons-063976 crio[943]: time="2024-09-22 15:07:12.982656632Z" level=info msg="Deleting pod kube-system_csi-hostpath-attacher-0 from CNI network \"kindnet\" (type=ptp)"
	Sep 22 15:07:13 addons-063976 conmon[3222]: conmon b79121d809a50ef9edfa <ninfo>: container 3233 exited with status 2
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.093022510Z" level=info msg="Stopped container 733aa462d749be582eb050666c6e13ffb63eaf83005e7f17b218c14da339e978: kube-system/csi-hostpathplugin-4t46d/liveness-probe" id=365071a4-0df7-4d11-b8a6-3f38d939ea7e name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.103343308Z" level=info msg="Stopped container c17e89ef1c73c0dc4572e41cff95968e75e22a1dfc49647f233b6a3e7e11eca1: kube-system/csi-hostpathplugin-4t46d/csi-external-health-monitor-controller" id=76cf441f-36ab-438b-a169-b040486d4254 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.114742282Z" level=info msg="Stopped container a4cbf9ddba9e5306a641d9e750027b2acc899603ad12e90a5bd60ca8fe383403: kube-system/csi-hostpathplugin-4t46d/csi-snapshotter" id=bc12e2f8-d415-44e8-8497-14b58e137286 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.116971624Z" level=info msg="Stopped pod sandbox: 6d58b9293fc5354f753f502b8d0f9e4853aff14eae40a2a946e0d01c1b109184" id=1e1164b1-254d-4b14-8b0d-9e99effbdc86 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.118869592Z" level=info msg="Stopped container 9a153f1db20627af31b572306fa3dd9e8d46ca89d191df5419ac625ea1361e58: kube-system/csi-hostpathplugin-4t46d/node-driver-registrar" id=a1f8843c-7522-42de-bb57-394dcd954f04 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.119618247Z" level=info msg="Stopped container 8e4352d3add911040cc21fc652c67eefca69755aca7ddd7e06335e8873c04939: kube-system/csi-hostpathplugin-4t46d/hostpath" id=19e4b781-8585-4abf-a0f1-1814484fc59d name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.133737672Z" level=info msg="Stopped container 67fc559a1e6060b9c7283a707b3b7a932749973fe4c93bfadbeb1bea010ce2a7: kube-system/csi-hostpathplugin-4t46d/csi-provisioner" id=a395e59f-1d9e-4d22-89bd-f2a9fc52f287 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.134402317Z" level=info msg="Stopping pod sandbox: 68cbd9182d063e2ecbea9b3dc6426e8ae2dfaa71bd15b1d6850471ef0e545da0" id=69c1cfa8-b3f8-40e0-9a2d-d10ffd7c23e1 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.134693027Z" level=info msg="Got pod network &{Name:csi-hostpathplugin-4t46d Namespace:kube-system ID:68cbd9182d063e2ecbea9b3dc6426e8ae2dfaa71bd15b1d6850471ef0e545da0 UID:d63600a8-f9e9-467d-9203-dc315eb9f24a NetNS:/var/run/netns/e7a4eb16-d158-4370-af08-afc298c123dd Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.134839831Z" level=info msg="Deleting pod kube-system_csi-hostpathplugin-4t46d from CNI network \"kindnet\" (type=ptp)"
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.198827845Z" level=info msg="Stopped container b79121d809a50ef9edfa2ad93706720ce72cf7b3f9a9d4740bb883e0a723bc39: kube-system/csi-hostpath-resizer-0/csi-resizer" id=c309886f-c9ca-4621-ba7b-76aec1619a94 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.202292152Z" level=info msg="Stopping pod sandbox: a92f96abaadcf21a6388ced807d08d35f38f4f99188be032c2960db8fdb62c23" id=3d06fe9e-516f-4f66-acac-f4e8ad68d009 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.202529260Z" level=info msg="Got pod network &{Name:csi-hostpath-resizer-0 Namespace:kube-system ID:a92f96abaadcf21a6388ced807d08d35f38f4f99188be032c2960db8fdb62c23 UID:3c07b87f-50d2-4673-a9d6-8bff21080ea2 NetNS:/var/run/netns/b04540fe-49d1-41c7-abf3-ea139a0d9b8c Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.202667965Z" level=info msg="Deleting pod kube-system_csi-hostpath-resizer-0 from CNI network \"kindnet\" (type=ptp)"
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.205600064Z" level=info msg="Stopped pod sandbox: 68cbd9182d063e2ecbea9b3dc6426e8ae2dfaa71bd15b1d6850471ef0e545da0" id=69c1cfa8-b3f8-40e0-9a2d-d10ffd7c23e1 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.209696318Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=73ab65db-9f5a-4475-8649-6cd139bd88fd name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.209924047Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=73ab65db-9f5a-4475-8649-6cd139bd88fd name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:07:13 addons-063976 crio[943]: time="2024-09-22 15:07:13.281336281Z" level=info msg="Stopped pod sandbox: a92f96abaadcf21a6388ced807d08d35f38f4f99188be032c2960db8fdb62c23" id=3d06fe9e-516f-4f66-acac-f4e8ad68d009 name=/runtime.v1.RuntimeService/StopPodSandbox
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                                        CREATED             STATE               NAME                                     ATTEMPT             POD ID              POD
	e9899cfff265c       ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec                            5 minutes ago       Exited              gadget                                   6                   2703de3aa7b27       gadget-pj4fd
	a4cbf9ddba9e5       registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f                          9 minutes ago       Exited              csi-snapshotter                          0                   68cbd9182d063       csi-hostpathplugin-4t46d
	67fc559a1e606       registry.k8s.io/sig-storage/csi-provisioner@sha256:98ffd09c0784203d200e0f8c241501de31c8df79644caac7eed61bd6391e5d49                          9 minutes ago       Exited              csi-provisioner                          0                   68cbd9182d063       csi-hostpathplugin-4t46d
	733aa462d749b       registry.k8s.io/sig-storage/livenessprobe@sha256:8b00c6e8f52639ed9c6f866085893ab688e57879741b3089e3cfa9998502e158                            9 minutes ago       Exited              liveness-probe                           0                   68cbd9182d063       csi-hostpathplugin-4t46d
	8e4352d3add91       registry.k8s.io/sig-storage/hostpathplugin@sha256:7b1dfc90a367222067fc468442fdf952e20fc5961f25c1ad654300ddc34d7083                           9 minutes ago       Exited              hostpath                                 0                   68cbd9182d063       csi-hostpathplugin-4t46d
	7c897a9b03097       registry.k8s.io/ingress-nginx/controller@sha256:22f9d129ae8c89a2cabbd13af3c1668944f3dd68fec186199b7024a0a2fc75b3                             9 minutes ago       Running             controller                               0                   3eb547cea0247       ingress-nginx-controller-bc57996ff-krl2n
	ae5fd4211bd58       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69                                 10 minutes ago      Running             gcp-auth                                 0                   6b8cc93b86088       gcp-auth-89d5ffd79-22dc7
	9a153f1db2062       registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:511b8c8ac828194a753909d26555ff08bc12f497dd8daeb83fe9d593693a26c1                10 minutes ago      Exited              node-driver-registrar                    0                   68cbd9182d063       csi-hostpathplugin-4t46d
	00bcb440ca4ed       docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98                             10 minutes ago      Running             local-path-provisioner                   0                   cdce1553d1d40       local-path-provisioner-86d989889c-tcb7w
	b6e2f36a2dd7f       gcr.io/cloud-spanner-emulator/emulator@sha256:6ce1265c73355797b34d2531c7146eed3996346f860517e35d1434182eb5f01d                               10 minutes ago      Running             cloud-spanner-emulator                   0                   1342e9482f143       cloud-spanner-emulator-5b584cc74-w6prg
	43cb16732d475       docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17                                              10 minutes ago      Running             yakd                                     0                   1752f3320647c       yakd-dashboard-67d98fc6b-n9jnr
	dc95d4f07ad82       nvcr.io/nvidia/k8s-device-plugin@sha256:cdd05f9d89f0552478d46474005e86b98795ad364664f644225b99d94978e680                                     10 minutes ago      Running             nvidia-device-plugin-ctr                 0                   eedd5574a625e       nvidia-device-plugin-daemonset-rsdj6
	aa09c2a526290       420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e                                                                             10 minutes ago      Exited              patch                                    2                   1a2fd47bb98a6       ingress-nginx-admission-patch-gwnzh
	006aa0e125cad       registry.k8s.io/sig-storage/snapshot-controller@sha256:5d668e35c15df6e87e2530da25d557f543182cedbdb39d421b87076463ee9857                      10 minutes ago      Running             volume-snapshot-controller               0                   8e31226e4c80c       snapshot-controller-56fcc65765-8h6gx
	7ed68c798df13       registry.k8s.io/sig-storage/csi-attacher@sha256:4b5609c78455de45821910065281a368d5f760b41250f90cbde5110543bdc326                             10 minutes ago      Exited              csi-attacher                             0                   6d58b9293fc53       csi-hostpath-attacher-0
	36d19a60d17d0       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3                   10 minutes ago      Exited              create                                   0                   7fd8d478ca738       ingress-nginx-admission-create-49k9j
	49e1e9b64b293       registry.k8s.io/sig-storage/snapshot-controller@sha256:5d668e35c15df6e87e2530da25d557f543182cedbdb39d421b87076463ee9857                      10 minutes ago      Running             volume-snapshot-controller               0                   d8dd530badbef       snapshot-controller-56fcc65765-tgdvn
	365073b510c48       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c                             10 minutes ago      Running             minikube-ingress-dns                     0                   8c2ae41f875ac       kube-ingress-dns-minikube
	b79121d809a50       registry.k8s.io/sig-storage/csi-resizer@sha256:425d8f1b769398127767b06ed97ce62578a3179bcb99809ce93a1649e025ffe7                              10 minutes ago      Exited              csi-resizer                              0                   a92f96abaadcf       csi-hostpath-resizer-0
	583bc82195510       registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f                        10 minutes ago      Running             metrics-server                           0                   bc19b9329c515       metrics-server-84c5f94fbc-d7cg8
	c17e89ef1c73c       registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:80b9ba94aa2afe24553d69bd165a6a51552d1582d68618ec00d3b804a7d9193c   10 minutes ago      Exited              csi-external-health-monitor-controller   0                   68cbd9182d063       csi-hostpathplugin-4t46d
	f8b3e3e8d609b       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                                             11 minutes ago      Running             coredns                                  0                   52382b806c3da       coredns-7c65d6cfc9-q7dsz
	eff65addc0add       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                                             11 minutes ago      Running             storage-provisioner                      0                   066c81b11d35d       storage-provisioner
	fd322948a10c9       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                                                             11 minutes ago      Running             kube-proxy                               0                   7f96c4f4db221       kube-proxy-jm68f
	cba82bef8ada9       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                                                             11 minutes ago      Running             kindnet-cni                              0                   a7327dff39181       kindnet-7s4nh
	9189cb62c3f2e       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                                                             11 minutes ago      Running             kube-controller-manager                  0                   f969b1d041637       kube-controller-manager-addons-063976
	a6394c9dc3757       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                                                             11 minutes ago      Running             kube-scheduler                           0                   b2d91c2cc9d3e       kube-scheduler-addons-063976
	b388237ea7772       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                                                             11 minutes ago      Running             kube-apiserver                           0                   bee860eff1152       kube-apiserver-addons-063976
	a61c78bb23ab4       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                                             11 minutes ago      Running             etcd                                     0                   c057b5e9d854b       etcd-addons-063976
	
	
	==> coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] <==
	[INFO] 10.244.0.14:52870 - 36799 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.002913447s
	[INFO] 10.244.0.14:38004 - 32191 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.006941952s
	[INFO] 10.244.0.14:38004 - 52403 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.007106813s
	[INFO] 10.244.0.14:53561 - 24667 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000146023s
	[INFO] 10.244.0.14:53561 - 42073 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00008648s
	[INFO] 10.244.0.14:56902 - 19485 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00013068s
	[INFO] 10.244.0.14:56902 - 55577 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00004242s
	[INFO] 10.244.0.14:41253 - 17347 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000069332s
	[INFO] 10.244.0.14:41253 - 57054 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.0001827s
	[INFO] 10.244.0.14:33725 - 61068 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000097393s
	[INFO] 10.244.0.14:33725 - 52618 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000092199s
	[INFO] 10.244.0.14:59147 - 56106 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001763215s
	[INFO] 10.244.0.14:59147 - 23765 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001929446s
	[INFO] 10.244.0.14:50436 - 33328 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000057098s
	[INFO] 10.244.0.14:50436 - 44598 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000084659s
	[INFO] 10.244.0.19:56120 - 48871 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000601528s
	[INFO] 10.244.0.19:55705 - 58036 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000964662s
	[INFO] 10.244.0.19:41701 - 59712 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000127759s
	[INFO] 10.244.0.19:58231 - 27219 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00009192s
	[INFO] 10.244.0.19:46494 - 52124 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000107451s
	[INFO] 10.244.0.19:59949 - 36374 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000073311s
	[INFO] 10.244.0.19:35160 - 31009 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002569292s
	[INFO] 10.244.0.19:42255 - 31594 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003122738s
	[INFO] 10.244.0.19:50949 - 45782 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001216151s
	[INFO] 10.244.0.19:35479 - 40299 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.001495225s
	
	
	==> describe nodes <==
	Name:               addons-063976
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-063976
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=5b57912a6e11509dc1149ba04e12218d24f36ea3
	                    minikube.k8s.io/name=addons-063976
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_22T14_55_23_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-063976
	Annotations:        csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-063976"}
	                    kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Sun, 22 Sep 2024 14:55:19 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-063976
	  AcquireTime:     <unset>
	  RenewTime:       Sun, 22 Sep 2024 15:07:05 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Sun, 22 Sep 2024 15:06:57 +0000   Sun, 22 Sep 2024 14:55:16 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Sun, 22 Sep 2024 15:06:57 +0000   Sun, 22 Sep 2024 14:55:16 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Sun, 22 Sep 2024 15:06:57 +0000   Sun, 22 Sep 2024 14:55:16 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Sun, 22 Sep 2024 15:06:57 +0000   Sun, 22 Sep 2024 14:56:11 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-063976
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	System Info:
	  Machine ID:                 975a242a864d40b3bfd79bf8890baa69
	  System UUID:                8726aa83-4a4e-4726-bbfa-234f67cb2940
	  Boot ID:                    83c23869-b84b-4612-8d17-ba3dc253a1e0
	  Kernel Version:             5.15.0-1070-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.31.1
	  Kube-Proxy Version:         v1.31.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (20 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         9m17s
	  default                     cloud-spanner-emulator-5b584cc74-w6prg      0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  gadget                      gadget-pj4fd                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  gcp-auth                    gcp-auth-89d5ffd79-22dc7                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  ingress-nginx               ingress-nginx-controller-bc57996ff-krl2n    100m (5%)     0 (0%)      90Mi (1%)        0 (0%)         11m
	  kube-system                 coredns-7c65d6cfc9-q7dsz                    100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     11m
	  kube-system                 etcd-addons-063976                          100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         11m
	  kube-system                 kindnet-7s4nh                               100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      11m
	  kube-system                 kube-apiserver-addons-063976                250m (12%)    0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-controller-manager-addons-063976       200m (10%)    0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-ingress-dns-minikube                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-proxy-jm68f                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-scheduler-addons-063976                100m (5%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 metrics-server-84c5f94fbc-d7cg8             100m (5%)     0 (0%)      200Mi (2%)       0 (0%)         11m
	  kube-system                 nvidia-device-plugin-daemonset-rsdj6        0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 snapshot-controller-56fcc65765-8h6gx        0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 snapshot-controller-56fcc65765-tgdvn        0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  local-path-storage          local-path-provisioner-86d989889c-tcb7w     0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  yakd-dashboard              yakd-dashboard-67d98fc6b-n9jnr              0 (0%)        0 (0%)      128Mi (1%)       256Mi (3%)     11m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests     Limits
	  --------           --------     ------
	  cpu                1050m (52%)  100m (5%)
	  memory             638Mi (8%)   476Mi (6%)
	  ephemeral-storage  0 (0%)       0 (0%)
	  hugepages-1Gi      0 (0%)       0 (0%)
	  hugepages-2Mi      0 (0%)       0 (0%)
	  hugepages-32Mi     0 (0%)       0 (0%)
	  hugepages-64Ki     0 (0%)       0 (0%)
	Events:
	  Type     Reason                   Age                From             Message
	  ----     ------                   ----               ----             -------
	  Normal   Starting                 11m                kube-proxy       
	  Normal   NodeHasSufficientMemory  11m (x8 over 11m)  kubelet          Node addons-063976 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    11m (x8 over 11m)  kubelet          Node addons-063976 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     11m (x7 over 11m)  kubelet          Node addons-063976 status is now: NodeHasSufficientPID
	  Normal   Starting                 11m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 11m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  11m                kubelet          Node addons-063976 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    11m                kubelet          Node addons-063976 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     11m                kubelet          Node addons-063976 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           11m                node-controller  Node addons-063976 event: Registered Node addons-063976 in Controller
	  Normal   NodeReady                11m                kubelet          Node addons-063976 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep22 14:08] overlayfs: '/var/lib/containers/storage/overlay/l/ZLTOCNGE2IGM6DT7VP2QP7OV3M' not a directory
	[  +0.739108] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
	
	
	==> etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] <==
	{"level":"warn","ts":"2024-09-22T14:55:28.275188Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"176.585626ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-22T14:55:28.275349Z","caller":"traceutil/trace.go:171","msg":"trace[397226586] range","detail":"{range_begin:/registry/serviceaccounts; range_end:; response_count:0; response_revision:383; }","duration":"176.752835ms","start":"2024-09-22T14:55:28.098577Z","end":"2024-09-22T14:55:28.275330Z","steps":["trace[397226586] 'agreement among raft nodes before linearized reading'  (duration: 18.892856ms)","trace[397226586] 'range keys from in-memory index tree'  (duration: 157.663898ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-22T14:55:30.492655Z","caller":"traceutil/trace.go:171","msg":"trace[1787506060] transaction","detail":"{read_only:false; response_revision:394; number_of_response:1; }","duration":"255.944541ms","start":"2024-09-22T14:55:30.236692Z","end":"2024-09-22T14:55:30.492637Z","steps":["trace[1787506060] 'process raft request'  (duration: 252.077484ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-22T14:55:30.493491Z","caller":"traceutil/trace.go:171","msg":"trace[1067454796] transaction","detail":"{read_only:false; response_revision:395; number_of_response:1; }","duration":"256.163087ms","start":"2024-09-22T14:55:30.237314Z","end":"2024-09-22T14:55:30.493477Z","steps":["trace[1067454796] 'process raft request'  (duration: 254.697933ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-22T14:55:30.493906Z","caller":"traceutil/trace.go:171","msg":"trace[1520500991] linearizableReadLoop","detail":"{readStateIndex:406; appliedIndex:403; }","duration":"253.130357ms","start":"2024-09-22T14:55:30.240765Z","end":"2024-09-22T14:55:30.493896Z","steps":["trace[1520500991] 'read index received'  (duration: 247.957782ms)","trace[1520500991] 'applied index is now lower than readState.Index'  (duration: 5.172009ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-22T14:55:30.494893Z","caller":"traceutil/trace.go:171","msg":"trace[1082675365] transaction","detail":"{read_only:false; response_revision:396; number_of_response:1; }","duration":"256.973783ms","start":"2024-09-22T14:55:30.237908Z","end":"2024-09-22T14:55:30.494882Z","steps":["trace[1082675365] 'process raft request'  (duration: 254.676658ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.495747Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"133.671917ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-22T14:55:30.497543Z","caller":"traceutil/trace.go:171","msg":"trace[1945216816] range","detail":"{range_begin:/registry/deployments/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:396; }","duration":"135.470446ms","start":"2024-09-22T14:55:30.362063Z","end":"2024-09-22T14:55:30.497534Z","steps":["trace[1945216816] 'agreement among raft nodes before linearized reading'  (duration: 133.65865ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.495264Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"258.62372ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-063976\" ","response":"range_response_count:1 size:5745"}
	{"level":"info","ts":"2024-09-22T14:55:30.499058Z","caller":"traceutil/trace.go:171","msg":"trace[658089900] range","detail":"{range_begin:/registry/minions/addons-063976; range_end:; response_count:1; response_revision:396; }","duration":"262.426122ms","start":"2024-09-22T14:55:30.236621Z","end":"2024-09-22T14:55:30.499047Z","steps":["trace[658089900] 'agreement among raft nodes before linearized reading'  (duration: 258.598063ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.495484Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"259.430822ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/coredns\" ","response":"range_response_count:1 size:4034"}
	{"level":"warn","ts":"2024-09-22T14:55:30.497448Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"134.068404ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-22T14:55:30.514716Z","caller":"traceutil/trace.go:171","msg":"trace[29648307] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:396; }","duration":"151.34123ms","start":"2024-09-22T14:55:30.363354Z","end":"2024-09-22T14:55:30.514696Z","steps":["trace[29648307] 'agreement among raft nodes before linearized reading'  (duration: 134.06349ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.562003Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-22T14:55:30.236592Z","time spent":"325.386577ms","remote":"127.0.0.1:36056","response type":"/etcdserverpb.KV/Range","request count":0,"request size":33,"response count":1,"response size":5769,"request content":"key:\"/registry/minions/addons-063976\" "}
	{"level":"info","ts":"2024-09-22T14:55:30.562159Z","caller":"traceutil/trace.go:171","msg":"trace[2091601974] range","detail":"{range_begin:/registry/deployments/kube-system/coredns; range_end:; response_count:1; response_revision:396; }","duration":"327.289587ms","start":"2024-09-22T14:55:30.234855Z","end":"2024-09-22T14:55:30.562144Z","steps":["trace[2091601974] 'agreement among raft nodes before linearized reading'  (duration: 259.387836ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.562194Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-22T14:55:30.234478Z","time spent":"327.708013ms","remote":"127.0.0.1:36278","response type":"/etcdserverpb.KV/Range","request count":0,"request size":43,"response count":1,"response size":4058,"request content":"key:\"/registry/deployments/kube-system/coredns\" "}
	{"level":"info","ts":"2024-09-22T14:55:30.968609Z","caller":"traceutil/trace.go:171","msg":"trace[1740986010] transaction","detail":"{read_only:false; response_revision:399; number_of_response:1; }","duration":"156.64035ms","start":"2024-09-22T14:55:30.811951Z","end":"2024-09-22T14:55:30.968591Z","steps":["trace[1740986010] 'process raft request'  (duration: 86.273199ms)","trace[1740986010] 'compare'  (duration: 70.14803ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-22T14:55:30.968866Z","caller":"traceutil/trace.go:171","msg":"trace[267848587] linearizableReadLoop","detail":"{readStateIndex:409; appliedIndex:408; }","duration":"128.436279ms","start":"2024-09-22T14:55:30.840421Z","end":"2024-09-22T14:55:30.968857Z","steps":["trace[267848587] 'read index received'  (duration: 57.569859ms)","trace[267848587] 'applied index is now lower than readState.Index'  (duration: 70.865731ms)"],"step_count":2}
	{"level":"warn","ts":"2024-09-22T14:55:30.968974Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"156.936728ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-22T14:55:30.968997Z","caller":"traceutil/trace.go:171","msg":"trace[772057998] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/minikube-ingress-dns; range_end:; response_count:0; response_revision:400; }","duration":"156.972961ms","start":"2024-09-22T14:55:30.812018Z","end":"2024-09-22T14:55:30.968991Z","steps":["trace[772057998] 'agreement among raft nodes before linearized reading'  (duration: 156.873156ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:31.300809Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.858476ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-apiserver-addons-063976\" ","response":"range_response_count:1 size:7632"}
	{"level":"info","ts":"2024-09-22T14:55:31.300878Z","caller":"traceutil/trace.go:171","msg":"trace[1839482025] range","detail":"{range_begin:/registry/pods/kube-system/kube-apiserver-addons-063976; range_end:; response_count:1; response_revision:416; }","duration":"104.935135ms","start":"2024-09-22T14:55:31.195920Z","end":"2024-09-22T14:55:31.300855Z","steps":["trace[1839482025] 'agreement among raft nodes before linearized reading'  (duration: 104.760518ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-22T15:05:17.320743Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1549}
	{"level":"info","ts":"2024-09-22T15:05:17.350141Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1549,"took":"28.936042ms","hash":1383941217,"current-db-size-bytes":6516736,"current-db-size":"6.5 MB","current-db-size-in-use-bytes":3379200,"current-db-size-in-use":"3.4 MB"}
	{"level":"info","ts":"2024-09-22T15:05:17.350192Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":1383941217,"revision":1549,"compact-revision":-1}
	
	
	==> gcp-auth [ae5fd4211bd58ebd1981c70f725d31e998fedef7d3a4e8d4ed6a9f79cc73b102] <==
	2024/09/22 14:57:07 GCP Auth Webhook started!
	2024/09/22 14:57:56 Ready to marshal response ...
	2024/09/22 14:57:56 Ready to write response ...
	2024/09/22 14:57:56 Ready to marshal response ...
	2024/09/22 14:57:56 Ready to write response ...
	2024/09/22 14:57:56 Ready to marshal response ...
	2024/09/22 14:57:56 Ready to write response ...
	2024/09/22 15:06:01 Ready to marshal response ...
	2024/09/22 15:06:01 Ready to write response ...
	2024/09/22 15:06:01 Ready to marshal response ...
	2024/09/22 15:06:01 Ready to write response ...
	2024/09/22 15:06:01 Ready to marshal response ...
	2024/09/22 15:06:01 Ready to write response ...
	2024/09/22 15:06:10 Ready to marshal response ...
	2024/09/22 15:06:10 Ready to write response ...
	2024/09/22 15:06:37 Ready to marshal response ...
	2024/09/22 15:06:37 Ready to write response ...
	2024/09/22 15:07:03 Ready to marshal response ...
	2024/09/22 15:07:03 Ready to write response ...
	
	
	==> kernel <==
	 15:07:13 up 18:49,  0 users,  load average: 0.69, 0.46, 0.65
	Linux addons-063976 5.15.0-1070-aws #76~20.04.1-Ubuntu SMP Mon Sep 2 12:20:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] <==
	I0922 15:05:10.607936       1 main.go:299] handling current node
	I0922 15:05:20.608982       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:05:20.609023       1 main.go:299] handling current node
	I0922 15:05:30.608451       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:05:30.608483       1 main.go:299] handling current node
	I0922 15:05:40.607908       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:05:40.607947       1 main.go:299] handling current node
	I0922 15:05:50.608706       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:05:50.608741       1 main.go:299] handling current node
	I0922 15:06:00.608083       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:06:00.608158       1 main.go:299] handling current node
	I0922 15:06:10.608414       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:06:10.608570       1 main.go:299] handling current node
	I0922 15:06:20.609094       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:06:20.609234       1 main.go:299] handling current node
	I0922 15:06:30.607903       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:06:30.607943       1 main.go:299] handling current node
	I0922 15:06:40.609158       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:06:40.609202       1 main.go:299] handling current node
	I0922 15:06:50.608901       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:06:50.609023       1 main.go:299] handling current node
	I0922 15:07:00.608504       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:07:00.608554       1 main.go:299] handling current node
	I0922 15:07:10.608679       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:07:10.608806       1 main.go:299] handling current node
	
	
	==> kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] <==
	E0922 14:56:11.205733       1 dispatcher.go:214] "Unhandled Error" err="failed calling webhook \"gcp-auth-mutate.k8s.io\": failed to call webhook: Post \"https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s\": dial tcp 10.96.125.158:443: connect: connection refused" logger="UnhandledError"
	W0922 14:56:11.205817       1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.96.125.158:443: connect: connection refused
	E0922 14:56:11.205837       1 dispatcher.go:214] "Unhandled Error" err="failed calling webhook \"gcp-auth-mutate.k8s.io\": failed to call webhook: Post \"https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s\": dial tcp 10.96.125.158:443: connect: connection refused" logger="UnhandledError"
	W0922 14:56:11.327683       1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.96.125.158:443: connect: connection refused
	E0922 14:56:11.327793       1 dispatcher.go:214] "Unhandled Error" err="failed calling webhook \"gcp-auth-mutate.k8s.io\": failed to call webhook: Post \"https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s\": dial tcp 10.96.125.158:443: connect: connection refused" logger="UnhandledError"
	W0922 14:56:33.704435       1 handler_proxy.go:99] no RequestInfo found in the context
	E0922 14:56:33.704523       1 controller.go:102] "Unhandled Error" err=<
		loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
		, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
	 > logger="UnhandledError"
	W0922 14:56:33.704596       1 handler_proxy.go:99] no RequestInfo found in the context
	E0922 14:56:33.704619       1 controller.go:113] "Unhandled Error" err="loading OpenAPI spec for \"v1beta1.metrics.k8s.io\" failed with: Error, could not get list of group versions for APIService" logger="UnhandledError"
	I0922 14:56:33.705640       1 controller.go:109] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
	I0922 14:56:33.705664       1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
	E0922 14:57:21.848740       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.107.248.16:443: connect: connection refused" logger="UnhandledError"
	W0922 14:57:21.848836       1 handler_proxy.go:99] no RequestInfo found in the context
	E0922 14:57:21.848897       1 controller.go:146] "Unhandled Error" err=<
		Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
		, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
	 > logger="UnhandledError"
	E0922 14:57:21.851111       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.107.248.16:443: connect: connection refused" logger="UnhandledError"
	E0922 14:57:21.855982       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.107.248.16:443: connect: connection refused" logger="UnhandledError"
	I0922 14:57:21.974773       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0922 15:06:01.127110       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.106.204.129"}
	I0922 15:06:49.460718       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	
	
	==> kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] <==
	I0922 14:57:12.502448       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="yakd-dashboard/yakd-dashboard-67d98fc6b" duration="13.576751ms"
	I0922 14:57:12.506371       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="yakd-dashboard/yakd-dashboard-67d98fc6b" duration="62.825µs"
	I0922 14:57:14.593779       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="53.217µs"
	I0922 14:57:17.305970       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-063976"
	I0922 14:57:21.845707       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-84c5f94fbc" duration="15.136911ms"
	I0922 14:57:21.845795       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-84c5f94fbc" duration="50.674µs"
	I0922 14:57:24.258466       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="16.421244ms"
	I0922 14:57:24.258871       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="54.21µs"
	I0922 14:57:25.540911       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-063976"
	I0922 14:57:56.048256       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-063976"
	I0922 15:03:02.883285       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-063976"
	I0922 15:06:01.220650       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="66.194271ms"
	I0922 15:06:01.240223       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="19.361799ms"
	I0922 15:06:01.240538       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="65.155µs"
	I0922 15:06:04.865525       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="81.574µs"
	I0922 15:06:04.893426       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="10.42245ms"
	I0922 15:06:04.893588       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="42.034µs"
	I0922 15:06:11.718452       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="3.889µs"
	I0922 15:06:21.869783       1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="headlamp"
	I0922 15:06:26.744986       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-063976"
	I0922 15:06:57.490365       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-063976"
	I0922 15:07:11.314781       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-66c9cd494c" duration="4.489µs"
	I0922 15:07:12.695544       1 stateful_set.go:466] "StatefulSet has been deleted" logger="statefulset-controller" key="kube-system/csi-hostpath-attacher"
	I0922 15:07:12.877068       1 stateful_set.go:466] "StatefulSet has been deleted" logger="statefulset-controller" key="kube-system/csi-hostpath-resizer"
	I0922 15:07:13.673769       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-063976"
	
	
	==> kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] <==
	I0922 14:55:31.707281       1 server_linux.go:66] "Using iptables proxy"
	I0922 14:55:32.357909       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0922 14:55:32.379683       1 server.go:234] "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`"
	I0922 14:55:32.855182       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0922 14:55:32.855249       1 server_linux.go:169] "Using iptables Proxier"
	I0922 14:55:32.907501       1 proxier.go:255] "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"
	I0922 14:55:32.908012       1 server.go:483] "Version info" version="v1.31.1"
	I0922 14:55:32.908128       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0922 14:55:32.915564       1 config.go:199] "Starting service config controller"
	I0922 14:55:32.917052       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0922 14:55:32.917227       1 config.go:328] "Starting node config controller"
	I0922 14:55:32.917235       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0922 14:55:32.917609       1 config.go:105] "Starting endpoint slice config controller"
	I0922 14:55:32.917617       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0922 14:55:33.018508       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0922 14:55:33.018508       1 shared_informer.go:320] Caches are synced for service config
	I0922 14:55:33.018528       1 shared_informer.go:320] Caches are synced for node config
	
	
	==> kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] <==
	I0922 14:55:20.082947       1 serving.go:386] Generated self-signed cert in-memory
	I0922 14:55:21.527600       1 server.go:167] "Starting Kubernetes Scheduler" version="v1.31.1"
	I0922 14:55:21.527724       1 server.go:169] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0922 14:55:21.536749       1 secure_serving.go:213] Serving securely on 127.0.0.1:10259
	I0922 14:55:21.536951       1 requestheader_controller.go:172] Starting RequestHeaderAuthRequestController
	I0922 14:55:21.537007       1 shared_informer.go:313] Waiting for caches to sync for RequestHeaderAuthRequestController
	I0922 14:55:21.537059       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	I0922 14:55:21.540211       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0922 14:55:21.540301       1 shared_informer.go:313] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0922 14:55:21.543027       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0922 14:55:21.543124       1 shared_informer.go:313] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0922 14:55:21.637494       1 shared_informer.go:320] Caches are synced for RequestHeaderAuthRequestController
	I0922 14:55:21.643839       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0922 14:55:21.643850       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.316737    1460 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"csi-data-dir\" (UniqueName: \"kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-csi-data-dir\") pod \"d63600a8-f9e9-467d-9203-dc315eb9f24a\" (UID: \"d63600a8-f9e9-467d-9203-dc315eb9f24a\") "
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.316755    1460 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"socket-dir\" (UniqueName: \"kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-socket-dir\") pod \"d63600a8-f9e9-467d-9203-dc315eb9f24a\" (UID: \"d63600a8-f9e9-467d-9203-dc315eb9f24a\") "
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.316865    1460 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-c64px\" (UniqueName: \"kubernetes.io/projected/daa4078b-aee8-4ed5-8aee-c50cb3582513-kube-api-access-c64px\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.316878    1460 reconciler_common.go:288] "Volume detached for volume \"socket-dir\" (UniqueName: \"kubernetes.io/host-path/daa4078b-aee8-4ed5-8aee-c50cb3582513-socket-dir\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.317429    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-registration-dir" (OuterVolumeSpecName: "registration-dir") pod "d63600a8-f9e9-467d-9203-dc315eb9f24a" (UID: "d63600a8-f9e9-467d-9203-dc315eb9f24a"). InnerVolumeSpecName "registration-dir". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.317476    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-mountpoint-dir" (OuterVolumeSpecName: "mountpoint-dir") pod "d63600a8-f9e9-467d-9203-dc315eb9f24a" (UID: "d63600a8-f9e9-467d-9203-dc315eb9f24a"). InnerVolumeSpecName "mountpoint-dir". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.317495    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-plugins-dir" (OuterVolumeSpecName: "plugins-dir") pod "d63600a8-f9e9-467d-9203-dc315eb9f24a" (UID: "d63600a8-f9e9-467d-9203-dc315eb9f24a"). InnerVolumeSpecName "plugins-dir". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.317512    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-csi-data-dir" (OuterVolumeSpecName: "csi-data-dir") pod "d63600a8-f9e9-467d-9203-dc315eb9f24a" (UID: "d63600a8-f9e9-467d-9203-dc315eb9f24a"). InnerVolumeSpecName "csi-data-dir". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.317527    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-dev-dir" (OuterVolumeSpecName: "dev-dir") pod "d63600a8-f9e9-467d-9203-dc315eb9f24a" (UID: "d63600a8-f9e9-467d-9203-dc315eb9f24a"). InnerVolumeSpecName "dev-dir". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.317544    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-socket-dir" (OuterVolumeSpecName: "socket-dir") pod "d63600a8-f9e9-467d-9203-dc315eb9f24a" (UID: "d63600a8-f9e9-467d-9203-dc315eb9f24a"). InnerVolumeSpecName "socket-dir". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.319777    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/d63600a8-f9e9-467d-9203-dc315eb9f24a-kube-api-access-kmdhr" (OuterVolumeSpecName: "kube-api-access-kmdhr") pod "d63600a8-f9e9-467d-9203-dc315eb9f24a" (UID: "d63600a8-f9e9-467d-9203-dc315eb9f24a"). InnerVolumeSpecName "kube-api-access-kmdhr". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.417054    1460 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"socket-dir\" (UniqueName: \"kubernetes.io/host-path/3c07b87f-50d2-4673-a9d6-8bff21080ea2-socket-dir\") pod \"3c07b87f-50d2-4673-a9d6-8bff21080ea2\" (UID: \"3c07b87f-50d2-4673-a9d6-8bff21080ea2\") "
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.417123    1460 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-28jn9\" (UniqueName: \"kubernetes.io/projected/3c07b87f-50d2-4673-a9d6-8bff21080ea2-kube-api-access-28jn9\") pod \"3c07b87f-50d2-4673-a9d6-8bff21080ea2\" (UID: \"3c07b87f-50d2-4673-a9d6-8bff21080ea2\") "
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.417202    1460 reconciler_common.go:288] "Volume detached for volume \"socket-dir\" (UniqueName: \"kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-socket-dir\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.417215    1460 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-kmdhr\" (UniqueName: \"kubernetes.io/projected/d63600a8-f9e9-467d-9203-dc315eb9f24a-kube-api-access-kmdhr\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.417227    1460 reconciler_common.go:288] "Volume detached for volume \"mountpoint-dir\" (UniqueName: \"kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-mountpoint-dir\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.417236    1460 reconciler_common.go:288] "Volume detached for volume \"plugins-dir\" (UniqueName: \"kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-plugins-dir\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.417245    1460 reconciler_common.go:288] "Volume detached for volume \"registration-dir\" (UniqueName: \"kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-registration-dir\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.417257    1460 reconciler_common.go:288] "Volume detached for volume \"dev-dir\" (UniqueName: \"kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-dev-dir\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.417265    1460 reconciler_common.go:288] "Volume detached for volume \"csi-data-dir\" (UniqueName: \"kubernetes.io/host-path/d63600a8-f9e9-467d-9203-dc315eb9f24a-csi-data-dir\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.417901    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/3c07b87f-50d2-4673-a9d6-8bff21080ea2-socket-dir" (OuterVolumeSpecName: "socket-dir") pod "3c07b87f-50d2-4673-a9d6-8bff21080ea2" (UID: "3c07b87f-50d2-4673-a9d6-8bff21080ea2"). InnerVolumeSpecName "socket-dir". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.419494    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/3c07b87f-50d2-4673-a9d6-8bff21080ea2-kube-api-access-28jn9" (OuterVolumeSpecName: "kube-api-access-28jn9") pod "3c07b87f-50d2-4673-a9d6-8bff21080ea2" (UID: "3c07b87f-50d2-4673-a9d6-8bff21080ea2"). InnerVolumeSpecName "kube-api-access-28jn9". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.519975    1460 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-28jn9\" (UniqueName: \"kubernetes.io/projected/3c07b87f-50d2-4673-a9d6-8bff21080ea2-kube-api-access-28jn9\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.520025    1460 reconciler_common.go:288] "Volume detached for volume \"socket-dir\" (UniqueName: \"kubernetes.io/host-path/3c07b87f-50d2-4673-a9d6-8bff21080ea2-socket-dir\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:07:13 addons-063976 kubelet[1460]: I0922 15:07:13.632200    1460 csi_plugin.go:191] kubernetes.io/csi: registrationHandler.DeRegisterPlugin request for plugin hostpath.csi.k8s.io
	
	
	==> storage-provisioner [eff65addc0addd6d83412dbc300e8ec04aa2480cac59cf1f85b1f44a272e3eb7] <==
	I0922 14:56:12.093925       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0922 14:56:12.108735       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0922 14:56:12.108787       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0922 14:56:12.118006       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0922 14:56:12.118262       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-063976_276164f0-fa8d-4026-8468-0eb25be1eedd!
	I0922 14:56:12.121266       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"111c0d1c-b607-4ac8-a88a-62ff2c100fa7", APIVersion:"v1", ResourceVersion:"914", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-063976_276164f0-fa8d-4026-8468-0eb25be1eedd became leader
	I0922 14:56:12.219159       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-063976_276164f0-fa8d-4026-8468-0eb25be1eedd!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-063976 -n addons-063976
helpers_test.go:261: (dbg) Run:  kubectl --context addons-063976 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox ingress-nginx-admission-create-49k9j ingress-nginx-admission-patch-gwnzh
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-063976 describe pod busybox ingress-nginx-admission-create-49k9j ingress-nginx-admission-patch-gwnzh
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-063976 describe pod busybox ingress-nginx-admission-create-49k9j ingress-nginx-admission-patch-gwnzh: exit status 1 (100.274103ms)

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-063976/192.168.49.2
	Start Time:       Sun, 22 Sep 2024 14:57:56 +0000
	Labels:           integration-test=busybox
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.21
	IPs:
	  IP:  10.244.0.21
	Containers:
	  busybox:
	    Container ID:  
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      sleep
	      3600
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:
	      GOOGLE_APPLICATION_CREDENTIALS:  /google-app-creds.json
	      PROJECT_ID:                      this_is_fake
	      GCP_PROJECT:                     this_is_fake
	      GCLOUD_PROJECT:                  this_is_fake
	      GOOGLE_CLOUD_PROJECT:            this_is_fake
	      CLOUDSDK_CORE_PROJECT:           this_is_fake
	    Mounts:
	      /google-app-creds.json from gcp-creds (ro)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-42hm8 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-42hm8:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	  gcp-creds:
	    Type:          HostPath (bare host directory volume)
	    Path:          /var/lib/minikube/google_application_credentials.json
	    HostPathType:  File
	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  9m18s                  default-scheduler  Successfully assigned default/busybox to addons-063976
	  Normal   Pulling    7m47s (x4 over 9m17s)  kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     7m47s (x4 over 9m17s)  kubelet            Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": unable to retrieve auth token: invalid username/password: unauthorized: authentication failed
	  Warning  Failed     7m47s (x4 over 9m17s)  kubelet            Error: ErrImagePull
	  Warning  Failed     7m36s (x6 over 9m17s)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m9s (x21 over 9m17s)  kubelet            Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-49k9j" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-gwnzh" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-063976 describe pod busybox ingress-nginx-admission-create-49k9j ingress-nginx-admission-patch-gwnzh: exit status 1
--- FAIL: TestAddons/parallel/Registry (74.66s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (152.43s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:205: (dbg) Run:  kubectl --context addons-063976 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:230: (dbg) Run:  kubectl --context addons-063976 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:243: (dbg) Run:  kubectl --context addons-063976 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:248: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [fd986392-3c6a-4341-9445-0091290617b4] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [fd986392-3c6a-4341-9445-0091290617b4] Running
addons_test.go:248: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003910976s
I0922 15:07:41.390020 2481953 kapi.go:150] Service nginx in namespace default found.
addons_test.go:260: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:260: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-063976 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.567669643s)

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

                                                
                                                
** /stderr **
addons_test.go:276: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:284: (dbg) Run:  kubectl --context addons-063976 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:289: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 ip
addons_test.go:295: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:304: (dbg) Done: out/minikube-linux-arm64 -p addons-063976 addons disable ingress-dns --alsologtostderr -v=1: (1.026663607s)
addons_test.go:309: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 addons disable ingress --alsologtostderr -v=1
addons_test.go:309: (dbg) Done: out/minikube-linux-arm64 -p addons-063976 addons disable ingress --alsologtostderr -v=1: (7.774882434s)
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/Ingress]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-063976
helpers_test.go:235: (dbg) docker inspect addons-063976:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7",
	        "Created": "2024-09-22T14:55:00.229696128Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 2483204,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-22T14:55:00.402808187Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c94982da1293baee77c00993711af197ed62d6b1a4ee12c0caa4f57c70de4fdc",
	        "ResolvConfPath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/hostname",
	        "HostsPath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/hosts",
	        "LogPath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7-json.log",
	        "Name": "/addons-063976",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-063976:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-063976",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 4194304000,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 8388608000,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f-init/diff:/var/lib/docker/overlay2/d9219ecf4ba4139ee105e87e1abf332b82a9a5b666e2f75f38e8e0be91bf8411/diff",
	                "MergedDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f/merged",
	                "UpperDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f/diff",
	                "WorkDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-063976",
	                "Source": "/var/lib/docker/volumes/addons-063976/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-063976",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed",
	            "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-063976",
	                "name.minikube.sigs.k8s.io": "addons-063976",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "ad7942347cfa02a578db2fdb2ed1f4424cb756d7d77a5266beff48390c10ec84",
	            "SandboxKey": "/var/run/docker/netns/ad7942347cfa",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36060"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36061"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36064"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36062"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36063"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-063976": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "ae748a09d86a91bbc8b0d95fb38cfca1c7ccfd5c35e637ecdacbdd3d057a35c9",
	                    "EndpointID": "ae4aa5b42517badae53d9843e10d59222017245710fc4c49373af7241a457018",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-063976",
	                        "f3bf1d9e3863"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-063976 -n addons-063976
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-063976 logs -n 25: (1.487254128s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                 Args                 |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | --all                                | minikube               | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| delete  | -p download-only-111092              | download-only-111092   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| start   | -o=json --download-only              | download-only-258467   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | -p download-only-258467              |                        |         |         |                     |                     |
	|         | --force --alsologtostderr            |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1         |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | --all                                | minikube               | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| delete  | -p download-only-258467              | download-only-258467   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| delete  | -p download-only-111092              | download-only-111092   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| delete  | -p download-only-258467              | download-only-258467   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| start   | --download-only -p                   | download-docker-576867 | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | download-docker-576867               |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | -p download-docker-576867            | download-docker-576867 | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| start   | --download-only -p                   | binary-mirror-068084   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | binary-mirror-068084                 |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --binary-mirror                      |                        |         |         |                     |                     |
	|         | http://127.0.0.1:39137               |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-068084              | binary-mirror-068084   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| addons  | enable dashboard -p                  | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | addons-063976                        |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                 | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | addons-063976                        |                        |         |         |                     |                     |
	| start   | -p addons-063976 --wait=true         | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:57 UTC |
	|         | --memory=4000 --alsologtostderr      |                        |         |         |                     |                     |
	|         | --addons=registry                    |                        |         |         |                     |                     |
	|         | --addons=metrics-server              |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots             |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver         |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                    |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner               |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget            |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin        |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano       |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	|         | --addons=ingress                     |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                 |                        |         |         |                     |                     |
	| addons  | enable headlamp                      | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:06 UTC | 22 Sep 24 15:06 UTC |
	|         | -p addons-063976                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-063976 addons disable         | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:06 UTC | 22 Sep 24 15:06 UTC |
	|         | headlamp --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| ip      | addons-063976 ip                     | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	| addons  | addons-063976 addons disable         | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	|         | registry --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| addons  | addons-063976 addons                 | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	|         | disable csi-hostpath-driver          |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-063976 addons                 | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	|         | disable volumesnapshots              |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p          | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	|         | addons-063976                        |                        |         |         |                     |                     |
	| ssh     | addons-063976 ssh curl -s            | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:          |                        |         |         |                     |                     |
	|         | nginx.example.com'                   |                        |         |         |                     |                     |
	| ip      | addons-063976 ip                     | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:09 UTC | 22 Sep 24 15:09 UTC |
	| addons  | addons-063976 addons disable         | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:09 UTC | 22 Sep 24 15:09 UTC |
	|         | ingress-dns --alsologtostderr        |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| addons  | addons-063976 addons disable         | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:09 UTC | 22 Sep 24 15:10 UTC |
	|         | ingress --alsologtostderr -v=1       |                        |         |         |                     |                     |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/22 14:54:35
	Running on machine: ip-172-31-21-244
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0922 14:54:35.724729 2482715 out.go:345] Setting OutFile to fd 1 ...
	I0922 14:54:35.724911 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:54:35.724924 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:54:35.724931 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:54:35.725175 2482715 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 14:54:35.725635 2482715 out.go:352] Setting JSON to false
	I0922 14:54:35.726508 2482715 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":67026,"bootTime":1726949850,"procs":146,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
	I0922 14:54:35.726579 2482715 start.go:139] virtualization:  
	I0922 14:54:35.728268 2482715 out.go:177] * [addons-063976] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0922 14:54:35.729812 2482715 out.go:177]   - MINIKUBE_LOCATION=19648
	I0922 14:54:35.729951 2482715 notify.go:220] Checking for updates...
	I0922 14:54:35.731770 2482715 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0922 14:54:35.733170 2482715 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 14:54:35.734394 2482715 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	I0922 14:54:35.735541 2482715 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0922 14:54:35.736795 2482715 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0922 14:54:35.738157 2482715 driver.go:394] Setting default libvirt URI to qemu:///system
	I0922 14:54:35.761021 2482715 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0922 14:54:35.761155 2482715 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 14:54:35.816317 2482715 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-22 14:54:35.80703795 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 14:54:35.816430 2482715 docker.go:318] overlay module found
	I0922 14:54:35.818044 2482715 out.go:177] * Using the docker driver based on user configuration
	I0922 14:54:35.819355 2482715 start.go:297] selected driver: docker
	I0922 14:54:35.819369 2482715 start.go:901] validating driver "docker" against <nil>
	I0922 14:54:35.819384 2482715 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0922 14:54:35.820024 2482715 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 14:54:35.869952 2482715 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-22 14:54:35.861052752 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 14:54:35.870165 2482715 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0922 14:54:35.870387 2482715 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0922 14:54:35.871799 2482715 out.go:177] * Using Docker driver with root privileges
	I0922 14:54:35.872892 2482715 cni.go:84] Creating CNI manager for ""
	I0922 14:54:35.872955 2482715 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 14:54:35.872967 2482715 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0922 14:54:35.873044 2482715 start.go:340] cluster config:
	{Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 14:54:35.874377 2482715 out.go:177] * Starting "addons-063976" primary control-plane node in "addons-063976" cluster
	I0922 14:54:35.875628 2482715 cache.go:121] Beginning downloading kic base image for docker with crio
	I0922 14:54:35.876806 2482715 out.go:177] * Pulling base image v0.0.45-1726784731-19672 ...
	I0922 14:54:35.877805 2482715 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:54:35.877859 2482715 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0922 14:54:35.877868 2482715 cache.go:56] Caching tarball of preloaded images
	I0922 14:54:35.877884 2482715 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0922 14:54:35.877954 2482715 preload.go:172] Found /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0922 14:54:35.877964 2482715 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0922 14:54:35.878303 2482715 profile.go:143] Saving config to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/config.json ...
	I0922 14:54:35.878331 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/config.json: {Name:mke0232078bbf840b58954d7f0442c142abec8df Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:54:35.892097 2482715 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0922 14:54:35.892218 2482715 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory
	I0922 14:54:35.892245 2482715 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory, skipping pull
	I0922 14:54:35.892251 2482715 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed exists in cache, skipping pull
	I0922 14:54:35.892261 2482715 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed as a tarball
	I0922 14:54:35.892270 2482715 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from local cache
	I0922 14:54:52.926826 2482715 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from cached tarball
	I0922 14:54:52.926868 2482715 cache.go:194] Successfully downloaded all kic artifacts
	I0922 14:54:52.926909 2482715 start.go:360] acquireMachinesLock for addons-063976: {Name:mke668f3f36c0692e17cc19a9e9399a74e35b805 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 14:54:52.927053 2482715 start.go:364] duration metric: took 108.879µs to acquireMachinesLock for "addons-063976"
	I0922 14:54:52.927086 2482715 start.go:93] Provisioning new machine with config: &{Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0922 14:54:52.927171 2482715 start.go:125] createHost starting for "" (driver="docker")
	I0922 14:54:52.928804 2482715 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0922 14:54:52.929057 2482715 start.go:159] libmachine.API.Create for "addons-063976" (driver="docker")
	I0922 14:54:52.929088 2482715 client.go:168] LocalClient.Create starting
	I0922 14:54:52.929207 2482715 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem
	I0922 14:54:53.555955 2482715 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem
	I0922 14:54:53.980565 2482715 cli_runner.go:164] Run: docker network inspect addons-063976 --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}}]}"
	W0922 14:54:53.997134 2482715 cli_runner.go:211] docker network inspect addons-063976 --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
	I0922 14:54:53.997275 2482715 network_create.go:284] running [docker network inspect addons-063976] to gather additional debugging logs...
	I0922 14:54:53.997298 2482715 cli_runner.go:164] Run: docker network inspect addons-063976
	W0922 14:54:54.012489 2482715 cli_runner.go:211] docker network inspect addons-063976 returned with exit code 1
	I0922 14:54:54.012525 2482715 network_create.go:287] error running [docker network inspect addons-063976]: docker network inspect addons-063976: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-063976 not found
	I0922 14:54:54.012541 2482715 network_create.go:289] output of [docker network inspect addons-063976]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-063976 not found
	
	** /stderr **
	I0922 14:54:54.012637 2482715 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}}]}"
	I0922 14:54:54.030000 2482715 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:0x400179d100}
	I0922 14:54:54.030050 2482715 network_create.go:124] attempt to create docker network addons-063976 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0922 14:54:54.030111 2482715 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-063976 addons-063976
	I0922 14:54:54.096917 2482715 network_create.go:108] docker network addons-063976 192.168.49.0/24 created
	I0922 14:54:54.096952 2482715 kic.go:121] calculated static IP "192.168.49.2" for the "addons-063976" container
	I0922 14:54:54.097029 2482715 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0922 14:54:54.111719 2482715 cli_runner.go:164] Run: docker volume create addons-063976 --label name.minikube.sigs.k8s.io=addons-063976 --label created_by.minikube.sigs.k8s.io=true
	I0922 14:54:54.127197 2482715 oci.go:103] Successfully created a docker volume addons-063976
	I0922 14:54:54.127308 2482715 cli_runner.go:164] Run: docker run --rm --name addons-063976-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-063976 --entrypoint /usr/bin/test -v addons-063976:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib
	I0922 14:54:56.175550 2482715 cli_runner.go:217] Completed: docker run --rm --name addons-063976-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-063976 --entrypoint /usr/bin/test -v addons-063976:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib: (2.048189242s)
	I0922 14:54:56.175580 2482715 oci.go:107] Successfully prepared a docker volume addons-063976
	I0922 14:54:56.175598 2482715 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:54:56.175618 2482715 kic.go:194] Starting extracting preloaded images to volume ...
	I0922 14:54:56.175682 2482715 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-063976:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir
	I0922 14:55:00.148651 2482715 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-063976:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir: (3.972914503s)
	I0922 14:55:00.148692 2482715 kic.go:203] duration metric: took 3.973069741s to extract preloaded images to volume ...
	W0922 14:55:00.148855 2482715 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0922 14:55:00.148990 2482715 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0922 14:55:00.213241 2482715 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-063976 --name addons-063976 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-063976 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-063976 --network addons-063976 --ip 192.168.49.2 --volume addons-063976:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed
	I0922 14:55:00.585506 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Running}}
	I0922 14:55:00.608847 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:00.634211 2482715 cli_runner.go:164] Run: docker exec addons-063976 stat /var/lib/dpkg/alternatives/iptables
	I0922 14:55:00.713119 2482715 oci.go:144] the created container "addons-063976" has a running status.
	I0922 14:55:00.713149 2482715 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa...
	I0922 14:55:01.468729 2482715 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0922 14:55:01.492215 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:01.512354 2482715 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0922 14:55:01.512375 2482715 kic_runner.go:114] Args: [docker exec --privileged addons-063976 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0922 14:55:01.574913 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:01.596887 2482715 machine.go:93] provisionDockerMachine start ...
	I0922 14:55:01.596986 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:01.616066 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:01.616336 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:01.616347 2482715 main.go:141] libmachine: About to run SSH command:
	hostname
	I0922 14:55:01.750577 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-063976
	
	I0922 14:55:01.750651 2482715 ubuntu.go:169] provisioning hostname "addons-063976"
	I0922 14:55:01.750758 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:01.775479 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:01.775776 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:01.775789 2482715 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-063976 && echo "addons-063976" | sudo tee /etc/hostname
	I0922 14:55:01.931531 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-063976
	
	I0922 14:55:01.931629 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:01.949300 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:01.949557 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:01.949581 2482715 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-063976' /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-063976/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-063976' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0922 14:55:02.082974 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0922 14:55:02.083005 2482715 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19648-2476577/.minikube CaCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19648-2476577/.minikube}
	I0922 14:55:02.083035 2482715 ubuntu.go:177] setting up certificates
	I0922 14:55:02.083046 2482715 provision.go:84] configureAuth start
	I0922 14:55:02.083123 2482715 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-063976
	I0922 14:55:02.104719 2482715 provision.go:143] copyHostCerts
	I0922 14:55:02.104801 2482715 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.pem (1078 bytes)
	I0922 14:55:02.104935 2482715 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/cert.pem (1123 bytes)
	I0922 14:55:02.105014 2482715 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/key.pem (1675 bytes)
	I0922 14:55:02.105107 2482715 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem org=jenkins.addons-063976 san=[127.0.0.1 192.168.49.2 addons-063976 localhost minikube]
	I0922 14:55:02.678206 2482715 provision.go:177] copyRemoteCerts
	I0922 14:55:02.678278 2482715 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0922 14:55:02.678320 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:02.696876 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:02.791863 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0922 14:55:02.815904 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0922 14:55:02.839824 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0922 14:55:02.863972 2482715 provision.go:87] duration metric: took 780.907715ms to configureAuth
	I0922 14:55:02.864002 2482715 ubuntu.go:193] setting minikube options for container-runtime
	I0922 14:55:02.864197 2482715 config.go:182] Loaded profile config "addons-063976": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 14:55:02.864316 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:02.881149 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:02.881408 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:02.881433 2482715 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0922 14:55:03.119410 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0922 14:55:03.119433 2482715 machine.go:96] duration metric: took 1.522526592s to provisionDockerMachine
	I0922 14:55:03.119443 2482715 client.go:171] duration metric: took 10.190343536s to LocalClient.Create
	I0922 14:55:03.119458 2482715 start.go:167] duration metric: took 10.190401479s to libmachine.API.Create "addons-063976"
	I0922 14:55:03.119465 2482715 start.go:293] postStartSetup for "addons-063976" (driver="docker")
	I0922 14:55:03.119476 2482715 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]
	I0922 14:55:03.119543 2482715 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
	I0922 14:55:03.119587 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.136642 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.236313 2482715 ssh_runner.go:195] Run: cat /etc/os-release
	I0922 14:55:03.239513 2482715 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0922 14:55:03.239553 2482715 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0922 14:55:03.239567 2482715 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0922 14:55:03.239574 2482715 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0922 14:55:03.239586 2482715 filesync.go:126] Scanning /home/jenkins/minikube-integration/19648-2476577/.minikube/addons for local assets ...
	I0922 14:55:03.239661 2482715 filesync.go:126] Scanning /home/jenkins/minikube-integration/19648-2476577/.minikube/files for local assets ...
	I0922 14:55:03.239688 2482715 start.go:296] duration metric: took 120.217862ms for postStartSetup
	I0922 14:55:03.240013 2482715 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-063976
	I0922 14:55:03.256380 2482715 profile.go:143] Saving config to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/config.json ...
	I0922 14:55:03.256671 2482715 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0922 14:55:03.256723 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.272334 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.363817 2482715 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0922 14:55:03.368225 2482715 start.go:128] duration metric: took 10.441037109s to createHost
	I0922 14:55:03.368252 2482715 start.go:83] releasing machines lock for "addons-063976", held for 10.441182639s
	I0922 14:55:03.368326 2482715 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-063976
	I0922 14:55:03.385873 2482715 ssh_runner.go:195] Run: cat /version.json
	I0922 14:55:03.385935 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.386210 2482715 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0922 14:55:03.386287 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.405734 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.420055 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.498459 2482715 ssh_runner.go:195] Run: systemctl --version
	I0922 14:55:03.626174 2482715 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0922 14:55:03.766617 2482715 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0922 14:55:03.770787 2482715 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 "sudo mv {} {}.mk_disabled" ;
	I0922 14:55:03.791081 2482715 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0922 14:55:03.791171 2482715 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" ;
	I0922 14:55:03.822140 2482715 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0922 14:55:03.822165 2482715 start.go:495] detecting cgroup driver to use...
	I0922 14:55:03.822217 2482715 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0922 14:55:03.822291 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0922 14:55:03.838777 2482715 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0922 14:55:03.850499 2482715 docker.go:217] disabling cri-docker service (if available) ...
	I0922 14:55:03.850584 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0922 14:55:03.865445 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0922 14:55:03.880257 2482715 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0922 14:55:03.964589 2482715 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0922 14:55:04.061605 2482715 docker.go:233] disabling docker service ...
	I0922 14:55:04.061722 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0922 14:55:04.080539 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0922 14:55:04.092555 2482715 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0922 14:55:04.182700 2482715 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0922 14:55:04.282405 2482715 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0922 14:55:04.295493 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0922 14:55:04.312500 2482715 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0922 14:55:04.312567 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.323311 2482715 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0922 14:55:04.323384 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.333196 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.343407 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.353343 2482715 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0922 14:55:04.362455 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.372838 2482715 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.389690 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n  "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.399594 2482715 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0922 14:55:04.408436 2482715 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0922 14:55:04.417122 2482715 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 14:55:04.498742 2482715 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0922 14:55:04.612511 2482715 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0922 14:55:04.612604 2482715 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0922 14:55:04.616253 2482715 start.go:563] Will wait 60s for crictl version
	I0922 14:55:04.616319 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:55:04.620105 2482715 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0922 14:55:04.655754 2482715 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0922 14:55:04.655856 2482715 ssh_runner.go:195] Run: crio --version
	I0922 14:55:04.698023 2482715 ssh_runner.go:195] Run: crio --version
	I0922 14:55:04.737694 2482715 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0922 14:55:04.740864 2482715 cli_runner.go:164] Run: docker network inspect addons-063976 --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}}]}"
	I0922 14:55:04.756577 2482715 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0922 14:55:04.760138 2482715 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""
	I0922 14:55:04.771100 2482715 kubeadm.go:883] updating cluster {Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0922 14:55:04.771227 2482715 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:55:04.771291 2482715 ssh_runner.go:195] Run: sudo crictl images --output json
	I0922 14:55:04.846770 2482715 crio.go:514] all images are preloaded for cri-o runtime.
	I0922 14:55:04.846809 2482715 crio.go:433] Images already preloaded, skipping extraction
	I0922 14:55:04.846869 2482715 ssh_runner.go:195] Run: sudo crictl images --output json
	I0922 14:55:04.882869 2482715 crio.go:514] all images are preloaded for cri-o runtime.
	I0922 14:55:04.882893 2482715 cache_images.go:84] Images are preloaded, skipping loading
	I0922 14:55:04.882902 2482715 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0922 14:55:04.883011 2482715 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-063976 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0922 14:55:04.883099 2482715 ssh_runner.go:195] Run: crio config
	I0922 14:55:04.957018 2482715 cni.go:84] Creating CNI manager for ""
	I0922 14:55:04.957042 2482715 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 14:55:04.957051 2482715 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0922 14:55:04.957075 2482715 kubeadm.go:181] 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.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-063976 NodeName:addons-063976 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0922 14:55:04.957218 2482715 kubeadm.go:187] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	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:///var/run/crio/crio.sock
	  name: "addons-063976"
	  kubeletExtraArgs:
	    node-ip: 192.168.49.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.31.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.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
	
	I0922 14:55:04.957292 2482715 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0922 14:55:04.965916 2482715 binaries.go:44] Found k8s binaries, skipping transfer
	I0922 14:55:04.966000 2482715 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0922 14:55:04.974324 2482715 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0922 14:55:04.991610 2482715 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0922 14:55:05.010092 2482715 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0922 14:55:05.028367 2482715 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0922 14:55:05.031881 2482715 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""
	I0922 14:55:05.042754 2482715 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 14:55:05.124698 2482715 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0922 14:55:05.138865 2482715 certs.go:68] Setting up /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976 for IP: 192.168.49.2
	I0922 14:55:05.138988 2482715 certs.go:194] generating shared ca certs ...
	I0922 14:55:05.139024 2482715 certs.go:226] acquiring lock for ca certs: {Name:mkeff3e73d2be4d9e117d80b8189a4c062e8cbf0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:05.139228 2482715 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key
	I0922 14:55:05.841573 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt ...
	I0922 14:55:05.841606 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt: {Name:mk3c2ab64b8f73613fced8d472413259343a906f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:05.841816 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key ...
	I0922 14:55:05.841830 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key: {Name:mkc237d4de5a0207d0ed78097320dd579931769a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:05.841930 2482715 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key
	I0922 14:55:06.083405 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.crt ...
	I0922 14:55:06.083437 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.crt: {Name:mk511cdf7047cdd6cd600132bb1cc503964631d8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.083641 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key ...
	I0922 14:55:06.083656 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key: {Name:mke315d86ec30ddc4bf191cab4b71701127951ea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.083742 2482715 certs.go:256] generating profile certs ...
	I0922 14:55:06.083840 2482715 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.key
	I0922 14:55:06.083861 2482715 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt with IP's: []
	I0922 14:55:06.388590 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt ...
	I0922 14:55:06.388625 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: {Name:mkfd9c00fcbc9af85c4d69420797636f851b9562 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.388821 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.key ...
	I0922 14:55:06.388835 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.key: {Name:mked62c94f026a008a86a433bac10a96938d57e4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.388924 2482715 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf
	I0922 14:55:06.388948 2482715 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0922 14:55:06.727209 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf ...
	I0922 14:55:06.727256 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf: {Name:mkc95c4b68c73edca687dce47f195cfafca234fd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.727509 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf ...
	I0922 14:55:06.727527 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf: {Name:mkd5efe0babc1a23ef6840380692017efb562d5d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.728033 2482715 certs.go:381] copying /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf -> /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt
	I0922 14:55:06.728136 2482715 certs.go:385] copying /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf -> /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key
	I0922 14:55:06.728204 2482715 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key
	I0922 14:55:06.728227 2482715 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt with IP's: []
	I0922 14:55:07.013947 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt ...
	I0922 14:55:07.013984 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt: {Name:mka397e1bc4979f91e4cb089686a2e74c3867e52 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:07.014193 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key ...
	I0922 14:55:07.014208 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key: {Name:mke39efe89baff550b099df54ade398d4257cfa6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:07.014410 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem (1675 bytes)
	I0922 14:55:07.014456 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem (1078 bytes)
	I0922 14:55:07.014491 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem (1123 bytes)
	I0922 14:55:07.014519 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem (1675 bytes)
	I0922 14:55:07.015256 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0922 14:55:07.041113 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0922 14:55:07.066805 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0922 14:55:07.091493 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0922 14:55:07.116060 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0922 14:55:07.140630 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0922 14:55:07.165659 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0922 14:55:07.190212 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0922 14:55:07.214489 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0922 14:55:07.239198 2482715 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0922 14:55:07.257358 2482715 ssh_runner.go:195] Run: openssl version
	I0922 14:55:07.262874 2482715 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"
	I0922 14:55:07.272393 2482715 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0922 14:55:07.275815 2482715 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 22 14:55 /usr/share/ca-certificates/minikubeCA.pem
	I0922 14:55:07.275879 2482715 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0922 14:55:07.282584 2482715 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"
	I0922 14:55:07.292381 2482715 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0922 14:55:07.295863 2482715 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
	I0922 14:55:07.295908 2482715 kubeadm.go:392] StartCluster: {Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 14:55:07.295981 2482715 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0922 14:55:07.296037 2482715 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0922 14:55:07.335727 2482715 cri.go:89] found id: ""
	I0922 14:55:07.335798 2482715 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0922 14:55:07.344895 2482715 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0922 14:55:07.354083 2482715 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0922 14:55:07.354158 2482715 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
	I0922 14:55:07.363215 2482715 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
	I0922 14:55:07.363242 2482715 kubeadm.go:157] found existing configuration files:
	
	I0922 14:55:07.363320 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0922 14:55:07.372398 2482715 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
	I0922 14:55:07.372467 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0922 14:55:07.381396 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0922 14:55:07.390506 2482715 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
	I0922 14:55:07.390574 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0922 14:55:07.399103 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0922 14:55:07.408150 2482715 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
	I0922 14:55:07.408219 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0922 14:55:07.417063 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0922 14:55:07.425804 2482715 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
	I0922 14:55:07.425879 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0922 14:55:07.435078 2482715 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0922 14:55:07.477727 2482715 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0922 14:55:07.478116 2482715 kubeadm.go:310] [preflight] Running pre-flight checks
	I0922 14:55:07.518424 2482715 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0922 14:55:07.518500 2482715 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1070-aws
	I0922 14:55:07.518541 2482715 kubeadm.go:310] OS: Linux
	I0922 14:55:07.518588 2482715 kubeadm.go:310] CGROUPS_CPU: enabled
	I0922 14:55:07.518639 2482715 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0922 14:55:07.518691 2482715 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0922 14:55:07.518742 2482715 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0922 14:55:07.518801 2482715 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0922 14:55:07.518863 2482715 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0922 14:55:07.518913 2482715 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0922 14:55:07.518975 2482715 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0922 14:55:07.519026 2482715 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0922 14:55:07.588897 2482715 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0922 14:55:07.589018 2482715 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0922 14:55:07.589114 2482715 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0922 14:55:07.595550 2482715 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0922 14:55:07.599431 2482715 out.go:235]   - Generating certificates and keys ...
	I0922 14:55:07.599617 2482715 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0922 14:55:07.599726 2482715 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0922 14:55:07.805450 2482715 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0922 14:55:08.092033 2482715 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0922 14:55:08.655846 2482715 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0922 14:55:09.068459 2482715 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0922 14:55:09.289570 2482715 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0922 14:55:09.289902 2482715 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-063976 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0922 14:55:10.150116 2482715 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0922 14:55:10.150260 2482715 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-063976 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0922 14:55:10.957421 2482715 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0922 14:55:11.190684 2482715 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0922 14:55:11.931812 2482715 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0922 14:55:11.931967 2482715 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0922 14:55:12.281050 2482715 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0922 14:55:12.678363 2482715 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0922 14:55:13.123143 2482715 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0922 14:55:13.282119 2482715 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0922 14:55:13.813865 2482715 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0922 14:55:13.814588 2482715 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0922 14:55:13.817734 2482715 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0922 14:55:13.820895 2482715 out.go:235]   - Booting up control plane ...
	I0922 14:55:13.821009 2482715 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0922 14:55:13.821089 2482715 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0922 14:55:13.821163 2482715 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0922 14:55:13.831200 2482715 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0922 14:55:13.837141 2482715 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0922 14:55:13.837202 2482715 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0922 14:55:13.930294 2482715 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0922 14:55:13.930475 2482715 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0922 14:55:15.431987 2482715 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.50171512s
	I0922 14:55:15.432082 2482715 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0922 14:55:21.434361 2482715 kubeadm.go:310] [api-check] The API server is healthy after 6.002494481s
	I0922 14:55:21.455438 2482715 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0922 14:55:21.481110 2482715 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0922 14:55:21.529781 2482715 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0922 14:55:21.529983 2482715 kubeadm.go:310] [mark-control-plane] Marking the node addons-063976 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0922 14:55:21.558418 2482715 kubeadm.go:310] [bootstrap-token] Using token: 9sd6rk.t6g9zkh9pnyvtiez
	I0922 14:55:21.561256 2482715 out.go:235]   - Configuring RBAC rules ...
	I0922 14:55:21.561390 2482715 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0922 14:55:21.566234 2482715 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0922 14:55:21.576887 2482715 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
	I0922 14:55:21.582102 2482715 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0922 14:55:21.588499 2482715 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0922 14:55:21.595137 2482715 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0922 14:55:21.841484 2482715 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0922 14:55:22.268959 2482715 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0922 14:55:22.844805 2482715 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0922 14:55:22.846057 2482715 kubeadm.go:310] 
	I0922 14:55:22.846139 2482715 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0922 14:55:22.846147 2482715 kubeadm.go:310] 
	I0922 14:55:22.846222 2482715 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0922 14:55:22.846227 2482715 kubeadm.go:310] 
	I0922 14:55:22.846252 2482715 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0922 14:55:22.846310 2482715 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0922 14:55:22.846360 2482715 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0922 14:55:22.846364 2482715 kubeadm.go:310] 
	I0922 14:55:22.846417 2482715 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0922 14:55:22.846421 2482715 kubeadm.go:310] 
	I0922 14:55:22.846467 2482715 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0922 14:55:22.846472 2482715 kubeadm.go:310] 
	I0922 14:55:22.846526 2482715 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0922 14:55:22.846610 2482715 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0922 14:55:22.846678 2482715 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0922 14:55:22.846683 2482715 kubeadm.go:310] 
	I0922 14:55:22.846770 2482715 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0922 14:55:22.846845 2482715 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0922 14:55:22.846850 2482715 kubeadm.go:310] 
	I0922 14:55:22.846950 2482715 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 9sd6rk.t6g9zkh9pnyvtiez \
	I0922 14:55:22.847057 2482715 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9fc92f29ceae5348e0b85629963f4fcbba9c77ca07929169bfbbd47c0024a053 \
	I0922 14:55:22.847077 2482715 kubeadm.go:310] 	--control-plane 
	I0922 14:55:22.847081 2482715 kubeadm.go:310] 
	I0922 14:55:22.847165 2482715 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0922 14:55:22.847169 2482715 kubeadm.go:310] 
	I0922 14:55:22.847249 2482715 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 9sd6rk.t6g9zkh9pnyvtiez \
	I0922 14:55:22.847349 2482715 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9fc92f29ceae5348e0b85629963f4fcbba9c77ca07929169bfbbd47c0024a053 
	I0922 14:55:22.851315 2482715 kubeadm.go:310] W0922 14:55:07.472761    1156 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0922 14:55:22.851614 2482715 kubeadm.go:310] W0922 14:55:07.474238    1156 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0922 14:55:22.851826 2482715 kubeadm.go:310] 	[WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1070-aws\n", err: exit status 1
	I0922 14:55:22.851932 2482715 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0922 14:55:22.851957 2482715 cni.go:84] Creating CNI manager for ""
	I0922 14:55:22.851969 2482715 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 14:55:22.856563 2482715 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0922 14:55:22.859164 2482715 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0922 14:55:22.863054 2482715 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0922 14:55:22.863116 2482715 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0922 14:55:22.882304 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0922 14:55:23.177453 2482715 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0922 14:55:23.177585 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:23.177666 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-063976 minikube.k8s.io/updated_at=2024_09_22T14_55_23_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=5b57912a6e11509dc1149ba04e12218d24f36ea3 minikube.k8s.io/name=addons-063976 minikube.k8s.io/primary=true
	I0922 14:55:23.344386 2482715 ops.go:34] apiserver oom_adj: -16
	I0922 14:55:23.344496 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:23.845326 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:24.344609 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:24.844634 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:25.345153 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:25.844851 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:26.345177 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:26.845052 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:27.345437 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:27.430418 2482715 kubeadm.go:1113] duration metric: took 4.252878449s to wait for elevateKubeSystemPrivileges
	I0922 14:55:27.430450 2482715 kubeadm.go:394] duration metric: took 20.134544555s to StartCluster
	I0922 14:55:27.430467 2482715 settings.go:142] acquiring lock: {Name:mk2cf6e4d3f37a4f62280a8a9356d931b86b236f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:27.431024 2482715 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 14:55:27.431467 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/kubeconfig: {Name:mk86102d2663511afa0f6941c90df65de1224212 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:27.431666 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0922 14:55:27.431699 2482715 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0922 14:55:27.431934 2482715 config.go:182] Loaded profile config "addons-063976": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 14:55:27.431968 2482715 addons.go:507] enable addons start: toEnable=map[ambassador:false 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 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:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0922 14:55:27.432045 2482715 addons.go:69] Setting yakd=true in profile "addons-063976"
	I0922 14:55:27.432058 2482715 addons.go:234] Setting addon yakd=true in "addons-063976"
	I0922 14:55:27.432083 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.432555 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.433001 2482715 addons.go:69] Setting metrics-server=true in profile "addons-063976"
	I0922 14:55:27.433019 2482715 addons.go:234] Setting addon metrics-server=true in "addons-063976"
	I0922 14:55:27.433044 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.433466 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.433625 2482715 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-063976"
	I0922 14:55:27.433653 2482715 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-063976"
	I0922 14:55:27.433686 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.434168 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.436250 2482715 addons.go:69] Setting cloud-spanner=true in profile "addons-063976"
	I0922 14:55:27.436329 2482715 addons.go:234] Setting addon cloud-spanner=true in "addons-063976"
	I0922 14:55:27.436433 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.436657 2482715 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-063976"
	I0922 14:55:27.436714 2482715 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-063976"
	I0922 14:55:27.436743 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.437201 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.438378 2482715 addons.go:69] Setting registry=true in profile "addons-063976"
	I0922 14:55:27.438430 2482715 addons.go:234] Setting addon registry=true in "addons-063976"
	I0922 14:55:27.438489 2482715 addons.go:69] Setting default-storageclass=true in profile "addons-063976"
	I0922 14:55:27.438520 2482715 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-063976"
	I0922 14:55:27.438502 2482715 addons.go:69] Setting storage-provisioner=true in profile "addons-063976"
	I0922 14:55:27.438571 2482715 addons.go:234] Setting addon storage-provisioner=true in "addons-063976"
	I0922 14:55:27.438621 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.438835 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.439191 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.442046 2482715 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-063976"
	I0922 14:55:27.442086 2482715 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-063976"
	I0922 14:55:27.442393 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.438495 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.447173 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.449767 2482715 addons.go:69] Setting volcano=true in profile "addons-063976"
	I0922 14:55:27.449801 2482715 addons.go:234] Setting addon volcano=true in "addons-063976"
	I0922 14:55:27.449838 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.450312 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.458998 2482715 addons.go:69] Setting gcp-auth=true in profile "addons-063976"
	I0922 14:55:27.459037 2482715 mustload.go:65] Loading cluster: addons-063976
	I0922 14:55:27.459682 2482715 config.go:182] Loaded profile config "addons-063976": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 14:55:27.459973 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.462970 2482715 addons.go:69] Setting volumesnapshots=true in profile "addons-063976"
	I0922 14:55:27.463002 2482715 addons.go:234] Setting addon volumesnapshots=true in "addons-063976"
	I0922 14:55:27.463038 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.463629 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.475373 2482715 addons.go:69] Setting ingress=true in profile "addons-063976"
	I0922 14:55:27.475409 2482715 addons.go:234] Setting addon ingress=true in "addons-063976"
	I0922 14:55:27.475459 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.476114 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.488005 2482715 out.go:177] * Verifying Kubernetes components...
	I0922 14:55:27.490634 2482715 addons.go:69] Setting ingress-dns=true in profile "addons-063976"
	I0922 14:55:27.490679 2482715 addons.go:234] Setting addon ingress-dns=true in "addons-063976"
	I0922 14:55:27.490735 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.491265 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.504045 2482715 addons.go:69] Setting inspektor-gadget=true in profile "addons-063976"
	I0922 14:55:27.504092 2482715 addons.go:234] Setting addon inspektor-gadget=true in "addons-063976"
	I0922 14:55:27.504133 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.507757 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.491266 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.564166 2482715 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0922 14:55:27.566984 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0922 14:55:27.567012 2482715 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0922 14:55:27.567086 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.581954 2482715 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 14:55:27.584428 2482715 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-063976"
	I0922 14:55:27.584470 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.584895 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.607372 2482715 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0922 14:55:27.610111 2482715 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0922 14:55:27.610178 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0922 14:55:27.610783 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.621213 2482715 addons.go:234] Setting addon default-storageclass=true in "addons-063976"
	I0922 14:55:27.621251 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.621669 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.622011 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.623540 2482715 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	W0922 14:55:27.647386 2482715 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0922 14:55:27.650165 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0922 14:55:27.654239 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0922 14:55:27.656947 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0922 14:55:27.657147 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0922 14:55:27.657394 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0922 14:55:27.662103 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0922 14:55:27.662133 2482715 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0922 14:55:27.662250 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.666180 2482715 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 14:55:27.666198 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0922 14:55:27.666265 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.673290 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0922 14:55:27.673327 2482715 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0922 14:55:27.673395 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.658665 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0922 14:55:27.688781 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0922 14:55:27.715054 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0922 14:55:27.720447 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0922 14:55:27.724641 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0922 14:55:27.728072 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0922 14:55:27.733179 2482715 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0922 14:55:27.733482 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0922 14:55:27.735730 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0922 14:55:27.748403 2482715 out.go:177]   - Using image docker.io/registry:2.8.3
	I0922 14:55:27.751657 2482715 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0922 14:55:27.751728 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0922 14:55:27.751840 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.768389 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0922 14:55:27.768419 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0922 14:55:27.768487 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.777755 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.779736 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0922 14:55:27.779763 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0922 14:55:27.779830 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.780252 2482715 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.24
	I0922 14:55:27.780334 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0922 14:55:27.785142 2482715 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0922 14:55:27.785164 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0922 14:55:27.785228 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.797565 2482715 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0922 14:55:27.801225 2482715 out.go:177]   - Using image docker.io/busybox:stable
	I0922 14:55:27.806054 2482715 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0922 14:55:27.806076 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0922 14:55:27.806139 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.821112 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0922 14:55:27.824537 2482715 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0922 14:55:27.824565 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0922 14:55:27.824634 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.825443 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0922 14:55:27.825727 2482715 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0922 14:55:27.825769 2482715 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0922 14:55:27.825850 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.851367 2482715 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0922 14:55:27.851388 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0922 14:55:27.851453 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.851841 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.852615 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.855192 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.895053 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.905222 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.909830 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.946831 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.966900 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.977141 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.984470 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.985286 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	W0922 14:55:27.986669 2482715 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0922 14:55:27.986701 2482715 retry.go:31] will retry after 322.763221ms: ssh: handshake failed: EOF
	I0922 14:55:27.992849 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:28.251688 2482715 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0922 14:55:28.342801 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0922 14:55:28.342875 2482715 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0922 14:55:28.346652 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0922 14:55:28.346741 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0922 14:55:28.409073 2482715 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0922 14:55:28.409158 2482715 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0922 14:55:28.419098 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0922 14:55:28.419169 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0922 14:55:28.432410 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0922 14:55:28.432741 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 14:55:28.457224 2482715 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0922 14:55:28.457297 2482715 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0922 14:55:28.459105 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0922 14:55:28.462595 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0922 14:55:28.468094 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0922 14:55:28.468171 2482715 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)
	I0922 14:55:28.479613 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0922 14:55:28.479686 2482715 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0922 14:55:28.480071 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0922 14:55:28.490987 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0922 14:55:28.491067 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0922 14:55:28.504286 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0922 14:55:28.586368 2482715 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0922 14:55:28.586449 2482715 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0922 14:55:28.596350 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0922 14:55:28.596427 2482715 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0922 14:55:28.630208 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0922 14:55:28.630284 2482715 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0922 14:55:28.648139 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0922 14:55:28.648206 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0922 14:55:28.683678 2482715 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0922 14:55:28.683751 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0922 14:55:28.709682 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0922 14:55:28.709758 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0922 14:55:28.713193 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0922 14:55:28.713267 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0922 14:55:28.803906 2482715 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0922 14:55:28.804019 2482715 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0922 14:55:28.813065 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0922 14:55:28.813145 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0922 14:55:28.826672 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0922 14:55:28.826762 2482715 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0922 14:55:28.884055 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0922 14:55:28.892258 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0922 14:55:28.904326 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0922 14:55:28.910468 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0922 14:55:28.910560 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0922 14:55:28.965230 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0922 14:55:28.965253 2482715 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0922 14:55:28.984576 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0922 14:55:29.015339 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0922 14:55:29.015365 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0922 14:55:29.163171 2482715 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0922 14:55:29.163246 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0922 14:55:29.174033 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0922 14:55:29.174105 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0922 14:55:29.182049 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0922 14:55:29.182125 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0922 14:55:29.338313 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0922 14:55:29.338390 2482715 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0922 14:55:29.340842 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0922 14:55:29.346124 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0922 14:55:29.346201 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0922 14:55:29.485266 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0922 14:55:29.485340 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0922 14:55:29.495541 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0922 14:55:29.495620 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0922 14:55:29.612989 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0922 14:55:29.613065 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0922 14:55:29.620078 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0922 14:55:29.620148 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0922 14:55:29.759729 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0922 14:55:29.759805 2482715 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0922 14:55:29.789578 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
	I0922 14:55:29.929468 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0922 14:55:30.135492 2482715 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.448734597s)
	I0922 14:55:30.135574 2482715 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0922 14:55:30.136883 2482715 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.885164835s)
	I0922 14:55:30.138016 2482715 node_ready.go:35] waiting up to 6m0s for node "addons-063976" to be "Ready" ...
	I0922 14:55:31.048077 2482715 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-063976" context rescaled to 1 replicas
	I0922 14:55:32.170041 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:32.356040 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.923538646s)
	I0922 14:55:32.356125 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.923336124s)
	I0922 14:55:32.356148 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.8969763s)
	I0922 14:55:33.425470 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.96279648s)
	I0922 14:55:33.425868 2482715 addons.go:475] Verifying addon ingress=true in "addons-063976"
	I0922 14:55:33.425580 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.945455332s)
	I0922 14:55:33.425626 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.921277305s)
	I0922 14:55:33.425658 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.541524746s)
	I0922 14:55:33.425688 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.533351727s)
	I0922 14:55:33.425713 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.521309141s)
	I0922 14:55:33.426324 2482715 addons.go:475] Verifying addon registry=true in "addons-063976"
	I0922 14:55:33.425795 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.441163891s)
	I0922 14:55:33.426635 2482715 addons.go:475] Verifying addon metrics-server=true in "addons-063976"
	I0922 14:55:33.429260 2482715 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-063976 service yakd-dashboard -n yakd-dashboard
	
	I0922 14:55:33.429350 2482715 out.go:177] * Verifying ingress addon...
	I0922 14:55:33.429397 2482715 out.go:177] * Verifying registry addon...
	I0922 14:55:33.434194 2482715 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0922 14:55:33.436271 2482715 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0922 14:55:33.442996 2482715 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0922 14:55:33.443065 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:33.490984 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.150051538s)
	W0922 14:55:33.491164 2482715 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0922 14:55:33.491292 2482715 retry.go:31] will retry after 338.815892ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0922 14:55:33.491111 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.701453908s)
	I0922 14:55:33.522621 2482715 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0922 14:55:33.522651 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:33.825435 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.895850701s)
	I0922 14:55:33.825520 2482715 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-063976"
	I0922 14:55:33.828378 2482715 out.go:177] * Verifying csi-hostpath-driver addon...
	I0922 14:55:33.830670 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0922 14:55:33.831855 2482715 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0922 14:55:33.853875 2482715 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0922 14:55:33.853949 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:33.954515 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:33.955608 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:34.336800 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:34.438140 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:34.439666 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:34.642041 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:34.836247 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:34.940047 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:34.941808 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:35.271436 2482715 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0922 14:55:35.271519 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:35.297756 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:35.335686 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:35.428654 2482715 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0922 14:55:35.441320 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:35.442157 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:35.470263 2482715 addons.go:234] Setting addon gcp-auth=true in "addons-063976"
	I0922 14:55:35.470322 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:35.470794 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:35.490472 2482715 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0922 14:55:35.490526 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:35.514176 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:35.835389 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:35.939948 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:35.944161 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:36.340932 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:36.439839 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:36.440268 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:36.681789 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.85107569s)
	I0922 14:55:36.681897 2482715 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.191405378s)
	I0922 14:55:36.684896 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0922 14:55:36.687654 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0922 14:55:36.690233 2482715 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0922 14:55:36.690294 2482715 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0922 14:55:36.720148 2482715 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0922 14:55:36.720174 2482715 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0922 14:55:36.773407 2482715 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0922 14:55:36.773430 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0922 14:55:36.812105 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0922 14:55:36.835357 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:36.938879 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:36.942423 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:37.142505 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:37.336290 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:37.468235 2482715 addons.go:475] Verifying addon gcp-auth=true in "addons-063976"
	I0922 14:55:37.471245 2482715 out.go:177] * Verifying gcp-auth addon...
	I0922 14:55:37.473373 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:37.474220 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:37.476008 2482715 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0922 14:55:37.563964 2482715 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0922 14:55:37.563985 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:37.835380 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:37.939884 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:37.943111 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:37.981941 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:38.335923 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:38.438733 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:38.440675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:38.479981 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:38.835928 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:38.941668 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:38.942374 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:39.044888 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:39.143588 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:39.336140 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:39.438026 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:39.439627 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:39.479513 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:39.836811 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:39.939647 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:39.940312 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:39.978996 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:40.335918 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:40.438677 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:40.440521 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:40.479744 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:40.835266 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:40.938729 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:40.940548 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:40.980236 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:41.335897 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:41.439420 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:41.440230 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:41.479467 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:41.642149 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:41.835304 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:41.938137 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:41.940680 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:41.980019 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:42.335502 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:42.438706 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:42.440791 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:42.479408 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:42.836505 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:42.938415 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:42.939713 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:42.980262 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:43.335607 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:43.438487 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:43.440582 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:43.479810 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:43.835761 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:43.939432 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:43.940722 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:43.979645 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:44.141630 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:44.335700 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:44.439001 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:44.441283 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:44.480133 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:44.836352 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:44.938251 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:44.940660 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:44.979557 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:45.336121 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:45.438648 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:45.440148 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:45.480098 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:45.835614 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:45.940010 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:45.940413 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:45.979128 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:46.141912 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:46.335577 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:46.439774 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:46.440477 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:46.479825 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:46.836111 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:46.938343 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:46.939917 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:46.980120 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:47.335499 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:47.438614 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:47.440174 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:47.479961 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:47.835793 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:47.938655 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:47.940017 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:47.978891 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:48.335186 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:48.438219 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:48.439865 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:48.479695 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:48.641788 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:48.835825 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:48.938480 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:48.940072 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:48.979619 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:49.334745 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:49.437956 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:49.439455 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:49.479048 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:49.835944 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:49.938159 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:49.939772 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:49.979552 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:50.336027 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:50.439033 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:50.439552 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:50.479323 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:50.836010 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:50.938656 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:50.940058 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:50.979808 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:51.142109 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:51.335834 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:51.438736 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:51.440979 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:51.478812 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:51.835408 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:51.938224 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:51.939635 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:51.979596 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:52.335485 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:52.438736 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:52.438959 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:52.479693 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:52.835365 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:52.938908 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:52.938921 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:52.980013 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:53.143635 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:53.336164 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:53.438774 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:53.440211 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:53.480257 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:53.836066 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:53.938683 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:53.939344 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:53.978820 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:54.335560 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:54.438177 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:54.440598 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:54.479696 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:54.835263 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:54.938328 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:54.939837 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:54.979649 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:55.335963 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:55.438789 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:55.439502 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:55.479399 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:55.640803 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:55.835600 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:55.938246 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:55.939786 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:55.979835 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:56.338247 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:56.437927 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:56.439391 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:56.479653 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:56.835147 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:56.938288 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:56.939844 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:56.979782 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:57.335142 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:57.438272 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:57.440709 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:57.479350 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:57.641912 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:57.835205 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:57.938657 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:57.940068 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:57.978820 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:58.335300 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:58.439368 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:58.445108 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:58.480673 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:58.835932 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:58.938374 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:58.939693 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:58.980053 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:59.335009 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:59.439846 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:59.440562 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:59.479700 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:59.836231 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:59.938645 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:59.940001 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:59.978915 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:00.141593 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:00.336092 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:00.439122 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:00.440360 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:00.479635 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:00.835615 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:00.938484 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:00.940910 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:00.979718 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:01.336146 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:01.439496 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:01.440241 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:01.479436 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:01.836935 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:01.938273 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:01.939998 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:01.979083 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:02.335952 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:02.438158 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:02.439619 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:02.479520 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:02.641912 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:02.835340 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:02.938683 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:02.940284 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:02.979513 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:03.336296 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:03.441404 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:03.442407 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:03.479119 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:03.836045 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:03.938761 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:03.939366 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:03.979631 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:04.335769 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:04.438137 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:04.439675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:04.479500 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:04.642722 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:04.835290 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:04.938323 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:04.940791 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:04.980014 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:05.335387 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:05.438195 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:05.439721 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:05.479415 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:05.836022 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:05.938557 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:05.940061 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:05.979944 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:06.335949 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:06.438299 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:06.439873 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:06.479960 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:06.835148 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:06.940089 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:06.940697 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:06.979600 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:07.141372 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:07.335983 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:07.438828 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:07.440428 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:07.479874 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:07.836054 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:07.938304 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:07.939689 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:07.979886 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:08.335407 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:08.443234 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:08.444516 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:08.479767 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:08.835824 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:08.938744 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:08.940194 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:08.979277 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:09.335902 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:09.438913 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:09.440081 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:09.479531 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:09.641736 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:09.835832 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:09.937838 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:09.940269 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:09.979191 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:10.335636 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:10.438373 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:10.440792 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:10.479436 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:10.835962 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:10.939188 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:10.941048 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:10.979754 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:11.346026 2482715 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0922 14:56:11.346063 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:11.441682 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:11.445625 2482715 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0922 14:56:11.445653 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:11.485419 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:11.642745 2482715 node_ready.go:49] node "addons-063976" has status "Ready":"True"
	I0922 14:56:11.642782 2482715 node_ready.go:38] duration metric: took 41.504707703s for node "addons-063976" to be "Ready" ...
	I0922 14:56:11.642794 2482715 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0922 14:56:11.652774 2482715 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:11.837811 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:11.941991 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:11.942836 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:12.047799 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:12.339145 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:12.438685 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:12.440522 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:12.539062 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:12.836665 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:12.938759 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:12.940878 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:12.979450 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:13.344320 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:13.441305 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:13.444611 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:13.480031 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:13.659810 2482715 pod_ready.go:103] pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:13.838715 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:13.940226 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:13.941824 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:13.980638 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:14.161454 2482715 pod_ready.go:93] pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.161483 2482715 pod_ready.go:82] duration metric: took 2.508657797s for pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.161530 2482715 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.167577 2482715 pod_ready.go:93] pod "etcd-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.167600 2482715 pod_ready.go:82] duration metric: took 6.056238ms for pod "etcd-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.167615 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.173410 2482715 pod_ready.go:93] pod "kube-apiserver-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.173436 2482715 pod_ready.go:82] duration metric: took 5.788191ms for pod "kube-apiserver-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.173450 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.178757 2482715 pod_ready.go:93] pod "kube-controller-manager-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.178784 2482715 pod_ready.go:82] duration metric: took 5.325302ms for pod "kube-controller-manager-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.178799 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-jm68f" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.183858 2482715 pod_ready.go:93] pod "kube-proxy-jm68f" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.183882 2482715 pod_ready.go:82] duration metric: took 5.045136ms for pod "kube-proxy-jm68f" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.183893 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.337520 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:14.439703 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:14.441598 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:14.479651 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:14.556673 2482715 pod_ready.go:93] pod "kube-scheduler-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.556697 2482715 pod_ready.go:82] duration metric: took 372.777802ms for pod "kube-scheduler-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.556709 2482715 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.837408 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:14.938137 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:14.940144 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:14.979375 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:15.336891 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:15.439607 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:15.441665 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:15.480368 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:15.837510 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:15.939089 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:15.940889 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:15.980186 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:16.337809 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:16.439755 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:16.441799 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:16.483168 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:16.566343 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:16.837834 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:16.941140 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:16.944939 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:16.980733 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:17.338736 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:17.442157 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:17.444647 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:17.480343 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:17.838641 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:17.939718 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:17.946957 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:17.983988 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:18.360958 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:18.440957 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:18.441831 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:18.486486 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:18.576663 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:18.840593 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:18.944509 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:18.947455 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:18.980195 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:19.340456 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:19.445330 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:19.446331 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:19.482427 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:19.838800 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:19.942189 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:19.946424 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:19.979327 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:20.337830 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:20.438377 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:20.440167 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:20.479973 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:20.837227 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:20.938749 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:20.941440 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:20.980018 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:21.063630 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:21.337569 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:21.441238 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:21.443865 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:21.539224 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:21.845105 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:21.942436 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:21.943873 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:21.980107 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:22.337480 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:22.439420 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:22.441512 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:22.480005 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:22.837621 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:22.939641 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:22.940332 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:22.979613 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:23.336676 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:23.439070 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:23.440354 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:23.479697 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:23.562334 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:23.837037 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:23.938734 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:23.941452 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:23.979652 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:24.337933 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:24.438988 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:24.441164 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:24.480095 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:24.837244 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:24.942065 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:24.943076 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:24.979649 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:25.338144 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:25.440671 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:25.443462 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:25.480246 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:25.569184 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:25.837211 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:25.940439 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:25.945104 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:25.980824 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:26.337075 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:26.447381 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:26.449191 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:26.480843 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:26.837877 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:26.942438 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:26.943294 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:26.980108 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:27.337075 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:27.440608 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:27.443402 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:27.480422 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:27.839754 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:27.942158 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:27.948560 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:27.985207 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:28.063348 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:28.338704 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:28.442981 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:28.445295 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:28.479487 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:28.845875 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:28.941693 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:28.943247 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:28.980416 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:29.337897 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:29.441277 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:29.444526 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:29.480413 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:29.836699 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:29.938392 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:29.941317 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:29.979679 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:30.066187 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:30.336617 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:30.460606 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:30.461932 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:30.481428 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:30.838505 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:30.941647 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:30.948184 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:30.980532 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:31.347241 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:31.446842 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:31.448239 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:31.479474 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:31.840754 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:31.940848 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:31.941937 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:31.980302 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:32.336946 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:32.440082 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:32.441434 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:32.479982 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:32.563508 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:32.837562 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:32.939389 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:32.940502 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:32.980654 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:33.338556 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:33.440617 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:33.443186 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:33.480494 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:33.837456 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:33.940228 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:33.948563 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:33.982867 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:34.337213 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:34.440909 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:34.441649 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:34.479150 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:34.566209 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:34.839342 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:34.939256 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:34.941071 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:34.979216 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:35.337657 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:35.439826 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:35.440849 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:35.480556 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:35.842417 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:35.940669 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:35.941656 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:35.980062 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:36.340316 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:36.439947 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:36.441823 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:36.480452 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:36.572867 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:36.837164 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:36.939386 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:36.941482 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:36.988993 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:37.337286 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:37.456005 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:37.456961 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:37.480227 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:37.837739 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:37.942856 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:37.943881 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:37.980567 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:38.337748 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:38.439993 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:38.441994 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:38.479487 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:38.836345 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:38.938793 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:38.946195 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:38.980167 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:39.062544 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:39.338989 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:39.439501 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:39.442434 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:39.480063 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:39.837922 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:39.941985 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:39.944304 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:39.980170 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:40.337675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:40.445998 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:40.447702 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:40.481273 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:40.868132 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:40.940156 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:40.943407 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:40.979603 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:41.064153 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:41.337184 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:41.445381 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:41.446344 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:41.542497 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:41.839139 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:41.941848 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:41.943264 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:41.980895 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:42.337782 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:42.439933 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:42.443903 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:42.482691 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:42.836178 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:42.939443 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:42.940614 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:42.979586 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:43.336956 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:43.439638 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:43.441828 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:43.480060 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:43.563298 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:43.837663 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:43.939942 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:43.941587 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:43.979690 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:44.336932 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:44.441333 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:44.442784 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:44.486262 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:44.837773 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:44.939796 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:44.940966 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:44.980116 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:45.337393 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:45.438640 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:45.441361 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:45.479799 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:45.836631 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:45.938638 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:45.941654 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:45.980005 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:46.063517 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:46.337202 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:46.438872 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:46.441056 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:46.480041 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:46.837481 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:46.939192 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:46.940856 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:46.980118 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:47.336980 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:47.439181 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:47.440529 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:47.479659 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:47.837263 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:47.941465 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:47.943095 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:47.979740 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:48.064509 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:48.337517 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:48.442829 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:48.443858 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:48.480675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:48.837884 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:48.939693 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:48.943361 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:48.980424 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:49.339472 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:49.439191 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:49.443916 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:49.479618 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:49.837623 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:49.938891 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:49.942446 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:49.979858 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:50.337198 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:50.439331 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:50.443306 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:50.486510 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:50.570645 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:50.837555 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:50.939558 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:50.941784 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:50.980037 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:51.337732 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:51.441751 2482715 kapi.go:107] duration metric: took 1m18.005479151s to wait for kubernetes.io/minikube-addons=registry ...
	I0922 14:56:51.443002 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:51.480094 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:51.840125 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:51.946534 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:51.980268 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:52.337529 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:52.439285 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:52.480331 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:52.838721 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:52.939825 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:52.979677 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:53.064839 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:53.337551 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:53.457399 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:53.480618 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:53.838549 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:53.938349 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:53.979636 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:54.337279 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:54.443106 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:54.480483 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:54.838119 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:54.940290 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:54.979600 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:55.340888 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:55.438823 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:55.479990 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:55.562998 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:55.836864 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:55.938837 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:55.981490 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:56.337563 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:56.438184 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:56.479231 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:56.837467 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:56.941403 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:56.980067 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:57.339817 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:57.439281 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:57.479990 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:57.566479 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:57.839118 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:57.939398 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:57.979887 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:58.338740 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:58.439565 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:58.480919 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:58.837149 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:58.938728 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:58.980456 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:59.339094 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:59.441114 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:59.479938 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:59.837310 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:59.938551 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:59.979895 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:00.078062 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:00.337976 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:00.439698 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:00.480099 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:00.836673 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:00.939714 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:00.980347 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:01.337664 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:01.439482 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:01.545192 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:01.836956 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:01.938984 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:01.980578 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:02.337090 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:02.438483 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:02.479764 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:02.562658 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:02.836679 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:02.939448 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:02.980834 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:03.337870 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:03.439239 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:03.480477 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:03.837806 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:03.939430 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:03.980087 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:04.337666 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:04.438836 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:04.491743 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:04.838043 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:04.939416 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:04.979483 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:05.063295 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:05.336522 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:05.438270 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:05.479212 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:05.836849 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:05.938645 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:05.980082 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:06.337402 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:06.438765 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:06.480654 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:06.839177 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:06.939163 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:06.980825 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:07.063399 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:07.337482 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:07.439695 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:07.480463 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:07.836702 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:07.939337 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:08.039001 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:08.337297 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:08.440429 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:08.479631 2482715 kapi.go:107] duration metric: took 1m31.003621677s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0922 14:57:08.482450 2482715 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-063976 cluster.
	I0922 14:57:08.484989 2482715 out.go:177] * 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.
	I0922 14:57:08.487580 2482715 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0922 14:57:08.836959 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:08.938983 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:09.337719 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:09.439097 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:09.563281 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:09.837477 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:09.939071 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:10.337152 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:10.438557 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:10.837044 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:10.939117 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:11.337212 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:11.439747 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:11.564654 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:11.842574 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:11.939050 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:12.337272 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:12.439008 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:12.836603 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:12.941792 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:13.337193 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:13.438728 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:13.836954 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:13.942422 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:14.063980 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:14.337455 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:14.439332 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:14.838446 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:14.939716 2482715 kapi.go:107] duration metric: took 1m41.505520446s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0922 14:57:15.337107 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:15.840496 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:16.067886 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:16.337249 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:16.837129 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:17.339875 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:17.836267 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:18.338819 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:18.562966 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:18.837483 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:19.337518 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:19.837371 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:20.337342 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:20.563431 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:20.837498 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:21.337808 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:21.843545 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:22.065677 2482715 pod_ready.go:93] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"True"
	I0922 14:57:22.065708 2482715 pod_ready.go:82] duration metric: took 1m7.50899053s for pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace to be "Ready" ...
	I0922 14:57:22.065721 2482715 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-rsdj6" in "kube-system" namespace to be "Ready" ...
	I0922 14:57:22.071721 2482715 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-rsdj6" in "kube-system" namespace has status "Ready":"True"
	I0922 14:57:22.071748 2482715 pod_ready.go:82] duration metric: took 6.018766ms for pod "nvidia-device-plugin-daemonset-rsdj6" in "kube-system" namespace to be "Ready" ...
	I0922 14:57:22.071769 2482715 pod_ready.go:39] duration metric: took 1m10.428962541s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0922 14:57:22.071785 2482715 api_server.go:52] waiting for apiserver process to appear ...
	I0922 14:57:22.071818 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 14:57:22.071882 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 14:57:22.132179 2482715 cri.go:89] found id: "b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:22.132203 2482715 cri.go:89] found id: ""
	I0922 14:57:22.132211 2482715 logs.go:276] 1 containers: [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151]
	I0922 14:57:22.132266 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.136581 2482715 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 14:57:22.136655 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 14:57:22.210299 2482715 cri.go:89] found id: "a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:22.210323 2482715 cri.go:89] found id: ""
	I0922 14:57:22.210331 2482715 logs.go:276] 1 containers: [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21]
	I0922 14:57:22.210388 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.215077 2482715 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 14:57:22.215149 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 14:57:22.283760 2482715 cri.go:89] found id: "f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:22.283825 2482715 cri.go:89] found id: ""
	I0922 14:57:22.283840 2482715 logs.go:276] 1 containers: [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b]
	I0922 14:57:22.283902 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.289428 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 14:57:22.289535 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 14:57:22.337778 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:22.347311 2482715 cri.go:89] found id: "a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:22.347335 2482715 cri.go:89] found id: ""
	I0922 14:57:22.347343 2482715 logs.go:276] 1 containers: [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600]
	I0922 14:57:22.347397 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.351201 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 14:57:22.351279 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 14:57:22.401480 2482715 cri.go:89] found id: "fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:22.401504 2482715 cri.go:89] found id: ""
	I0922 14:57:22.401512 2482715 logs.go:276] 1 containers: [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce]
	I0922 14:57:22.401569 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.405379 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 14:57:22.405456 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 14:57:22.449471 2482715 cri.go:89] found id: "9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:22.449494 2482715 cri.go:89] found id: ""
	I0922 14:57:22.449503 2482715 logs.go:276] 1 containers: [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2]
	I0922 14:57:22.449565 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.453802 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 14:57:22.453876 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 14:57:22.503299 2482715 cri.go:89] found id: "cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:22.503323 2482715 cri.go:89] found id: ""
	I0922 14:57:22.503331 2482715 logs.go:276] 1 containers: [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45]
	I0922 14:57:22.503387 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.507254 2482715 logs.go:123] Gathering logs for kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] ...
	I0922 14:57:22.507286 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:22.587732 2482715 logs.go:123] Gathering logs for kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] ...
	I0922 14:57:22.587764 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:22.673331 2482715 logs.go:123] Gathering logs for container status ...
	I0922 14:57:22.673361 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 14:57:22.766043 2482715 logs.go:123] Gathering logs for dmesg ...
	I0922 14:57:22.766122 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 14:57:22.805993 2482715 logs.go:123] Gathering logs for describe nodes ...
	I0922 14:57:22.806019 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 14:57:22.857419 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:23.087304 2482715 logs.go:123] Gathering logs for kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] ...
	I0922 14:57:23.087389 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:23.172896 2482715 logs.go:123] Gathering logs for etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] ...
	I0922 14:57:23.172928 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:23.246411 2482715 logs.go:123] Gathering logs for CRI-O ...
	I0922 14:57:23.246451 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 14:57:23.350124 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:23.357260 2482715 logs.go:123] Gathering logs for kubelet ...
	I0922 14:57:23.357300 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 14:57:23.424443 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.245007    1460 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.424748 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.245065    1460 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.424923 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255108    1460 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.425132 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255162    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.425307 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255218    1460 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.425519 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255234    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.425720 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255322    1460 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.425944 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255338    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.426130 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255377    1460 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.426358 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255389    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.426545 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.256459    1460 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.426778 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.256502    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.426981 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265248    1460 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.427206 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265301    1460 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.427410 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265357    1460 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.427632 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.427796 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.428001 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.428174 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.428392 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:23.469695 2482715 logs.go:123] Gathering logs for coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] ...
	I0922 14:57:23.469737 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:23.539401 2482715 logs.go:123] Gathering logs for kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] ...
	I0922 14:57:23.539432 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:23.644119 2482715 logs.go:123] Gathering logs for kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] ...
	I0922 14:57:23.644158 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:23.723605 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:23.723634 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 14:57:23.723680 2482715 out.go:270] X Problems detected in kubelet:
	W0922 14:57:23.723732 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.723744 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.723752 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.723763 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.723768 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:23.723773 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:23.723780 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:57:23.837068 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:24.337453 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:24.836801 2482715 kapi.go:107] duration metric: took 1m51.004942602s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0922 14:57:24.839134 2482715 out.go:177] * Enabled addons: storage-provisioner, nvidia-device-plugin, default-storageclass, cloud-spanner, ingress-dns, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
	I0922 14:57:24.840219 2482715 addons.go:510] duration metric: took 1m57.408247147s for enable addons: enabled=[storage-provisioner nvidia-device-plugin default-storageclass cloud-spanner ingress-dns metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
	I0922 14:57:33.725038 2482715 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0922 14:57:33.738746 2482715 api_server.go:72] duration metric: took 2m6.307018705s to wait for apiserver process to appear ...
	I0922 14:57:33.738772 2482715 api_server.go:88] waiting for apiserver healthz status ...
	I0922 14:57:33.738808 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 14:57:33.738869 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 14:57:33.784009 2482715 cri.go:89] found id: "b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:33.784030 2482715 cri.go:89] found id: ""
	I0922 14:57:33.784040 2482715 logs.go:276] 1 containers: [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151]
	I0922 14:57:33.784102 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.787866 2482715 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 14:57:33.787941 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 14:57:33.827047 2482715 cri.go:89] found id: "a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:33.827071 2482715 cri.go:89] found id: ""
	I0922 14:57:33.827079 2482715 logs.go:276] 1 containers: [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21]
	I0922 14:57:33.827136 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.830566 2482715 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 14:57:33.830645 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 14:57:33.867902 2482715 cri.go:89] found id: "f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:33.867976 2482715 cri.go:89] found id: ""
	I0922 14:57:33.867991 2482715 logs.go:276] 1 containers: [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b]
	I0922 14:57:33.868065 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.871649 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 14:57:33.871725 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 14:57:33.911542 2482715 cri.go:89] found id: "a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:33.911566 2482715 cri.go:89] found id: ""
	I0922 14:57:33.911576 2482715 logs.go:276] 1 containers: [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600]
	I0922 14:57:33.911633 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.915168 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 14:57:33.915242 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 14:57:33.957123 2482715 cri.go:89] found id: "fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:33.957148 2482715 cri.go:89] found id: ""
	I0922 14:57:33.957156 2482715 logs.go:276] 1 containers: [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce]
	I0922 14:57:33.957211 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.960833 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 14:57:33.960902 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 14:57:33.999873 2482715 cri.go:89] found id: "9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:33.999905 2482715 cri.go:89] found id: ""
	I0922 14:57:33.999916 2482715 logs.go:276] 1 containers: [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2]
	I0922 14:57:33.999982 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:34.003907 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 14:57:34.004016 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 14:57:34.053928 2482715 cri.go:89] found id: "cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:34.053952 2482715 cri.go:89] found id: ""
	I0922 14:57:34.053961 2482715 logs.go:276] 1 containers: [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45]
	I0922 14:57:34.054018 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:34.057485 2482715 logs.go:123] Gathering logs for kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] ...
	I0922 14:57:34.057513 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:34.095073 2482715 logs.go:123] Gathering logs for kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] ...
	I0922 14:57:34.095104 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:34.132873 2482715 logs.go:123] Gathering logs for CRI-O ...
	I0922 14:57:34.132904 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 14:57:34.224836 2482715 logs.go:123] Gathering logs for dmesg ...
	I0922 14:57:34.224874 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 14:57:34.244207 2482715 logs.go:123] Gathering logs for describe nodes ...
	I0922 14:57:34.244237 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 14:57:34.382007 2482715 logs.go:123] Gathering logs for kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] ...
	I0922 14:57:34.382037 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:34.449578 2482715 logs.go:123] Gathering logs for etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] ...
	I0922 14:57:34.449615 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:34.498846 2482715 logs.go:123] Gathering logs for coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] ...
	I0922 14:57:34.498881 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:34.539816 2482715 logs.go:123] Gathering logs for kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] ...
	I0922 14:57:34.539848 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:34.621920 2482715 logs.go:123] Gathering logs for kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] ...
	I0922 14:57:34.621958 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:34.674182 2482715 logs.go:123] Gathering logs for container status ...
	I0922 14:57:34.674216 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 14:57:34.738540 2482715 logs.go:123] Gathering logs for kubelet ...
	I0922 14:57:34.738571 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 14:57:34.799878 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.245007    1460 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.800152 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.245065    1460 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.800326 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255108    1460 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.800544 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255162    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.800714 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255218    1460 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.800929 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255234    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.801109 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255322    1460 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.801333 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255338    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.801519 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255377    1460 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.801749 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255389    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.801938 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.256459    1460 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.802167 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.256502    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.802351 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265248    1460 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.802577 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265301    1460 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.802761 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265357    1460 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.803031 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.803199 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.803408 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.803584 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.803799 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:34.844442 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:34.844465 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 14:57:34.844524 2482715 out.go:270] X Problems detected in kubelet:
	W0922 14:57:34.844537 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.844551 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.844608 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.844620 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.844626 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:34.844633 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:34.844641 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:57:44.845824 2482715 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0922 14:57:44.854262 2482715 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0922 14:57:44.855335 2482715 api_server.go:141] control plane version: v1.31.1
	I0922 14:57:44.855361 2482715 api_server.go:131] duration metric: took 11.116580953s to wait for apiserver health ...
	I0922 14:57:44.855371 2482715 system_pods.go:43] waiting for kube-system pods to appear ...
	I0922 14:57:44.855393 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 14:57:44.855466 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 14:57:44.894900 2482715 cri.go:89] found id: "b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:44.894968 2482715 cri.go:89] found id: ""
	I0922 14:57:44.894979 2482715 logs.go:276] 1 containers: [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151]
	I0922 14:57:44.895036 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:44.898621 2482715 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 14:57:44.898695 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 14:57:44.941267 2482715 cri.go:89] found id: "a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:44.941346 2482715 cri.go:89] found id: ""
	I0922 14:57:44.941361 2482715 logs.go:276] 1 containers: [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21]
	I0922 14:57:44.941429 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:44.944826 2482715 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 14:57:44.944904 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 14:57:44.982001 2482715 cri.go:89] found id: "f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:44.982022 2482715 cri.go:89] found id: ""
	I0922 14:57:44.982030 2482715 logs.go:276] 1 containers: [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b]
	I0922 14:57:44.982088 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:44.985677 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 14:57:44.985759 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 14:57:45.036072 2482715 cri.go:89] found id: "a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:45.036157 2482715 cri.go:89] found id: ""
	I0922 14:57:45.036181 2482715 logs.go:276] 1 containers: [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600]
	I0922 14:57:45.036277 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.041997 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 14:57:45.042097 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 14:57:45.098418 2482715 cri.go:89] found id: "fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:45.098524 2482715 cri.go:89] found id: ""
	I0922 14:57:45.098554 2482715 logs.go:276] 1 containers: [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce]
	I0922 14:57:45.098692 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.103627 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 14:57:45.103718 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 14:57:45.152908 2482715 cri.go:89] found id: "9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:45.152941 2482715 cri.go:89] found id: ""
	I0922 14:57:45.152950 2482715 logs.go:276] 1 containers: [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2]
	I0922 14:57:45.153030 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.157646 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 14:57:45.157730 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 14:57:45.207856 2482715 cri.go:89] found id: "cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:45.207967 2482715 cri.go:89] found id: ""
	I0922 14:57:45.207977 2482715 logs.go:276] 1 containers: [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45]
	I0922 14:57:45.208200 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.213101 2482715 logs.go:123] Gathering logs for kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] ...
	I0922 14:57:45.213132 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:45.262487 2482715 logs.go:123] Gathering logs for kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] ...
	I0922 14:57:45.262522 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:45.307325 2482715 logs.go:123] Gathering logs for kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] ...
	I0922 14:57:45.307358 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:45.386141 2482715 logs.go:123] Gathering logs for CRI-O ...
	I0922 14:57:45.386184 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 14:57:45.480474 2482715 logs.go:123] Gathering logs for container status ...
	I0922 14:57:45.480511 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 14:57:45.551503 2482715 logs.go:123] Gathering logs for kubelet ...
	I0922 14:57:45.551538 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 14:57:45.613809 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.245007    1460 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.614062 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.245065    1460 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.614238 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255108    1460 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.614449 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255162    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.614627 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255218    1460 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.614839 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255234    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.615030 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255322    1460 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.615250 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255338    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.615437 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255377    1460 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.615664 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255389    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.615850 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.256459    1460 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.616077 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.256502    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.616261 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265248    1460 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.616491 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265301    1460 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.616672 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265357    1460 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.616891 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.617056 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.617260 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.617432 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.617643 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:45.660276 2482715 logs.go:123] Gathering logs for describe nodes ...
	I0922 14:57:45.660318 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 14:57:45.815154 2482715 logs.go:123] Gathering logs for kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] ...
	I0922 14:57:45.815192 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:45.866630 2482715 logs.go:123] Gathering logs for etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] ...
	I0922 14:57:45.866662 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:45.915386 2482715 logs.go:123] Gathering logs for coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] ...
	I0922 14:57:45.915419 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:45.957957 2482715 logs.go:123] Gathering logs for kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] ...
	I0922 14:57:45.957985 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:45.998735 2482715 logs.go:123] Gathering logs for dmesg ...
	I0922 14:57:45.998765 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 14:57:46.016351 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:46.016378 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 14:57:46.016451 2482715 out.go:270] X Problems detected in kubelet:
	W0922 14:57:46.016465 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:46.016479 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:46.016507 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:46.016528 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:46.016542 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:46.016550 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:46.016562 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:57:56.029930 2482715 system_pods.go:59] 18 kube-system pods found
	I0922 14:57:56.029977 2482715 system_pods.go:61] "coredns-7c65d6cfc9-q7dsz" [bc77d06e-c1e6-4681-9f08-d30cc0fd155d] Running
	I0922 14:57:56.029985 2482715 system_pods.go:61] "csi-hostpath-attacher-0" [daa4078b-aee8-4ed5-8aee-c50cb3582513] Running
	I0922 14:57:56.029989 2482715 system_pods.go:61] "csi-hostpath-resizer-0" [3c07b87f-50d2-4673-a9d6-8bff21080ea2] Running
	I0922 14:57:56.029994 2482715 system_pods.go:61] "csi-hostpathplugin-4t46d" [d63600a8-f9e9-467d-9203-dc315eb9f24a] Running
	I0922 14:57:56.029998 2482715 system_pods.go:61] "etcd-addons-063976" [53392fa6-fdd7-4b3a-8de9-1d324ae82a3c] Running
	I0922 14:57:56.030002 2482715 system_pods.go:61] "kindnet-7s4nh" [c99c7532-b3dc-4a2f-b235-f810ab102afd] Running
	I0922 14:57:56.030005 2482715 system_pods.go:61] "kube-apiserver-addons-063976" [8f891c20-937a-44ad-b943-4d50e12f0cb2] Running
	I0922 14:57:56.030010 2482715 system_pods.go:61] "kube-controller-manager-addons-063976" [bacb5b15-77d0-47be-a5f9-d596ffe6e135] Running
	I0922 14:57:56.030013 2482715 system_pods.go:61] "kube-ingress-dns-minikube" [a87bdd51-e95f-4f02-918d-d57896aafd0a] Running
	I0922 14:57:56.030018 2482715 system_pods.go:61] "kube-proxy-jm68f" [346ff6e3-52f2-48ce-b2e8-2c52fe613e7f] Running
	I0922 14:57:56.030031 2482715 system_pods.go:61] "kube-scheduler-addons-063976" [488ff2ba-678e-4788-859d-bdcade9e3b40] Running
	I0922 14:57:56.030038 2482715 system_pods.go:61] "metrics-server-84c5f94fbc-d7cg8" [72f52292-d3c8-46c7-b8b5-4083062d4915] Running
	I0922 14:57:56.030042 2482715 system_pods.go:61] "nvidia-device-plugin-daemonset-rsdj6" [45e54102-5c31-493f-9ce1-fc3290dd7c2c] Running
	I0922 14:57:56.030046 2482715 system_pods.go:61] "registry-66c9cd494c-prb79" [21277f93-c7df-49c2-ac0b-8925d24191a0] Running
	I0922 14:57:56.030055 2482715 system_pods.go:61] "registry-proxy-gpkmf" [ad71b87e-f2c1-4024-a19f-62e8b061e5cb] Running
	I0922 14:57:56.030059 2482715 system_pods.go:61] "snapshot-controller-56fcc65765-8h6gx" [0625990f-6a3f-429e-b5f7-1c027842de11] Running
	I0922 14:57:56.030063 2482715 system_pods.go:61] "snapshot-controller-56fcc65765-tgdvn" [f07d6e49-f9d8-4d75-8b97-4c14a21f396a] Running
	I0922 14:57:56.030070 2482715 system_pods.go:61] "storage-provisioner" [ffdecbbe-34c5-4734-b73e-8ac716a817e3] Running
	I0922 14:57:56.030078 2482715 system_pods.go:74] duration metric: took 11.174699305s to wait for pod list to return data ...
	I0922 14:57:56.030090 2482715 default_sa.go:34] waiting for default service account to be created ...
	I0922 14:57:56.036686 2482715 default_sa.go:45] found service account: "default"
	I0922 14:57:56.036716 2482715 default_sa.go:55] duration metric: took 6.619342ms for default service account to be created ...
	I0922 14:57:56.036726 2482715 system_pods.go:116] waiting for k8s-apps to be running ...
	I0922 14:57:56.052233 2482715 system_pods.go:86] 18 kube-system pods found
	I0922 14:57:56.052273 2482715 system_pods.go:89] "coredns-7c65d6cfc9-q7dsz" [bc77d06e-c1e6-4681-9f08-d30cc0fd155d] Running
	I0922 14:57:56.052282 2482715 system_pods.go:89] "csi-hostpath-attacher-0" [daa4078b-aee8-4ed5-8aee-c50cb3582513] Running
	I0922 14:57:56.052294 2482715 system_pods.go:89] "csi-hostpath-resizer-0" [3c07b87f-50d2-4673-a9d6-8bff21080ea2] Running
	I0922 14:57:56.052300 2482715 system_pods.go:89] "csi-hostpathplugin-4t46d" [d63600a8-f9e9-467d-9203-dc315eb9f24a] Running
	I0922 14:57:56.052306 2482715 system_pods.go:89] "etcd-addons-063976" [53392fa6-fdd7-4b3a-8de9-1d324ae82a3c] Running
	I0922 14:57:56.052312 2482715 system_pods.go:89] "kindnet-7s4nh" [c99c7532-b3dc-4a2f-b235-f810ab102afd] Running
	I0922 14:57:56.052328 2482715 system_pods.go:89] "kube-apiserver-addons-063976" [8f891c20-937a-44ad-b943-4d50e12f0cb2] Running
	I0922 14:57:56.052335 2482715 system_pods.go:89] "kube-controller-manager-addons-063976" [bacb5b15-77d0-47be-a5f9-d596ffe6e135] Running
	I0922 14:57:56.052345 2482715 system_pods.go:89] "kube-ingress-dns-minikube" [a87bdd51-e95f-4f02-918d-d57896aafd0a] Running
	I0922 14:57:56.052351 2482715 system_pods.go:89] "kube-proxy-jm68f" [346ff6e3-52f2-48ce-b2e8-2c52fe613e7f] Running
	I0922 14:57:56.052363 2482715 system_pods.go:89] "kube-scheduler-addons-063976" [488ff2ba-678e-4788-859d-bdcade9e3b40] Running
	I0922 14:57:56.052373 2482715 system_pods.go:89] "metrics-server-84c5f94fbc-d7cg8" [72f52292-d3c8-46c7-b8b5-4083062d4915] Running
	I0922 14:57:56.052382 2482715 system_pods.go:89] "nvidia-device-plugin-daemonset-rsdj6" [45e54102-5c31-493f-9ce1-fc3290dd7c2c] Running
	I0922 14:57:56.052387 2482715 system_pods.go:89] "registry-66c9cd494c-prb79" [21277f93-c7df-49c2-ac0b-8925d24191a0] Running
	I0922 14:57:56.052392 2482715 system_pods.go:89] "registry-proxy-gpkmf" [ad71b87e-f2c1-4024-a19f-62e8b061e5cb] Running
	I0922 14:57:56.052400 2482715 system_pods.go:89] "snapshot-controller-56fcc65765-8h6gx" [0625990f-6a3f-429e-b5f7-1c027842de11] Running
	I0922 14:57:56.052410 2482715 system_pods.go:89] "snapshot-controller-56fcc65765-tgdvn" [f07d6e49-f9d8-4d75-8b97-4c14a21f396a] Running
	I0922 14:57:56.052415 2482715 system_pods.go:89] "storage-provisioner" [ffdecbbe-34c5-4734-b73e-8ac716a817e3] Running
	I0922 14:57:56.052422 2482715 system_pods.go:126] duration metric: took 15.690284ms to wait for k8s-apps to be running ...
	I0922 14:57:56.052435 2482715 system_svc.go:44] waiting for kubelet service to be running ....
	I0922 14:57:56.052503 2482715 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0922 14:57:56.068132 2482715 system_svc.go:56] duration metric: took 15.685558ms WaitForService to wait for kubelet
	I0922 14:57:56.068171 2482715 kubeadm.go:582] duration metric: took 2m28.636447587s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0922 14:57:56.068191 2482715 node_conditions.go:102] verifying NodePressure condition ...
	I0922 14:57:56.071159 2482715 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0922 14:57:56.071198 2482715 node_conditions.go:123] node cpu capacity is 2
	I0922 14:57:56.071211 2482715 node_conditions.go:105] duration metric: took 3.014409ms to run NodePressure ...
	I0922 14:57:56.071224 2482715 start.go:241] waiting for startup goroutines ...
	I0922 14:57:56.071231 2482715 start.go:246] waiting for cluster config update ...
	I0922 14:57:56.071249 2482715 start.go:255] writing updated cluster config ...
	I0922 14:57:56.071560 2482715 ssh_runner.go:195] Run: rm -f paused
	I0922 14:57:56.415241 2482715 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
	I0922 14:57:56.416962 2482715 out.go:177] * Done! kubectl is now configured to use "addons-063976" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 22 15:09:53 addons-063976 crio[943]: time="2024-09-22 15:09:53.660985931Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:42a89d9b22e5307cb88494990d5d929c401339f508c0a7e98a4d8ac52623fc5b],Size_:4789170,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=128096d8-bafb-4ff1-bf1b-41f4594058f4 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:09:53 addons-063976 crio[943]: time="2024-09-22 15:09:53.661731237Z" level=info msg="Creating container: default/hello-world-app-55bf9c44b4-6c9hf/hello-world-app" id=8de4f387-0688-47da-ae7b-d180ba8e6649 name=/runtime.v1.RuntimeService/CreateContainer
	Sep 22 15:09:53 addons-063976 crio[943]: time="2024-09-22 15:09:53.661833397Z" level=warning msg="Allowed annotations are specified for workload []"
	Sep 22 15:09:53 addons-063976 crio[943]: time="2024-09-22 15:09:53.687788428Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/bbcbcbae76fce540810ac2ba5a34b67fd873edd00695a267c9d50f657ef330d2/merged/etc/passwd: no such file or directory"
	Sep 22 15:09:53 addons-063976 crio[943]: time="2024-09-22 15:09:53.687852961Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/bbcbcbae76fce540810ac2ba5a34b67fd873edd00695a267c9d50f657ef330d2/merged/etc/group: no such file or directory"
	Sep 22 15:09:53 addons-063976 crio[943]: time="2024-09-22 15:09:53.729376189Z" level=info msg="Created container 289cf82dfbb4daaa788428069e492aa56e7382771e0c9c480b0f3a44a6a8aa81: default/hello-world-app-55bf9c44b4-6c9hf/hello-world-app" id=8de4f387-0688-47da-ae7b-d180ba8e6649 name=/runtime.v1.RuntimeService/CreateContainer
	Sep 22 15:09:53 addons-063976 crio[943]: time="2024-09-22 15:09:53.730518994Z" level=info msg="Starting container: 289cf82dfbb4daaa788428069e492aa56e7382771e0c9c480b0f3a44a6a8aa81" id=6a73b1d8-48df-44f5-a00b-7dd1e29e6a79 name=/runtime.v1.RuntimeService/StartContainer
	Sep 22 15:09:53 addons-063976 crio[943]: time="2024-09-22 15:09:53.743780914Z" level=info msg="Started container" PID=8231 containerID=289cf82dfbb4daaa788428069e492aa56e7382771e0c9c480b0f3a44a6a8aa81 description=default/hello-world-app-55bf9c44b4-6c9hf/hello-world-app id=6a73b1d8-48df-44f5-a00b-7dd1e29e6a79 name=/runtime.v1.RuntimeService/StartContainer sandboxID=6e1925a7e29ca60ad1d151be30925a546c385e4698bc128fd78d069229e32d57
	Sep 22 15:09:55 addons-063976 crio[943]: time="2024-09-22 15:09:55.432370559Z" level=info msg="Stopping container: 7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee (timeout: 2s)" id=96ebdd73-a411-455a-98fa-8d8a3ceaa375 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:09:57 addons-063976 crio[943]: time="2024-09-22 15:09:57.438887911Z" level=warning msg="Stopping container 7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=96ebdd73-a411-455a-98fa-8d8a3ceaa375 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:09:57 addons-063976 conmon[4754]: conmon 7c897a9b03097daa7b28 <ninfo>: container 4765 exited with status 137
	Sep 22 15:09:57 addons-063976 crio[943]: time="2024-09-22 15:09:57.575340349Z" level=info msg="Stopped container 7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee: ingress-nginx/ingress-nginx-controller-bc57996ff-krl2n/controller" id=96ebdd73-a411-455a-98fa-8d8a3ceaa375 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:09:57 addons-063976 crio[943]: time="2024-09-22 15:09:57.575862767Z" level=info msg="Stopping pod sandbox: 3eb547cea0247953a60cb06e4d3419727ec848ba34883544a5fc3ad5a24ad722" id=7bc31ea0-856b-436b-a031-70b2de5dbb54 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 22 15:09:57 addons-063976 crio[943]: time="2024-09-22 15:09:57.579584680Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-6IUTBS6INWHVTWOE - [0:0]\n:KUBE-HP-WPSOXCPR343AZREC - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-6IUTBS6INWHVTWOE\n-X KUBE-HP-WPSOXCPR343AZREC\nCOMMIT\n"
	Sep 22 15:09:57 addons-063976 crio[943]: time="2024-09-22 15:09:57.593519506Z" level=info msg="Closing host port tcp:80"
	Sep 22 15:09:57 addons-063976 crio[943]: time="2024-09-22 15:09:57.593577367Z" level=info msg="Closing host port tcp:443"
	Sep 22 15:09:57 addons-063976 crio[943]: time="2024-09-22 15:09:57.595149423Z" level=info msg="Host port tcp:80 does not have an open socket"
	Sep 22 15:09:57 addons-063976 crio[943]: time="2024-09-22 15:09:57.595180487Z" level=info msg="Host port tcp:443 does not have an open socket"
	Sep 22 15:09:57 addons-063976 crio[943]: time="2024-09-22 15:09:57.595379958Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-bc57996ff-krl2n Namespace:ingress-nginx ID:3eb547cea0247953a60cb06e4d3419727ec848ba34883544a5fc3ad5a24ad722 UID:4d96956c-b0c6-45e8-af95-89900da327da NetNS:/var/run/netns/6ee0b273-5b54-4047-b956-c22d17c4496d Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 22 15:09:57 addons-063976 crio[943]: time="2024-09-22 15:09:57.595516727Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-bc57996ff-krl2n from CNI network \"kindnet\" (type=ptp)"
	Sep 22 15:09:57 addons-063976 crio[943]: time="2024-09-22 15:09:57.627260124Z" level=info msg="Stopped pod sandbox: 3eb547cea0247953a60cb06e4d3419727ec848ba34883544a5fc3ad5a24ad722" id=7bc31ea0-856b-436b-a031-70b2de5dbb54 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 22 15:09:58 addons-063976 crio[943]: time="2024-09-22 15:09:58.444894194Z" level=info msg="Removing container: 7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee" id=1be5a579-08ab-451a-8db5-edab26028672 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 22 15:09:58 addons-063976 crio[943]: time="2024-09-22 15:09:58.460717212Z" level=info msg="Removed container 7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee: ingress-nginx/ingress-nginx-controller-bc57996ff-krl2n/controller" id=1be5a579-08ab-451a-8db5-edab26028672 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 22 15:10:00 addons-063976 crio[943]: time="2024-09-22 15:10:00.209909661Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=791d4dd1-fa97-4789-82b8-25611007d563 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:10:00 addons-063976 crio[943]: time="2024-09-22 15:10:00.210178677Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=791d4dd1-fa97-4789-82b8-25611007d563 name=/runtime.v1.ImageService/ImageStatus
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                       ATTEMPT             POD ID              POD
	289cf82dfbb4d       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                        9 seconds ago       Running             hello-world-app            0                   6e1925a7e29ca       hello-world-app-55bf9c44b4-6c9hf
	a9bb8a9ec77fc       docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53                              2 minutes ago       Running             nginx                      0                   bde7a5bd69584       nginx
	ae5fd4211bd58       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69                 12 minutes ago      Running             gcp-auth                   0                   6b8cc93b86088       gcp-auth-89d5ffd79-22dc7
	00bcb440ca4ed       docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98             13 minutes ago      Running             local-path-provisioner     0                   cdce1553d1d40       local-path-provisioner-86d989889c-tcb7w
	b6e2f36a2dd7f       gcr.io/cloud-spanner-emulator/emulator@sha256:6ce1265c73355797b34d2531c7146eed3996346f860517e35d1434182eb5f01d               13 minutes ago      Running             cloud-spanner-emulator     0                   1342e9482f143       cloud-spanner-emulator-5b584cc74-w6prg
	43cb16732d475       docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17                              13 minutes ago      Running             yakd                       0                   1752f3320647c       yakd-dashboard-67d98fc6b-n9jnr
	dc95d4f07ad82       nvcr.io/nvidia/k8s-device-plugin@sha256:cdd05f9d89f0552478d46474005e86b98795ad364664f644225b99d94978e680                     13 minutes ago      Running             nvidia-device-plugin-ctr   0                   eedd5574a625e       nvidia-device-plugin-daemonset-rsdj6
	aa09c2a526290       420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e                                                             13 minutes ago      Exited              patch                      2                   1a2fd47bb98a6       ingress-nginx-admission-patch-gwnzh
	36d19a60d17d0       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3   13 minutes ago      Exited              create                     0                   7fd8d478ca738       ingress-nginx-admission-create-49k9j
	583bc82195510       registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f        13 minutes ago      Running             metrics-server             0                   bc19b9329c515       metrics-server-84c5f94fbc-d7cg8
	f8b3e3e8d609b       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                             13 minutes ago      Running             coredns                    0                   52382b806c3da       coredns-7c65d6cfc9-q7dsz
	eff65addc0add       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                             13 minutes ago      Running             storage-provisioner        0                   066c81b11d35d       storage-provisioner
	fd322948a10c9       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                                             14 minutes ago      Running             kube-proxy                 0                   7f96c4f4db221       kube-proxy-jm68f
	cba82bef8ada9       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                                             14 minutes ago      Running             kindnet-cni                0                   a7327dff39181       kindnet-7s4nh
	9189cb62c3f2e       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                                             14 minutes ago      Running             kube-controller-manager    0                   f969b1d041637       kube-controller-manager-addons-063976
	a6394c9dc3757       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                                             14 minutes ago      Running             kube-scheduler             0                   b2d91c2cc9d3e       kube-scheduler-addons-063976
	b388237ea7772       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                                             14 minutes ago      Running             kube-apiserver             0                   bee860eff1152       kube-apiserver-addons-063976
	a61c78bb23ab4       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                             14 minutes ago      Running             etcd                       0                   c057b5e9d854b       etcd-addons-063976
	
	
	==> coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] <==
	[INFO] 10.244.0.14:52870 - 36799 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.002913447s
	[INFO] 10.244.0.14:38004 - 32191 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.006941952s
	[INFO] 10.244.0.14:38004 - 52403 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.007106813s
	[INFO] 10.244.0.14:53561 - 24667 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000146023s
	[INFO] 10.244.0.14:53561 - 42073 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00008648s
	[INFO] 10.244.0.14:56902 - 19485 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00013068s
	[INFO] 10.244.0.14:56902 - 55577 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00004242s
	[INFO] 10.244.0.14:41253 - 17347 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000069332s
	[INFO] 10.244.0.14:41253 - 57054 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.0001827s
	[INFO] 10.244.0.14:33725 - 61068 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000097393s
	[INFO] 10.244.0.14:33725 - 52618 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000092199s
	[INFO] 10.244.0.14:59147 - 56106 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001763215s
	[INFO] 10.244.0.14:59147 - 23765 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001929446s
	[INFO] 10.244.0.14:50436 - 33328 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000057098s
	[INFO] 10.244.0.14:50436 - 44598 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000084659s
	[INFO] 10.244.0.19:56120 - 48871 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000601528s
	[INFO] 10.244.0.19:55705 - 58036 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000964662s
	[INFO] 10.244.0.19:41701 - 59712 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000127759s
	[INFO] 10.244.0.19:58231 - 27219 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00009192s
	[INFO] 10.244.0.19:46494 - 52124 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000107451s
	[INFO] 10.244.0.19:59949 - 36374 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000073311s
	[INFO] 10.244.0.19:35160 - 31009 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002569292s
	[INFO] 10.244.0.19:42255 - 31594 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003122738s
	[INFO] 10.244.0.19:50949 - 45782 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001216151s
	[INFO] 10.244.0.19:35479 - 40299 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.001495225s
	
	
	==> describe nodes <==
	Name:               addons-063976
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-063976
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=5b57912a6e11509dc1149ba04e12218d24f36ea3
	                    minikube.k8s.io/name=addons-063976
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_22T14_55_23_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-063976
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Sun, 22 Sep 2024 14:55:19 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-063976
	  AcquireTime:     <unset>
	  RenewTime:       Sun, 22 Sep 2024 15:09:58 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Sun, 22 Sep 2024 15:10:01 +0000   Sun, 22 Sep 2024 14:55:16 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Sun, 22 Sep 2024 15:10:01 +0000   Sun, 22 Sep 2024 14:55:16 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Sun, 22 Sep 2024 15:10:01 +0000   Sun, 22 Sep 2024 14:55:16 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Sun, 22 Sep 2024 15:10:01 +0000   Sun, 22 Sep 2024 14:56:11 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-063976
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	System Info:
	  Machine ID:                 975a242a864d40b3bfd79bf8890baa69
	  System UUID:                8726aa83-4a4e-4726-bbfa-234f67cb2940
	  Boot ID:                    83c23869-b84b-4612-8d17-ba3dc253a1e0
	  Kernel Version:             5.15.0-1070-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.31.1
	  Kube-Proxy Version:         v1.31.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (17 in total)
	  Namespace                   Name                                       CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                       ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  default                     cloud-spanner-emulator-5b584cc74-w6prg     0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  default                     hello-world-app-55bf9c44b4-6c9hf           0 (0%)        0 (0%)      0 (0%)           0 (0%)         10s
	  default                     nginx                                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m30s
	  gcp-auth                    gcp-auth-89d5ffd79-22dc7                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 coredns-7c65d6cfc9-q7dsz                   100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     14m
	  kube-system                 etcd-addons-063976                         100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         14m
	  kube-system                 kindnet-7s4nh                              100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      14m
	  kube-system                 kube-apiserver-addons-063976               250m (12%)    0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 kube-controller-manager-addons-063976      200m (10%)    0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 kube-proxy-jm68f                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 kube-scheduler-addons-063976               100m (5%)     0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 metrics-server-84c5f94fbc-d7cg8            100m (5%)     0 (0%)      200Mi (2%)       0 (0%)         14m
	  kube-system                 nvidia-device-plugin-daemonset-rsdj6       0 (0%)        0 (0%)      0 (0%)           0 (0%)         13m
	  kube-system                 storage-provisioner                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  local-path-storage          local-path-provisioner-86d989889c-tcb7w    0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  yakd-dashboard              yakd-dashboard-67d98fc6b-n9jnr             0 (0%)        0 (0%)      128Mi (1%)       256Mi (3%)     14m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (47%)  100m (5%)
	  memory             548Mi (6%)  476Mi (6%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                From             Message
	  ----     ------                   ----               ----             -------
	  Normal   Starting                 14m                kube-proxy       
	  Normal   NodeHasSufficientMemory  14m (x8 over 14m)  kubelet          Node addons-063976 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    14m (x8 over 14m)  kubelet          Node addons-063976 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     14m (x7 over 14m)  kubelet          Node addons-063976 status is now: NodeHasSufficientPID
	  Normal   Starting                 14m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 14m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  14m                kubelet          Node addons-063976 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    14m                kubelet          Node addons-063976 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     14m                kubelet          Node addons-063976 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           14m                node-controller  Node addons-063976 event: Registered Node addons-063976 in Controller
	  Normal   NodeReady                13m                kubelet          Node addons-063976 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep22 14:08] overlayfs: '/var/lib/containers/storage/overlay/l/ZLTOCNGE2IGM6DT7VP2QP7OV3M' not a directory
	[  +0.739108] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
	
	
	==> etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] <==
	{"level":"warn","ts":"2024-09-22T14:55:28.275188Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"176.585626ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-22T14:55:28.275349Z","caller":"traceutil/trace.go:171","msg":"trace[397226586] range","detail":"{range_begin:/registry/serviceaccounts; range_end:; response_count:0; response_revision:383; }","duration":"176.752835ms","start":"2024-09-22T14:55:28.098577Z","end":"2024-09-22T14:55:28.275330Z","steps":["trace[397226586] 'agreement among raft nodes before linearized reading'  (duration: 18.892856ms)","trace[397226586] 'range keys from in-memory index tree'  (duration: 157.663898ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-22T14:55:30.492655Z","caller":"traceutil/trace.go:171","msg":"trace[1787506060] transaction","detail":"{read_only:false; response_revision:394; number_of_response:1; }","duration":"255.944541ms","start":"2024-09-22T14:55:30.236692Z","end":"2024-09-22T14:55:30.492637Z","steps":["trace[1787506060] 'process raft request'  (duration: 252.077484ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-22T14:55:30.493491Z","caller":"traceutil/trace.go:171","msg":"trace[1067454796] transaction","detail":"{read_only:false; response_revision:395; number_of_response:1; }","duration":"256.163087ms","start":"2024-09-22T14:55:30.237314Z","end":"2024-09-22T14:55:30.493477Z","steps":["trace[1067454796] 'process raft request'  (duration: 254.697933ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-22T14:55:30.493906Z","caller":"traceutil/trace.go:171","msg":"trace[1520500991] linearizableReadLoop","detail":"{readStateIndex:406; appliedIndex:403; }","duration":"253.130357ms","start":"2024-09-22T14:55:30.240765Z","end":"2024-09-22T14:55:30.493896Z","steps":["trace[1520500991] 'read index received'  (duration: 247.957782ms)","trace[1520500991] 'applied index is now lower than readState.Index'  (duration: 5.172009ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-22T14:55:30.494893Z","caller":"traceutil/trace.go:171","msg":"trace[1082675365] transaction","detail":"{read_only:false; response_revision:396; number_of_response:1; }","duration":"256.973783ms","start":"2024-09-22T14:55:30.237908Z","end":"2024-09-22T14:55:30.494882Z","steps":["trace[1082675365] 'process raft request'  (duration: 254.676658ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.495747Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"133.671917ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-22T14:55:30.497543Z","caller":"traceutil/trace.go:171","msg":"trace[1945216816] range","detail":"{range_begin:/registry/deployments/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:396; }","duration":"135.470446ms","start":"2024-09-22T14:55:30.362063Z","end":"2024-09-22T14:55:30.497534Z","steps":["trace[1945216816] 'agreement among raft nodes before linearized reading'  (duration: 133.65865ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.495264Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"258.62372ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-063976\" ","response":"range_response_count:1 size:5745"}
	{"level":"info","ts":"2024-09-22T14:55:30.499058Z","caller":"traceutil/trace.go:171","msg":"trace[658089900] range","detail":"{range_begin:/registry/minions/addons-063976; range_end:; response_count:1; response_revision:396; }","duration":"262.426122ms","start":"2024-09-22T14:55:30.236621Z","end":"2024-09-22T14:55:30.499047Z","steps":["trace[658089900] 'agreement among raft nodes before linearized reading'  (duration: 258.598063ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.495484Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"259.430822ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/coredns\" ","response":"range_response_count:1 size:4034"}
	{"level":"warn","ts":"2024-09-22T14:55:30.497448Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"134.068404ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-22T14:55:30.514716Z","caller":"traceutil/trace.go:171","msg":"trace[29648307] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:396; }","duration":"151.34123ms","start":"2024-09-22T14:55:30.363354Z","end":"2024-09-22T14:55:30.514696Z","steps":["trace[29648307] 'agreement among raft nodes before linearized reading'  (duration: 134.06349ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.562003Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-22T14:55:30.236592Z","time spent":"325.386577ms","remote":"127.0.0.1:36056","response type":"/etcdserverpb.KV/Range","request count":0,"request size":33,"response count":1,"response size":5769,"request content":"key:\"/registry/minions/addons-063976\" "}
	{"level":"info","ts":"2024-09-22T14:55:30.562159Z","caller":"traceutil/trace.go:171","msg":"trace[2091601974] range","detail":"{range_begin:/registry/deployments/kube-system/coredns; range_end:; response_count:1; response_revision:396; }","duration":"327.289587ms","start":"2024-09-22T14:55:30.234855Z","end":"2024-09-22T14:55:30.562144Z","steps":["trace[2091601974] 'agreement among raft nodes before linearized reading'  (duration: 259.387836ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.562194Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-22T14:55:30.234478Z","time spent":"327.708013ms","remote":"127.0.0.1:36278","response type":"/etcdserverpb.KV/Range","request count":0,"request size":43,"response count":1,"response size":4058,"request content":"key:\"/registry/deployments/kube-system/coredns\" "}
	{"level":"info","ts":"2024-09-22T14:55:30.968609Z","caller":"traceutil/trace.go:171","msg":"trace[1740986010] transaction","detail":"{read_only:false; response_revision:399; number_of_response:1; }","duration":"156.64035ms","start":"2024-09-22T14:55:30.811951Z","end":"2024-09-22T14:55:30.968591Z","steps":["trace[1740986010] 'process raft request'  (duration: 86.273199ms)","trace[1740986010] 'compare'  (duration: 70.14803ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-22T14:55:30.968866Z","caller":"traceutil/trace.go:171","msg":"trace[267848587] linearizableReadLoop","detail":"{readStateIndex:409; appliedIndex:408; }","duration":"128.436279ms","start":"2024-09-22T14:55:30.840421Z","end":"2024-09-22T14:55:30.968857Z","steps":["trace[267848587] 'read index received'  (duration: 57.569859ms)","trace[267848587] 'applied index is now lower than readState.Index'  (duration: 70.865731ms)"],"step_count":2}
	{"level":"warn","ts":"2024-09-22T14:55:30.968974Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"156.936728ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-22T14:55:30.968997Z","caller":"traceutil/trace.go:171","msg":"trace[772057998] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/minikube-ingress-dns; range_end:; response_count:0; response_revision:400; }","duration":"156.972961ms","start":"2024-09-22T14:55:30.812018Z","end":"2024-09-22T14:55:30.968991Z","steps":["trace[772057998] 'agreement among raft nodes before linearized reading'  (duration: 156.873156ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:31.300809Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.858476ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-apiserver-addons-063976\" ","response":"range_response_count:1 size:7632"}
	{"level":"info","ts":"2024-09-22T14:55:31.300878Z","caller":"traceutil/trace.go:171","msg":"trace[1839482025] range","detail":"{range_begin:/registry/pods/kube-system/kube-apiserver-addons-063976; range_end:; response_count:1; response_revision:416; }","duration":"104.935135ms","start":"2024-09-22T14:55:31.195920Z","end":"2024-09-22T14:55:31.300855Z","steps":["trace[1839482025] 'agreement among raft nodes before linearized reading'  (duration: 104.760518ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-22T15:05:17.320743Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1549}
	{"level":"info","ts":"2024-09-22T15:05:17.350141Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1549,"took":"28.936042ms","hash":1383941217,"current-db-size-bytes":6516736,"current-db-size":"6.5 MB","current-db-size-in-use-bytes":3379200,"current-db-size-in-use":"3.4 MB"}
	{"level":"info","ts":"2024-09-22T15:05:17.350192Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":1383941217,"revision":1549,"compact-revision":-1}
	
	
	==> gcp-auth [ae5fd4211bd58ebd1981c70f725d31e998fedef7d3a4e8d4ed6a9f79cc73b102] <==
	2024/09/22 14:57:07 GCP Auth Webhook started!
	2024/09/22 14:57:56 Ready to marshal response ...
	2024/09/22 14:57:56 Ready to write response ...
	2024/09/22 14:57:56 Ready to marshal response ...
	2024/09/22 14:57:56 Ready to write response ...
	2024/09/22 14:57:56 Ready to marshal response ...
	2024/09/22 14:57:56 Ready to write response ...
	2024/09/22 15:06:01 Ready to marshal response ...
	2024/09/22 15:06:01 Ready to write response ...
	2024/09/22 15:06:01 Ready to marshal response ...
	2024/09/22 15:06:01 Ready to write response ...
	2024/09/22 15:06:01 Ready to marshal response ...
	2024/09/22 15:06:01 Ready to write response ...
	2024/09/22 15:06:10 Ready to marshal response ...
	2024/09/22 15:06:10 Ready to write response ...
	2024/09/22 15:06:37 Ready to marshal response ...
	2024/09/22 15:06:37 Ready to write response ...
	2024/09/22 15:07:03 Ready to marshal response ...
	2024/09/22 15:07:03 Ready to write response ...
	2024/09/22 15:07:32 Ready to marshal response ...
	2024/09/22 15:07:32 Ready to write response ...
	2024/09/22 15:09:52 Ready to marshal response ...
	2024/09/22 15:09:52 Ready to write response ...
	
	
	==> kernel <==
	 15:10:03 up 18:52,  0 users,  load average: 0.21, 0.41, 0.61
	Linux addons-063976 5.15.0-1070-aws #76~20.04.1-Ubuntu SMP Mon Sep 2 12:20:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] <==
	I0922 15:08:00.609084       1 main.go:299] handling current node
	I0922 15:08:10.609073       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:08:10.609115       1 main.go:299] handling current node
	I0922 15:08:20.615655       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:08:20.615692       1 main.go:299] handling current node
	I0922 15:08:30.608563       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:08:30.608599       1 main.go:299] handling current node
	I0922 15:08:40.610360       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:08:40.610400       1 main.go:299] handling current node
	I0922 15:08:50.610991       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:08:50.611028       1 main.go:299] handling current node
	I0922 15:09:00.608837       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:09:00.608875       1 main.go:299] handling current node
	I0922 15:09:10.609012       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:09:10.609048       1 main.go:299] handling current node
	I0922 15:09:20.607888       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:09:20.607928       1 main.go:299] handling current node
	I0922 15:09:30.608443       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:09:30.608562       1 main.go:299] handling current node
	I0922 15:09:40.613717       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:09:40.613754       1 main.go:299] handling current node
	I0922 15:09:50.610079       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:09:50.610115       1 main.go:299] handling current node
	I0922 15:10:00.608848       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:10:00.608906       1 main.go:299] handling current node
	
	
	==> kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] <==
		, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
	 > logger="UnhandledError"
	E0922 14:57:21.851111       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.107.248.16:443: connect: connection refused" logger="UnhandledError"
	E0922 14:57:21.855982       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.107.248.16:443: connect: connection refused" logger="UnhandledError"
	I0922 14:57:21.974773       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0922 15:06:01.127110       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.106.204.129"}
	I0922 15:06:49.460718       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0922 15:07:19.293841       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0922 15:07:19.293949       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0922 15:07:19.390410       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0922 15:07:19.390556       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0922 15:07:19.412952       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0922 15:07:19.413078       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0922 15:07:19.425844       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0922 15:07:19.426038       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0922 15:07:19.540288       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0922 15:07:19.540647       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0922 15:07:20.413416       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0922 15:07:20.541520       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0922 15:07:20.552663       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0922 15:07:26.308398       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0922 15:07:27.427261       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0922 15:07:32.055213       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0922 15:07:32.377267       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.105.201.204"}
	I0922 15:09:52.460221       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.103.82.131"}
	
	
	==> kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] <==
	W0922 15:08:51.550841       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:08:51.550885       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:09:14.354325       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:09:14.354368       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:09:16.173262       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:09:16.173303       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:09:19.422444       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:09:19.422486       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:09:31.744924       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:09:31.744965       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:09:49.792312       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:09:49.792358       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0922 15:09:52.174819       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="51.156306ms"
	I0922 15:09:52.191232       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="16.355743ms"
	I0922 15:09:52.191430       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="66.673µs"
	W0922 15:09:52.307060       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:09:52.307185       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0922 15:09:54.413368       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create" delay="0s"
	I0922 15:09:54.415721       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="5.35µs"
	I0922 15:09:54.422440       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch" delay="0s"
	I0922 15:09:54.500392       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="16.086259ms"
	I0922 15:09:54.500675       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="46.843µs"
	W0922 15:09:54.732323       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:09:54.732363       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0922 15:10:01.313583       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-063976"
	
	
	==> kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] <==
	I0922 14:55:31.707281       1 server_linux.go:66] "Using iptables proxy"
	I0922 14:55:32.357909       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0922 14:55:32.379683       1 server.go:234] "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`"
	I0922 14:55:32.855182       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0922 14:55:32.855249       1 server_linux.go:169] "Using iptables Proxier"
	I0922 14:55:32.907501       1 proxier.go:255] "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"
	I0922 14:55:32.908012       1 server.go:483] "Version info" version="v1.31.1"
	I0922 14:55:32.908128       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0922 14:55:32.915564       1 config.go:199] "Starting service config controller"
	I0922 14:55:32.917052       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0922 14:55:32.917227       1 config.go:328] "Starting node config controller"
	I0922 14:55:32.917235       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0922 14:55:32.917609       1 config.go:105] "Starting endpoint slice config controller"
	I0922 14:55:32.917617       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0922 14:55:33.018508       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0922 14:55:33.018508       1 shared_informer.go:320] Caches are synced for service config
	I0922 14:55:33.018528       1 shared_informer.go:320] Caches are synced for node config
	
	
	==> kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] <==
	I0922 14:55:20.082947       1 serving.go:386] Generated self-signed cert in-memory
	I0922 14:55:21.527600       1 server.go:167] "Starting Kubernetes Scheduler" version="v1.31.1"
	I0922 14:55:21.527724       1 server.go:169] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0922 14:55:21.536749       1 secure_serving.go:213] Serving securely on 127.0.0.1:10259
	I0922 14:55:21.536951       1 requestheader_controller.go:172] Starting RequestHeaderAuthRequestController
	I0922 14:55:21.537007       1 shared_informer.go:313] Waiting for caches to sync for RequestHeaderAuthRequestController
	I0922 14:55:21.537059       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	I0922 14:55:21.540211       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0922 14:55:21.540301       1 shared_informer.go:313] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0922 14:55:21.543027       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0922 14:55:21.543124       1 shared_informer.go:313] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0922 14:55:21.637494       1 shared_informer.go:320] Caches are synced for RequestHeaderAuthRequestController
	I0922 14:55:21.643839       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0922 14:55:21.643850       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 22 15:09:53 addons-063976 kubelet[1460]: I0922 15:09:53.429535    1460 scope.go:117] "RemoveContainer" containerID="365073b510c48a1be85b3b103e6798eb0d5c08a368d5ae092554d40cd89362b6"
	Sep 22 15:09:53 addons-063976 kubelet[1460]: I0922 15:09:53.452647    1460 scope.go:117] "RemoveContainer" containerID="365073b510c48a1be85b3b103e6798eb0d5c08a368d5ae092554d40cd89362b6"
	Sep 22 15:09:53 addons-063976 kubelet[1460]: E0922 15:09:53.453239    1460 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"365073b510c48a1be85b3b103e6798eb0d5c08a368d5ae092554d40cd89362b6\": container with ID starting with 365073b510c48a1be85b3b103e6798eb0d5c08a368d5ae092554d40cd89362b6 not found: ID does not exist" containerID="365073b510c48a1be85b3b103e6798eb0d5c08a368d5ae092554d40cd89362b6"
	Sep 22 15:09:53 addons-063976 kubelet[1460]: I0922 15:09:53.453282    1460 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"365073b510c48a1be85b3b103e6798eb0d5c08a368d5ae092554d40cd89362b6"} err="failed to get container status \"365073b510c48a1be85b3b103e6798eb0d5c08a368d5ae092554d40cd89362b6\": rpc error: code = NotFound desc = could not find container \"365073b510c48a1be85b3b103e6798eb0d5c08a368d5ae092554d40cd89362b6\": container with ID starting with 365073b510c48a1be85b3b103e6798eb0d5c08a368d5ae092554d40cd89362b6 not found: ID does not exist"
	Sep 22 15:09:53 addons-063976 kubelet[1460]: I0922 15:09:53.472657    1460 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-tvj26\" (UniqueName: \"kubernetes.io/projected/a87bdd51-e95f-4f02-918d-d57896aafd0a-kube-api-access-tvj26\") pod \"a87bdd51-e95f-4f02-918d-d57896aafd0a\" (UID: \"a87bdd51-e95f-4f02-918d-d57896aafd0a\") "
	Sep 22 15:09:53 addons-063976 kubelet[1460]: I0922 15:09:53.477743    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/a87bdd51-e95f-4f02-918d-d57896aafd0a-kube-api-access-tvj26" (OuterVolumeSpecName: "kube-api-access-tvj26") pod "a87bdd51-e95f-4f02-918d-d57896aafd0a" (UID: "a87bdd51-e95f-4f02-918d-d57896aafd0a"). InnerVolumeSpecName "kube-api-access-tvj26". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 22 15:09:53 addons-063976 kubelet[1460]: I0922 15:09:53.573352    1460 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-tvj26\" (UniqueName: \"kubernetes.io/projected/a87bdd51-e95f-4f02-918d-d57896aafd0a-kube-api-access-tvj26\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:09:54 addons-063976 kubelet[1460]: I0922 15:09:54.210558    1460 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a87bdd51-e95f-4f02-918d-d57896aafd0a" path="/var/lib/kubelet/pods/a87bdd51-e95f-4f02-918d-d57896aafd0a/volumes"
	Sep 22 15:09:54 addons-063976 kubelet[1460]: I0922 15:09:54.489085    1460 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-55bf9c44b4-6c9hf" podStartSLOduration=1.384589284 podStartE2EDuration="2.489062947s" podCreationTimestamp="2024-09-22 15:09:52 +0000 UTC" firstStartedPulling="2024-09-22 15:09:52.554417129 +0000 UTC m=+870.534668118" lastFinishedPulling="2024-09-22 15:09:53.658890767 +0000 UTC m=+871.639141781" observedRunningTime="2024-09-22 15:09:54.483111293 +0000 UTC m=+872.463362274" watchObservedRunningTime="2024-09-22 15:09:54.489062947 +0000 UTC m=+872.469313936"
	Sep 22 15:09:56 addons-063976 kubelet[1460]: I0922 15:09:56.210507    1460 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="407c063c-9195-4672-a35f-e695f78c20f7" path="/var/lib/kubelet/pods/407c063c-9195-4672-a35f-e695f78c20f7/volumes"
	Sep 22 15:09:56 addons-063976 kubelet[1460]: I0922 15:09:56.210919    1460 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a94ff973-3ccc-4160-b893-fb03d85f0e5d" path="/var/lib/kubelet/pods/a94ff973-3ccc-4160-b893-fb03d85f0e5d/volumes"
	Sep 22 15:09:57 addons-063976 kubelet[1460]: I0922 15:09:57.705218    1460 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/4d96956c-b0c6-45e8-af95-89900da327da-webhook-cert\") pod \"4d96956c-b0c6-45e8-af95-89900da327da\" (UID: \"4d96956c-b0c6-45e8-af95-89900da327da\") "
	Sep 22 15:09:57 addons-063976 kubelet[1460]: I0922 15:09:57.705290    1460 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-xjfsh\" (UniqueName: \"kubernetes.io/projected/4d96956c-b0c6-45e8-af95-89900da327da-kube-api-access-xjfsh\") pod \"4d96956c-b0c6-45e8-af95-89900da327da\" (UID: \"4d96956c-b0c6-45e8-af95-89900da327da\") "
	Sep 22 15:09:57 addons-063976 kubelet[1460]: I0922 15:09:57.707482    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/4d96956c-b0c6-45e8-af95-89900da327da-kube-api-access-xjfsh" (OuterVolumeSpecName: "kube-api-access-xjfsh") pod "4d96956c-b0c6-45e8-af95-89900da327da" (UID: "4d96956c-b0c6-45e8-af95-89900da327da"). InnerVolumeSpecName "kube-api-access-xjfsh". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 22 15:09:57 addons-063976 kubelet[1460]: I0922 15:09:57.710656    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/4d96956c-b0c6-45e8-af95-89900da327da-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "4d96956c-b0c6-45e8-af95-89900da327da" (UID: "4d96956c-b0c6-45e8-af95-89900da327da"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Sep 22 15:09:57 addons-063976 kubelet[1460]: I0922 15:09:57.806231    1460 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-xjfsh\" (UniqueName: \"kubernetes.io/projected/4d96956c-b0c6-45e8-af95-89900da327da-kube-api-access-xjfsh\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:09:57 addons-063976 kubelet[1460]: I0922 15:09:57.806284    1460 reconciler_common.go:288] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/4d96956c-b0c6-45e8-af95-89900da327da-webhook-cert\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:09:58 addons-063976 kubelet[1460]: I0922 15:09:58.210229    1460 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="4d96956c-b0c6-45e8-af95-89900da327da" path="/var/lib/kubelet/pods/4d96956c-b0c6-45e8-af95-89900da327da/volumes"
	Sep 22 15:09:58 addons-063976 kubelet[1460]: I0922 15:09:58.443692    1460 scope.go:117] "RemoveContainer" containerID="7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee"
	Sep 22 15:09:58 addons-063976 kubelet[1460]: I0922 15:09:58.460977    1460 scope.go:117] "RemoveContainer" containerID="7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee"
	Sep 22 15:09:58 addons-063976 kubelet[1460]: E0922 15:09:58.461406    1460 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee\": container with ID starting with 7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee not found: ID does not exist" containerID="7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee"
	Sep 22 15:09:58 addons-063976 kubelet[1460]: I0922 15:09:58.461444    1460 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee"} err="failed to get container status \"7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee\": rpc error: code = NotFound desc = could not find container \"7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee\": container with ID starting with 7c897a9b03097daa7b28b7b00776c2cafdc1901b77a254174a7b7bd63a04bfee not found: ID does not exist"
	Sep 22 15:10:00 addons-063976 kubelet[1460]: E0922 15:10:00.210732    1460 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="e282e445-55df-4f02-9fe2-4541889e8526"
	Sep 22 15:10:02 addons-063976 kubelet[1460]: E0922 15:10:02.556139    1460 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017802555916656,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:543503,},InodesUsed:&UInt64Value{Value:207,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:10:02 addons-063976 kubelet[1460]: E0922 15:10:02.556172    1460 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017802555916656,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:543503,},InodesUsed:&UInt64Value{Value:207,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	
	
	==> storage-provisioner [eff65addc0addd6d83412dbc300e8ec04aa2480cac59cf1f85b1f44a272e3eb7] <==
	I0922 14:56:12.093925       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0922 14:56:12.108735       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0922 14:56:12.108787       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0922 14:56:12.118006       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0922 14:56:12.118262       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-063976_276164f0-fa8d-4026-8468-0eb25be1eedd!
	I0922 14:56:12.121266       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"111c0d1c-b607-4ac8-a88a-62ff2c100fa7", APIVersion:"v1", ResourceVersion:"914", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-063976_276164f0-fa8d-4026-8468-0eb25be1eedd became leader
	I0922 14:56:12.219159       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-063976_276164f0-fa8d-4026-8468-0eb25be1eedd!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-063976 -n addons-063976
helpers_test.go:261: (dbg) Run:  kubectl --context addons-063976 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-063976 describe pod busybox
helpers_test.go:282: (dbg) kubectl --context addons-063976 describe pod busybox:

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-063976/192.168.49.2
	Start Time:       Sun, 22 Sep 2024 14:57:56 +0000
	Labels:           integration-test=busybox
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.21
	IPs:
	  IP:  10.244.0.21
	Containers:
	  busybox:
	    Container ID:  
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      sleep
	      3600
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:
	      GOOGLE_APPLICATION_CREDENTIALS:  /google-app-creds.json
	      PROJECT_ID:                      this_is_fake
	      GCP_PROJECT:                     this_is_fake
	      GCLOUD_PROJECT:                  this_is_fake
	      GOOGLE_CLOUD_PROJECT:            this_is_fake
	      CLOUDSDK_CORE_PROJECT:           this_is_fake
	    Mounts:
	      /google-app-creds.json from gcp-creds (ro)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-42hm8 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-42hm8:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	  gcp-creds:
	    Type:          HostPath (bare host directory volume)
	    Path:          /var/lib/minikube/google_application_credentials.json
	    HostPathType:  File
	QoS Class:         BestEffort
	Node-Selectors:    <none>
	Tolerations:       node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                   node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                  From               Message
	  ----     ------     ----                 ----               -------
	  Normal   Scheduled  12m                  default-scheduler  Successfully assigned default/busybox to addons-063976
	  Normal   Pulling    10m (x4 over 12m)    kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     10m (x4 over 12m)    kubelet            Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": unable to retrieve auth token: invalid username/password: unauthorized: authentication failed
	  Warning  Failed     10m (x4 over 12m)    kubelet            Error: ErrImagePull
	  Warning  Failed     10m (x6 over 12m)    kubelet            Error: ImagePullBackOff
	  Normal   BackOff    117s (x43 over 12m)  kubelet            Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"

                                                
                                                
-- /stdout --
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (152.43s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (353.63s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:405: metrics-server stabilized in 3.091776ms
addons_test.go:407: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-84c5f94fbc-d7cg8" [72f52292-d3c8-46c7-b8b5-4083062d4915] Running
addons_test.go:407: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.003555956s
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (111.11651ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 11m53.018190551s

                                                
                                                
** /stderr **
I0922 15:07:20.026791 2481953 retry.go:31] will retry after 3.913996798s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (93.262405ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 11m57.03241066s

                                                
                                                
** /stderr **
I0922 15:07:24.035256 2481953 retry.go:31] will retry after 5.058104231s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (84.352122ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 12m2.176629734s

                                                
                                                
** /stderr **
I0922 15:07:29.179547 2481953 retry.go:31] will retry after 8.713131516s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (94.516031ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 12m10.98512281s

                                                
                                                
** /stderr **
I0922 15:07:37.988450 2481953 retry.go:31] will retry after 6.310419865s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (84.312848ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 12m17.38074838s

                                                
                                                
** /stderr **
I0922 15:07:44.383717 2481953 retry.go:31] will retry after 15.513128378s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (86.538658ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 12m32.981008503s

                                                
                                                
** /stderr **
I0922 15:07:59.984064 2481953 retry.go:31] will retry after 22.916826282s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (92.191981ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 12m55.990021133s

                                                
                                                
** /stderr **
I0922 15:08:22.993432 2481953 retry.go:31] will retry after 22.78825969s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (81.06707ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 13m18.859921835s

                                                
                                                
** /stderr **
I0922 15:08:45.863217 2481953 retry.go:31] will retry after 40.23915819s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (93.870258ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 13m59.195119255s

                                                
                                                
** /stderr **
I0922 15:09:26.198739 2481953 retry.go:31] will retry after 40.190770523s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (101.930363ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 14m39.485883416s

                                                
                                                
** /stderr **
I0922 15:10:06.491698 2481953 retry.go:31] will retry after 1m6.882666334s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (84.397653ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 15m46.455889794s

                                                
                                                
** /stderr **
I0922 15:11:13.459101 2481953 retry.go:31] will retry after 53.776555265s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (89.023682ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 16m40.321405826s

                                                
                                                
** /stderr **
I0922 15:12:07.325381 2481953 retry.go:31] will retry after 57.87160258s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-063976 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-063976 top pods -n kube-system: exit status 1 (83.353281ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-q7dsz, age: 17m38.277780385s

                                                
                                                
** /stderr **
addons_test.go:427: failed checking metric server: exit status 1
addons_test.go:430: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 addons disable metrics-server --alsologtostderr -v=1
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/MetricsServer]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-063976
helpers_test.go:235: (dbg) docker inspect addons-063976:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7",
	        "Created": "2024-09-22T14:55:00.229696128Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 2483204,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-22T14:55:00.402808187Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c94982da1293baee77c00993711af197ed62d6b1a4ee12c0caa4f57c70de4fdc",
	        "ResolvConfPath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/hostname",
	        "HostsPath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/hosts",
	        "LogPath": "/var/lib/docker/containers/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7/f3bf1d9e3863084290a2bbdd49093154754844028b6933d0ccfcbeda85fdf4b7-json.log",
	        "Name": "/addons-063976",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-063976:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-063976",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 4194304000,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 8388608000,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f-init/diff:/var/lib/docker/overlay2/d9219ecf4ba4139ee105e87e1abf332b82a9a5b666e2f75f38e8e0be91bf8411/diff",
	                "MergedDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f/merged",
	                "UpperDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f/diff",
	                "WorkDir": "/var/lib/docker/overlay2/f942980c1a077b9603282f6c369cae87751b23c4e9b9a392679944e44b31a25f/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-063976",
	                "Source": "/var/lib/docker/volumes/addons-063976/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-063976",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed",
	            "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-063976",
	                "name.minikube.sigs.k8s.io": "addons-063976",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "ad7942347cfa02a578db2fdb2ed1f4424cb756d7d77a5266beff48390c10ec84",
	            "SandboxKey": "/var/run/docker/netns/ad7942347cfa",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36060"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36061"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36064"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36062"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36063"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-063976": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "ae748a09d86a91bbc8b0d95fb38cfca1c7ccfd5c35e637ecdacbdd3d057a35c9",
	                    "EndpointID": "ae4aa5b42517badae53d9843e10d59222017245710fc4c49373af7241a457018",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-063976",
	                        "f3bf1d9e3863"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-063976 -n addons-063976
helpers_test.go:244: <<< TestAddons/parallel/MetricsServer FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/MetricsServer]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-063976 logs -n 25: (1.507966768s)
helpers_test.go:252: TestAddons/parallel/MetricsServer logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-258467                                                                     | download-only-258467   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| start   | --download-only -p                                                                          | download-docker-576867 | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | download-docker-576867                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-576867                                                                   | download-docker-576867 | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-068084   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | binary-mirror-068084                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:39137                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-068084                                                                     | binary-mirror-068084   | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| addons  | enable dashboard -p                                                                         | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | addons-063976                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | addons-063976                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-063976 --wait=true                                                                | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:57 UTC |
	|         | --memory=4000 --alsologtostderr                                                             |                        |         |         |                     |                     |
	|         | --addons=registry                                                                           |                        |         |         |                     |                     |
	|         | --addons=metrics-server                                                                     |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots                                                                    |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver                                                                |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                                                                           |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner                                                                      |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget                                                                   |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher                                                        |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin                                                               |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano                                                              |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --addons=ingress                                                                            |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                                                                        |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:06 UTC | 22 Sep 24 15:06 UTC |
	|         | -p addons-063976                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-063976 addons disable                                                                | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:06 UTC | 22 Sep 24 15:06 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ip      | addons-063976 ip                                                                            | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	| addons  | addons-063976 addons disable                                                                | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-063976 addons                                                                        | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-063976 addons                                                                        | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC | 22 Sep 24 15:07 UTC |
	|         | addons-063976                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-063976 ssh curl -s                                                                   | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:07 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| ip      | addons-063976 ip                                                                            | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:09 UTC | 22 Sep 24 15:09 UTC |
	| addons  | addons-063976 addons disable                                                                | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:09 UTC | 22 Sep 24 15:09 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-063976 addons disable                                                                | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:09 UTC | 22 Sep 24 15:10 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| ssh     | addons-063976 ssh cat                                                                       | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:10 UTC | 22 Sep 24 15:10 UTC |
	|         | /opt/local-path-provisioner/pvc-bf03bea2-c923-4df1-a89f-d95605c4d32e_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-063976 addons disable                                                                | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:10 UTC | 22 Sep 24 15:10 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-063976 addons disable                                                                | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:10 UTC | 22 Sep 24 15:10 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:11 UTC | 22 Sep 24 15:11 UTC |
	|         | -p addons-063976                                                                            |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:11 UTC | 22 Sep 24 15:11 UTC |
	|         | addons-063976                                                                               |                        |         |         |                     |                     |
	| addons  | addons-063976 addons                                                                        | addons-063976          | jenkins | v1.34.0 | 22 Sep 24 15:13 UTC | 22 Sep 24 15:13 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/22 14:54:35
	Running on machine: ip-172-31-21-244
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0922 14:54:35.724729 2482715 out.go:345] Setting OutFile to fd 1 ...
	I0922 14:54:35.724911 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:54:35.724924 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:54:35.724931 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:54:35.725175 2482715 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 14:54:35.725635 2482715 out.go:352] Setting JSON to false
	I0922 14:54:35.726508 2482715 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":67026,"bootTime":1726949850,"procs":146,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
	I0922 14:54:35.726579 2482715 start.go:139] virtualization:  
	I0922 14:54:35.728268 2482715 out.go:177] * [addons-063976] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0922 14:54:35.729812 2482715 out.go:177]   - MINIKUBE_LOCATION=19648
	I0922 14:54:35.729951 2482715 notify.go:220] Checking for updates...
	I0922 14:54:35.731770 2482715 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0922 14:54:35.733170 2482715 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 14:54:35.734394 2482715 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	I0922 14:54:35.735541 2482715 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0922 14:54:35.736795 2482715 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0922 14:54:35.738157 2482715 driver.go:394] Setting default libvirt URI to qemu:///system
	I0922 14:54:35.761021 2482715 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0922 14:54:35.761155 2482715 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 14:54:35.816317 2482715 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-22 14:54:35.80703795 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 14:54:35.816430 2482715 docker.go:318] overlay module found
	I0922 14:54:35.818044 2482715 out.go:177] * Using the docker driver based on user configuration
	I0922 14:54:35.819355 2482715 start.go:297] selected driver: docker
	I0922 14:54:35.819369 2482715 start.go:901] validating driver "docker" against <nil>
	I0922 14:54:35.819384 2482715 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0922 14:54:35.820024 2482715 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 14:54:35.869952 2482715 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-22 14:54:35.861052752 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 14:54:35.870165 2482715 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0922 14:54:35.870387 2482715 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0922 14:54:35.871799 2482715 out.go:177] * Using Docker driver with root privileges
	I0922 14:54:35.872892 2482715 cni.go:84] Creating CNI manager for ""
	I0922 14:54:35.872955 2482715 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 14:54:35.872967 2482715 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0922 14:54:35.873044 2482715 start.go:340] cluster config:
	{Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 14:54:35.874377 2482715 out.go:177] * Starting "addons-063976" primary control-plane node in "addons-063976" cluster
	I0922 14:54:35.875628 2482715 cache.go:121] Beginning downloading kic base image for docker with crio
	I0922 14:54:35.876806 2482715 out.go:177] * Pulling base image v0.0.45-1726784731-19672 ...
	I0922 14:54:35.877805 2482715 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:54:35.877859 2482715 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0922 14:54:35.877868 2482715 cache.go:56] Caching tarball of preloaded images
	I0922 14:54:35.877884 2482715 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0922 14:54:35.877954 2482715 preload.go:172] Found /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0922 14:54:35.877964 2482715 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0922 14:54:35.878303 2482715 profile.go:143] Saving config to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/config.json ...
	I0922 14:54:35.878331 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/config.json: {Name:mke0232078bbf840b58954d7f0442c142abec8df Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:54:35.892097 2482715 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0922 14:54:35.892218 2482715 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory
	I0922 14:54:35.892245 2482715 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory, skipping pull
	I0922 14:54:35.892251 2482715 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed exists in cache, skipping pull
	I0922 14:54:35.892261 2482715 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed as a tarball
	I0922 14:54:35.892270 2482715 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from local cache
	I0922 14:54:52.926826 2482715 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from cached tarball
	I0922 14:54:52.926868 2482715 cache.go:194] Successfully downloaded all kic artifacts
	I0922 14:54:52.926909 2482715 start.go:360] acquireMachinesLock for addons-063976: {Name:mke668f3f36c0692e17cc19a9e9399a74e35b805 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 14:54:52.927053 2482715 start.go:364] duration metric: took 108.879µs to acquireMachinesLock for "addons-063976"
	I0922 14:54:52.927086 2482715 start.go:93] Provisioning new machine with config: &{Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0922 14:54:52.927171 2482715 start.go:125] createHost starting for "" (driver="docker")
	I0922 14:54:52.928804 2482715 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0922 14:54:52.929057 2482715 start.go:159] libmachine.API.Create for "addons-063976" (driver="docker")
	I0922 14:54:52.929088 2482715 client.go:168] LocalClient.Create starting
	I0922 14:54:52.929207 2482715 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem
	I0922 14:54:53.555955 2482715 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem
	I0922 14:54:53.980565 2482715 cli_runner.go:164] Run: docker network inspect addons-063976 --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}}]}"
	W0922 14:54:53.997134 2482715 cli_runner.go:211] docker network inspect addons-063976 --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
	I0922 14:54:53.997275 2482715 network_create.go:284] running [docker network inspect addons-063976] to gather additional debugging logs...
	I0922 14:54:53.997298 2482715 cli_runner.go:164] Run: docker network inspect addons-063976
	W0922 14:54:54.012489 2482715 cli_runner.go:211] docker network inspect addons-063976 returned with exit code 1
	I0922 14:54:54.012525 2482715 network_create.go:287] error running [docker network inspect addons-063976]: docker network inspect addons-063976: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-063976 not found
	I0922 14:54:54.012541 2482715 network_create.go:289] output of [docker network inspect addons-063976]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-063976 not found
	
	** /stderr **
	I0922 14:54:54.012637 2482715 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}}]}"
	I0922 14:54:54.030000 2482715 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:0x400179d100}
	I0922 14:54:54.030050 2482715 network_create.go:124] attempt to create docker network addons-063976 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0922 14:54:54.030111 2482715 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-063976 addons-063976
	I0922 14:54:54.096917 2482715 network_create.go:108] docker network addons-063976 192.168.49.0/24 created
	I0922 14:54:54.096952 2482715 kic.go:121] calculated static IP "192.168.49.2" for the "addons-063976" container
	I0922 14:54:54.097029 2482715 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0922 14:54:54.111719 2482715 cli_runner.go:164] Run: docker volume create addons-063976 --label name.minikube.sigs.k8s.io=addons-063976 --label created_by.minikube.sigs.k8s.io=true
	I0922 14:54:54.127197 2482715 oci.go:103] Successfully created a docker volume addons-063976
	I0922 14:54:54.127308 2482715 cli_runner.go:164] Run: docker run --rm --name addons-063976-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-063976 --entrypoint /usr/bin/test -v addons-063976:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib
	I0922 14:54:56.175550 2482715 cli_runner.go:217] Completed: docker run --rm --name addons-063976-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-063976 --entrypoint /usr/bin/test -v addons-063976:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib: (2.048189242s)
	I0922 14:54:56.175580 2482715 oci.go:107] Successfully prepared a docker volume addons-063976
	I0922 14:54:56.175598 2482715 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:54:56.175618 2482715 kic.go:194] Starting extracting preloaded images to volume ...
	I0922 14:54:56.175682 2482715 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-063976:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir
	I0922 14:55:00.148651 2482715 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-063976:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir: (3.972914503s)
	I0922 14:55:00.148692 2482715 kic.go:203] duration metric: took 3.973069741s to extract preloaded images to volume ...
	W0922 14:55:00.148855 2482715 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0922 14:55:00.148990 2482715 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0922 14:55:00.213241 2482715 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-063976 --name addons-063976 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-063976 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-063976 --network addons-063976 --ip 192.168.49.2 --volume addons-063976:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed
	I0922 14:55:00.585506 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Running}}
	I0922 14:55:00.608847 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:00.634211 2482715 cli_runner.go:164] Run: docker exec addons-063976 stat /var/lib/dpkg/alternatives/iptables
	I0922 14:55:00.713119 2482715 oci.go:144] the created container "addons-063976" has a running status.
	I0922 14:55:00.713149 2482715 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa...
	I0922 14:55:01.468729 2482715 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0922 14:55:01.492215 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:01.512354 2482715 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0922 14:55:01.512375 2482715 kic_runner.go:114] Args: [docker exec --privileged addons-063976 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0922 14:55:01.574913 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:01.596887 2482715 machine.go:93] provisionDockerMachine start ...
	I0922 14:55:01.596986 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:01.616066 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:01.616336 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:01.616347 2482715 main.go:141] libmachine: About to run SSH command:
	hostname
	I0922 14:55:01.750577 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-063976
	
	I0922 14:55:01.750651 2482715 ubuntu.go:169] provisioning hostname "addons-063976"
	I0922 14:55:01.750758 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:01.775479 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:01.775776 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:01.775789 2482715 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-063976 && echo "addons-063976" | sudo tee /etc/hostname
	I0922 14:55:01.931531 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-063976
	
	I0922 14:55:01.931629 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:01.949300 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:01.949557 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:01.949581 2482715 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-063976' /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-063976/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-063976' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0922 14:55:02.082974 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0922 14:55:02.083005 2482715 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19648-2476577/.minikube CaCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19648-2476577/.minikube}
	I0922 14:55:02.083035 2482715 ubuntu.go:177] setting up certificates
	I0922 14:55:02.083046 2482715 provision.go:84] configureAuth start
	I0922 14:55:02.083123 2482715 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-063976
	I0922 14:55:02.104719 2482715 provision.go:143] copyHostCerts
	I0922 14:55:02.104801 2482715 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.pem (1078 bytes)
	I0922 14:55:02.104935 2482715 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/cert.pem (1123 bytes)
	I0922 14:55:02.105014 2482715 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/key.pem (1675 bytes)
	I0922 14:55:02.105107 2482715 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem org=jenkins.addons-063976 san=[127.0.0.1 192.168.49.2 addons-063976 localhost minikube]
	I0922 14:55:02.678206 2482715 provision.go:177] copyRemoteCerts
	I0922 14:55:02.678278 2482715 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0922 14:55:02.678320 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:02.696876 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:02.791863 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0922 14:55:02.815904 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0922 14:55:02.839824 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0922 14:55:02.863972 2482715 provision.go:87] duration metric: took 780.907715ms to configureAuth
	I0922 14:55:02.864002 2482715 ubuntu.go:193] setting minikube options for container-runtime
	I0922 14:55:02.864197 2482715 config.go:182] Loaded profile config "addons-063976": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 14:55:02.864316 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:02.881149 2482715 main.go:141] libmachine: Using SSH client type: native
	I0922 14:55:02.881408 2482715 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36060 <nil> <nil>}
	I0922 14:55:02.881433 2482715 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0922 14:55:03.119410 2482715 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0922 14:55:03.119433 2482715 machine.go:96] duration metric: took 1.522526592s to provisionDockerMachine
	I0922 14:55:03.119443 2482715 client.go:171] duration metric: took 10.190343536s to LocalClient.Create
	I0922 14:55:03.119458 2482715 start.go:167] duration metric: took 10.190401479s to libmachine.API.Create "addons-063976"
	I0922 14:55:03.119465 2482715 start.go:293] postStartSetup for "addons-063976" (driver="docker")
	I0922 14:55:03.119476 2482715 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]
	I0922 14:55:03.119543 2482715 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
	I0922 14:55:03.119587 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.136642 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.236313 2482715 ssh_runner.go:195] Run: cat /etc/os-release
	I0922 14:55:03.239513 2482715 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0922 14:55:03.239553 2482715 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0922 14:55:03.239567 2482715 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0922 14:55:03.239574 2482715 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0922 14:55:03.239586 2482715 filesync.go:126] Scanning /home/jenkins/minikube-integration/19648-2476577/.minikube/addons for local assets ...
	I0922 14:55:03.239661 2482715 filesync.go:126] Scanning /home/jenkins/minikube-integration/19648-2476577/.minikube/files for local assets ...
	I0922 14:55:03.239688 2482715 start.go:296] duration metric: took 120.217862ms for postStartSetup
	I0922 14:55:03.240013 2482715 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-063976
	I0922 14:55:03.256380 2482715 profile.go:143] Saving config to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/config.json ...
	I0922 14:55:03.256671 2482715 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0922 14:55:03.256723 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.272334 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.363817 2482715 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0922 14:55:03.368225 2482715 start.go:128] duration metric: took 10.441037109s to createHost
	I0922 14:55:03.368252 2482715 start.go:83] releasing machines lock for "addons-063976", held for 10.441182639s
	I0922 14:55:03.368326 2482715 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-063976
	I0922 14:55:03.385873 2482715 ssh_runner.go:195] Run: cat /version.json
	I0922 14:55:03.385935 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.386210 2482715 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0922 14:55:03.386287 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:03.405734 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.420055 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:03.498459 2482715 ssh_runner.go:195] Run: systemctl --version
	I0922 14:55:03.626174 2482715 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0922 14:55:03.766617 2482715 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0922 14:55:03.770787 2482715 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 "sudo mv {} {}.mk_disabled" ;
	I0922 14:55:03.791081 2482715 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0922 14:55:03.791171 2482715 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" ;
	I0922 14:55:03.822140 2482715 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0922 14:55:03.822165 2482715 start.go:495] detecting cgroup driver to use...
	I0922 14:55:03.822217 2482715 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0922 14:55:03.822291 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0922 14:55:03.838777 2482715 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0922 14:55:03.850499 2482715 docker.go:217] disabling cri-docker service (if available) ...
	I0922 14:55:03.850584 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0922 14:55:03.865445 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0922 14:55:03.880257 2482715 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0922 14:55:03.964589 2482715 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0922 14:55:04.061605 2482715 docker.go:233] disabling docker service ...
	I0922 14:55:04.061722 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0922 14:55:04.080539 2482715 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0922 14:55:04.092555 2482715 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0922 14:55:04.182700 2482715 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0922 14:55:04.282405 2482715 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0922 14:55:04.295493 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0922 14:55:04.312500 2482715 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0922 14:55:04.312567 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.323311 2482715 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0922 14:55:04.323384 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.333196 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.343407 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.353343 2482715 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0922 14:55:04.362455 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.372838 2482715 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.389690 2482715 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n  "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 14:55:04.399594 2482715 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0922 14:55:04.408436 2482715 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0922 14:55:04.417122 2482715 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 14:55:04.498742 2482715 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0922 14:55:04.612511 2482715 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0922 14:55:04.612604 2482715 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0922 14:55:04.616253 2482715 start.go:563] Will wait 60s for crictl version
	I0922 14:55:04.616319 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:55:04.620105 2482715 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0922 14:55:04.655754 2482715 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0922 14:55:04.655856 2482715 ssh_runner.go:195] Run: crio --version
	I0922 14:55:04.698023 2482715 ssh_runner.go:195] Run: crio --version
	I0922 14:55:04.737694 2482715 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0922 14:55:04.740864 2482715 cli_runner.go:164] Run: docker network inspect addons-063976 --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}}]}"
	I0922 14:55:04.756577 2482715 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0922 14:55:04.760138 2482715 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""
	I0922 14:55:04.771100 2482715 kubeadm.go:883] updating cluster {Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0922 14:55:04.771227 2482715 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:55:04.771291 2482715 ssh_runner.go:195] Run: sudo crictl images --output json
	I0922 14:55:04.846770 2482715 crio.go:514] all images are preloaded for cri-o runtime.
	I0922 14:55:04.846809 2482715 crio.go:433] Images already preloaded, skipping extraction
	I0922 14:55:04.846869 2482715 ssh_runner.go:195] Run: sudo crictl images --output json
	I0922 14:55:04.882869 2482715 crio.go:514] all images are preloaded for cri-o runtime.
	I0922 14:55:04.882893 2482715 cache_images.go:84] Images are preloaded, skipping loading
	I0922 14:55:04.882902 2482715 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0922 14:55:04.883011 2482715 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-063976 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0922 14:55:04.883099 2482715 ssh_runner.go:195] Run: crio config
	I0922 14:55:04.957018 2482715 cni.go:84] Creating CNI manager for ""
	I0922 14:55:04.957042 2482715 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 14:55:04.957051 2482715 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0922 14:55:04.957075 2482715 kubeadm.go:181] 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.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-063976 NodeName:addons-063976 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0922 14:55:04.957218 2482715 kubeadm.go:187] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	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:///var/run/crio/crio.sock
	  name: "addons-063976"
	  kubeletExtraArgs:
	    node-ip: 192.168.49.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.31.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.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
	
	I0922 14:55:04.957292 2482715 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0922 14:55:04.965916 2482715 binaries.go:44] Found k8s binaries, skipping transfer
	I0922 14:55:04.966000 2482715 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0922 14:55:04.974324 2482715 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0922 14:55:04.991610 2482715 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0922 14:55:05.010092 2482715 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0922 14:55:05.028367 2482715 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0922 14:55:05.031881 2482715 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""
	I0922 14:55:05.042754 2482715 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 14:55:05.124698 2482715 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0922 14:55:05.138865 2482715 certs.go:68] Setting up /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976 for IP: 192.168.49.2
	I0922 14:55:05.138988 2482715 certs.go:194] generating shared ca certs ...
	I0922 14:55:05.139024 2482715 certs.go:226] acquiring lock for ca certs: {Name:mkeff3e73d2be4d9e117d80b8189a4c062e8cbf0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:05.139228 2482715 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key
	I0922 14:55:05.841573 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt ...
	I0922 14:55:05.841606 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt: {Name:mk3c2ab64b8f73613fced8d472413259343a906f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:05.841816 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key ...
	I0922 14:55:05.841830 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key: {Name:mkc237d4de5a0207d0ed78097320dd579931769a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:05.841930 2482715 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key
	I0922 14:55:06.083405 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.crt ...
	I0922 14:55:06.083437 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.crt: {Name:mk511cdf7047cdd6cd600132bb1cc503964631d8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.083641 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key ...
	I0922 14:55:06.083656 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key: {Name:mke315d86ec30ddc4bf191cab4b71701127951ea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.083742 2482715 certs.go:256] generating profile certs ...
	I0922 14:55:06.083840 2482715 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.key
	I0922 14:55:06.083861 2482715 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt with IP's: []
	I0922 14:55:06.388590 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt ...
	I0922 14:55:06.388625 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: {Name:mkfd9c00fcbc9af85c4d69420797636f851b9562 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.388821 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.key ...
	I0922 14:55:06.388835 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.key: {Name:mked62c94f026a008a86a433bac10a96938d57e4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.388924 2482715 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf
	I0922 14:55:06.388948 2482715 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0922 14:55:06.727209 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf ...
	I0922 14:55:06.727256 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf: {Name:mkc95c4b68c73edca687dce47f195cfafca234fd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.727509 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf ...
	I0922 14:55:06.727527 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf: {Name:mkd5efe0babc1a23ef6840380692017efb562d5d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:06.728033 2482715 certs.go:381] copying /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt.125ccbdf -> /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt
	I0922 14:55:06.728136 2482715 certs.go:385] copying /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key.125ccbdf -> /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key
	I0922 14:55:06.728204 2482715 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key
	I0922 14:55:06.728227 2482715 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt with IP's: []
	I0922 14:55:07.013947 2482715 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt ...
	I0922 14:55:07.013984 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt: {Name:mka397e1bc4979f91e4cb089686a2e74c3867e52 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:07.014193 2482715 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key ...
	I0922 14:55:07.014208 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key: {Name:mke39efe89baff550b099df54ade398d4257cfa6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:07.014410 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem (1675 bytes)
	I0922 14:55:07.014456 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem (1078 bytes)
	I0922 14:55:07.014491 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem (1123 bytes)
	I0922 14:55:07.014519 2482715 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem (1675 bytes)
	I0922 14:55:07.015256 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0922 14:55:07.041113 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0922 14:55:07.066805 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0922 14:55:07.091493 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0922 14:55:07.116060 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0922 14:55:07.140630 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0922 14:55:07.165659 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0922 14:55:07.190212 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0922 14:55:07.214489 2482715 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0922 14:55:07.239198 2482715 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0922 14:55:07.257358 2482715 ssh_runner.go:195] Run: openssl version
	I0922 14:55:07.262874 2482715 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"
	I0922 14:55:07.272393 2482715 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0922 14:55:07.275815 2482715 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 22 14:55 /usr/share/ca-certificates/minikubeCA.pem
	I0922 14:55:07.275879 2482715 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0922 14:55:07.282584 2482715 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"
	I0922 14:55:07.292381 2482715 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0922 14:55:07.295863 2482715 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
	I0922 14:55:07.295908 2482715 kubeadm.go:392] StartCluster: {Name:addons-063976 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:addons-063976 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 14:55:07.295981 2482715 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0922 14:55:07.296037 2482715 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0922 14:55:07.335727 2482715 cri.go:89] found id: ""
	I0922 14:55:07.335798 2482715 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0922 14:55:07.344895 2482715 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0922 14:55:07.354083 2482715 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0922 14:55:07.354158 2482715 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
	I0922 14:55:07.363215 2482715 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
	I0922 14:55:07.363242 2482715 kubeadm.go:157] found existing configuration files:
	
	I0922 14:55:07.363320 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0922 14:55:07.372398 2482715 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
	I0922 14:55:07.372467 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0922 14:55:07.381396 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0922 14:55:07.390506 2482715 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
	I0922 14:55:07.390574 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0922 14:55:07.399103 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0922 14:55:07.408150 2482715 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
	I0922 14:55:07.408219 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0922 14:55:07.417063 2482715 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0922 14:55:07.425804 2482715 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
	I0922 14:55:07.425879 2482715 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0922 14:55:07.435078 2482715 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0922 14:55:07.477727 2482715 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0922 14:55:07.478116 2482715 kubeadm.go:310] [preflight] Running pre-flight checks
	I0922 14:55:07.518424 2482715 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0922 14:55:07.518500 2482715 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1070-aws
	I0922 14:55:07.518541 2482715 kubeadm.go:310] OS: Linux
	I0922 14:55:07.518588 2482715 kubeadm.go:310] CGROUPS_CPU: enabled
	I0922 14:55:07.518639 2482715 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0922 14:55:07.518691 2482715 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0922 14:55:07.518742 2482715 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0922 14:55:07.518801 2482715 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0922 14:55:07.518863 2482715 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0922 14:55:07.518913 2482715 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0922 14:55:07.518975 2482715 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0922 14:55:07.519026 2482715 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0922 14:55:07.588897 2482715 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0922 14:55:07.589018 2482715 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0922 14:55:07.589114 2482715 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0922 14:55:07.595550 2482715 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0922 14:55:07.599431 2482715 out.go:235]   - Generating certificates and keys ...
	I0922 14:55:07.599617 2482715 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0922 14:55:07.599726 2482715 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0922 14:55:07.805450 2482715 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0922 14:55:08.092033 2482715 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0922 14:55:08.655846 2482715 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0922 14:55:09.068459 2482715 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0922 14:55:09.289570 2482715 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0922 14:55:09.289902 2482715 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-063976 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0922 14:55:10.150116 2482715 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0922 14:55:10.150260 2482715 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-063976 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0922 14:55:10.957421 2482715 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0922 14:55:11.190684 2482715 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0922 14:55:11.931812 2482715 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0922 14:55:11.931967 2482715 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0922 14:55:12.281050 2482715 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0922 14:55:12.678363 2482715 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0922 14:55:13.123143 2482715 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0922 14:55:13.282119 2482715 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0922 14:55:13.813865 2482715 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0922 14:55:13.814588 2482715 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0922 14:55:13.817734 2482715 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0922 14:55:13.820895 2482715 out.go:235]   - Booting up control plane ...
	I0922 14:55:13.821009 2482715 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0922 14:55:13.821089 2482715 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0922 14:55:13.821163 2482715 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0922 14:55:13.831200 2482715 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0922 14:55:13.837141 2482715 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0922 14:55:13.837202 2482715 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0922 14:55:13.930294 2482715 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0922 14:55:13.930475 2482715 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0922 14:55:15.431987 2482715 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.50171512s
	I0922 14:55:15.432082 2482715 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0922 14:55:21.434361 2482715 kubeadm.go:310] [api-check] The API server is healthy after 6.002494481s
	I0922 14:55:21.455438 2482715 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0922 14:55:21.481110 2482715 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0922 14:55:21.529781 2482715 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0922 14:55:21.529983 2482715 kubeadm.go:310] [mark-control-plane] Marking the node addons-063976 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0922 14:55:21.558418 2482715 kubeadm.go:310] [bootstrap-token] Using token: 9sd6rk.t6g9zkh9pnyvtiez
	I0922 14:55:21.561256 2482715 out.go:235]   - Configuring RBAC rules ...
	I0922 14:55:21.561390 2482715 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0922 14:55:21.566234 2482715 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0922 14:55:21.576887 2482715 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
	I0922 14:55:21.582102 2482715 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0922 14:55:21.588499 2482715 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0922 14:55:21.595137 2482715 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0922 14:55:21.841484 2482715 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0922 14:55:22.268959 2482715 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0922 14:55:22.844805 2482715 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0922 14:55:22.846057 2482715 kubeadm.go:310] 
	I0922 14:55:22.846139 2482715 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0922 14:55:22.846147 2482715 kubeadm.go:310] 
	I0922 14:55:22.846222 2482715 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0922 14:55:22.846227 2482715 kubeadm.go:310] 
	I0922 14:55:22.846252 2482715 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0922 14:55:22.846310 2482715 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0922 14:55:22.846360 2482715 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0922 14:55:22.846364 2482715 kubeadm.go:310] 
	I0922 14:55:22.846417 2482715 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0922 14:55:22.846421 2482715 kubeadm.go:310] 
	I0922 14:55:22.846467 2482715 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0922 14:55:22.846472 2482715 kubeadm.go:310] 
	I0922 14:55:22.846526 2482715 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0922 14:55:22.846610 2482715 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0922 14:55:22.846678 2482715 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0922 14:55:22.846683 2482715 kubeadm.go:310] 
	I0922 14:55:22.846770 2482715 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0922 14:55:22.846845 2482715 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0922 14:55:22.846850 2482715 kubeadm.go:310] 
	I0922 14:55:22.846950 2482715 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 9sd6rk.t6g9zkh9pnyvtiez \
	I0922 14:55:22.847057 2482715 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9fc92f29ceae5348e0b85629963f4fcbba9c77ca07929169bfbbd47c0024a053 \
	I0922 14:55:22.847077 2482715 kubeadm.go:310] 	--control-plane 
	I0922 14:55:22.847081 2482715 kubeadm.go:310] 
	I0922 14:55:22.847165 2482715 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0922 14:55:22.847169 2482715 kubeadm.go:310] 
	I0922 14:55:22.847249 2482715 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 9sd6rk.t6g9zkh9pnyvtiez \
	I0922 14:55:22.847349 2482715 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9fc92f29ceae5348e0b85629963f4fcbba9c77ca07929169bfbbd47c0024a053 
	I0922 14:55:22.851315 2482715 kubeadm.go:310] W0922 14:55:07.472761    1156 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0922 14:55:22.851614 2482715 kubeadm.go:310] W0922 14:55:07.474238    1156 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0922 14:55:22.851826 2482715 kubeadm.go:310] 	[WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1070-aws\n", err: exit status 1
	I0922 14:55:22.851932 2482715 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0922 14:55:22.851957 2482715 cni.go:84] Creating CNI manager for ""
	I0922 14:55:22.851969 2482715 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 14:55:22.856563 2482715 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0922 14:55:22.859164 2482715 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0922 14:55:22.863054 2482715 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0922 14:55:22.863116 2482715 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0922 14:55:22.882304 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0922 14:55:23.177453 2482715 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0922 14:55:23.177585 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:23.177666 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-063976 minikube.k8s.io/updated_at=2024_09_22T14_55_23_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=5b57912a6e11509dc1149ba04e12218d24f36ea3 minikube.k8s.io/name=addons-063976 minikube.k8s.io/primary=true
	I0922 14:55:23.344386 2482715 ops.go:34] apiserver oom_adj: -16
	I0922 14:55:23.344496 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:23.845326 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:24.344609 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:24.844634 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:25.345153 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:25.844851 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:26.345177 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:26.845052 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:27.345437 2482715 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0922 14:55:27.430418 2482715 kubeadm.go:1113] duration metric: took 4.252878449s to wait for elevateKubeSystemPrivileges
	I0922 14:55:27.430450 2482715 kubeadm.go:394] duration metric: took 20.134544555s to StartCluster
	I0922 14:55:27.430467 2482715 settings.go:142] acquiring lock: {Name:mk2cf6e4d3f37a4f62280a8a9356d931b86b236f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:27.431024 2482715 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 14:55:27.431467 2482715 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/kubeconfig: {Name:mk86102d2663511afa0f6941c90df65de1224212 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:55:27.431666 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0922 14:55:27.431699 2482715 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0922 14:55:27.431934 2482715 config.go:182] Loaded profile config "addons-063976": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 14:55:27.431968 2482715 addons.go:507] enable addons start: toEnable=map[ambassador:false 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 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:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0922 14:55:27.432045 2482715 addons.go:69] Setting yakd=true in profile "addons-063976"
	I0922 14:55:27.432058 2482715 addons.go:234] Setting addon yakd=true in "addons-063976"
	I0922 14:55:27.432083 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.432555 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.433001 2482715 addons.go:69] Setting metrics-server=true in profile "addons-063976"
	I0922 14:55:27.433019 2482715 addons.go:234] Setting addon metrics-server=true in "addons-063976"
	I0922 14:55:27.433044 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.433466 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.433625 2482715 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-063976"
	I0922 14:55:27.433653 2482715 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-063976"
	I0922 14:55:27.433686 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.434168 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.436250 2482715 addons.go:69] Setting cloud-spanner=true in profile "addons-063976"
	I0922 14:55:27.436329 2482715 addons.go:234] Setting addon cloud-spanner=true in "addons-063976"
	I0922 14:55:27.436433 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.436657 2482715 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-063976"
	I0922 14:55:27.436714 2482715 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-063976"
	I0922 14:55:27.436743 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.437201 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.438378 2482715 addons.go:69] Setting registry=true in profile "addons-063976"
	I0922 14:55:27.438430 2482715 addons.go:234] Setting addon registry=true in "addons-063976"
	I0922 14:55:27.438489 2482715 addons.go:69] Setting default-storageclass=true in profile "addons-063976"
	I0922 14:55:27.438520 2482715 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-063976"
	I0922 14:55:27.438502 2482715 addons.go:69] Setting storage-provisioner=true in profile "addons-063976"
	I0922 14:55:27.438571 2482715 addons.go:234] Setting addon storage-provisioner=true in "addons-063976"
	I0922 14:55:27.438621 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.438835 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.439191 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.442046 2482715 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-063976"
	I0922 14:55:27.442086 2482715 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-063976"
	I0922 14:55:27.442393 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.438495 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.447173 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.449767 2482715 addons.go:69] Setting volcano=true in profile "addons-063976"
	I0922 14:55:27.449801 2482715 addons.go:234] Setting addon volcano=true in "addons-063976"
	I0922 14:55:27.449838 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.450312 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.458998 2482715 addons.go:69] Setting gcp-auth=true in profile "addons-063976"
	I0922 14:55:27.459037 2482715 mustload.go:65] Loading cluster: addons-063976
	I0922 14:55:27.459682 2482715 config.go:182] Loaded profile config "addons-063976": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 14:55:27.459973 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.462970 2482715 addons.go:69] Setting volumesnapshots=true in profile "addons-063976"
	I0922 14:55:27.463002 2482715 addons.go:234] Setting addon volumesnapshots=true in "addons-063976"
	I0922 14:55:27.463038 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.463629 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.475373 2482715 addons.go:69] Setting ingress=true in profile "addons-063976"
	I0922 14:55:27.475409 2482715 addons.go:234] Setting addon ingress=true in "addons-063976"
	I0922 14:55:27.475459 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.476114 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.488005 2482715 out.go:177] * Verifying Kubernetes components...
	I0922 14:55:27.490634 2482715 addons.go:69] Setting ingress-dns=true in profile "addons-063976"
	I0922 14:55:27.490679 2482715 addons.go:234] Setting addon ingress-dns=true in "addons-063976"
	I0922 14:55:27.490735 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.491265 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.504045 2482715 addons.go:69] Setting inspektor-gadget=true in profile "addons-063976"
	I0922 14:55:27.504092 2482715 addons.go:234] Setting addon inspektor-gadget=true in "addons-063976"
	I0922 14:55:27.504133 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.507757 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.491266 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.564166 2482715 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0922 14:55:27.566984 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0922 14:55:27.567012 2482715 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0922 14:55:27.567086 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.581954 2482715 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 14:55:27.584428 2482715 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-063976"
	I0922 14:55:27.584470 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.584895 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.607372 2482715 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0922 14:55:27.610111 2482715 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0922 14:55:27.610178 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0922 14:55:27.610783 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.621213 2482715 addons.go:234] Setting addon default-storageclass=true in "addons-063976"
	I0922 14:55:27.621251 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.621669 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:27.622011 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:27.623540 2482715 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	W0922 14:55:27.647386 2482715 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0922 14:55:27.650165 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0922 14:55:27.654239 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0922 14:55:27.656947 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0922 14:55:27.657147 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0922 14:55:27.657394 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0922 14:55:27.662103 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0922 14:55:27.662133 2482715 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0922 14:55:27.662250 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.666180 2482715 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 14:55:27.666198 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0922 14:55:27.666265 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.673290 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0922 14:55:27.673327 2482715 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0922 14:55:27.673395 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.658665 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0922 14:55:27.688781 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0922 14:55:27.715054 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0922 14:55:27.720447 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0922 14:55:27.724641 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0922 14:55:27.728072 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0922 14:55:27.733179 2482715 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0922 14:55:27.733482 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0922 14:55:27.735730 2482715 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0922 14:55:27.748403 2482715 out.go:177]   - Using image docker.io/registry:2.8.3
	I0922 14:55:27.751657 2482715 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0922 14:55:27.751728 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0922 14:55:27.751840 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.768389 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0922 14:55:27.768419 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0922 14:55:27.768487 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.777755 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.779736 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0922 14:55:27.779763 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0922 14:55:27.779830 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.780252 2482715 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.24
	I0922 14:55:27.780334 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0922 14:55:27.785142 2482715 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0922 14:55:27.785164 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0922 14:55:27.785228 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.797565 2482715 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0922 14:55:27.801225 2482715 out.go:177]   - Using image docker.io/busybox:stable
	I0922 14:55:27.806054 2482715 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0922 14:55:27.806076 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0922 14:55:27.806139 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.821112 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0922 14:55:27.824537 2482715 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0922 14:55:27.824565 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0922 14:55:27.824634 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.825443 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0922 14:55:27.825727 2482715 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0922 14:55:27.825769 2482715 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0922 14:55:27.825850 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.851367 2482715 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0922 14:55:27.851388 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0922 14:55:27.851453 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:27.851841 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.852615 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.855192 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.895053 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.905222 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.909830 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.946831 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.966900 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.977141 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.984470 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:27.985286 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	W0922 14:55:27.986669 2482715 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0922 14:55:27.986701 2482715 retry.go:31] will retry after 322.763221ms: ssh: handshake failed: EOF
	I0922 14:55:27.992849 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:28.251688 2482715 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0922 14:55:28.342801 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0922 14:55:28.342875 2482715 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0922 14:55:28.346652 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0922 14:55:28.346741 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0922 14:55:28.409073 2482715 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0922 14:55:28.409158 2482715 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0922 14:55:28.419098 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0922 14:55:28.419169 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0922 14:55:28.432410 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0922 14:55:28.432741 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 14:55:28.457224 2482715 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0922 14:55:28.457297 2482715 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0922 14:55:28.459105 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0922 14:55:28.462595 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0922 14:55:28.468094 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0922 14:55:28.468171 2482715 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)
	I0922 14:55:28.479613 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0922 14:55:28.479686 2482715 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0922 14:55:28.480071 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0922 14:55:28.490987 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0922 14:55:28.491067 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0922 14:55:28.504286 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0922 14:55:28.586368 2482715 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0922 14:55:28.586449 2482715 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0922 14:55:28.596350 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0922 14:55:28.596427 2482715 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0922 14:55:28.630208 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0922 14:55:28.630284 2482715 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0922 14:55:28.648139 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0922 14:55:28.648206 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0922 14:55:28.683678 2482715 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0922 14:55:28.683751 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0922 14:55:28.709682 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0922 14:55:28.709758 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0922 14:55:28.713193 2482715 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0922 14:55:28.713267 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0922 14:55:28.803906 2482715 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0922 14:55:28.804019 2482715 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0922 14:55:28.813065 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0922 14:55:28.813145 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0922 14:55:28.826672 2482715 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0922 14:55:28.826762 2482715 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0922 14:55:28.884055 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0922 14:55:28.892258 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0922 14:55:28.904326 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0922 14:55:28.910468 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0922 14:55:28.910560 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0922 14:55:28.965230 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0922 14:55:28.965253 2482715 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0922 14:55:28.984576 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0922 14:55:29.015339 2482715 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0922 14:55:29.015365 2482715 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0922 14:55:29.163171 2482715 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0922 14:55:29.163246 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0922 14:55:29.174033 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0922 14:55:29.174105 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0922 14:55:29.182049 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0922 14:55:29.182125 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0922 14:55:29.338313 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0922 14:55:29.338390 2482715 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0922 14:55:29.340842 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0922 14:55:29.346124 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0922 14:55:29.346201 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0922 14:55:29.485266 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0922 14:55:29.485340 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0922 14:55:29.495541 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0922 14:55:29.495620 2482715 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0922 14:55:29.612989 2482715 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0922 14:55:29.613065 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0922 14:55:29.620078 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0922 14:55:29.620148 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0922 14:55:29.759729 2482715 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0922 14:55:29.759805 2482715 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0922 14:55:29.789578 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
	I0922 14:55:29.929468 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0922 14:55:30.135492 2482715 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.448734597s)
	I0922 14:55:30.135574 2482715 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0922 14:55:30.136883 2482715 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.885164835s)
	I0922 14:55:30.138016 2482715 node_ready.go:35] waiting up to 6m0s for node "addons-063976" to be "Ready" ...
	I0922 14:55:31.048077 2482715 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-063976" context rescaled to 1 replicas
	I0922 14:55:32.170041 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:32.356040 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.923538646s)
	I0922 14:55:32.356125 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.923336124s)
	I0922 14:55:32.356148 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.8969763s)
	I0922 14:55:33.425470 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.96279648s)
	I0922 14:55:33.425868 2482715 addons.go:475] Verifying addon ingress=true in "addons-063976"
	I0922 14:55:33.425580 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.945455332s)
	I0922 14:55:33.425626 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.921277305s)
	I0922 14:55:33.425658 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.541524746s)
	I0922 14:55:33.425688 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.533351727s)
	I0922 14:55:33.425713 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.521309141s)
	I0922 14:55:33.426324 2482715 addons.go:475] Verifying addon registry=true in "addons-063976"
	I0922 14:55:33.425795 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.441163891s)
	I0922 14:55:33.426635 2482715 addons.go:475] Verifying addon metrics-server=true in "addons-063976"
	I0922 14:55:33.429260 2482715 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-063976 service yakd-dashboard -n yakd-dashboard
	
	I0922 14:55:33.429350 2482715 out.go:177] * Verifying ingress addon...
	I0922 14:55:33.429397 2482715 out.go:177] * Verifying registry addon...
	I0922 14:55:33.434194 2482715 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0922 14:55:33.436271 2482715 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0922 14:55:33.442996 2482715 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0922 14:55:33.443065 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:33.490984 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.150051538s)
	W0922 14:55:33.491164 2482715 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0922 14:55:33.491292 2482715 retry.go:31] will retry after 338.815892ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0922 14:55:33.491111 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.701453908s)
	I0922 14:55:33.522621 2482715 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0922 14:55:33.522651 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:33.825435 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.895850701s)
	I0922 14:55:33.825520 2482715 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-063976"
	I0922 14:55:33.828378 2482715 out.go:177] * Verifying csi-hostpath-driver addon...
	I0922 14:55:33.830670 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0922 14:55:33.831855 2482715 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0922 14:55:33.853875 2482715 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0922 14:55:33.853949 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:33.954515 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:33.955608 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:34.336800 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:34.438140 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:34.439666 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:34.642041 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:34.836247 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:34.940047 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:34.941808 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:35.271436 2482715 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0922 14:55:35.271519 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:35.297756 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:35.335686 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:35.428654 2482715 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0922 14:55:35.441320 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:35.442157 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:35.470263 2482715 addons.go:234] Setting addon gcp-auth=true in "addons-063976"
	I0922 14:55:35.470322 2482715 host.go:66] Checking if "addons-063976" exists ...
	I0922 14:55:35.470794 2482715 cli_runner.go:164] Run: docker container inspect addons-063976 --format={{.State.Status}}
	I0922 14:55:35.490472 2482715 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0922 14:55:35.490526 2482715 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-063976
	I0922 14:55:35.514176 2482715 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36060 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/addons-063976/id_rsa Username:docker}
	I0922 14:55:35.835389 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:35.939948 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:35.944161 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:36.340932 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:36.439839 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:36.440268 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:36.681789 2482715 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.85107569s)
	I0922 14:55:36.681897 2482715 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.191405378s)
	I0922 14:55:36.684896 2482715 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0922 14:55:36.687654 2482715 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0922 14:55:36.690233 2482715 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0922 14:55:36.690294 2482715 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0922 14:55:36.720148 2482715 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0922 14:55:36.720174 2482715 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0922 14:55:36.773407 2482715 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0922 14:55:36.773430 2482715 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0922 14:55:36.812105 2482715 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0922 14:55:36.835357 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:36.938879 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:36.942423 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:37.142505 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:37.336290 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:37.468235 2482715 addons.go:475] Verifying addon gcp-auth=true in "addons-063976"
	I0922 14:55:37.471245 2482715 out.go:177] * Verifying gcp-auth addon...
	I0922 14:55:37.473373 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:37.474220 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:37.476008 2482715 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0922 14:55:37.563964 2482715 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0922 14:55:37.563985 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:37.835380 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:37.939884 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:37.943111 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:37.981941 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:38.335923 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:38.438733 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:38.440675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:38.479981 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:38.835928 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:38.941668 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:38.942374 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:39.044888 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:39.143588 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:39.336140 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:39.438026 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:39.439627 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:39.479513 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:39.836811 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:39.939647 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:39.940312 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:39.978996 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:40.335918 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:40.438677 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:40.440521 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:40.479744 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:40.835266 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:40.938729 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:40.940548 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:40.980236 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:41.335897 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:41.439420 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:41.440230 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:41.479467 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:41.642149 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:41.835304 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:41.938137 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:41.940680 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:41.980019 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:42.335502 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:42.438706 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:42.440791 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:42.479408 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:42.836505 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:42.938415 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:42.939713 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:42.980262 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:43.335607 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:43.438487 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:43.440582 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:43.479810 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:43.835761 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:43.939432 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:43.940722 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:43.979645 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:44.141630 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:44.335700 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:44.439001 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:44.441283 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:44.480133 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:44.836352 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:44.938251 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:44.940660 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:44.979557 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:45.336121 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:45.438648 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:45.440148 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:45.480098 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:45.835614 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:45.940010 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:45.940413 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:45.979128 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:46.141912 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:46.335577 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:46.439774 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:46.440477 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:46.479825 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:46.836111 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:46.938343 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:46.939917 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:46.980120 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:47.335499 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:47.438614 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:47.440174 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:47.479961 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:47.835793 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:47.938655 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:47.940017 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:47.978891 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:48.335186 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:48.438219 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:48.439865 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:48.479695 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:48.641788 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:48.835825 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:48.938480 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:48.940072 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:48.979619 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:49.334745 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:49.437956 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:49.439455 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:49.479048 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:49.835944 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:49.938159 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:49.939772 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:49.979552 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:50.336027 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:50.439033 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:50.439552 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:50.479323 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:50.836010 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:50.938656 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:50.940058 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:50.979808 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:51.142109 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:51.335834 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:51.438736 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:51.440979 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:51.478812 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:51.835408 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:51.938224 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:51.939635 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:51.979596 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:52.335485 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:52.438736 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:52.438959 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:52.479693 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:52.835365 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:52.938908 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:52.938921 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:52.980013 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:53.143635 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:53.336164 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:53.438774 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:53.440211 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:53.480257 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:53.836066 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:53.938683 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:53.939344 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:53.978820 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:54.335560 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:54.438177 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:54.440598 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:54.479696 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:54.835263 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:54.938328 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:54.939837 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:54.979649 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:55.335963 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:55.438789 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:55.439502 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:55.479399 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:55.640803 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:55.835600 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:55.938246 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:55.939786 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:55.979835 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:56.338247 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:56.437927 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:56.439391 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:56.479653 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:56.835147 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:56.938288 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:56.939844 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:56.979782 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:57.335142 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:57.438272 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:57.440709 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:57.479350 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:57.641912 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:55:57.835205 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:57.938657 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:57.940068 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:57.978820 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:58.335300 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:58.439368 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:58.445108 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:58.480673 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:58.835932 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:58.938374 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:58.939693 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:58.980053 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:59.335009 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:59.439846 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:59.440562 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:59.479700 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:55:59.836231 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:55:59.938645 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:55:59.940001 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:55:59.978915 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:00.141593 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:00.336092 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:00.439122 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:00.440360 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:00.479635 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:00.835615 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:00.938484 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:00.940910 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:00.979718 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:01.336146 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:01.439496 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:01.440241 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:01.479436 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:01.836935 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:01.938273 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:01.939998 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:01.979083 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:02.335952 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:02.438158 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:02.439619 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:02.479520 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:02.641912 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:02.835340 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:02.938683 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:02.940284 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:02.979513 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:03.336296 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:03.441404 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:03.442407 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:03.479119 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:03.836045 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:03.938761 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:03.939366 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:03.979631 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:04.335769 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:04.438137 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:04.439675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:04.479500 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:04.642722 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:04.835290 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:04.938323 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:04.940791 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:04.980014 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:05.335387 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:05.438195 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:05.439721 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:05.479415 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:05.836022 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:05.938557 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:05.940061 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:05.979944 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:06.335949 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:06.438299 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:06.439873 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:06.479960 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:06.835148 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:06.940089 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:06.940697 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:06.979600 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:07.141372 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:07.335983 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:07.438828 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:07.440428 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:07.479874 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:07.836054 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:07.938304 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:07.939689 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:07.979886 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:08.335407 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:08.443234 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:08.444516 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:08.479767 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:08.835824 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:08.938744 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:08.940194 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:08.979277 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:09.335902 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:09.438913 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:09.440081 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:09.479531 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:09.641736 2482715 node_ready.go:53] node "addons-063976" has status "Ready":"False"
	I0922 14:56:09.835832 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:09.937838 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:09.940269 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:09.979191 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:10.335636 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:10.438373 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:10.440792 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:10.479436 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:10.835962 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:10.939188 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:10.941048 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:10.979754 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:11.346026 2482715 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0922 14:56:11.346063 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:11.441682 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:11.445625 2482715 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0922 14:56:11.445653 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:11.485419 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:11.642745 2482715 node_ready.go:49] node "addons-063976" has status "Ready":"True"
	I0922 14:56:11.642782 2482715 node_ready.go:38] duration metric: took 41.504707703s for node "addons-063976" to be "Ready" ...
	I0922 14:56:11.642794 2482715 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0922 14:56:11.652774 2482715 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:11.837811 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:11.941991 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:11.942836 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:12.047799 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:12.339145 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:12.438685 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:12.440522 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:12.539062 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:12.836665 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:12.938759 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:12.940878 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:12.979450 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:13.344320 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:13.441305 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:13.444611 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:13.480031 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:13.659810 2482715 pod_ready.go:103] pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:13.838715 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:13.940226 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:13.941824 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:13.980638 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:14.161454 2482715 pod_ready.go:93] pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.161483 2482715 pod_ready.go:82] duration metric: took 2.508657797s for pod "coredns-7c65d6cfc9-q7dsz" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.161530 2482715 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.167577 2482715 pod_ready.go:93] pod "etcd-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.167600 2482715 pod_ready.go:82] duration metric: took 6.056238ms for pod "etcd-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.167615 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.173410 2482715 pod_ready.go:93] pod "kube-apiserver-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.173436 2482715 pod_ready.go:82] duration metric: took 5.788191ms for pod "kube-apiserver-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.173450 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.178757 2482715 pod_ready.go:93] pod "kube-controller-manager-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.178784 2482715 pod_ready.go:82] duration metric: took 5.325302ms for pod "kube-controller-manager-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.178799 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-jm68f" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.183858 2482715 pod_ready.go:93] pod "kube-proxy-jm68f" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.183882 2482715 pod_ready.go:82] duration metric: took 5.045136ms for pod "kube-proxy-jm68f" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.183893 2482715 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.337520 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:14.439703 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:14.441598 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:14.479651 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:14.556673 2482715 pod_ready.go:93] pod "kube-scheduler-addons-063976" in "kube-system" namespace has status "Ready":"True"
	I0922 14:56:14.556697 2482715 pod_ready.go:82] duration metric: took 372.777802ms for pod "kube-scheduler-addons-063976" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.556709 2482715 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace to be "Ready" ...
	I0922 14:56:14.837408 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:14.938137 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:14.940144 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:14.979375 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:15.336891 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:15.439607 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:15.441665 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:15.480368 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:15.837510 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:15.939089 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:15.940889 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:15.980186 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:16.337809 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:16.439755 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:16.441799 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:16.483168 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:16.566343 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:16.837834 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:16.941140 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:16.944939 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:16.980733 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:17.338736 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:17.442157 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:17.444647 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:17.480343 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:17.838641 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:17.939718 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:17.946957 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:17.983988 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:18.360958 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:18.440957 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:18.441831 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:18.486486 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:18.576663 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:18.840593 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:18.944509 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:18.947455 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:18.980195 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:19.340456 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:19.445330 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:19.446331 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:19.482427 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:19.838800 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:19.942189 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:19.946424 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:19.979327 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:20.337830 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:20.438377 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:20.440167 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:20.479973 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:20.837227 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:20.938749 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:20.941440 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:20.980018 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:21.063630 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:21.337569 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:21.441238 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:21.443865 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:21.539224 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:21.845105 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:21.942436 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:21.943873 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:21.980107 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:22.337480 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:22.439420 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:22.441512 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:22.480005 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:22.837621 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:22.939641 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:22.940332 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:22.979613 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:23.336676 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:23.439070 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:23.440354 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:23.479697 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:23.562334 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:23.837037 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:23.938734 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:23.941452 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:23.979652 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:24.337933 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:24.438988 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:24.441164 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:24.480095 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:24.837244 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:24.942065 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:24.943076 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:24.979649 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:25.338144 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:25.440671 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:25.443462 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:25.480246 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:25.569184 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:25.837211 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:25.940439 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:25.945104 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:25.980824 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:26.337075 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:26.447381 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:26.449191 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:26.480843 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:26.837877 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:26.942438 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:26.943294 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:26.980108 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:27.337075 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:27.440608 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:27.443402 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:27.480422 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:27.839754 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:27.942158 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:27.948560 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:27.985207 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:28.063348 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:28.338704 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:28.442981 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:28.445295 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:28.479487 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:28.845875 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:28.941693 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:28.943247 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:28.980416 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:29.337897 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:29.441277 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:29.444526 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:29.480413 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:29.836699 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:29.938392 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:29.941317 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:29.979679 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:30.066187 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:30.336617 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:30.460606 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:30.461932 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:30.481428 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:30.838505 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:30.941647 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:30.948184 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:30.980532 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:31.347241 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:31.446842 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:31.448239 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:31.479474 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:31.840754 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:31.940848 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:31.941937 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:31.980302 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:32.336946 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:32.440082 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:32.441434 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:32.479982 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:32.563508 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:32.837562 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:32.939389 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:32.940502 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:32.980654 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:33.338556 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:33.440617 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:33.443186 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:33.480494 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:33.837456 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:33.940228 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:33.948563 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:33.982867 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:34.337213 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:34.440909 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:34.441649 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:34.479150 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:34.566209 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:34.839342 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:34.939256 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:34.941071 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:34.979216 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:35.337657 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:35.439826 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:35.440849 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:35.480556 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:35.842417 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:35.940669 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:35.941656 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:35.980062 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:36.340316 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:36.439947 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:36.441823 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:36.480452 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:36.572867 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:36.837164 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:36.939386 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:36.941482 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:36.988993 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:37.337286 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:37.456005 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:37.456961 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:37.480227 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:37.837739 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:37.942856 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:37.943881 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:37.980567 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:38.337748 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:38.439993 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:38.441994 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:38.479487 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:38.836345 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:38.938793 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:38.946195 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:38.980167 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:39.062544 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:39.338989 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:39.439501 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:39.442434 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:39.480063 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:39.837922 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:39.941985 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:39.944304 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:39.980170 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:40.337675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:40.445998 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:40.447702 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:40.481273 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:40.868132 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:40.940156 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:40.943407 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:40.979603 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:41.064153 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:41.337184 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:41.445381 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:41.446344 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:41.542497 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:41.839139 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:41.941848 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:41.943264 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:41.980895 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:42.337782 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:42.439933 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:42.443903 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:42.482691 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:42.836178 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:42.939443 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:42.940614 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:42.979586 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:43.336956 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:43.439638 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:43.441828 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:43.480060 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:43.563298 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:43.837663 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:43.939942 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:43.941587 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:43.979690 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:44.336932 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:44.441333 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:44.442784 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:44.486262 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:44.837773 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:44.939796 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:44.940966 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:44.980116 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:45.337393 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:45.438640 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:45.441361 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:45.479799 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:45.836631 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:45.938638 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:45.941654 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:45.980005 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:46.063517 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:46.337202 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:46.438872 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:46.441056 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:46.480041 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:46.837481 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:46.939192 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:46.940856 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:46.980118 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:47.336980 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:47.439181 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:47.440529 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:47.479659 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:47.837263 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:47.941465 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:47.943095 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:47.979740 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:48.064509 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:48.337517 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:48.442829 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:48.443858 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:48.480675 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:48.837884 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:48.939693 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:48.943361 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:48.980424 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:49.339472 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:49.439191 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:49.443916 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:49.479618 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:49.837623 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:49.938891 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:49.942446 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:49.979858 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:50.337198 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:50.439331 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:50.443306 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:50.486510 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:50.570645 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:50.837555 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:50.939558 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:50.941784 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0922 14:56:50.980037 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:51.337732 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:51.441751 2482715 kapi.go:107] duration metric: took 1m18.005479151s to wait for kubernetes.io/minikube-addons=registry ...
	I0922 14:56:51.443002 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:51.480094 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:51.840125 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:51.946534 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:51.980268 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:52.337529 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:52.439285 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:52.480331 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:52.838721 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:52.939825 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:52.979677 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:53.064839 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:53.337551 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:53.457399 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:53.480618 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:53.838549 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:53.938349 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:53.979636 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:54.337279 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:54.443106 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:54.480483 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:54.838119 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:54.940290 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:54.979600 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:55.340888 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:55.438823 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:55.479990 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:55.562998 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:55.836864 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:55.938837 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:55.981490 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:56.337563 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:56.438184 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:56.479231 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:56.837467 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:56.941403 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:56.980067 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:57.339817 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:57.439281 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:57.479990 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:57.566479 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:56:57.839118 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:57.939398 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:57.979887 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:58.338740 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:58.439565 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:58.480919 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:58.837149 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:58.938728 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:58.980456 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:59.339094 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:59.441114 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:59.479938 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:56:59.837310 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:56:59.938551 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:56:59.979895 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:00.078062 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:00.337976 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:00.439698 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:00.480099 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:00.836673 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:00.939714 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:00.980347 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:01.337664 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:01.439482 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:01.545192 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:01.836956 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:01.938984 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:01.980578 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:02.337090 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:02.438483 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:02.479764 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:02.562658 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:02.836679 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:02.939448 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:02.980834 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:03.337870 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:03.439239 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:03.480477 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:03.837806 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:03.939430 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:03.980087 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:04.337666 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:04.438836 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:04.491743 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:04.838043 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:04.939416 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:04.979483 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:05.063295 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:05.336522 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:05.438270 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:05.479212 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:05.836849 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:05.938645 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:05.980082 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:06.337402 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:06.438765 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:06.480654 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:06.839177 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:06.939163 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:06.980825 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:07.063399 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:07.337482 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:07.439695 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:07.480463 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:07.836702 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:07.939337 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:08.039001 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0922 14:57:08.337297 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:08.440429 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:08.479631 2482715 kapi.go:107] duration metric: took 1m31.003621677s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0922 14:57:08.482450 2482715 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-063976 cluster.
	I0922 14:57:08.484989 2482715 out.go:177] * 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.
	I0922 14:57:08.487580 2482715 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0922 14:57:08.836959 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:08.938983 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:09.337719 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:09.439097 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:09.563281 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:09.837477 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:09.939071 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:10.337152 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:10.438557 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:10.837044 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:10.939117 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:11.337212 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:11.439747 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:11.564654 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:11.842574 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:11.939050 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:12.337272 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:12.439008 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:12.836603 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:12.941792 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:13.337193 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:13.438728 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:13.836954 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:13.942422 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:14.063980 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:14.337455 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:14.439332 2482715 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0922 14:57:14.838446 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:14.939716 2482715 kapi.go:107] duration metric: took 1m41.505520446s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0922 14:57:15.337107 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:15.840496 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:16.067886 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:16.337249 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:16.837129 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:17.339875 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:17.836267 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:18.338819 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:18.562966 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:18.837483 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:19.337518 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:19.837371 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:20.337342 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:20.563431 2482715 pod_ready.go:103] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"False"
	I0922 14:57:20.837498 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:21.337808 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:21.843545 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:22.065677 2482715 pod_ready.go:93] pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace has status "Ready":"True"
	I0922 14:57:22.065708 2482715 pod_ready.go:82] duration metric: took 1m7.50899053s for pod "metrics-server-84c5f94fbc-d7cg8" in "kube-system" namespace to be "Ready" ...
	I0922 14:57:22.065721 2482715 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-rsdj6" in "kube-system" namespace to be "Ready" ...
	I0922 14:57:22.071721 2482715 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-rsdj6" in "kube-system" namespace has status "Ready":"True"
	I0922 14:57:22.071748 2482715 pod_ready.go:82] duration metric: took 6.018766ms for pod "nvidia-device-plugin-daemonset-rsdj6" in "kube-system" namespace to be "Ready" ...
	I0922 14:57:22.071769 2482715 pod_ready.go:39] duration metric: took 1m10.428962541s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0922 14:57:22.071785 2482715 api_server.go:52] waiting for apiserver process to appear ...
	I0922 14:57:22.071818 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 14:57:22.071882 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 14:57:22.132179 2482715 cri.go:89] found id: "b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:22.132203 2482715 cri.go:89] found id: ""
	I0922 14:57:22.132211 2482715 logs.go:276] 1 containers: [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151]
	I0922 14:57:22.132266 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.136581 2482715 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 14:57:22.136655 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 14:57:22.210299 2482715 cri.go:89] found id: "a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:22.210323 2482715 cri.go:89] found id: ""
	I0922 14:57:22.210331 2482715 logs.go:276] 1 containers: [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21]
	I0922 14:57:22.210388 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.215077 2482715 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 14:57:22.215149 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 14:57:22.283760 2482715 cri.go:89] found id: "f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:22.283825 2482715 cri.go:89] found id: ""
	I0922 14:57:22.283840 2482715 logs.go:276] 1 containers: [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b]
	I0922 14:57:22.283902 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.289428 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 14:57:22.289535 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 14:57:22.337778 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:22.347311 2482715 cri.go:89] found id: "a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:22.347335 2482715 cri.go:89] found id: ""
	I0922 14:57:22.347343 2482715 logs.go:276] 1 containers: [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600]
	I0922 14:57:22.347397 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.351201 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 14:57:22.351279 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 14:57:22.401480 2482715 cri.go:89] found id: "fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:22.401504 2482715 cri.go:89] found id: ""
	I0922 14:57:22.401512 2482715 logs.go:276] 1 containers: [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce]
	I0922 14:57:22.401569 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.405379 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 14:57:22.405456 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 14:57:22.449471 2482715 cri.go:89] found id: "9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:22.449494 2482715 cri.go:89] found id: ""
	I0922 14:57:22.449503 2482715 logs.go:276] 1 containers: [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2]
	I0922 14:57:22.449565 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.453802 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 14:57:22.453876 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 14:57:22.503299 2482715 cri.go:89] found id: "cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:22.503323 2482715 cri.go:89] found id: ""
	I0922 14:57:22.503331 2482715 logs.go:276] 1 containers: [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45]
	I0922 14:57:22.503387 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:22.507254 2482715 logs.go:123] Gathering logs for kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] ...
	I0922 14:57:22.507286 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:22.587732 2482715 logs.go:123] Gathering logs for kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] ...
	I0922 14:57:22.587764 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:22.673331 2482715 logs.go:123] Gathering logs for container status ...
	I0922 14:57:22.673361 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 14:57:22.766043 2482715 logs.go:123] Gathering logs for dmesg ...
	I0922 14:57:22.766122 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 14:57:22.805993 2482715 logs.go:123] Gathering logs for describe nodes ...
	I0922 14:57:22.806019 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 14:57:22.857419 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:23.087304 2482715 logs.go:123] Gathering logs for kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] ...
	I0922 14:57:23.087389 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:23.172896 2482715 logs.go:123] Gathering logs for etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] ...
	I0922 14:57:23.172928 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:23.246411 2482715 logs.go:123] Gathering logs for CRI-O ...
	I0922 14:57:23.246451 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 14:57:23.350124 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:23.357260 2482715 logs.go:123] Gathering logs for kubelet ...
	I0922 14:57:23.357300 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 14:57:23.424443 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.245007    1460 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.424748 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.245065    1460 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.424923 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255108    1460 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.425132 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255162    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.425307 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255218    1460 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.425519 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255234    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.425720 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255322    1460 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.425944 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255338    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.426130 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255377    1460 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.426358 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255389    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.426545 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.256459    1460 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.426778 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.256502    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.426981 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265248    1460 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.427206 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265301    1460 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.427410 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265357    1460 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.427632 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.427796 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.428001 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.428174 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.428392 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:23.469695 2482715 logs.go:123] Gathering logs for coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] ...
	I0922 14:57:23.469737 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:23.539401 2482715 logs.go:123] Gathering logs for kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] ...
	I0922 14:57:23.539432 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:23.644119 2482715 logs.go:123] Gathering logs for kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] ...
	I0922 14:57:23.644158 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:23.723605 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:23.723634 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 14:57:23.723680 2482715 out.go:270] X Problems detected in kubelet:
	W0922 14:57:23.723732 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.723744 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.723752 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:23.723763 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:23.723768 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:23.723773 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:23.723780 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:57:23.837068 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:24.337453 2482715 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0922 14:57:24.836801 2482715 kapi.go:107] duration metric: took 1m51.004942602s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0922 14:57:24.839134 2482715 out.go:177] * Enabled addons: storage-provisioner, nvidia-device-plugin, default-storageclass, cloud-spanner, ingress-dns, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
	I0922 14:57:24.840219 2482715 addons.go:510] duration metric: took 1m57.408247147s for enable addons: enabled=[storage-provisioner nvidia-device-plugin default-storageclass cloud-spanner ingress-dns metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
	I0922 14:57:33.725038 2482715 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0922 14:57:33.738746 2482715 api_server.go:72] duration metric: took 2m6.307018705s to wait for apiserver process to appear ...
	I0922 14:57:33.738772 2482715 api_server.go:88] waiting for apiserver healthz status ...
	I0922 14:57:33.738808 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 14:57:33.738869 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 14:57:33.784009 2482715 cri.go:89] found id: "b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:33.784030 2482715 cri.go:89] found id: ""
	I0922 14:57:33.784040 2482715 logs.go:276] 1 containers: [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151]
	I0922 14:57:33.784102 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.787866 2482715 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 14:57:33.787941 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 14:57:33.827047 2482715 cri.go:89] found id: "a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:33.827071 2482715 cri.go:89] found id: ""
	I0922 14:57:33.827079 2482715 logs.go:276] 1 containers: [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21]
	I0922 14:57:33.827136 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.830566 2482715 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 14:57:33.830645 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 14:57:33.867902 2482715 cri.go:89] found id: "f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:33.867976 2482715 cri.go:89] found id: ""
	I0922 14:57:33.867991 2482715 logs.go:276] 1 containers: [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b]
	I0922 14:57:33.868065 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.871649 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 14:57:33.871725 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 14:57:33.911542 2482715 cri.go:89] found id: "a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:33.911566 2482715 cri.go:89] found id: ""
	I0922 14:57:33.911576 2482715 logs.go:276] 1 containers: [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600]
	I0922 14:57:33.911633 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.915168 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 14:57:33.915242 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 14:57:33.957123 2482715 cri.go:89] found id: "fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:33.957148 2482715 cri.go:89] found id: ""
	I0922 14:57:33.957156 2482715 logs.go:276] 1 containers: [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce]
	I0922 14:57:33.957211 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:33.960833 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 14:57:33.960902 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 14:57:33.999873 2482715 cri.go:89] found id: "9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:33.999905 2482715 cri.go:89] found id: ""
	I0922 14:57:33.999916 2482715 logs.go:276] 1 containers: [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2]
	I0922 14:57:33.999982 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:34.003907 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 14:57:34.004016 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 14:57:34.053928 2482715 cri.go:89] found id: "cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:34.053952 2482715 cri.go:89] found id: ""
	I0922 14:57:34.053961 2482715 logs.go:276] 1 containers: [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45]
	I0922 14:57:34.054018 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:34.057485 2482715 logs.go:123] Gathering logs for kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] ...
	I0922 14:57:34.057513 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:34.095073 2482715 logs.go:123] Gathering logs for kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] ...
	I0922 14:57:34.095104 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:34.132873 2482715 logs.go:123] Gathering logs for CRI-O ...
	I0922 14:57:34.132904 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 14:57:34.224836 2482715 logs.go:123] Gathering logs for dmesg ...
	I0922 14:57:34.224874 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 14:57:34.244207 2482715 logs.go:123] Gathering logs for describe nodes ...
	I0922 14:57:34.244237 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 14:57:34.382007 2482715 logs.go:123] Gathering logs for kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] ...
	I0922 14:57:34.382037 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:34.449578 2482715 logs.go:123] Gathering logs for etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] ...
	I0922 14:57:34.449615 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:34.498846 2482715 logs.go:123] Gathering logs for coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] ...
	I0922 14:57:34.498881 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:34.539816 2482715 logs.go:123] Gathering logs for kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] ...
	I0922 14:57:34.539848 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:34.621920 2482715 logs.go:123] Gathering logs for kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] ...
	I0922 14:57:34.621958 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:34.674182 2482715 logs.go:123] Gathering logs for container status ...
	I0922 14:57:34.674216 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 14:57:34.738540 2482715 logs.go:123] Gathering logs for kubelet ...
	I0922 14:57:34.738571 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 14:57:34.799878 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.245007    1460 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.800152 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.245065    1460 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.800326 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255108    1460 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.800544 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255162    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.800714 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255218    1460 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.800929 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255234    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.801109 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255322    1460 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.801333 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255338    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.801519 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255377    1460 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.801749 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255389    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.801938 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.256459    1460 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.802167 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.256502    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.802351 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265248    1460 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.802577 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265301    1460 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.802761 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265357    1460 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.803031 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.803199 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.803408 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.803584 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.803799 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:34.844442 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:34.844465 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 14:57:34.844524 2482715 out.go:270] X Problems detected in kubelet:
	W0922 14:57:34.844537 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.844551 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.844608 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:34.844620 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:34.844626 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:34.844633 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:34.844641 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:57:44.845824 2482715 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0922 14:57:44.854262 2482715 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0922 14:57:44.855335 2482715 api_server.go:141] control plane version: v1.31.1
	I0922 14:57:44.855361 2482715 api_server.go:131] duration metric: took 11.116580953s to wait for apiserver health ...
	I0922 14:57:44.855371 2482715 system_pods.go:43] waiting for kube-system pods to appear ...
	I0922 14:57:44.855393 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 14:57:44.855466 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 14:57:44.894900 2482715 cri.go:89] found id: "b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:44.894968 2482715 cri.go:89] found id: ""
	I0922 14:57:44.894979 2482715 logs.go:276] 1 containers: [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151]
	I0922 14:57:44.895036 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:44.898621 2482715 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 14:57:44.898695 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 14:57:44.941267 2482715 cri.go:89] found id: "a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:44.941346 2482715 cri.go:89] found id: ""
	I0922 14:57:44.941361 2482715 logs.go:276] 1 containers: [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21]
	I0922 14:57:44.941429 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:44.944826 2482715 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 14:57:44.944904 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 14:57:44.982001 2482715 cri.go:89] found id: "f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:44.982022 2482715 cri.go:89] found id: ""
	I0922 14:57:44.982030 2482715 logs.go:276] 1 containers: [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b]
	I0922 14:57:44.982088 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:44.985677 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 14:57:44.985759 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 14:57:45.036072 2482715 cri.go:89] found id: "a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:45.036157 2482715 cri.go:89] found id: ""
	I0922 14:57:45.036181 2482715 logs.go:276] 1 containers: [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600]
	I0922 14:57:45.036277 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.041997 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 14:57:45.042097 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 14:57:45.098418 2482715 cri.go:89] found id: "fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:45.098524 2482715 cri.go:89] found id: ""
	I0922 14:57:45.098554 2482715 logs.go:276] 1 containers: [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce]
	I0922 14:57:45.098692 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.103627 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 14:57:45.103718 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 14:57:45.152908 2482715 cri.go:89] found id: "9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:45.152941 2482715 cri.go:89] found id: ""
	I0922 14:57:45.152950 2482715 logs.go:276] 1 containers: [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2]
	I0922 14:57:45.153030 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.157646 2482715 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 14:57:45.157730 2482715 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 14:57:45.207856 2482715 cri.go:89] found id: "cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:45.207967 2482715 cri.go:89] found id: ""
	I0922 14:57:45.207977 2482715 logs.go:276] 1 containers: [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45]
	I0922 14:57:45.208200 2482715 ssh_runner.go:195] Run: which crictl
	I0922 14:57:45.213101 2482715 logs.go:123] Gathering logs for kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] ...
	I0922 14:57:45.213132 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600"
	I0922 14:57:45.262487 2482715 logs.go:123] Gathering logs for kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] ...
	I0922 14:57:45.262522 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce"
	I0922 14:57:45.307325 2482715 logs.go:123] Gathering logs for kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] ...
	I0922 14:57:45.307358 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2"
	I0922 14:57:45.386141 2482715 logs.go:123] Gathering logs for CRI-O ...
	I0922 14:57:45.386184 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 14:57:45.480474 2482715 logs.go:123] Gathering logs for container status ...
	I0922 14:57:45.480511 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 14:57:45.551503 2482715 logs.go:123] Gathering logs for kubelet ...
	I0922 14:57:45.551538 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 14:57:45.613809 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.245007    1460 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.614062 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.245065    1460 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.614238 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255108    1460 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.614449 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255162    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.614627 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255218    1460 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.614839 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255234    1460 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.615030 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255322    1460 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.615250 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255338    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.615437 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.255377    1460 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.615664 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.255389    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.615850 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.256459    1460 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.616077 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.256502    1460 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.616261 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265248    1460 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.616491 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265301    1460 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.616672 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265357    1460 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-063976" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.616891 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.617056 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.617260 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:45.617432 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:45.617643 2482715 logs.go:138] Found kubelet problem: Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:45.660276 2482715 logs.go:123] Gathering logs for describe nodes ...
	I0922 14:57:45.660318 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 14:57:45.815154 2482715 logs.go:123] Gathering logs for kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] ...
	I0922 14:57:45.815192 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151"
	I0922 14:57:45.866630 2482715 logs.go:123] Gathering logs for etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] ...
	I0922 14:57:45.866662 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21"
	I0922 14:57:45.915386 2482715 logs.go:123] Gathering logs for coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] ...
	I0922 14:57:45.915419 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b"
	I0922 14:57:45.957957 2482715 logs.go:123] Gathering logs for kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] ...
	I0922 14:57:45.957985 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45"
	I0922 14:57:45.998735 2482715 logs.go:123] Gathering logs for dmesg ...
	I0922 14:57:45.998765 2482715 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 14:57:46.016351 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:46.016378 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 14:57:46.016451 2482715 out.go:270] X Problems detected in kubelet:
	W0922 14:57:46.016465 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265380    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:46.016479 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.265419    1460 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-063976' and this object
	W0922 14:57:46.016507 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.265432    1460 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	W0922 14:57:46.016528 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: W0922 14:56:11.268718    1460 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-063976" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-063976' and this object
	W0922 14:57:46.016542 2482715 out.go:270]   Sep 22 14:56:11 addons-063976 kubelet[1460]: E0922 14:56:11.268764    1460 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-063976\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-063976' and this object" logger="UnhandledError"
	I0922 14:57:46.016550 2482715 out.go:358] Setting ErrFile to fd 2...
	I0922 14:57:46.016562 2482715 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:57:56.029930 2482715 system_pods.go:59] 18 kube-system pods found
	I0922 14:57:56.029977 2482715 system_pods.go:61] "coredns-7c65d6cfc9-q7dsz" [bc77d06e-c1e6-4681-9f08-d30cc0fd155d] Running
	I0922 14:57:56.029985 2482715 system_pods.go:61] "csi-hostpath-attacher-0" [daa4078b-aee8-4ed5-8aee-c50cb3582513] Running
	I0922 14:57:56.029989 2482715 system_pods.go:61] "csi-hostpath-resizer-0" [3c07b87f-50d2-4673-a9d6-8bff21080ea2] Running
	I0922 14:57:56.029994 2482715 system_pods.go:61] "csi-hostpathplugin-4t46d" [d63600a8-f9e9-467d-9203-dc315eb9f24a] Running
	I0922 14:57:56.029998 2482715 system_pods.go:61] "etcd-addons-063976" [53392fa6-fdd7-4b3a-8de9-1d324ae82a3c] Running
	I0922 14:57:56.030002 2482715 system_pods.go:61] "kindnet-7s4nh" [c99c7532-b3dc-4a2f-b235-f810ab102afd] Running
	I0922 14:57:56.030005 2482715 system_pods.go:61] "kube-apiserver-addons-063976" [8f891c20-937a-44ad-b943-4d50e12f0cb2] Running
	I0922 14:57:56.030010 2482715 system_pods.go:61] "kube-controller-manager-addons-063976" [bacb5b15-77d0-47be-a5f9-d596ffe6e135] Running
	I0922 14:57:56.030013 2482715 system_pods.go:61] "kube-ingress-dns-minikube" [a87bdd51-e95f-4f02-918d-d57896aafd0a] Running
	I0922 14:57:56.030018 2482715 system_pods.go:61] "kube-proxy-jm68f" [346ff6e3-52f2-48ce-b2e8-2c52fe613e7f] Running
	I0922 14:57:56.030031 2482715 system_pods.go:61] "kube-scheduler-addons-063976" [488ff2ba-678e-4788-859d-bdcade9e3b40] Running
	I0922 14:57:56.030038 2482715 system_pods.go:61] "metrics-server-84c5f94fbc-d7cg8" [72f52292-d3c8-46c7-b8b5-4083062d4915] Running
	I0922 14:57:56.030042 2482715 system_pods.go:61] "nvidia-device-plugin-daemonset-rsdj6" [45e54102-5c31-493f-9ce1-fc3290dd7c2c] Running
	I0922 14:57:56.030046 2482715 system_pods.go:61] "registry-66c9cd494c-prb79" [21277f93-c7df-49c2-ac0b-8925d24191a0] Running
	I0922 14:57:56.030055 2482715 system_pods.go:61] "registry-proxy-gpkmf" [ad71b87e-f2c1-4024-a19f-62e8b061e5cb] Running
	I0922 14:57:56.030059 2482715 system_pods.go:61] "snapshot-controller-56fcc65765-8h6gx" [0625990f-6a3f-429e-b5f7-1c027842de11] Running
	I0922 14:57:56.030063 2482715 system_pods.go:61] "snapshot-controller-56fcc65765-tgdvn" [f07d6e49-f9d8-4d75-8b97-4c14a21f396a] Running
	I0922 14:57:56.030070 2482715 system_pods.go:61] "storage-provisioner" [ffdecbbe-34c5-4734-b73e-8ac716a817e3] Running
	I0922 14:57:56.030078 2482715 system_pods.go:74] duration metric: took 11.174699305s to wait for pod list to return data ...
	I0922 14:57:56.030090 2482715 default_sa.go:34] waiting for default service account to be created ...
	I0922 14:57:56.036686 2482715 default_sa.go:45] found service account: "default"
	I0922 14:57:56.036716 2482715 default_sa.go:55] duration metric: took 6.619342ms for default service account to be created ...
	I0922 14:57:56.036726 2482715 system_pods.go:116] waiting for k8s-apps to be running ...
	I0922 14:57:56.052233 2482715 system_pods.go:86] 18 kube-system pods found
	I0922 14:57:56.052273 2482715 system_pods.go:89] "coredns-7c65d6cfc9-q7dsz" [bc77d06e-c1e6-4681-9f08-d30cc0fd155d] Running
	I0922 14:57:56.052282 2482715 system_pods.go:89] "csi-hostpath-attacher-0" [daa4078b-aee8-4ed5-8aee-c50cb3582513] Running
	I0922 14:57:56.052294 2482715 system_pods.go:89] "csi-hostpath-resizer-0" [3c07b87f-50d2-4673-a9d6-8bff21080ea2] Running
	I0922 14:57:56.052300 2482715 system_pods.go:89] "csi-hostpathplugin-4t46d" [d63600a8-f9e9-467d-9203-dc315eb9f24a] Running
	I0922 14:57:56.052306 2482715 system_pods.go:89] "etcd-addons-063976" [53392fa6-fdd7-4b3a-8de9-1d324ae82a3c] Running
	I0922 14:57:56.052312 2482715 system_pods.go:89] "kindnet-7s4nh" [c99c7532-b3dc-4a2f-b235-f810ab102afd] Running
	I0922 14:57:56.052328 2482715 system_pods.go:89] "kube-apiserver-addons-063976" [8f891c20-937a-44ad-b943-4d50e12f0cb2] Running
	I0922 14:57:56.052335 2482715 system_pods.go:89] "kube-controller-manager-addons-063976" [bacb5b15-77d0-47be-a5f9-d596ffe6e135] Running
	I0922 14:57:56.052345 2482715 system_pods.go:89] "kube-ingress-dns-minikube" [a87bdd51-e95f-4f02-918d-d57896aafd0a] Running
	I0922 14:57:56.052351 2482715 system_pods.go:89] "kube-proxy-jm68f" [346ff6e3-52f2-48ce-b2e8-2c52fe613e7f] Running
	I0922 14:57:56.052363 2482715 system_pods.go:89] "kube-scheduler-addons-063976" [488ff2ba-678e-4788-859d-bdcade9e3b40] Running
	I0922 14:57:56.052373 2482715 system_pods.go:89] "metrics-server-84c5f94fbc-d7cg8" [72f52292-d3c8-46c7-b8b5-4083062d4915] Running
	I0922 14:57:56.052382 2482715 system_pods.go:89] "nvidia-device-plugin-daemonset-rsdj6" [45e54102-5c31-493f-9ce1-fc3290dd7c2c] Running
	I0922 14:57:56.052387 2482715 system_pods.go:89] "registry-66c9cd494c-prb79" [21277f93-c7df-49c2-ac0b-8925d24191a0] Running
	I0922 14:57:56.052392 2482715 system_pods.go:89] "registry-proxy-gpkmf" [ad71b87e-f2c1-4024-a19f-62e8b061e5cb] Running
	I0922 14:57:56.052400 2482715 system_pods.go:89] "snapshot-controller-56fcc65765-8h6gx" [0625990f-6a3f-429e-b5f7-1c027842de11] Running
	I0922 14:57:56.052410 2482715 system_pods.go:89] "snapshot-controller-56fcc65765-tgdvn" [f07d6e49-f9d8-4d75-8b97-4c14a21f396a] Running
	I0922 14:57:56.052415 2482715 system_pods.go:89] "storage-provisioner" [ffdecbbe-34c5-4734-b73e-8ac716a817e3] Running
	I0922 14:57:56.052422 2482715 system_pods.go:126] duration metric: took 15.690284ms to wait for k8s-apps to be running ...
	I0922 14:57:56.052435 2482715 system_svc.go:44] waiting for kubelet service to be running ....
	I0922 14:57:56.052503 2482715 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0922 14:57:56.068132 2482715 system_svc.go:56] duration metric: took 15.685558ms WaitForService to wait for kubelet
	I0922 14:57:56.068171 2482715 kubeadm.go:582] duration metric: took 2m28.636447587s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0922 14:57:56.068191 2482715 node_conditions.go:102] verifying NodePressure condition ...
	I0922 14:57:56.071159 2482715 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0922 14:57:56.071198 2482715 node_conditions.go:123] node cpu capacity is 2
	I0922 14:57:56.071211 2482715 node_conditions.go:105] duration metric: took 3.014409ms to run NodePressure ...
	I0922 14:57:56.071224 2482715 start.go:241] waiting for startup goroutines ...
	I0922 14:57:56.071231 2482715 start.go:246] waiting for cluster config update ...
	I0922 14:57:56.071249 2482715 start.go:255] writing updated cluster config ...
	I0922 14:57:56.071560 2482715 ssh_runner.go:195] Run: rm -f paused
	I0922 14:57:56.415241 2482715 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
	I0922 14:57:56.416962 2482715 out.go:177] * Done! kubectl is now configured to use "addons-063976" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 22 15:11:22 addons-063976 crio[943]: time="2024-09-22 15:11:22.567611461Z" level=info msg="Stopped pod sandbox (already stopped): eedd5574a625e8c627c4d65429143b30a00ba239a62d04e8b70d8e2887ddf486" id=f5f34e59-5f54-4b7f-a3c4-002a3398e5b1 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 22 15:11:22 addons-063976 crio[943]: time="2024-09-22 15:11:22.568008622Z" level=info msg="Removing pod sandbox: eedd5574a625e8c627c4d65429143b30a00ba239a62d04e8b70d8e2887ddf486" id=cca56c8f-ff21-49ee-a97f-946a4d7c0127 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Sep 22 15:11:22 addons-063976 crio[943]: time="2024-09-22 15:11:22.578431034Z" level=info msg="Removed pod sandbox: eedd5574a625e8c627c4d65429143b30a00ba239a62d04e8b70d8e2887ddf486" id=cca56c8f-ff21-49ee-a97f-946a4d7c0127 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Sep 22 15:11:30 addons-063976 crio[943]: time="2024-09-22 15:11:30.209523463Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=e6e401dc-9a72-4f0a-b576-08158eec00c5 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:11:30 addons-063976 crio[943]: time="2024-09-22 15:11:30.209758666Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=e6e401dc-9a72-4f0a-b576-08158eec00c5 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:11:41 addons-063976 crio[943]: time="2024-09-22 15:11:41.209718551Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=8dc67b4a-96bc-4687-a235-50c4bd4e4c78 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:11:41 addons-063976 crio[943]: time="2024-09-22 15:11:41.209952524Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=8dc67b4a-96bc-4687-a235-50c4bd4e4c78 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:11:52 addons-063976 crio[943]: time="2024-09-22 15:11:52.210544641Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=ad388c36-ce56-486e-8982-4370d8e3d769 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:11:52 addons-063976 crio[943]: time="2024-09-22 15:11:52.210782010Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=ad388c36-ce56-486e-8982-4370d8e3d769 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:12:06 addons-063976 crio[943]: time="2024-09-22 15:12:06.210217202Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=b1cc7e91-3ff7-44af-b589-6020c5978722 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:12:06 addons-063976 crio[943]: time="2024-09-22 15:12:06.210443347Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=b1cc7e91-3ff7-44af-b589-6020c5978722 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:12:18 addons-063976 crio[943]: time="2024-09-22 15:12:18.209537665Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=6f4d1068-fe1d-47aa-9bf9-d7729b75518c name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:12:18 addons-063976 crio[943]: time="2024-09-22 15:12:18.209771835Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=6f4d1068-fe1d-47aa-9bf9-d7729b75518c name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:12:32 addons-063976 crio[943]: time="2024-09-22 15:12:32.209528069Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=16195c98-6ac0-4d9d-ab6c-7b40f816c48c name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:12:32 addons-063976 crio[943]: time="2024-09-22 15:12:32.209766112Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=16195c98-6ac0-4d9d-ab6c-7b40f816c48c name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:12:43 addons-063976 crio[943]: time="2024-09-22 15:12:43.209720144Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=d6d0d887-cea3-4b9a-a600-c728355fe239 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:12:43 addons-063976 crio[943]: time="2024-09-22 15:12:43.209961304Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=d6d0d887-cea3-4b9a-a600-c728355fe239 name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:12:57 addons-063976 crio[943]: time="2024-09-22 15:12:57.209323025Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=b97fd149-f376-434e-a184-549db4ccd1fe name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:12:57 addons-063976 crio[943]: time="2024-09-22 15:12:57.209579257Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=b97fd149-f376-434e-a184-549db4ccd1fe name=/runtime.v1.ImageService/ImageStatus
	Sep 22 15:13:05 addons-063976 crio[943]: time="2024-09-22 15:13:05.774865659Z" level=info msg="Stopping container: 583bc82195510c5e81f975c5ae0685a5097ab3331ee33e3b990c9d939bffb61a (timeout: 30s)" id=50fa4a03-d23c-4f93-8838-ec6e0f2de0f1 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:13:06 addons-063976 crio[943]: time="2024-09-22 15:13:06.954898855Z" level=info msg="Stopped container 583bc82195510c5e81f975c5ae0685a5097ab3331ee33e3b990c9d939bffb61a: kube-system/metrics-server-84c5f94fbc-d7cg8/metrics-server" id=50fa4a03-d23c-4f93-8838-ec6e0f2de0f1 name=/runtime.v1.RuntimeService/StopContainer
	Sep 22 15:13:06 addons-063976 crio[943]: time="2024-09-22 15:13:06.959382898Z" level=info msg="Stopping pod sandbox: bc19b9329c515fd1c9d2461422cf72890758faabfc2ed1947189229a6f359d1c" id=744dad85-afd9-43b7-b6bd-00f47c21a0a2 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 22 15:13:06 addons-063976 crio[943]: time="2024-09-22 15:13:06.959629941Z" level=info msg="Got pod network &{Name:metrics-server-84c5f94fbc-d7cg8 Namespace:kube-system ID:bc19b9329c515fd1c9d2461422cf72890758faabfc2ed1947189229a6f359d1c UID:72f52292-d3c8-46c7-b8b5-4083062d4915 NetNS:/var/run/netns/b35a24d9-1e3a-43fd-8772-b2f8cc7e228b Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 22 15:13:06 addons-063976 crio[943]: time="2024-09-22 15:13:06.959767858Z" level=info msg="Deleting pod kube-system_metrics-server-84c5f94fbc-d7cg8 from CNI network \"kindnet\" (type=ptp)"
	Sep 22 15:13:07 addons-063976 crio[943]: time="2024-09-22 15:13:07.001383621Z" level=info msg="Stopped pod sandbox: bc19b9329c515fd1c9d2461422cf72890758faabfc2ed1947189229a6f359d1c" id=744dad85-afd9-43b7-b6bd-00f47c21a0a2 name=/runtime.v1.RuntimeService/StopPodSandbox
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                   CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	289cf82dfbb4d       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                   3 minutes ago       Running             hello-world-app           0                   6e1925a7e29ca       hello-world-app-55bf9c44b4-6c9hf
	a9bb8a9ec77fc       docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53                         5 minutes ago       Running             nginx                     0                   bde7a5bd69584       nginx
	ae5fd4211bd58       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69            15 minutes ago      Running             gcp-auth                  0                   6b8cc93b86088       gcp-auth-89d5ffd79-22dc7
	583bc82195510       registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f   16 minutes ago      Exited              metrics-server            0                   bc19b9329c515       metrics-server-84c5f94fbc-d7cg8
	f8b3e3e8d609b       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                        16 minutes ago      Running             coredns                   0                   52382b806c3da       coredns-7c65d6cfc9-q7dsz
	eff65addc0add       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                        16 minutes ago      Running             storage-provisioner       0                   066c81b11d35d       storage-provisioner
	fd322948a10c9       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                                        17 minutes ago      Running             kube-proxy                0                   7f96c4f4db221       kube-proxy-jm68f
	cba82bef8ada9       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                                        17 minutes ago      Running             kindnet-cni               0                   a7327dff39181       kindnet-7s4nh
	9189cb62c3f2e       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                                        17 minutes ago      Running             kube-controller-manager   0                   f969b1d041637       kube-controller-manager-addons-063976
	a6394c9dc3757       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                                        17 minutes ago      Running             kube-scheduler            0                   b2d91c2cc9d3e       kube-scheduler-addons-063976
	b388237ea7772       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                                        17 minutes ago      Running             kube-apiserver            0                   bee860eff1152       kube-apiserver-addons-063976
	a61c78bb23ab4       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                        17 minutes ago      Running             etcd                      0                   c057b5e9d854b       etcd-addons-063976
	
	
	==> coredns [f8b3e3e8d609b89b75efda5416da5947666f333ad2d233ad94c1983c5fa3289b] <==
	[INFO] 10.244.0.14:52870 - 36799 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.002913447s
	[INFO] 10.244.0.14:38004 - 32191 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.006941952s
	[INFO] 10.244.0.14:38004 - 52403 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.007106813s
	[INFO] 10.244.0.14:53561 - 24667 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000146023s
	[INFO] 10.244.0.14:53561 - 42073 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00008648s
	[INFO] 10.244.0.14:56902 - 19485 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00013068s
	[INFO] 10.244.0.14:56902 - 55577 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00004242s
	[INFO] 10.244.0.14:41253 - 17347 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000069332s
	[INFO] 10.244.0.14:41253 - 57054 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.0001827s
	[INFO] 10.244.0.14:33725 - 61068 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000097393s
	[INFO] 10.244.0.14:33725 - 52618 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000092199s
	[INFO] 10.244.0.14:59147 - 56106 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001763215s
	[INFO] 10.244.0.14:59147 - 23765 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001929446s
	[INFO] 10.244.0.14:50436 - 33328 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000057098s
	[INFO] 10.244.0.14:50436 - 44598 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000084659s
	[INFO] 10.244.0.19:56120 - 48871 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000601528s
	[INFO] 10.244.0.19:55705 - 58036 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000964662s
	[INFO] 10.244.0.19:41701 - 59712 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000127759s
	[INFO] 10.244.0.19:58231 - 27219 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00009192s
	[INFO] 10.244.0.19:46494 - 52124 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000107451s
	[INFO] 10.244.0.19:59949 - 36374 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000073311s
	[INFO] 10.244.0.19:35160 - 31009 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002569292s
	[INFO] 10.244.0.19:42255 - 31594 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003122738s
	[INFO] 10.244.0.19:50949 - 45782 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001216151s
	[INFO] 10.244.0.19:35479 - 40299 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.001495225s
	
	
	==> describe nodes <==
	Name:               addons-063976
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-063976
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=5b57912a6e11509dc1149ba04e12218d24f36ea3
	                    minikube.k8s.io/name=addons-063976
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_22T14_55_23_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-063976
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Sun, 22 Sep 2024 14:55:19 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-063976
	  AcquireTime:     <unset>
	  RenewTime:       Sun, 22 Sep 2024 15:13:03 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Sun, 22 Sep 2024 15:10:31 +0000   Sun, 22 Sep 2024 14:55:16 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Sun, 22 Sep 2024 15:10:31 +0000   Sun, 22 Sep 2024 14:55:16 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Sun, 22 Sep 2024 15:10:31 +0000   Sun, 22 Sep 2024 14:55:16 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Sun, 22 Sep 2024 15:10:31 +0000   Sun, 22 Sep 2024 14:56:11 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-063976
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	System Info:
	  Machine ID:                 975a242a864d40b3bfd79bf8890baa69
	  System UUID:                8726aa83-4a4e-4726-bbfa-234f67cb2940
	  Boot ID:                    83c23869-b84b-4612-8d17-ba3dc253a1e0
	  Kernel Version:             5.15.0-1070-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.31.1
	  Kube-Proxy Version:         v1.31.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (12 in total)
	  Namespace                   Name                                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                     ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                  0 (0%)        0 (0%)      0 (0%)           0 (0%)         15m
	  default                     hello-world-app-55bf9c44b4-6c9hf         0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m15s
	  default                     nginx                                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m35s
	  gcp-auth                    gcp-auth-89d5ffd79-22dc7                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 coredns-7c65d6cfc9-q7dsz                 100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     17m
	  kube-system                 etcd-addons-063976                       100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         17m
	  kube-system                 kindnet-7s4nh                            100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      17m
	  kube-system                 kube-apiserver-addons-063976             250m (12%)    0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-controller-manager-addons-063976    200m (10%)    0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-proxy-jm68f                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-scheduler-addons-063976             100m (5%)     0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 storage-provisioner                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (42%)  100m (5%)
	  memory             220Mi (2%)  220Mi (2%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                From             Message
	  ----     ------                   ----               ----             -------
	  Normal   Starting                 17m                kube-proxy       
	  Normal   NodeHasSufficientMemory  17m (x8 over 17m)  kubelet          Node addons-063976 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    17m (x8 over 17m)  kubelet          Node addons-063976 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     17m (x7 over 17m)  kubelet          Node addons-063976 status is now: NodeHasSufficientPID
	  Normal   Starting                 17m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 17m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  17m                kubelet          Node addons-063976 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    17m                kubelet          Node addons-063976 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     17m                kubelet          Node addons-063976 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           17m                node-controller  Node addons-063976 event: Registered Node addons-063976 in Controller
	  Normal   NodeReady                16m                kubelet          Node addons-063976 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep22 14:08] overlayfs: '/var/lib/containers/storage/overlay/l/ZLTOCNGE2IGM6DT7VP2QP7OV3M' not a directory
	[  +0.739108] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
	
	
	==> etcd [a61c78bb23ab4a2d50689a3f749fc3a1c4cff33a8706ea967640e50746af4e21] <==
	{"level":"info","ts":"2024-09-22T14:55:30.493491Z","caller":"traceutil/trace.go:171","msg":"trace[1067454796] transaction","detail":"{read_only:false; response_revision:395; number_of_response:1; }","duration":"256.163087ms","start":"2024-09-22T14:55:30.237314Z","end":"2024-09-22T14:55:30.493477Z","steps":["trace[1067454796] 'process raft request'  (duration: 254.697933ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-22T14:55:30.493906Z","caller":"traceutil/trace.go:171","msg":"trace[1520500991] linearizableReadLoop","detail":"{readStateIndex:406; appliedIndex:403; }","duration":"253.130357ms","start":"2024-09-22T14:55:30.240765Z","end":"2024-09-22T14:55:30.493896Z","steps":["trace[1520500991] 'read index received'  (duration: 247.957782ms)","trace[1520500991] 'applied index is now lower than readState.Index'  (duration: 5.172009ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-22T14:55:30.494893Z","caller":"traceutil/trace.go:171","msg":"trace[1082675365] transaction","detail":"{read_only:false; response_revision:396; number_of_response:1; }","duration":"256.973783ms","start":"2024-09-22T14:55:30.237908Z","end":"2024-09-22T14:55:30.494882Z","steps":["trace[1082675365] 'process raft request'  (duration: 254.676658ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.495747Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"133.671917ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-22T14:55:30.497543Z","caller":"traceutil/trace.go:171","msg":"trace[1945216816] range","detail":"{range_begin:/registry/deployments/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:396; }","duration":"135.470446ms","start":"2024-09-22T14:55:30.362063Z","end":"2024-09-22T14:55:30.497534Z","steps":["trace[1945216816] 'agreement among raft nodes before linearized reading'  (duration: 133.65865ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.495264Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"258.62372ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-063976\" ","response":"range_response_count:1 size:5745"}
	{"level":"info","ts":"2024-09-22T14:55:30.499058Z","caller":"traceutil/trace.go:171","msg":"trace[658089900] range","detail":"{range_begin:/registry/minions/addons-063976; range_end:; response_count:1; response_revision:396; }","duration":"262.426122ms","start":"2024-09-22T14:55:30.236621Z","end":"2024-09-22T14:55:30.499047Z","steps":["trace[658089900] 'agreement among raft nodes before linearized reading'  (duration: 258.598063ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.495484Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"259.430822ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/coredns\" ","response":"range_response_count:1 size:4034"}
	{"level":"warn","ts":"2024-09-22T14:55:30.497448Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"134.068404ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-22T14:55:30.514716Z","caller":"traceutil/trace.go:171","msg":"trace[29648307] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:396; }","duration":"151.34123ms","start":"2024-09-22T14:55:30.363354Z","end":"2024-09-22T14:55:30.514696Z","steps":["trace[29648307] 'agreement among raft nodes before linearized reading'  (duration: 134.06349ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.562003Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-22T14:55:30.236592Z","time spent":"325.386577ms","remote":"127.0.0.1:36056","response type":"/etcdserverpb.KV/Range","request count":0,"request size":33,"response count":1,"response size":5769,"request content":"key:\"/registry/minions/addons-063976\" "}
	{"level":"info","ts":"2024-09-22T14:55:30.562159Z","caller":"traceutil/trace.go:171","msg":"trace[2091601974] range","detail":"{range_begin:/registry/deployments/kube-system/coredns; range_end:; response_count:1; response_revision:396; }","duration":"327.289587ms","start":"2024-09-22T14:55:30.234855Z","end":"2024-09-22T14:55:30.562144Z","steps":["trace[2091601974] 'agreement among raft nodes before linearized reading'  (duration: 259.387836ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:30.562194Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-22T14:55:30.234478Z","time spent":"327.708013ms","remote":"127.0.0.1:36278","response type":"/etcdserverpb.KV/Range","request count":0,"request size":43,"response count":1,"response size":4058,"request content":"key:\"/registry/deployments/kube-system/coredns\" "}
	{"level":"info","ts":"2024-09-22T14:55:30.968609Z","caller":"traceutil/trace.go:171","msg":"trace[1740986010] transaction","detail":"{read_only:false; response_revision:399; number_of_response:1; }","duration":"156.64035ms","start":"2024-09-22T14:55:30.811951Z","end":"2024-09-22T14:55:30.968591Z","steps":["trace[1740986010] 'process raft request'  (duration: 86.273199ms)","trace[1740986010] 'compare'  (duration: 70.14803ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-22T14:55:30.968866Z","caller":"traceutil/trace.go:171","msg":"trace[267848587] linearizableReadLoop","detail":"{readStateIndex:409; appliedIndex:408; }","duration":"128.436279ms","start":"2024-09-22T14:55:30.840421Z","end":"2024-09-22T14:55:30.968857Z","steps":["trace[267848587] 'read index received'  (duration: 57.569859ms)","trace[267848587] 'applied index is now lower than readState.Index'  (duration: 70.865731ms)"],"step_count":2}
	{"level":"warn","ts":"2024-09-22T14:55:30.968974Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"156.936728ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-22T14:55:30.968997Z","caller":"traceutil/trace.go:171","msg":"trace[772057998] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/minikube-ingress-dns; range_end:; response_count:0; response_revision:400; }","duration":"156.972961ms","start":"2024-09-22T14:55:30.812018Z","end":"2024-09-22T14:55:30.968991Z","steps":["trace[772057998] 'agreement among raft nodes before linearized reading'  (duration: 156.873156ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-22T14:55:31.300809Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.858476ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-apiserver-addons-063976\" ","response":"range_response_count:1 size:7632"}
	{"level":"info","ts":"2024-09-22T14:55:31.300878Z","caller":"traceutil/trace.go:171","msg":"trace[1839482025] range","detail":"{range_begin:/registry/pods/kube-system/kube-apiserver-addons-063976; range_end:; response_count:1; response_revision:416; }","duration":"104.935135ms","start":"2024-09-22T14:55:31.195920Z","end":"2024-09-22T14:55:31.300855Z","steps":["trace[1839482025] 'agreement among raft nodes before linearized reading'  (duration: 104.760518ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-22T15:05:17.320743Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1549}
	{"level":"info","ts":"2024-09-22T15:05:17.350141Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1549,"took":"28.936042ms","hash":1383941217,"current-db-size-bytes":6516736,"current-db-size":"6.5 MB","current-db-size-in-use-bytes":3379200,"current-db-size-in-use":"3.4 MB"}
	{"level":"info","ts":"2024-09-22T15:05:17.350192Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":1383941217,"revision":1549,"compact-revision":-1}
	{"level":"info","ts":"2024-09-22T15:10:17.327215Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1970}
	{"level":"info","ts":"2024-09-22T15:10:17.345559Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1970,"took":"17.736062ms","hash":3297384644,"current-db-size-bytes":6516736,"current-db-size":"6.5 MB","current-db-size-in-use-bytes":4857856,"current-db-size-in-use":"4.9 MB"}
	{"level":"info","ts":"2024-09-22T15:10:17.345611Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":3297384644,"revision":1970,"compact-revision":1549}
	
	
	==> gcp-auth [ae5fd4211bd58ebd1981c70f725d31e998fedef7d3a4e8d4ed6a9f79cc73b102] <==
	2024/09/22 14:57:56 Ready to write response ...
	2024/09/22 14:57:56 Ready to marshal response ...
	2024/09/22 14:57:56 Ready to write response ...
	2024/09/22 15:06:01 Ready to marshal response ...
	2024/09/22 15:06:01 Ready to write response ...
	2024/09/22 15:06:01 Ready to marshal response ...
	2024/09/22 15:06:01 Ready to write response ...
	2024/09/22 15:06:01 Ready to marshal response ...
	2024/09/22 15:06:01 Ready to write response ...
	2024/09/22 15:06:10 Ready to marshal response ...
	2024/09/22 15:06:10 Ready to write response ...
	2024/09/22 15:06:37 Ready to marshal response ...
	2024/09/22 15:06:37 Ready to write response ...
	2024/09/22 15:07:03 Ready to marshal response ...
	2024/09/22 15:07:03 Ready to write response ...
	2024/09/22 15:07:32 Ready to marshal response ...
	2024/09/22 15:07:32 Ready to write response ...
	2024/09/22 15:09:52 Ready to marshal response ...
	2024/09/22 15:09:52 Ready to write response ...
	2024/09/22 15:10:04 Ready to marshal response ...
	2024/09/22 15:10:04 Ready to write response ...
	2024/09/22 15:10:04 Ready to marshal response ...
	2024/09/22 15:10:04 Ready to write response ...
	2024/09/22 15:10:12 Ready to marshal response ...
	2024/09/22 15:10:12 Ready to write response ...
	
	
	==> kernel <==
	 15:13:07 up 18:55,  0 users,  load average: 0.22, 0.35, 0.54
	Linux addons-063976 5.15.0-1070-aws #76~20.04.1-Ubuntu SMP Mon Sep 2 12:20:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [cba82bef8ada93caa6ad00d7f48a7975942c80efb01f5d709ac2c78ad60ecc45] <==
	I0922 15:11:00.608376       1 main.go:299] handling current node
	I0922 15:11:10.611195       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:11:10.611234       1 main.go:299] handling current node
	I0922 15:11:20.607921       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:11:20.607960       1 main.go:299] handling current node
	I0922 15:11:30.608591       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:11:30.608730       1 main.go:299] handling current node
	I0922 15:11:40.609006       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:11:40.609126       1 main.go:299] handling current node
	I0922 15:11:50.607895       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:11:50.607926       1 main.go:299] handling current node
	I0922 15:12:00.610994       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:12:00.611029       1 main.go:299] handling current node
	I0922 15:12:10.609934       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:12:10.609970       1 main.go:299] handling current node
	I0922 15:12:20.615720       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:12:20.615757       1 main.go:299] handling current node
	I0922 15:12:30.608766       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:12:30.608801       1 main.go:299] handling current node
	I0922 15:12:40.615022       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:12:40.615059       1 main.go:299] handling current node
	I0922 15:12:50.607896       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:12:50.608025       1 main.go:299] handling current node
	I0922 15:13:00.609034       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0922 15:13:00.609159       1 main.go:299] handling current node
	
	
	==> kube-apiserver [b388237ea7772aab60037b19412e456d52a80863571eba72fcf7703825bc3151] <==
	 > logger="UnhandledError"
	E0922 14:57:21.851111       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.107.248.16:443: connect: connection refused" logger="UnhandledError"
	E0922 14:57:21.855982       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.107.248.16:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.107.248.16:443: connect: connection refused" logger="UnhandledError"
	I0922 14:57:21.974773       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0922 15:06:01.127110       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.106.204.129"}
	I0922 15:06:49.460718       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0922 15:07:19.293841       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0922 15:07:19.293949       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0922 15:07:19.390410       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0922 15:07:19.390556       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0922 15:07:19.412952       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0922 15:07:19.413078       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0922 15:07:19.425844       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0922 15:07:19.426038       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0922 15:07:19.540288       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0922 15:07:19.540647       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0922 15:07:20.413416       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0922 15:07:20.541520       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0922 15:07:20.552663       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0922 15:07:26.308398       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0922 15:07:27.427261       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0922 15:07:32.055213       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0922 15:07:32.377267       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.105.201.204"}
	I0922 15:09:52.460221       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.103.82.131"}
	E0922 15:10:28.166437       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	
	
	==> kube-controller-manager [9189cb62c3f2e4fc72354857819c7872609f61c08bdce5a495d5d69fda7146d2] <==
	W0922 15:10:56.328857       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:10:56.328900       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0922 15:11:04.227753       1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="yakd-dashboard"
	I0922 15:11:12.277949       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/cloud-spanner-emulator-5b584cc74" duration="4.053µs"
	W0922 15:11:17.963908       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:11:17.963946       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:11:28.673201       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:11:28.673244       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:11:29.627162       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:11:29.627203       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:11:44.230031       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:11:44.230074       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:11:56.395022       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:11:56.395063       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:12:16.640010       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:12:16.640052       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:12:20.286657       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:12:20.286701       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:12:26.665062       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:12:26.665108       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:12:36.441743       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:12:36.441790       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0922 15:12:55.161030       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0922 15:12:55.161071       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0922 15:13:05.749101       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-84c5f94fbc" duration="4.464µs"
	
	
	==> kube-proxy [fd322948a10c9263a9e3cac6611ed00a75238894be15f44fa5b0000590989fce] <==
	I0922 14:55:31.707281       1 server_linux.go:66] "Using iptables proxy"
	I0922 14:55:32.357909       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0922 14:55:32.379683       1 server.go:234] "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`"
	I0922 14:55:32.855182       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0922 14:55:32.855249       1 server_linux.go:169] "Using iptables Proxier"
	I0922 14:55:32.907501       1 proxier.go:255] "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"
	I0922 14:55:32.908012       1 server.go:483] "Version info" version="v1.31.1"
	I0922 14:55:32.908128       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0922 14:55:32.915564       1 config.go:199] "Starting service config controller"
	I0922 14:55:32.917052       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0922 14:55:32.917227       1 config.go:328] "Starting node config controller"
	I0922 14:55:32.917235       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0922 14:55:32.917609       1 config.go:105] "Starting endpoint slice config controller"
	I0922 14:55:32.917617       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0922 14:55:33.018508       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0922 14:55:33.018508       1 shared_informer.go:320] Caches are synced for service config
	I0922 14:55:33.018528       1 shared_informer.go:320] Caches are synced for node config
	
	
	==> kube-scheduler [a6394c9dc3757d6b4c14b11500dd1ac25acfec4ca3607615f3c3a3924ab55600] <==
	I0922 14:55:20.082947       1 serving.go:386] Generated self-signed cert in-memory
	I0922 14:55:21.527600       1 server.go:167] "Starting Kubernetes Scheduler" version="v1.31.1"
	I0922 14:55:21.527724       1 server.go:169] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0922 14:55:21.536749       1 secure_serving.go:213] Serving securely on 127.0.0.1:10259
	I0922 14:55:21.536951       1 requestheader_controller.go:172] Starting RequestHeaderAuthRequestController
	I0922 14:55:21.537007       1 shared_informer.go:313] Waiting for caches to sync for RequestHeaderAuthRequestController
	I0922 14:55:21.537059       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	I0922 14:55:21.540211       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0922 14:55:21.540301       1 shared_informer.go:313] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0922 14:55:21.543027       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0922 14:55:21.543124       1 shared_informer.go:313] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0922 14:55:21.637494       1 shared_informer.go:320] Caches are synced for RequestHeaderAuthRequestController
	I0922 14:55:21.643839       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0922 14:55:21.643850       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 22 15:12:02 addons-063976 kubelet[1460]: E0922 15:12:02.589363    1460 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017922589159769,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:02 addons-063976 kubelet[1460]: E0922 15:12:02.589395    1460 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017922589159769,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:06 addons-063976 kubelet[1460]: E0922 15:12:06.210775    1460 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="e282e445-55df-4f02-9fe2-4541889e8526"
	Sep 22 15:12:12 addons-063976 kubelet[1460]: E0922 15:12:12.592275    1460 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017932592023320,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:12 addons-063976 kubelet[1460]: E0922 15:12:12.592324    1460 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017932592023320,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:18 addons-063976 kubelet[1460]: E0922 15:12:18.210340    1460 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="e282e445-55df-4f02-9fe2-4541889e8526"
	Sep 22 15:12:22 addons-063976 kubelet[1460]: E0922 15:12:22.594591    1460 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017942594359792,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:22 addons-063976 kubelet[1460]: E0922 15:12:22.594631    1460 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017942594359792,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:32 addons-063976 kubelet[1460]: E0922 15:12:32.210166    1460 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="e282e445-55df-4f02-9fe2-4541889e8526"
	Sep 22 15:12:32 addons-063976 kubelet[1460]: E0922 15:12:32.597413    1460 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017952597176708,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:32 addons-063976 kubelet[1460]: E0922 15:12:32.597447    1460 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017952597176708,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:42 addons-063976 kubelet[1460]: E0922 15:12:42.599835    1460 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017962599608423,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:42 addons-063976 kubelet[1460]: E0922 15:12:42.599875    1460 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017962599608423,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:43 addons-063976 kubelet[1460]: E0922 15:12:43.210197    1460 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="e282e445-55df-4f02-9fe2-4541889e8526"
	Sep 22 15:12:52 addons-063976 kubelet[1460]: E0922 15:12:52.602599    1460 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017972602352187,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:52 addons-063976 kubelet[1460]: E0922 15:12:52.602640    1460 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017972602352187,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:12:57 addons-063976 kubelet[1460]: E0922 15:12:57.209801    1460 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="e282e445-55df-4f02-9fe2-4541889e8526"
	Sep 22 15:13:02 addons-063976 kubelet[1460]: E0922 15:13:02.605555    1460 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017982605315880,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:13:02 addons-063976 kubelet[1460]: E0922 15:13:02.605594    1460 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727017982605315880,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 22 15:13:07 addons-063976 kubelet[1460]: I0922 15:13:07.200079    1460 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/72f52292-d3c8-46c7-b8b5-4083062d4915-tmp-dir\") pod \"72f52292-d3c8-46c7-b8b5-4083062d4915\" (UID: \"72f52292-d3c8-46c7-b8b5-4083062d4915\") "
	Sep 22 15:13:07 addons-063976 kubelet[1460]: I0922 15:13:07.200132    1460 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-f5htx\" (UniqueName: \"kubernetes.io/projected/72f52292-d3c8-46c7-b8b5-4083062d4915-kube-api-access-f5htx\") pod \"72f52292-d3c8-46c7-b8b5-4083062d4915\" (UID: \"72f52292-d3c8-46c7-b8b5-4083062d4915\") "
	Sep 22 15:13:07 addons-063976 kubelet[1460]: I0922 15:13:07.200833    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/empty-dir/72f52292-d3c8-46c7-b8b5-4083062d4915-tmp-dir" (OuterVolumeSpecName: "tmp-dir") pod "72f52292-d3c8-46c7-b8b5-4083062d4915" (UID: "72f52292-d3c8-46c7-b8b5-4083062d4915"). InnerVolumeSpecName "tmp-dir". PluginName "kubernetes.io/empty-dir", VolumeGidValue ""
	Sep 22 15:13:07 addons-063976 kubelet[1460]: I0922 15:13:07.202957    1460 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/72f52292-d3c8-46c7-b8b5-4083062d4915-kube-api-access-f5htx" (OuterVolumeSpecName: "kube-api-access-f5htx") pod "72f52292-d3c8-46c7-b8b5-4083062d4915" (UID: "72f52292-d3c8-46c7-b8b5-4083062d4915"). InnerVolumeSpecName "kube-api-access-f5htx". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 22 15:13:07 addons-063976 kubelet[1460]: I0922 15:13:07.301821    1460 reconciler_common.go:288] "Volume detached for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/72f52292-d3c8-46c7-b8b5-4083062d4915-tmp-dir\") on node \"addons-063976\" DevicePath \"\""
	Sep 22 15:13:07 addons-063976 kubelet[1460]: I0922 15:13:07.301861    1460 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-f5htx\" (UniqueName: \"kubernetes.io/projected/72f52292-d3c8-46c7-b8b5-4083062d4915-kube-api-access-f5htx\") on node \"addons-063976\" DevicePath \"\""
	
	
	==> storage-provisioner [eff65addc0addd6d83412dbc300e8ec04aa2480cac59cf1f85b1f44a272e3eb7] <==
	I0922 14:56:12.093925       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0922 14:56:12.108735       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0922 14:56:12.108787       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0922 14:56:12.118006       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0922 14:56:12.118262       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-063976_276164f0-fa8d-4026-8468-0eb25be1eedd!
	I0922 14:56:12.121266       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"111c0d1c-b607-4ac8-a88a-62ff2c100fa7", APIVersion:"v1", ResourceVersion:"914", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-063976_276164f0-fa8d-4026-8468-0eb25be1eedd became leader
	I0922 14:56:12.219159       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-063976_276164f0-fa8d-4026-8468-0eb25be1eedd!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-063976 -n addons-063976
helpers_test.go:261: (dbg) Run:  kubectl --context addons-063976 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/MetricsServer]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-063976 describe pod busybox
helpers_test.go:282: (dbg) kubectl --context addons-063976 describe pod busybox:

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-063976/192.168.49.2
	Start Time:       Sun, 22 Sep 2024 14:57:56 +0000
	Labels:           integration-test=busybox
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.21
	IPs:
	  IP:  10.244.0.21
	Containers:
	  busybox:
	    Container ID:  
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      sleep
	      3600
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:
	      GOOGLE_APPLICATION_CREDENTIALS:  /google-app-creds.json
	      PROJECT_ID:                      this_is_fake
	      GCP_PROJECT:                     this_is_fake
	      GCLOUD_PROJECT:                  this_is_fake
	      GOOGLE_CLOUD_PROJECT:            this_is_fake
	      CLOUDSDK_CORE_PROJECT:           this_is_fake
	    Mounts:
	      /google-app-creds.json from gcp-creds (ro)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-42hm8 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-42hm8:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	  gcp-creds:
	    Type:          HostPath (bare host directory volume)
	    Path:          /var/lib/minikube/google_application_credentials.json
	    HostPathType:  File
	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  15m                 default-scheduler  Successfully assigned default/busybox to addons-063976
	  Normal   Pulling    13m (x4 over 15m)   kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     13m (x4 over 15m)   kubelet            Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": unable to retrieve auth token: invalid username/password: unauthorized: authentication failed
	  Warning  Failed     13m (x4 over 15m)   kubelet            Error: ErrImagePull
	  Warning  Failed     13m (x6 over 15m)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    11s (x65 over 15m)  kubelet            Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"

                                                
                                                
-- /stdout --
helpers_test.go:285: <<< TestAddons/parallel/MetricsServer FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/MetricsServer (353.63s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-516480 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0
E0922 15:57:56.925373 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Non-zero exit: out/minikube-linux-arm64 start -p old-k8s-version-516480 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: exit status 102 (6m17.97227762s)

                                                
                                                
-- stdout --
	* [old-k8s-version-516480] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19648
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Kubernetes 1.31.1 is now available. If you would like to upgrade, specify: --kubernetes-version=v1.31.1
	* Using the docker driver based on existing profile
	* Starting "old-k8s-version-516480" primary control-plane node in "old-k8s-version-516480" cluster
	* Pulling base image v0.0.45-1726784731-19672 ...
	* Restarting existing docker container for "old-k8s-version-516480" ...
	* Preparing Kubernetes v1.20.0 on CRI-O 1.24.6 ...
	* Verifying Kubernetes components...
	  - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	  - Using image docker.io/kubernetesui/dashboard:v2.7.0
	  - Using image registry.k8s.io/echoserver:1.4
	  - Using image fake.domain/registry.k8s.io/echoserver:1.4
	* Some dashboard features require the metrics-server addon. To enable all features please run:
	
		minikube -p old-k8s-version-516480 addons enable metrics-server
	
	* Enabled addons: storage-provisioner, default-storageclass, metrics-server, dashboard
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0922 15:57:18.832805 2677774 out.go:345] Setting OutFile to fd 1 ...
	I0922 15:57:18.832971 2677774 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:57:18.832980 2677774 out.go:358] Setting ErrFile to fd 2...
	I0922 15:57:18.832986 2677774 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:57:18.833221 2677774 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 15:57:18.833572 2677774 out.go:352] Setting JSON to false
	I0922 15:57:18.834524 2677774 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":70789,"bootTime":1726949850,"procs":197,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
	I0922 15:57:18.834599 2677774 start.go:139] virtualization:  
	I0922 15:57:18.837745 2677774 out.go:177] * [old-k8s-version-516480] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0922 15:57:18.841719 2677774 out.go:177]   - MINIKUBE_LOCATION=19648
	I0922 15:57:18.841920 2677774 notify.go:220] Checking for updates...
	I0922 15:57:18.847877 2677774 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0922 15:57:18.850624 2677774 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 15:57:18.853435 2677774 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	I0922 15:57:18.856145 2677774 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0922 15:57:18.858793 2677774 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0922 15:57:18.861897 2677774 config.go:182] Loaded profile config "old-k8s-version-516480": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.20.0
	I0922 15:57:18.865155 2677774 out.go:177] * Kubernetes 1.31.1 is now available. If you would like to upgrade, specify: --kubernetes-version=v1.31.1
	I0922 15:57:18.867800 2677774 driver.go:394] Setting default libvirt URI to qemu:///system
	I0922 15:57:18.905607 2677774 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0922 15:57:18.905728 2677774 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 15:57:18.987872 2677774 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:2 ContainersRunning:1 ContainersPaused:0 ContainersStopped:1 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:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:48 OomKillDisable:true NGoroutines:67 SystemTime:2024-09-22 15:57:18.976083097 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 15:57:18.987981 2677774 docker.go:318] overlay module found
	I0922 15:57:18.990830 2677774 out.go:177] * Using the docker driver based on existing profile
	I0922 15:57:18.994520 2677774 start.go:297] selected driver: docker
	I0922 15:57:18.994542 2677774 start.go:901] validating driver "docker" against &{Name:old-k8s-version-516480 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:2200 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:true NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:old-k8s-version-516480 Namespace:default APIServerHAVIP: AP
IServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.76.2 Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[MetricsScraper:registry.k8s.io/echoserver:1.4 MetricsServer:registry.k8s.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] 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 Mount:false MountStr
ing:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 15:57:18.994670 2677774 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0922 15:57:18.995408 2677774 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 15:57:19.075474 2677774 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:2 ContainersRunning:1 ContainersPaused:0 ContainersStopped:1 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:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:48 OomKillDisable:true NGoroutines:67 SystemTime:2024-09-22 15:57:19.065371398 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 15:57:19.075855 2677774 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0922 15:57:19.075889 2677774 cni.go:84] Creating CNI manager for ""
	I0922 15:57:19.075929 2677774 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 15:57:19.075971 2677774 start.go:340] cluster config:
	{Name:old-k8s-version-516480 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:2200 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:true NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:old-k8s-version-516480 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local
ContainerRuntime:crio 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.76.2 Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[MetricsScraper:registry.k8s.io/echoserver:1.4 MetricsServer:registry.k8s.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 15:57:19.081319 2677774 out.go:177] * Starting "old-k8s-version-516480" primary control-plane node in "old-k8s-version-516480" cluster
	I0922 15:57:19.083948 2677774 cache.go:121] Beginning downloading kic base image for docker with crio
	I0922 15:57:19.086623 2677774 out.go:177] * Pulling base image v0.0.45-1726784731-19672 ...
	I0922 15:57:19.089186 2677774 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0922 15:57:19.089255 2677774 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0922 15:57:19.089266 2677774 cache.go:56] Caching tarball of preloaded images
	I0922 15:57:19.089361 2677774 preload.go:172] Found /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0922 15:57:19.089371 2677774 cache.go:59] Finished verifying existence of preloaded tar for v1.20.0 on crio
	I0922 15:57:19.089480 2677774 profile.go:143] Saving config to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/config.json ...
	I0922 15:57:19.089689 2677774 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0922 15:57:19.110456 2677774 image.go:98] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon, skipping pull
	I0922 15:57:19.110476 2677774 cache.go:144] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed exists in daemon, skipping load
	I0922 15:57:19.110490 2677774 cache.go:194] Successfully downloaded all kic artifacts
	I0922 15:57:19.110520 2677774 start.go:360] acquireMachinesLock for old-k8s-version-516480: {Name:mk191620f90eae65cb344642c92a87a5dba74d22 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 15:57:19.110572 2677774 start.go:364] duration metric: took 34.748µs to acquireMachinesLock for "old-k8s-version-516480"
	I0922 15:57:19.110592 2677774 start.go:96] Skipping create...Using existing machine configuration
	I0922 15:57:19.110596 2677774 fix.go:54] fixHost starting: 
	I0922 15:57:19.110849 2677774 cli_runner.go:164] Run: docker container inspect old-k8s-version-516480 --format={{.State.Status}}
	I0922 15:57:19.133799 2677774 fix.go:112] recreateIfNeeded on old-k8s-version-516480: state=Stopped err=<nil>
	W0922 15:57:19.133828 2677774 fix.go:138] unexpected machine state, will restart: <nil>
	I0922 15:57:19.136826 2677774 out.go:177] * Restarting existing docker container for "old-k8s-version-516480" ...
	I0922 15:57:19.139834 2677774 cli_runner.go:164] Run: docker start old-k8s-version-516480
	I0922 15:57:19.487885 2677774 cli_runner.go:164] Run: docker container inspect old-k8s-version-516480 --format={{.State.Status}}
	I0922 15:57:19.526527 2677774 kic.go:430] container "old-k8s-version-516480" state is running.
	I0922 15:57:19.526898 2677774 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" old-k8s-version-516480
	I0922 15:57:19.546341 2677774 profile.go:143] Saving config to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/config.json ...
	I0922 15:57:19.546567 2677774 machine.go:93] provisionDockerMachine start ...
	I0922 15:57:19.546633 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:19.568122 2677774 main.go:141] libmachine: Using SSH client type: native
	I0922 15:57:19.568405 2677774 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36350 <nil> <nil>}
	I0922 15:57:19.568416 2677774 main.go:141] libmachine: About to run SSH command:
	hostname
	I0922 15:57:19.569139 2677774 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
	I0922 15:57:22.726441 2677774 main.go:141] libmachine: SSH cmd err, output: <nil>: old-k8s-version-516480
	
	I0922 15:57:22.726468 2677774 ubuntu.go:169] provisioning hostname "old-k8s-version-516480"
	I0922 15:57:22.726541 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:22.760234 2677774 main.go:141] libmachine: Using SSH client type: native
	I0922 15:57:22.760476 2677774 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36350 <nil> <nil>}
	I0922 15:57:22.760488 2677774 main.go:141] libmachine: About to run SSH command:
	sudo hostname old-k8s-version-516480 && echo "old-k8s-version-516480" | sudo tee /etc/hostname
	I0922 15:57:22.915720 2677774 main.go:141] libmachine: SSH cmd err, output: <nil>: old-k8s-version-516480
	
	I0922 15:57:22.915808 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:22.955151 2677774 main.go:141] libmachine: Using SSH client type: native
	I0922 15:57:22.955419 2677774 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36350 <nil> <nil>}
	I0922 15:57:22.955444 2677774 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\sold-k8s-version-516480' /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 old-k8s-version-516480/g' /etc/hosts;
				else 
					echo '127.0.1.1 old-k8s-version-516480' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0922 15:57:23.089726 2677774 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0922 15:57:23.089756 2677774 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19648-2476577/.minikube CaCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19648-2476577/.minikube}
	I0922 15:57:23.089792 2677774 ubuntu.go:177] setting up certificates
	I0922 15:57:23.089802 2677774 provision.go:84] configureAuth start
	I0922 15:57:23.089870 2677774 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" old-k8s-version-516480
	I0922 15:57:23.115973 2677774 provision.go:143] copyHostCerts
	I0922 15:57:23.116048 2677774 exec_runner.go:144] found /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.pem, removing ...
	I0922 15:57:23.116069 2677774 exec_runner.go:203] rm: /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.pem
	I0922 15:57:23.116147 2677774 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.pem (1078 bytes)
	I0922 15:57:23.116254 2677774 exec_runner.go:144] found /home/jenkins/minikube-integration/19648-2476577/.minikube/cert.pem, removing ...
	I0922 15:57:23.116265 2677774 exec_runner.go:203] rm: /home/jenkins/minikube-integration/19648-2476577/.minikube/cert.pem
	I0922 15:57:23.116294 2677774 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/cert.pem (1123 bytes)
	I0922 15:57:23.116360 2677774 exec_runner.go:144] found /home/jenkins/minikube-integration/19648-2476577/.minikube/key.pem, removing ...
	I0922 15:57:23.116369 2677774 exec_runner.go:203] rm: /home/jenkins/minikube-integration/19648-2476577/.minikube/key.pem
	I0922 15:57:23.116405 2677774 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/key.pem (1675 bytes)
	I0922 15:57:23.116468 2677774 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem org=jenkins.old-k8s-version-516480 san=[127.0.0.1 192.168.76.2 localhost minikube old-k8s-version-516480]
	I0922 15:57:23.516464 2677774 provision.go:177] copyRemoteCerts
	I0922 15:57:23.516534 2677774 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0922 15:57:23.516575 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:23.551780 2677774 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36350 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/old-k8s-version-516480/id_rsa Username:docker}
	I0922 15:57:23.652620 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0922 15:57:23.678460 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem --> /etc/docker/server.pem (1233 bytes)
	I0922 15:57:23.704784 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0922 15:57:23.729523 2677774 provision.go:87] duration metric: took 639.701371ms to configureAuth
	I0922 15:57:23.729552 2677774 ubuntu.go:193] setting minikube options for container-runtime
	I0922 15:57:23.729749 2677774 config.go:182] Loaded profile config "old-k8s-version-516480": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.20.0
	I0922 15:57:23.729857 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:23.747638 2677774 main.go:141] libmachine: Using SSH client type: native
	I0922 15:57:23.747877 2677774 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36350 <nil> <nil>}
	I0922 15:57:23.747897 2677774 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0922 15:57:24.159600 2677774 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0922 15:57:24.159618 2677774 machine.go:96] duration metric: took 4.613041818s to provisionDockerMachine
	I0922 15:57:24.159630 2677774 start.go:293] postStartSetup for "old-k8s-version-516480" (driver="docker")
	I0922 15:57:24.159641 2677774 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]
	I0922 15:57:24.159715 2677774 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
	I0922 15:57:24.159765 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:24.190888 2677774 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36350 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/old-k8s-version-516480/id_rsa Username:docker}
	I0922 15:57:24.292670 2677774 ssh_runner.go:195] Run: cat /etc/os-release
	I0922 15:57:24.296872 2677774 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0922 15:57:24.296969 2677774 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0922 15:57:24.297012 2677774 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0922 15:57:24.297038 2677774 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0922 15:57:24.297061 2677774 filesync.go:126] Scanning /home/jenkins/minikube-integration/19648-2476577/.minikube/addons for local assets ...
	I0922 15:57:24.297148 2677774 filesync.go:126] Scanning /home/jenkins/minikube-integration/19648-2476577/.minikube/files for local assets ...
	I0922 15:57:24.297282 2677774 filesync.go:149] local asset: /home/jenkins/minikube-integration/19648-2476577/.minikube/files/etc/ssl/certs/24819532.pem -> 24819532.pem in /etc/ssl/certs
	I0922 15:57:24.297448 2677774 ssh_runner.go:195] Run: sudo mkdir -p /etc/ssl/certs
	I0922 15:57:24.309466 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/files/etc/ssl/certs/24819532.pem --> /etc/ssl/certs/24819532.pem (1708 bytes)
	I0922 15:57:24.338435 2677774 start.go:296] duration metric: took 178.789643ms for postStartSetup
	I0922 15:57:24.338566 2677774 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0922 15:57:24.338646 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:24.359871 2677774 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36350 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/old-k8s-version-516480/id_rsa Username:docker}
	I0922 15:57:24.452471 2677774 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0922 15:57:24.457629 2677774 fix.go:56] duration metric: took 5.347024883s for fixHost
	I0922 15:57:24.457651 2677774 start.go:83] releasing machines lock for "old-k8s-version-516480", held for 5.34707129s
	I0922 15:57:24.457719 2677774 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" old-k8s-version-516480
	I0922 15:57:24.476270 2677774 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0922 15:57:24.476364 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:24.476578 2677774 ssh_runner.go:195] Run: cat /version.json
	I0922 15:57:24.476615 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:24.511989 2677774 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36350 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/old-k8s-version-516480/id_rsa Username:docker}
	I0922 15:57:24.517280 2677774 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36350 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/old-k8s-version-516480/id_rsa Username:docker}
	I0922 15:57:24.745109 2677774 ssh_runner.go:195] Run: systemctl --version
	I0922 15:57:24.749491 2677774 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0922 15:57:24.903942 2677774 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0922 15:57:24.908563 2677774 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 "sudo mv {} {}.mk_disabled" ;
	I0922 15:57:24.918165 2677774 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0922 15:57:24.918285 2677774 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" ;
	I0922 15:57:24.927741 2677774 cni.go:259] no active bridge cni configs found in "/etc/cni/net.d" - nothing to disable
	I0922 15:57:24.927814 2677774 start.go:495] detecting cgroup driver to use...
	I0922 15:57:24.927861 2677774 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0922 15:57:24.927935 2677774 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0922 15:57:24.945899 2677774 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0922 15:57:24.960516 2677774 docker.go:217] disabling cri-docker service (if available) ...
	I0922 15:57:24.960636 2677774 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0922 15:57:24.974792 2677774 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0922 15:57:24.993875 2677774 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0922 15:57:25.131130 2677774 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0922 15:57:25.240184 2677774 docker.go:233] disabling docker service ...
	I0922 15:57:25.240342 2677774 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0922 15:57:25.261249 2677774 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0922 15:57:25.276695 2677774 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0922 15:57:25.397423 2677774 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0922 15:57:25.508378 2677774 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0922 15:57:25.521574 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0922 15:57:25.538528 2677774 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.2" pause image...
	I0922 15:57:25.538638 2677774 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.2"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 15:57:25.548532 2677774 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0922 15:57:25.548684 2677774 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 15:57:25.558412 2677774 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 15:57:25.568163 2677774 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 15:57:25.578217 2677774 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0922 15:57:25.587675 2677774 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0922 15:57:25.596484 2677774 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0922 15:57:25.605169 2677774 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 15:57:25.706964 2677774 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0922 15:57:26.361084 2677774 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0922 15:57:26.361210 2677774 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0922 15:57:26.365281 2677774 start.go:563] Will wait 60s for crictl version
	I0922 15:57:26.365415 2677774 ssh_runner.go:195] Run: which crictl
	I0922 15:57:26.369894 2677774 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0922 15:57:26.434961 2677774 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0922 15:57:26.435142 2677774 ssh_runner.go:195] Run: crio --version
	I0922 15:57:26.481450 2677774 ssh_runner.go:195] Run: crio --version
	I0922 15:57:26.535837 2677774 out.go:177] * Preparing Kubernetes v1.20.0 on CRI-O 1.24.6 ...
	I0922 15:57:26.537190 2677774 cli_runner.go:164] Run: docker network inspect old-k8s-version-516480 --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}}]}"
	I0922 15:57:26.553932 2677774 ssh_runner.go:195] Run: grep 192.168.76.1	host.minikube.internal$ /etc/hosts
	I0922 15:57:26.558007 2677774 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.76.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0922 15:57:26.569346 2677774 kubeadm.go:883] updating cluster {Name:old-k8s-version-516480 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:2200 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:true NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:old-k8s-version-516480 Namespace:default APIServerHAVIP: APIServerName:minik
ubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.76.2 Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[MetricsScraper:registry.k8s.io/echoserver:1.4 MetricsServer:registry.k8s.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] 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 Mount:false MountString:/home/jenkins
:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0922 15:57:26.569463 2677774 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0922 15:57:26.569515 2677774 ssh_runner.go:195] Run: sudo crictl images --output json
	I0922 15:57:26.627071 2677774 crio.go:514] all images are preloaded for cri-o runtime.
	I0922 15:57:26.627098 2677774 crio.go:433] Images already preloaded, skipping extraction
	I0922 15:57:26.627152 2677774 ssh_runner.go:195] Run: sudo crictl images --output json
	I0922 15:57:26.676741 2677774 crio.go:514] all images are preloaded for cri-o runtime.
	I0922 15:57:26.676762 2677774 cache_images.go:84] Images are preloaded, skipping loading
	I0922 15:57:26.676771 2677774 kubeadm.go:934] updating node { 192.168.76.2 8443 v1.20.0 crio true true} ...
	I0922 15:57:26.676875 2677774 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.20.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --container-runtime=remote --container-runtime-endpoint=unix:///var/run/crio/crio.sock --enforce-node-allocatable= --hostname-override=old-k8s-version-516480 --kubeconfig=/etc/kubernetes/kubelet.conf --network-plugin=cni --node-ip=192.168.76.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.20.0 ClusterName:old-k8s-version-516480 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0922 15:57:26.676962 2677774 ssh_runner.go:195] Run: crio config
	I0922 15:57:26.761448 2677774 cni.go:84] Creating CNI manager for ""
	I0922 15:57:26.761473 2677774 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 15:57:26.761483 2677774 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0922 15:57:26.761505 2677774 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.76.2 APIServerPort:8443 KubernetesVersion:v1.20.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:old-k8s-version-516480 NodeName:old-k8s-version-516480 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.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.76.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.76.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPo
dPath:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:false}
	I0922 15:57:26.761657 2677774 kubeadm.go:187] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta2
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.76.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: /var/run/crio/crio.sock
	  name: "old-k8s-version-516480"
	  kubeletExtraArgs:
	    node-ip: 192.168.76.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta2
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.76.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	dns:
	  type: CoreDNS
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.20.0
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	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
	
	I0922 15:57:26.761739 2677774 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.20.0
	I0922 15:57:26.771778 2677774 binaries.go:44] Found k8s binaries, skipping transfer
	I0922 15:57:26.771848 2677774 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0922 15:57:26.781165 2677774 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (480 bytes)
	I0922 15:57:26.801576 2677774 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0922 15:57:26.821963 2677774 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2117 bytes)
	I0922 15:57:26.843148 2677774 ssh_runner.go:195] Run: grep 192.168.76.2	control-plane.minikube.internal$ /etc/hosts
	I0922 15:57:26.847011 2677774 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.76.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0922 15:57:26.858888 2677774 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 15:57:26.977956 2677774 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0922 15:57:26.994444 2677774 certs.go:68] Setting up /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480 for IP: 192.168.76.2
	I0922 15:57:26.994466 2677774 certs.go:194] generating shared ca certs ...
	I0922 15:57:26.994482 2677774 certs.go:226] acquiring lock for ca certs: {Name:mkeff3e73d2be4d9e117d80b8189a4c062e8cbf0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 15:57:26.994626 2677774 certs.go:235] skipping valid "minikubeCA" ca cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key
	I0922 15:57:26.994675 2677774 certs.go:235] skipping valid "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key
	I0922 15:57:26.994687 2677774 certs.go:256] generating profile certs ...
	I0922 15:57:26.994800 2677774 certs.go:359] skipping valid signed profile cert regeneration for "minikube-user": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.key
	I0922 15:57:26.994883 2677774 certs.go:359] skipping valid signed profile cert regeneration for "minikube": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/apiserver.key.1c564e3e
	I0922 15:57:26.994950 2677774 certs.go:359] skipping valid signed profile cert regeneration for "aggregator": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/proxy-client.key
	I0922 15:57:26.995069 2677774 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/2481953.pem (1338 bytes)
	W0922 15:57:26.995103 2677774 certs.go:480] ignoring /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/2481953_empty.pem, impossibly tiny 0 bytes
	I0922 15:57:26.995116 2677774 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem (1675 bytes)
	I0922 15:57:26.995139 2677774 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem (1078 bytes)
	I0922 15:57:26.995178 2677774 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem (1123 bytes)
	I0922 15:57:26.995203 2677774 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem (1675 bytes)
	I0922 15:57:26.995250 2677774 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/files/etc/ssl/certs/24819532.pem (1708 bytes)
	I0922 15:57:26.995943 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0922 15:57:27.076152 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0922 15:57:27.170855 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0922 15:57:27.229204 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0922 15:57:27.256294 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1432 bytes)
	I0922 15:57:27.291873 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0922 15:57:27.314965 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0922 15:57:27.345847 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0922 15:57:27.376979 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/2481953.pem --> /usr/share/ca-certificates/2481953.pem (1338 bytes)
	I0922 15:57:27.406668 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/files/etc/ssl/certs/24819532.pem --> /usr/share/ca-certificates/24819532.pem (1708 bytes)
	I0922 15:57:27.432301 2677774 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0922 15:57:27.457151 2677774 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0922 15:57:27.475657 2677774 ssh_runner.go:195] Run: openssl version
	I0922 15:57:27.481571 2677774 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/2481953.pem && ln -fs /usr/share/ca-certificates/2481953.pem /etc/ssl/certs/2481953.pem"
	I0922 15:57:27.492250 2677774 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/2481953.pem
	I0922 15:57:27.496139 2677774 certs.go:528] hashing: -rw-r--r-- 1 root root 1338 Sep 22 15:14 /usr/share/ca-certificates/2481953.pem
	I0922 15:57:27.496282 2677774 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/2481953.pem
	I0922 15:57:27.503527 2677774 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/51391683.0 || ln -fs /etc/ssl/certs/2481953.pem /etc/ssl/certs/51391683.0"
	I0922 15:57:27.513029 2677774 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/24819532.pem && ln -fs /usr/share/ca-certificates/24819532.pem /etc/ssl/certs/24819532.pem"
	I0922 15:57:27.522623 2677774 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/24819532.pem
	I0922 15:57:27.526451 2677774 certs.go:528] hashing: -rw-r--r-- 1 root root 1708 Sep 22 15:14 /usr/share/ca-certificates/24819532.pem
	I0922 15:57:27.526566 2677774 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/24819532.pem
	I0922 15:57:27.533781 2677774 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/3ec20f2e.0 || ln -fs /etc/ssl/certs/24819532.pem /etc/ssl/certs/3ec20f2e.0"
	I0922 15:57:27.543511 2677774 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"
	I0922 15:57:27.553103 2677774 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0922 15:57:27.556943 2677774 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 22 14:55 /usr/share/ca-certificates/minikubeCA.pem
	I0922 15:57:27.557049 2677774 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0922 15:57:27.564169 2677774 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"
	I0922 15:57:27.573345 2677774 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0922 15:57:27.577141 2677774 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/apiserver-etcd-client.crt -checkend 86400
	I0922 15:57:27.583960 2677774 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/apiserver-kubelet-client.crt -checkend 86400
	I0922 15:57:27.590980 2677774 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/etcd/server.crt -checkend 86400
	I0922 15:57:27.597857 2677774 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/etcd/healthcheck-client.crt -checkend 86400
	I0922 15:57:27.604818 2677774 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/etcd/peer.crt -checkend 86400
	I0922 15:57:27.611821 2677774 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/front-proxy-client.crt -checkend 86400
	I0922 15:57:27.618704 2677774 kubeadm.go:392] StartCluster: {Name:old-k8s-version-516480 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:2200 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:true NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:old-k8s-version-516480 Namespace:default APIServerHAVIP: APIServerName:minikube
CA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.76.2 Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[MetricsScraper:registry.k8s.io/echoserver:1.4 MetricsServer:registry.k8s.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] 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 Mount:false MountString:/home/jenkins:/m
inikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 15:57:27.618850 2677774 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0922 15:57:27.618987 2677774 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0922 15:57:27.669200 2677774 cri.go:89] found id: ""
	I0922 15:57:27.669321 2677774 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0922 15:57:27.679273 2677774 kubeadm.go:408] found existing configuration files, will attempt cluster restart
	I0922 15:57:27.679319 2677774 kubeadm.go:593] restartPrimaryControlPlane start ...
	I0922 15:57:27.679395 2677774 ssh_runner.go:195] Run: sudo test -d /data/minikube
	I0922 15:57:27.688367 2677774 kubeadm.go:130] /data/minikube skipping compat symlinks: sudo test -d /data/minikube: Process exited with status 1
	stdout:
	
	stderr:
	I0922 15:57:27.688884 2677774 kubeconfig.go:47] verify endpoint returned: get endpoint: "old-k8s-version-516480" does not appear in /home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 15:57:27.689042 2677774 kubeconfig.go:62] /home/jenkins/minikube-integration/19648-2476577/kubeconfig needs updating (will repair): [kubeconfig missing "old-k8s-version-516480" cluster setting kubeconfig missing "old-k8s-version-516480" context setting]
	I0922 15:57:27.689421 2677774 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/kubeconfig: {Name:mk86102d2663511afa0f6941c90df65de1224212 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 15:57:27.691973 2677774 ssh_runner.go:195] Run: sudo diff -u /var/tmp/minikube/kubeadm.yaml /var/tmp/minikube/kubeadm.yaml.new
	I0922 15:57:27.701171 2677774 kubeadm.go:630] The running cluster does not require reconfiguration: 192.168.76.2
	I0922 15:57:27.701228 2677774 kubeadm.go:597] duration metric: took 21.895979ms to restartPrimaryControlPlane
	I0922 15:57:27.701243 2677774 kubeadm.go:394] duration metric: took 82.550293ms to StartCluster
	I0922 15:57:27.701259 2677774 settings.go:142] acquiring lock: {Name:mk2cf6e4d3f37a4f62280a8a9356d931b86b236f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 15:57:27.701360 2677774 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 15:57:27.702124 2677774 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/kubeconfig: {Name:mk86102d2663511afa0f6941c90df65de1224212 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 15:57:27.702370 2677774 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.76.2 Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0922 15:57:27.702751 2677774 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:false csi-hostpath-driver:false dashboard:true 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 kubevirt:false logviewer:false metallb:false metrics-server:true 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-gluster:false storage-provisioner-rancher:false volcano:false volumesnapshots:false yakd:false]
	I0922 15:57:27.702837 2677774 addons.go:69] Setting storage-provisioner=true in profile "old-k8s-version-516480"
	I0922 15:57:27.702850 2677774 addons.go:234] Setting addon storage-provisioner=true in "old-k8s-version-516480"
	W0922 15:57:27.702856 2677774 addons.go:243] addon storage-provisioner should already be in state true
	I0922 15:57:27.702878 2677774 host.go:66] Checking if "old-k8s-version-516480" exists ...
	I0922 15:57:27.703409 2677774 cli_runner.go:164] Run: docker container inspect old-k8s-version-516480 --format={{.State.Status}}
	I0922 15:57:27.704070 2677774 config.go:182] Loaded profile config "old-k8s-version-516480": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.20.0
	I0922 15:57:27.704195 2677774 addons.go:69] Setting default-storageclass=true in profile "old-k8s-version-516480"
	I0922 15:57:27.704240 2677774 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "old-k8s-version-516480"
	I0922 15:57:27.704672 2677774 cli_runner.go:164] Run: docker container inspect old-k8s-version-516480 --format={{.State.Status}}
	I0922 15:57:27.706917 2677774 addons.go:69] Setting metrics-server=true in profile "old-k8s-version-516480"
	I0922 15:57:27.707258 2677774 addons.go:234] Setting addon metrics-server=true in "old-k8s-version-516480"
	W0922 15:57:27.707323 2677774 addons.go:243] addon metrics-server should already be in state true
	I0922 15:57:27.706966 2677774 addons.go:69] Setting dashboard=true in profile "old-k8s-version-516480"
	I0922 15:57:27.707378 2677774 addons.go:234] Setting addon dashboard=true in "old-k8s-version-516480"
	W0922 15:57:27.707385 2677774 addons.go:243] addon dashboard should already be in state true
	I0922 15:57:27.707405 2677774 host.go:66] Checking if "old-k8s-version-516480" exists ...
	I0922 15:57:27.707850 2677774 cli_runner.go:164] Run: docker container inspect old-k8s-version-516480 --format={{.State.Status}}
	I0922 15:57:27.708013 2677774 host.go:66] Checking if "old-k8s-version-516480" exists ...
	I0922 15:57:27.707015 2677774 out.go:177] * Verifying Kubernetes components...
	I0922 15:57:27.709577 2677774 cli_runner.go:164] Run: docker container inspect old-k8s-version-516480 --format={{.State.Status}}
	I0922 15:57:27.711727 2677774 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 15:57:27.751792 2677774 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0922 15:57:27.754093 2677774 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 15:57:27.754113 2677774 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0922 15:57:27.754174 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:27.780736 2677774 out.go:177]   - Using image docker.io/kubernetesui/dashboard:v2.7.0
	I0922 15:57:27.784539 2677774 addons.go:234] Setting addon default-storageclass=true in "old-k8s-version-516480"
	W0922 15:57:27.784557 2677774 addons.go:243] addon default-storageclass should already be in state true
	I0922 15:57:27.784581 2677774 host.go:66] Checking if "old-k8s-version-516480" exists ...
	I0922 15:57:27.784993 2677774 cli_runner.go:164] Run: docker container inspect old-k8s-version-516480 --format={{.State.Status}}
	I0922 15:57:27.787078 2677774 out.go:177]   - Using image registry.k8s.io/echoserver:1.4
	I0922 15:57:27.798975 2677774 addons.go:431] installing /etc/kubernetes/addons/dashboard-ns.yaml
	I0922 15:57:27.799002 2677774 ssh_runner.go:362] scp dashboard/dashboard-ns.yaml --> /etc/kubernetes/addons/dashboard-ns.yaml (759 bytes)
	I0922 15:57:27.799070 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:27.800852 2677774 out.go:177]   - Using image fake.domain/registry.k8s.io/echoserver:1.4
	I0922 15:57:27.802620 2677774 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0922 15:57:27.802638 2677774 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0922 15:57:27.802705 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:27.823237 2677774 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36350 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/old-k8s-version-516480/id_rsa Username:docker}
	I0922 15:57:27.847097 2677774 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0922 15:57:27.847119 2677774 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0922 15:57:27.847177 2677774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" old-k8s-version-516480
	I0922 15:57:27.852114 2677774 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36350 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/old-k8s-version-516480/id_rsa Username:docker}
	I0922 15:57:27.872513 2677774 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36350 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/old-k8s-version-516480/id_rsa Username:docker}
	I0922 15:57:27.881223 2677774 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36350 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/old-k8s-version-516480/id_rsa Username:docker}
	I0922 15:57:27.996514 2677774 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0922 15:57:28.019343 2677774 node_ready.go:35] waiting up to 6m0s for node "old-k8s-version-516480" to be "Ready" ...
	I0922 15:57:28.038134 2677774 addons.go:431] installing /etc/kubernetes/addons/dashboard-clusterrole.yaml
	I0922 15:57:28.038162 2677774 ssh_runner.go:362] scp dashboard/dashboard-clusterrole.yaml --> /etc/kubernetes/addons/dashboard-clusterrole.yaml (1001 bytes)
	I0922 15:57:28.085397 2677774 addons.go:431] installing /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml
	I0922 15:57:28.085433 2677774 ssh_runner.go:362] scp dashboard/dashboard-clusterrolebinding.yaml --> /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml (1018 bytes)
	I0922 15:57:28.101513 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 15:57:28.109478 2677774 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0922 15:57:28.109509 2677774 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1825 bytes)
	I0922 15:57:28.133423 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0922 15:57:28.161132 2677774 addons.go:431] installing /etc/kubernetes/addons/dashboard-configmap.yaml
	I0922 15:57:28.161158 2677774 ssh_runner.go:362] scp dashboard/dashboard-configmap.yaml --> /etc/kubernetes/addons/dashboard-configmap.yaml (837 bytes)
	I0922 15:57:28.177875 2677774 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0922 15:57:28.177917 2677774 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0922 15:57:28.294969 2677774 addons.go:431] installing /etc/kubernetes/addons/dashboard-dp.yaml
	I0922 15:57:28.294994 2677774 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-dp.yaml (4201 bytes)
	I0922 15:57:28.303300 2677774 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0922 15:57:28.303333 2677774 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0922 15:57:28.403508 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.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
	I0922 15:57:28.417310 2677774 addons.go:431] installing /etc/kubernetes/addons/dashboard-role.yaml
	I0922 15:57:28.417390 2677774 ssh_runner.go:362] scp dashboard/dashboard-role.yaml --> /etc/kubernetes/addons/dashboard-role.yaml (1724 bytes)
	W0922 15:57:28.434620 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:28.434713 2677774 retry.go:31] will retry after 252.33837ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	W0922 15:57:28.455263 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:28.455335 2677774 retry.go:31] will retry after 340.993652ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:28.472896 2677774 addons.go:431] installing /etc/kubernetes/addons/dashboard-rolebinding.yaml
	I0922 15:57:28.472978 2677774 ssh_runner.go:362] scp dashboard/dashboard-rolebinding.yaml --> /etc/kubernetes/addons/dashboard-rolebinding.yaml (1046 bytes)
	I0922 15:57:28.536396 2677774 addons.go:431] installing /etc/kubernetes/addons/dashboard-sa.yaml
	I0922 15:57:28.536469 2677774 ssh_runner.go:362] scp dashboard/dashboard-sa.yaml --> /etc/kubernetes/addons/dashboard-sa.yaml (837 bytes)
	I0922 15:57:28.586307 2677774 addons.go:431] installing /etc/kubernetes/addons/dashboard-secret.yaml
	I0922 15:57:28.586376 2677774 ssh_runner.go:362] scp dashboard/dashboard-secret.yaml --> /etc/kubernetes/addons/dashboard-secret.yaml (1389 bytes)
	W0922 15:57:28.592502 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:28.592588 2677774 retry.go:31] will retry after 165.285366ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:28.608872 2677774 addons.go:431] installing /etc/kubernetes/addons/dashboard-svc.yaml
	I0922 15:57:28.608940 2677774 ssh_runner.go:362] scp dashboard/dashboard-svc.yaml --> /etc/kubernetes/addons/dashboard-svc.yaml (1294 bytes)
	I0922 15:57:28.629168 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.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
	I0922 15:57:28.687508 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml
	W0922 15:57:28.756492 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:28.756599 2677774 retry.go:31] will retry after 141.303596ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:28.758798 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	I0922 15:57:28.797508 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml
	W0922 15:57:28.844343 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:28.844430 2677774 retry.go:31] will retry after 560.619318ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:28.898668 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	W0922 15:57:28.997577 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:28.997683 2677774 retry.go:31] will retry after 280.902696ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	W0922 15:57:29.041330 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:29.041427 2677774 retry.go:31] will retry after 267.739653ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	W0922 15:57:29.121772 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:29.121866 2677774 retry.go:31] will retry after 440.559121ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:29.279332 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	I0922 15:57:29.309763 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml
	W0922 15:57:29.396296 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:29.396376 2677774 retry.go:31] will retry after 808.514598ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:29.405482 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml
	W0922 15:57:29.544273 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:29.544307 2677774 retry.go:31] will retry after 540.870455ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:29.563434 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	W0922 15:57:29.580310 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:29.580388 2677774 retry.go:31] will retry after 492.136917ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	W0922 15:57:29.677813 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:29.677892 2677774 retry.go:31] will retry after 429.65471ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:30.020613 2677774 node_ready.go:53] error getting node "old-k8s-version-516480": Get "https://192.168.76.2:8443/api/v1/nodes/old-k8s-version-516480": dial tcp 192.168.76.2:8443: connect: connection refused
	I0922 15:57:30.073690 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 15:57:30.086178 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml
	I0922 15:57:30.108502 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	I0922 15:57:30.205998 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	W0922 15:57:30.372425 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:30.372458 2677774 retry.go:31] will retry after 987.246777ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	W0922 15:57:30.412333 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:30.412376 2677774 retry.go:31] will retry after 1.161561138s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	W0922 15:57:30.412431 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:30.412452 2677774 retry.go:31] will retry after 557.290715ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	W0922 15:57:30.450661 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:30.450722 2677774 retry.go:31] will retry after 790.463175ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:30.969947 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	W0922 15:57:31.068853 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:31.068935 2677774 retry.go:31] will retry after 687.843753ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:31.242387 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	W0922 15:57:31.338154 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:31.338188 2677774 retry.go:31] will retry after 1.033457653s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:31.360457 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml
	W0922 15:57:31.460111 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:31.460198 2677774 retry.go:31] will retry after 1.23471221s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:31.574826 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml
	W0922 15:57:31.644833 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:31.644867 2677774 retry.go:31] will retry after 1.420771797s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:31.757026 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	W0922 15:57:31.827691 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:31.827725 2677774 retry.go:31] will retry after 2.340227144s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:32.371861 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	W0922 15:57:32.492931 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:32.492975 2677774 retry.go:31] will retry after 2.752900838s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:32.520530 2677774 node_ready.go:53] error getting node "old-k8s-version-516480": Get "https://192.168.76.2:8443/api/v1/nodes/old-k8s-version-516480": dial tcp 192.168.76.2:8443: connect: connection refused
	I0922 15:57:32.695932 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml
	W0922 15:57:32.801407 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:32.801441 2677774 retry.go:31] will retry after 1.21043584s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:33.066433 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml
	W0922 15:57:33.177542 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:33.177577 2677774 retry.go:31] will retry after 1.918950177s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:34.012276 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml
	W0922 15:57:34.135266 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:34.135300 2677774 retry.go:31] will retry after 2.738686505s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:34.168567 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	W0922 15:57:34.302088 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:34.302123 2677774 retry.go:31] will retry after 3.038302668s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:34.520804 2677774 node_ready.go:53] error getting node "old-k8s-version-516480": Get "https://192.168.76.2:8443/api/v1/nodes/old-k8s-version-516480": dial tcp 192.168.76.2:8443: connect: connection refused
	I0922 15:57:35.096658 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml
	W0922 15:57:35.227460 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:35.227497 2677774 retry.go:31] will retry after 1.877265793s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:35.246782 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	W0922 15:57:35.408554 2677774 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:35.408605 2677774 retry.go:31] will retry after 3.3042693s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: Process exited with status 1
	stdout:
	
	stderr:
	The connection to the server localhost:8443 was refused - did you specify the right host or port?
	I0922 15:57:36.875001 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 15:57:37.105250 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml
	I0922 15:57:37.340632 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	I0922 15:57:38.713356 2677774 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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
	I0922 15:57:46.822728 2677774 node_ready.go:49] node "old-k8s-version-516480" has status "Ready":"True"
	I0922 15:57:46.822754 2677774 node_ready.go:38] duration metric: took 18.803374974s for node "old-k8s-version-516480" to be "Ready" ...
	I0922 15:57:46.822777 2677774 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0922 15:57:47.111134 2677774 pod_ready.go:79] waiting up to 6m0s for pod "coredns-74ff55c5b-mnbq6" in "kube-system" namespace to be "Ready" ...
	I0922 15:57:47.563607 2677774 pod_ready.go:93] pod "coredns-74ff55c5b-mnbq6" in "kube-system" namespace has status "Ready":"True"
	I0922 15:57:47.563655 2677774 pod_ready.go:82] duration metric: took 452.416462ms for pod "coredns-74ff55c5b-mnbq6" in "kube-system" namespace to be "Ready" ...
	I0922 15:57:47.563666 2677774 pod_ready.go:79] waiting up to 6m0s for pod "etcd-old-k8s-version-516480" in "kube-system" namespace to be "Ready" ...
	I0922 15:57:48.012094 2677774 pod_ready.go:93] pod "etcd-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"True"
	I0922 15:57:48.012175 2677774 pod_ready.go:82] duration metric: took 448.499106ms for pod "etcd-old-k8s-version-516480" in "kube-system" namespace to be "Ready" ...
	I0922 15:57:48.012205 2677774 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-old-k8s-version-516480" in "kube-system" namespace to be "Ready" ...
	I0922 15:57:48.430682 2677774 pod_ready.go:93] pod "kube-apiserver-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"True"
	I0922 15:57:48.430757 2677774 pod_ready.go:82] duration metric: took 418.527789ms for pod "kube-apiserver-old-k8s-version-516480" in "kube-system" namespace to be "Ready" ...
	I0922 15:57:48.430784 2677774 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace to be "Ready" ...
	I0922 15:57:48.447464 2677774 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: (11.34216359s)
	I0922 15:57:48.447756 2677774 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: (11.572726583s)
	I0922 15:57:49.923798 2677774 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: (12.583117114s)
	I0922 15:57:49.924112 2677774 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.20.0/kubectl apply --force -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: (11.210724838s)
	I0922 15:57:49.924144 2677774 addons.go:475] Verifying addon metrics-server=true in "old-k8s-version-516480"
	I0922 15:57:49.927233 2677774 out.go:177] * Some dashboard features require the metrics-server addon. To enable all features please run:
	
		minikube -p old-k8s-version-516480 addons enable metrics-server
	
	I0922 15:57:49.930494 2677774 out.go:177] * Enabled addons: storage-provisioner, default-storageclass, metrics-server, dashboard
	I0922 15:57:49.933417 2677774 addons.go:510] duration metric: took 22.230663802s for enable addons: enabled=[storage-provisioner default-storageclass metrics-server dashboard]
	I0922 15:57:50.443317 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:57:52.938664 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:57:54.939244 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:57:57.437392 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:57:59.937612 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:01.938155 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:04.437621 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:06.439791 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:08.464829 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:10.937554 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:12.941872 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:14.945440 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:16.951441 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:18.951682 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:21.437654 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:23.937278 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:26.437265 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:28.438681 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:30.445213 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:32.939246 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:34.940465 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:36.948246 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:39.439614 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:41.937763 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:43.938446 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:46.437852 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:48.938531 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:51.439372 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:53.939266 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:55.939438 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:58.437752 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:00.437821 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:02.937129 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:05.437527 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:07.464476 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:09.937037 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:11.937740 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:13.938595 2677774 pod_ready.go:93] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"True"
	I0922 15:59:13.938624 2677774 pod_ready.go:82] duration metric: took 1m25.507817208s for pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:13.938637 2677774 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-2nbfq" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:13.944642 2677774 pod_ready.go:93] pod "kube-proxy-2nbfq" in "kube-system" namespace has status "Ready":"True"
	I0922 15:59:13.944670 2677774 pod_ready.go:82] duration metric: took 6.02509ms for pod "kube-proxy-2nbfq" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:13.944682 2677774 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-old-k8s-version-516480" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:13.953228 2677774 pod_ready.go:93] pod "kube-scheduler-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"True"
	I0922 15:59:13.953253 2677774 pod_ready.go:82] duration metric: took 8.561579ms for pod "kube-scheduler-old-k8s-version-516480" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:13.953265 2677774 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:15.960230 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:18.460104 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:20.460277 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:22.460466 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:24.959031 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:26.959456 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:29.459883 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:31.960050 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:34.458815 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:36.469951 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:38.959364 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:40.969661 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:43.459797 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:45.464875 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:47.969799 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:50.459552 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:52.459968 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:54.960206 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:57.459912 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:59.959895 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:01.960493 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:04.459880 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:06.959766 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:08.961038 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:11.459004 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:13.459719 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:15.460118 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:18.044106 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:20.459666 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:22.959590 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:25.459784 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:27.960077 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:30.460363 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:32.460586 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:34.962292 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:37.460524 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:39.959069 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:41.959430 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:43.960702 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:46.459194 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:48.459230 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:50.958879 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:52.959688 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:54.960448 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:57.459853 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:59.463200 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:01.959806 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:04.460123 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:06.960245 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:08.960375 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:11.460053 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:13.960296 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:16.459359 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:18.459400 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:20.460251 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:22.960533 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:25.459324 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:27.460356 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:29.461256 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:31.959905 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:33.961431 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:36.459795 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:38.465145 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:40.960741 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:43.459968 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:45.960315 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:47.960474 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:49.963942 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:52.459754 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:54.460162 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:56.960349 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:58.960405 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:00.966739 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:03.460400 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:05.960304 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:08.459894 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:10.459962 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:12.460661 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:14.959583 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:17.459919 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:19.461309 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:21.959489 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:23.959564 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:26.460187 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:28.959361 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:30.959720 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:32.960411 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:35.459619 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:37.460403 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:39.960119 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:42.458996 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:44.460102 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:46.960232 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:49.463287 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:51.959943 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:53.960343 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:56.460979 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:58.960773 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:01.459602 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:03.959787 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:06.460100 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:08.959599 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:11.459075 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:13.459883 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:13.959947 2677774 pod_ready.go:82] duration metric: took 4m0.006668215s for pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace to be "Ready" ...
	E0922 16:03:13.959978 2677774 pod_ready.go:67] WaitExtra: waitPodCondition: context deadline exceeded
	I0922 16:03:13.959988 2677774 pod_ready.go:39] duration metric: took 5m27.137197276s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0922 16:03:13.960001 2677774 api_server.go:52] waiting for apiserver process to appear ...
	I0922 16:03:13.960035 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 16:03:13.960099 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 16:03:14.000708 2677774 cri.go:89] found id: "7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f"
	I0922 16:03:14.000731 2677774 cri.go:89] found id: ""
	I0922 16:03:14.000739 2677774 logs.go:276] 1 containers: [7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f]
	I0922 16:03:14.000799 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.004993 2677774 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 16:03:14.005072 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 16:03:14.047308 2677774 cri.go:89] found id: "9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b"
	I0922 16:03:14.047331 2677774 cri.go:89] found id: ""
	I0922 16:03:14.047340 2677774 logs.go:276] 1 containers: [9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b]
	I0922 16:03:14.047394 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.050893 2677774 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 16:03:14.051005 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 16:03:14.094249 2677774 cri.go:89] found id: "74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2"
	I0922 16:03:14.094280 2677774 cri.go:89] found id: ""
	I0922 16:03:14.094289 2677774 logs.go:276] 1 containers: [74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2]
	I0922 16:03:14.094346 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.098089 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 16:03:14.098164 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 16:03:14.137752 2677774 cri.go:89] found id: "30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f"
	I0922 16:03:14.137774 2677774 cri.go:89] found id: ""
	I0922 16:03:14.137785 2677774 logs.go:276] 1 containers: [30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f]
	I0922 16:03:14.137841 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.141568 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 16:03:14.141644 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 16:03:14.184911 2677774 cri.go:89] found id: "ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d"
	I0922 16:03:14.184936 2677774 cri.go:89] found id: ""
	I0922 16:03:14.184945 2677774 logs.go:276] 1 containers: [ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d]
	I0922 16:03:14.185020 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.188587 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 16:03:14.188699 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 16:03:14.226429 2677774 cri.go:89] found id: "132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f"
	I0922 16:03:14.226454 2677774 cri.go:89] found id: ""
	I0922 16:03:14.226463 2677774 logs.go:276] 1 containers: [132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f]
	I0922 16:03:14.226520 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.230171 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 16:03:14.230249 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 16:03:14.269011 2677774 cri.go:89] found id: "817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2"
	I0922 16:03:14.269034 2677774 cri.go:89] found id: ""
	I0922 16:03:14.269043 2677774 logs.go:276] 1 containers: [817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2]
	I0922 16:03:14.269102 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.272645 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kubernetes-dashboard Namespaces:[]}
	I0922 16:03:14.272718 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kubernetes-dashboard
	I0922 16:03:14.309840 2677774 cri.go:89] found id: "8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3"
	I0922 16:03:14.309859 2677774 cri.go:89] found id: ""
	I0922 16:03:14.309866 2677774 logs.go:276] 1 containers: [8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3]
	I0922 16:03:14.309921 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.313387 2677774 cri.go:54] listing CRI containers in root : {State:all Name:storage-provisioner Namespaces:[]}
	I0922 16:03:14.313467 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=storage-provisioner
	I0922 16:03:14.354435 2677774 cri.go:89] found id: "e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc"
	I0922 16:03:14.354459 2677774 cri.go:89] found id: "45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1"
	I0922 16:03:14.354464 2677774 cri.go:89] found id: ""
	I0922 16:03:14.354508 2677774 logs.go:276] 2 containers: [e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc 45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1]
	I0922 16:03:14.354574 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.358302 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.361650 2677774 logs.go:123] Gathering logs for kube-scheduler [30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f] ...
	I0922 16:03:14.361677 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f"
	I0922 16:03:14.403472 2677774 logs.go:123] Gathering logs for kindnet [817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2] ...
	I0922 16:03:14.403506 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2"
	I0922 16:03:14.457385 2677774 logs.go:123] Gathering logs for storage-provisioner [45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1] ...
	I0922 16:03:14.457416 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1"
	I0922 16:03:14.502450 2677774 logs.go:123] Gathering logs for CRI-O ...
	I0922 16:03:14.502480 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 16:03:14.588889 2677774 logs.go:123] Gathering logs for kubelet ...
	I0922 16:03:14.588925 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 16:03:14.643482 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900162     731 reflector.go:138] object-"kube-system"/"kube-proxy-token-qd9mk": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "kube-proxy-token-qd9mk" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.643717 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900230     731 reflector.go:138] object-"kube-system"/"kindnet-token-4qmzm": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "kindnet-token-4qmzm" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.643970 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900281     731 reflector.go:138] object-"kube-system"/"storage-provisioner-token-8jzbw": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "storage-provisioner-token-8jzbw" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.644184 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900346     731 reflector.go:138] object-"kube-system"/"coredns-token-s54l7": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "coredns-token-s54l7" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.644397 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900399     731 reflector.go:138] object-"default"/"default-token-bfhkm": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "default-token-bfhkm" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.644598 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900456     731 reflector.go:138] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.644804 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900499     731 reflector.go:138] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.648261 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:47 old-k8s-version-516480 kubelet[731]: E0922 15:57:47.566740     731 reflector.go:138] object-"kube-system"/"metrics-server-token-qckbp": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "metrics-server-token-qckbp" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.655022 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:50 old-k8s-version-516480 kubelet[731]: E0922 15:57:50.088641     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:14.655214 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:50 old-k8s-version-516480 kubelet[731]: E0922 15:57:50.733867     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.657259 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:05 old-k8s-version-516480 kubelet[731]: E0922 15:58:05.674769     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:14.659277 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:12 old-k8s-version-516480 kubelet[731]: E0922 15:58:12.804811     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.659734 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:13 old-k8s-version-516480 kubelet[731]: E0922 15:58:13.807220     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.659920 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:17 old-k8s-version-516480 kubelet[731]: E0922 15:58:17.664740     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.660381 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:20 old-k8s-version-516480 kubelet[731]: E0922 15:58:20.190220     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.660965 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:30 old-k8s-version-516480 kubelet[731]: E0922 15:58:30.841934     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.663034 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:32 old-k8s-version-516480 kubelet[731]: E0922 15:58:32.675646     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:14.663826 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:40 old-k8s-version-516480 kubelet[731]: E0922 15:58:40.190704     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.664059 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:47 old-k8s-version-516480 kubelet[731]: E0922 15:58:47.663896     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.664659 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:51 old-k8s-version-516480 kubelet[731]: E0922 15:58:51.872475     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.664988 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:00 old-k8s-version-516480 kubelet[731]: E0922 15:59:00.190211     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.665174 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:02 old-k8s-version-516480 kubelet[731]: E0922 15:59:02.663955     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.665502 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:13 old-k8s-version-516480 kubelet[731]: E0922 15:59:13.664941     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.667562 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:16 old-k8s-version-516480 kubelet[731]: E0922 15:59:16.691143     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:14.667890 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:25 old-k8s-version-516480 kubelet[731]: E0922 15:59:25.663919     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.668078 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:27 old-k8s-version-516480 kubelet[731]: E0922 15:59:27.664531     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.668671 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:40 old-k8s-version-516480 kubelet[731]: E0922 15:59:40.937803     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.668854 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:41 old-k8s-version-516480 kubelet[731]: E0922 15:59:41.664383     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.669182 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:50 old-k8s-version-516480 kubelet[731]: E0922 15:59:50.190598     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.669366 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:52 old-k8s-version-516480 kubelet[731]: E0922 15:59:52.664210     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.669694 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:04 old-k8s-version-516480 kubelet[731]: E0922 16:00:04.663628     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.669879 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:07 old-k8s-version-516480 kubelet[731]: E0922 16:00:07.664303     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.670206 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:16 old-k8s-version-516480 kubelet[731]: E0922 16:00:16.663530     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.670392 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:22 old-k8s-version-516480 kubelet[731]: E0922 16:00:22.664177     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.670722 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:29 old-k8s-version-516480 kubelet[731]: E0922 16:00:29.663555     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.673291 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:37 old-k8s-version-516480 kubelet[731]: E0922 16:00:37.676231     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:14.673622 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:42 old-k8s-version-516480 kubelet[731]: E0922 16:00:42.663980     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.673805 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:48 old-k8s-version-516480 kubelet[731]: E0922 16:00:48.665894     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.674135 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:57 old-k8s-version-516480 kubelet[731]: E0922 16:00:57.663548     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.674319 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:03 old-k8s-version-516480 kubelet[731]: E0922 16:01:03.664687     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.674917 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:10 old-k8s-version-516480 kubelet[731]: E0922 16:01:10.069563     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.675253 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:11 old-k8s-version-516480 kubelet[731]: E0922 16:01:11.073348     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.675438 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:18 old-k8s-version-516480 kubelet[731]: E0922 16:01:18.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.675766 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:22 old-k8s-version-516480 kubelet[731]: E0922 16:01:22.663469     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.675953 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:31 old-k8s-version-516480 kubelet[731]: E0922 16:01:31.664295     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.676280 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:33 old-k8s-version-516480 kubelet[731]: E0922 16:01:33.663565     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.676610 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:44 old-k8s-version-516480 kubelet[731]: E0922 16:01:44.663519     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.676796 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:46 old-k8s-version-516480 kubelet[731]: E0922 16:01:46.664063     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.677123 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:57 old-k8s-version-516480 kubelet[731]: E0922 16:01:57.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.677309 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:59 old-k8s-version-516480 kubelet[731]: E0922 16:01:59.664339     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.677640 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:09 old-k8s-version-516480 kubelet[731]: E0922 16:02:09.663527     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.677825 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:10 old-k8s-version-516480 kubelet[731]: E0922 16:02:10.664283     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.678152 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:24 old-k8s-version-516480 kubelet[731]: E0922 16:02:24.664676     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.678335 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:24 old-k8s-version-516480 kubelet[731]: E0922 16:02:24.664799     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.678768 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:35 old-k8s-version-516480 kubelet[731]: E0922 16:02:35.667623     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.679106 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:37 old-k8s-version-516480 kubelet[731]: E0922 16:02:37.663543     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.679292 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:47 old-k8s-version-516480 kubelet[731]: E0922 16:02:47.664131     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.679619 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:51 old-k8s-version-516480 kubelet[731]: E0922 16:02:51.663557     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.679803 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:58 old-k8s-version-516480 kubelet[731]: E0922 16:02:58.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.680142 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: E0922 16:03:02.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.680328 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:10 old-k8s-version-516480 kubelet[731]: E0922 16:03:10.664090     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	I0922 16:03:14.680338 2677774 logs.go:123] Gathering logs for coredns [74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2] ...
	I0922 16:03:14.680353 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2"
	I0922 16:03:14.729315 2677774 logs.go:123] Gathering logs for kube-apiserver [7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f] ...
	I0922 16:03:14.729345 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f"
	I0922 16:03:14.805783 2677774 logs.go:123] Gathering logs for etcd [9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b] ...
	I0922 16:03:14.805824 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b"
	I0922 16:03:14.859833 2677774 logs.go:123] Gathering logs for kube-controller-manager [132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f] ...
	I0922 16:03:14.859871 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f"
	I0922 16:03:14.945468 2677774 logs.go:123] Gathering logs for dmesg ...
	I0922 16:03:14.945534 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 16:03:14.966220 2677774 logs.go:123] Gathering logs for describe nodes ...
	I0922 16:03:14.966253 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.20.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 16:03:15.128735 2677774 logs.go:123] Gathering logs for kubernetes-dashboard [8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3] ...
	I0922 16:03:15.128768 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3"
	I0922 16:03:15.175666 2677774 logs.go:123] Gathering logs for container status ...
	I0922 16:03:15.175695 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 16:03:15.218920 2677774 logs.go:123] Gathering logs for kube-proxy [ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d] ...
	I0922 16:03:15.219001 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d"
	I0922 16:03:15.258261 2677774 logs.go:123] Gathering logs for storage-provisioner [e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc] ...
	I0922 16:03:15.258288 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc"
	I0922 16:03:15.297993 2677774 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:15.298017 2677774 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 16:03:15.298068 2677774 out.go:270] X Problems detected in kubelet:
	X Problems detected in kubelet:
	W0922 16:03:15.298085 2677774 out.go:270]   Sep 22 16:02:47 old-k8s-version-516480 kubelet[731]: E0922 16:02:47.664131     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	  Sep 22 16:02:47 old-k8s-version-516480 kubelet[731]: E0922 16:02:47.664131     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:15.298094 2677774 out.go:270]   Sep 22 16:02:51 old-k8s-version-516480 kubelet[731]: E0922 16:02:51.663557     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	  Sep 22 16:02:51 old-k8s-version-516480 kubelet[731]: E0922 16:02:51.663557     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:15.298106 2677774 out.go:270]   Sep 22 16:02:58 old-k8s-version-516480 kubelet[731]: E0922 16:02:58.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	  Sep 22 16:02:58 old-k8s-version-516480 kubelet[731]: E0922 16:02:58.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:15.298116 2677774 out.go:270]   Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: E0922 16:03:02.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	  Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: E0922 16:03:02.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:15.298140 2677774 out.go:270]   Sep 22 16:03:10 old-k8s-version-516480 kubelet[731]: E0922 16:03:10.664090     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	  Sep 22 16:03:10 old-k8s-version-516480 kubelet[731]: E0922 16:03:10.664090     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	I0922 16:03:15.298151 2677774 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:15.298158 2677774 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 16:03:25.299726 2677774 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0922 16:03:25.312356 2677774 api_server.go:72] duration metric: took 5m57.609951104s to wait for apiserver process to appear ...
	I0922 16:03:25.312380 2677774 api_server.go:88] waiting for apiserver healthz status ...
	I0922 16:03:25.312417 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 16:03:25.312472 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 16:03:25.354045 2677774 cri.go:89] found id: "7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f"
	I0922 16:03:25.354105 2677774 cri.go:89] found id: ""
	I0922 16:03:25.354112 2677774 logs.go:276] 1 containers: [7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f]
	I0922 16:03:25.354170 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.358132 2677774 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 16:03:25.358203 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 16:03:25.396145 2677774 cri.go:89] found id: "9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b"
	I0922 16:03:25.396167 2677774 cri.go:89] found id: ""
	I0922 16:03:25.396175 2677774 logs.go:276] 1 containers: [9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b]
	I0922 16:03:25.396229 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.399809 2677774 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 16:03:25.399883 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 16:03:25.439685 2677774 cri.go:89] found id: "74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2"
	I0922 16:03:25.439709 2677774 cri.go:89] found id: ""
	I0922 16:03:25.439717 2677774 logs.go:276] 1 containers: [74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2]
	I0922 16:03:25.439776 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.443344 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 16:03:25.443416 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 16:03:25.480825 2677774 cri.go:89] found id: "30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f"
	I0922 16:03:25.480850 2677774 cri.go:89] found id: ""
	I0922 16:03:25.480858 2677774 logs.go:276] 1 containers: [30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f]
	I0922 16:03:25.480939 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.484490 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 16:03:25.484565 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 16:03:25.521254 2677774 cri.go:89] found id: "ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d"
	I0922 16:03:25.521277 2677774 cri.go:89] found id: ""
	I0922 16:03:25.521285 2677774 logs.go:276] 1 containers: [ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d]
	I0922 16:03:25.521355 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.525127 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 16:03:25.525199 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 16:03:25.564263 2677774 cri.go:89] found id: "132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f"
	I0922 16:03:25.564293 2677774 cri.go:89] found id: ""
	I0922 16:03:25.564302 2677774 logs.go:276] 1 containers: [132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f]
	I0922 16:03:25.564360 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.567949 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 16:03:25.568025 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 16:03:25.605454 2677774 cri.go:89] found id: "817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2"
	I0922 16:03:25.605480 2677774 cri.go:89] found id: ""
	I0922 16:03:25.605489 2677774 logs.go:276] 1 containers: [817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2]
	I0922 16:03:25.605600 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.609248 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kubernetes-dashboard Namespaces:[]}
	I0922 16:03:25.609369 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kubernetes-dashboard
	I0922 16:03:25.650258 2677774 cri.go:89] found id: "8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3"
	I0922 16:03:25.650282 2677774 cri.go:89] found id: ""
	I0922 16:03:25.650290 2677774 logs.go:276] 1 containers: [8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3]
	I0922 16:03:25.650346 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.653805 2677774 cri.go:54] listing CRI containers in root : {State:all Name:storage-provisioner Namespaces:[]}
	I0922 16:03:25.653903 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=storage-provisioner
	I0922 16:03:25.707409 2677774 cri.go:89] found id: "e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc"
	I0922 16:03:25.707477 2677774 cri.go:89] found id: "45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1"
	I0922 16:03:25.707498 2677774 cri.go:89] found id: ""
	I0922 16:03:25.707524 2677774 logs.go:276] 2 containers: [e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc 45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1]
	I0922 16:03:25.707610 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.711240 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.714461 2677774 logs.go:123] Gathering logs for describe nodes ...
	I0922 16:03:25.714488 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.20.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 16:03:25.865134 2677774 logs.go:123] Gathering logs for etcd [9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b] ...
	I0922 16:03:25.865165 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b"
	I0922 16:03:25.920843 2677774 logs.go:123] Gathering logs for kube-scheduler [30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f] ...
	I0922 16:03:25.920875 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f"
	I0922 16:03:25.973587 2677774 logs.go:123] Gathering logs for kube-proxy [ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d] ...
	I0922 16:03:25.973620 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d"
	I0922 16:03:26.013979 2677774 logs.go:123] Gathering logs for kubelet ...
	I0922 16:03:26.014058 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 16:03:26.064198 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900162     731 reflector.go:138] object-"kube-system"/"kube-proxy-token-qd9mk": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "kube-proxy-token-qd9mk" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.064468 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900230     731 reflector.go:138] object-"kube-system"/"kindnet-token-4qmzm": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "kindnet-token-4qmzm" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.064725 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900281     731 reflector.go:138] object-"kube-system"/"storage-provisioner-token-8jzbw": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "storage-provisioner-token-8jzbw" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.064959 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900346     731 reflector.go:138] object-"kube-system"/"coredns-token-s54l7": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "coredns-token-s54l7" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.065191 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900399     731 reflector.go:138] object-"default"/"default-token-bfhkm": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "default-token-bfhkm" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.065416 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900456     731 reflector.go:138] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.065643 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900499     731 reflector.go:138] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.069190 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:47 old-k8s-version-516480 kubelet[731]: E0922 15:57:47.566740     731 reflector.go:138] object-"kube-system"/"metrics-server-token-qckbp": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "metrics-server-token-qckbp" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.077104 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:50 old-k8s-version-516480 kubelet[731]: E0922 15:57:50.088641     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:26.077310 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:50 old-k8s-version-516480 kubelet[731]: E0922 15:57:50.733867     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.079498 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:05 old-k8s-version-516480 kubelet[731]: E0922 15:58:05.674769     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:26.081539 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:12 old-k8s-version-516480 kubelet[731]: E0922 15:58:12.804811     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.082000 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:13 old-k8s-version-516480 kubelet[731]: E0922 15:58:13.807220     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.082188 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:17 old-k8s-version-516480 kubelet[731]: E0922 15:58:17.664740     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.082649 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:20 old-k8s-version-516480 kubelet[731]: E0922 15:58:20.190220     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.083266 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:30 old-k8s-version-516480 kubelet[731]: E0922 15:58:30.841934     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.085397 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:32 old-k8s-version-516480 kubelet[731]: E0922 15:58:32.675646     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:26.085737 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:40 old-k8s-version-516480 kubelet[731]: E0922 15:58:40.190704     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.085924 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:47 old-k8s-version-516480 kubelet[731]: E0922 15:58:47.663896     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.086518 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:51 old-k8s-version-516480 kubelet[731]: E0922 15:58:51.872475     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.086844 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:00 old-k8s-version-516480 kubelet[731]: E0922 15:59:00.190211     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.087040 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:02 old-k8s-version-516480 kubelet[731]: E0922 15:59:02.663955     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.087373 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:13 old-k8s-version-516480 kubelet[731]: E0922 15:59:13.664941     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.089422 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:16 old-k8s-version-516480 kubelet[731]: E0922 15:59:16.691143     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:26.089762 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:25 old-k8s-version-516480 kubelet[731]: E0922 15:59:25.663919     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.089948 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:27 old-k8s-version-516480 kubelet[731]: E0922 15:59:27.664531     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.090540 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:40 old-k8s-version-516480 kubelet[731]: E0922 15:59:40.937803     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.090726 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:41 old-k8s-version-516480 kubelet[731]: E0922 15:59:41.664383     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.091310 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:50 old-k8s-version-516480 kubelet[731]: E0922 15:59:50.190598     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.091520 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:52 old-k8s-version-516480 kubelet[731]: E0922 15:59:52.664210     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.091857 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:04 old-k8s-version-516480 kubelet[731]: E0922 16:00:04.663628     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.092049 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:07 old-k8s-version-516480 kubelet[731]: E0922 16:00:07.664303     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.092451 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:16 old-k8s-version-516480 kubelet[731]: E0922 16:00:16.663530     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.092665 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:22 old-k8s-version-516480 kubelet[731]: E0922 16:00:22.664177     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.093044 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:29 old-k8s-version-516480 kubelet[731]: E0922 16:00:29.663555     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.097746 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:37 old-k8s-version-516480 kubelet[731]: E0922 16:00:37.676231     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:26.098093 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:42 old-k8s-version-516480 kubelet[731]: E0922 16:00:42.663980     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.098280 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:48 old-k8s-version-516480 kubelet[731]: E0922 16:00:48.665894     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.098656 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:57 old-k8s-version-516480 kubelet[731]: E0922 16:00:57.663548     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.098851 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:03 old-k8s-version-516480 kubelet[731]: E0922 16:01:03.664687     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.100437 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:10 old-k8s-version-516480 kubelet[731]: E0922 16:01:10.069563     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.100776 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:11 old-k8s-version-516480 kubelet[731]: E0922 16:01:11.073348     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.100964 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:18 old-k8s-version-516480 kubelet[731]: E0922 16:01:18.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.101292 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:22 old-k8s-version-516480 kubelet[731]: E0922 16:01:22.663469     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.101477 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:31 old-k8s-version-516480 kubelet[731]: E0922 16:01:31.664295     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.101816 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:33 old-k8s-version-516480 kubelet[731]: E0922 16:01:33.663565     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.102147 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:44 old-k8s-version-516480 kubelet[731]: E0922 16:01:44.663519     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.102330 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:46 old-k8s-version-516480 kubelet[731]: E0922 16:01:46.664063     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.102660 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:57 old-k8s-version-516480 kubelet[731]: E0922 16:01:57.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.102849 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:59 old-k8s-version-516480 kubelet[731]: E0922 16:01:59.664339     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.103194 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:09 old-k8s-version-516480 kubelet[731]: E0922 16:02:09.663527     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.103380 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:10 old-k8s-version-516480 kubelet[731]: E0922 16:02:10.664283     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.103710 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:24 old-k8s-version-516480 kubelet[731]: E0922 16:02:24.664676     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.103895 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:24 old-k8s-version-516480 kubelet[731]: E0922 16:02:24.664799     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.104342 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:35 old-k8s-version-516480 kubelet[731]: E0922 16:02:35.667623     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.104672 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:37 old-k8s-version-516480 kubelet[731]: E0922 16:02:37.663543     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.104855 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:47 old-k8s-version-516480 kubelet[731]: E0922 16:02:47.664131     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.105185 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:51 old-k8s-version-516480 kubelet[731]: E0922 16:02:51.663557     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.105371 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:58 old-k8s-version-516480 kubelet[731]: E0922 16:02:58.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.105698 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: E0922 16:03:02.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.105881 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:10 old-k8s-version-516480 kubelet[731]: E0922 16:03:10.664090     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.106209 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:14 old-k8s-version-516480 kubelet[731]: E0922 16:03:14.663628     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.106540 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.665238     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.108605 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.691950     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	I0922 16:03:26.108617 2677774 logs.go:123] Gathering logs for coredns [74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2] ...
	I0922 16:03:26.108631 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2"
	I0922 16:03:26.151673 2677774 logs.go:123] Gathering logs for kubernetes-dashboard [8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3] ...
	I0922 16:03:26.151704 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3"
	I0922 16:03:26.192315 2677774 logs.go:123] Gathering logs for kindnet [817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2] ...
	I0922 16:03:26.192348 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2"
	I0922 16:03:26.270007 2677774 logs.go:123] Gathering logs for storage-provisioner [45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1] ...
	I0922 16:03:26.270045 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1"
	I0922 16:03:26.315316 2677774 logs.go:123] Gathering logs for container status ...
	I0922 16:03:26.315345 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 16:03:26.366973 2677774 logs.go:123] Gathering logs for dmesg ...
	I0922 16:03:26.367009 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 16:03:26.383923 2677774 logs.go:123] Gathering logs for kube-apiserver [7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f] ...
	I0922 16:03:26.384005 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f"
	I0922 16:03:26.454554 2677774 logs.go:123] Gathering logs for kube-controller-manager [132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f] ...
	I0922 16:03:26.454588 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f"
	I0922 16:03:26.552246 2677774 logs.go:123] Gathering logs for storage-provisioner [e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc] ...
	I0922 16:03:26.552286 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc"
	I0922 16:03:26.597494 2677774 logs.go:123] Gathering logs for CRI-O ...
	I0922 16:03:26.597523 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 16:03:26.687849 2677774 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:26.687883 2677774 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 16:03:26.687953 2677774 out.go:270] X Problems detected in kubelet:
	X Problems detected in kubelet:
	W0922 16:03:26.687966 2677774 out.go:270]   Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: E0922 16:03:02.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	  Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: E0922 16:03:02.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.687976 2677774 out.go:270]   Sep 22 16:03:10 old-k8s-version-516480 kubelet[731]: E0922 16:03:10.664090     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	  Sep 22 16:03:10 old-k8s-version-516480 kubelet[731]: E0922 16:03:10.664090     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.687984 2677774 out.go:270]   Sep 22 16:03:14 old-k8s-version-516480 kubelet[731]: E0922 16:03:14.663628     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	  Sep 22 16:03:14 old-k8s-version-516480 kubelet[731]: E0922 16:03:14.663628     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.687990 2677774 out.go:270]   Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.665238     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	  Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.665238     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.687997 2677774 out.go:270]   Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.691950     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	  Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.691950     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	I0922 16:03:26.688013 2677774 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:26.688029 2677774 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 16:03:36.688280 2677774 api_server.go:253] Checking apiserver healthz at https://192.168.76.2:8443/healthz ...
	I0922 16:03:36.700813 2677774 api_server.go:279] https://192.168.76.2:8443/healthz returned 200:
	ok
	I0922 16:03:36.703682 2677774 out.go:201] 
	W0922 16:03:36.706164 2677774 out.go:270] X Exiting due to K8S_UNHEALTHY_CONTROL_PLANE: wait 6m0s for node: wait for healthy API server: controlPlane never updated to v1.20.0
	X Exiting due to K8S_UNHEALTHY_CONTROL_PLANE: wait 6m0s for node: wait for healthy API server: controlPlane never updated to v1.20.0
	W0922 16:03:36.706212 2677774 out.go:270] * Suggestion: Control Plane could not update, try minikube delete --all --purge
	* Suggestion: Control Plane could not update, try minikube delete --all --purge
	W0922 16:03:36.706235 2677774 out.go:270] * Related issue: https://github.com/kubernetes/minikube/issues/11417
	* Related issue: https://github.com/kubernetes/minikube/issues/11417
	W0922 16:03:36.706241 2677774 out.go:270] * 
	* 
	W0922 16:03:36.707282 2677774 out.go:293] ╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * 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.    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * 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.    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯
	I0922 16:03:36.710620 2677774 out.go:201] 

                                                
                                                
** /stderr **
start_stop_delete_test.go:259: failed to start minikube post-stop. args "out/minikube-linux-arm64 start -p old-k8s-version-516480 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0": exit status 102
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestStartStop/group/old-k8s-version/serial/SecondStart]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect old-k8s-version-516480
helpers_test.go:235: (dbg) docker inspect old-k8s-version-516480:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "7698124a9b3f470ea3bf9a4388ac4c2519f15e9b8da1b4908fae865f74ffd689",
	        "Created": "2024-09-22T15:54:21.683848322Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 2677975,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-22T15:57:19.272435101Z",
	            "FinishedAt": "2024-09-22T15:57:16.875935192Z"
	        },
	        "Image": "sha256:c94982da1293baee77c00993711af197ed62d6b1a4ee12c0caa4f57c70de4fdc",
	        "ResolvConfPath": "/var/lib/docker/containers/7698124a9b3f470ea3bf9a4388ac4c2519f15e9b8da1b4908fae865f74ffd689/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/7698124a9b3f470ea3bf9a4388ac4c2519f15e9b8da1b4908fae865f74ffd689/hostname",
	        "HostsPath": "/var/lib/docker/containers/7698124a9b3f470ea3bf9a4388ac4c2519f15e9b8da1b4908fae865f74ffd689/hosts",
	        "LogPath": "/var/lib/docker/containers/7698124a9b3f470ea3bf9a4388ac4c2519f15e9b8da1b4908fae865f74ffd689/7698124a9b3f470ea3bf9a4388ac4c2519f15e9b8da1b4908fae865f74ffd689-json.log",
	        "Name": "/old-k8s-version-516480",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "old-k8s-version-516480:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "old-k8s-version-516480",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 2306867200,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 4613734400,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/997ff72646511ca87581be431ce7c4130ce94850bfa5a79867551db3d303b273-init/diff:/var/lib/docker/overlay2/d9219ecf4ba4139ee105e87e1abf332b82a9a5b666e2f75f38e8e0be91bf8411/diff",
	                "MergedDir": "/var/lib/docker/overlay2/997ff72646511ca87581be431ce7c4130ce94850bfa5a79867551db3d303b273/merged",
	                "UpperDir": "/var/lib/docker/overlay2/997ff72646511ca87581be431ce7c4130ce94850bfa5a79867551db3d303b273/diff",
	                "WorkDir": "/var/lib/docker/overlay2/997ff72646511ca87581be431ce7c4130ce94850bfa5a79867551db3d303b273/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "old-k8s-version-516480",
	                "Source": "/var/lib/docker/volumes/old-k8s-version-516480/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "old-k8s-version-516480",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed",
	            "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": "old-k8s-version-516480",
	                "name.minikube.sigs.k8s.io": "old-k8s-version-516480",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "fedba79e69ed8cfe5124d9af70e5ee9024bab89d2c589ada0d8c5aab05f89228",
	            "SandboxKey": "/var/run/docker/netns/fedba79e69ed",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36350"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36351"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36354"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36352"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "36353"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "old-k8s-version-516480": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.76.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:4c:02",
	                    "DriverOpts": null,
	                    "NetworkID": "22b07022c94af44a29b5e705c91b4b41228784ddf9f1416eda5af089dc57fb15",
	                    "EndpointID": "95b55880dea22d746d13a249d462ac0a321e510fb35b332f756706c8ce9814e8",
	                    "Gateway": "192.168.76.1",
	                    "IPAddress": "192.168.76.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "old-k8s-version-516480",
	                        "7698124a9b3f"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p old-k8s-version-516480 -n old-k8s-version-516480
helpers_test.go:244: <<< TestStartStop/group/old-k8s-version/serial/SecondStart FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestStartStop/group/old-k8s-version/serial/SecondStart]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p old-k8s-version-516480 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p old-k8s-version-516480 logs -n 25: (1.596371852s)
helpers_test.go:252: TestStartStop/group/old-k8s-version/serial/SecondStart logs: 
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------------------------------|--------------------------|---------|---------|---------------------|---------------------|
	| Command |                          Args                          |         Profile          |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------------------------------|--------------------------|---------|---------|---------------------|---------------------|
	| ssh     | -p cilium-568447 sudo cat                              | cilium-568447            | jenkins | v1.34.0 | 22 Sep 24 15:53 UTC |                     |
	|         | /etc/containerd/config.toml                            |                          |         |         |                     |                     |
	| ssh     | -p cilium-568447 sudo                                  | cilium-568447            | jenkins | v1.34.0 | 22 Sep 24 15:53 UTC |                     |
	|         | containerd config dump                                 |                          |         |         |                     |                     |
	| ssh     | -p cilium-568447 sudo                                  | cilium-568447            | jenkins | v1.34.0 | 22 Sep 24 15:53 UTC |                     |
	|         | systemctl status crio --all                            |                          |         |         |                     |                     |
	|         | --full --no-pager                                      |                          |         |         |                     |                     |
	| ssh     | -p cilium-568447 sudo                                  | cilium-568447            | jenkins | v1.34.0 | 22 Sep 24 15:53 UTC |                     |
	|         | systemctl cat crio --no-pager                          |                          |         |         |                     |                     |
	| ssh     | -p cilium-568447 sudo find                             | cilium-568447            | jenkins | v1.34.0 | 22 Sep 24 15:53 UTC |                     |
	|         | /etc/crio -type f -exec sh -c                          |                          |         |         |                     |                     |
	|         | 'echo {}; cat {}' \;                                   |                          |         |         |                     |                     |
	| ssh     | -p cilium-568447 sudo crio                             | cilium-568447            | jenkins | v1.34.0 | 22 Sep 24 15:53 UTC |                     |
	|         | config                                                 |                          |         |         |                     |                     |
	| delete  | -p cilium-568447                                       | cilium-568447            | jenkins | v1.34.0 | 22 Sep 24 15:53 UTC | 22 Sep 24 15:53 UTC |
	| start   | -p cert-expiration-100495                              | cert-expiration-100495   | jenkins | v1.34.0 | 22 Sep 24 15:53 UTC | 22 Sep 24 15:53 UTC |
	|         | --memory=2048                                          |                          |         |         |                     |                     |
	|         | --cert-expiration=3m                                   |                          |         |         |                     |                     |
	|         | --driver=docker                                        |                          |         |         |                     |                     |
	|         | --container-runtime=crio                               |                          |         |         |                     |                     |
	| delete  | -p force-systemd-env-067912                            | force-systemd-env-067912 | jenkins | v1.34.0 | 22 Sep 24 15:53 UTC | 22 Sep 24 15:53 UTC |
	| start   | -p cert-options-156319                                 | cert-options-156319      | jenkins | v1.34.0 | 22 Sep 24 15:53 UTC | 22 Sep 24 15:54 UTC |
	|         | --memory=2048                                          |                          |         |         |                     |                     |
	|         | --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=crio                               |                          |         |         |                     |                     |
	| ssh     | cert-options-156319 ssh                                | cert-options-156319      | jenkins | v1.34.0 | 22 Sep 24 15:54 UTC | 22 Sep 24 15:54 UTC |
	|         | openssl x509 -text -noout -in                          |                          |         |         |                     |                     |
	|         | /var/lib/minikube/certs/apiserver.crt                  |                          |         |         |                     |                     |
	| ssh     | -p cert-options-156319 -- sudo                         | cert-options-156319      | jenkins | v1.34.0 | 22 Sep 24 15:54 UTC | 22 Sep 24 15:54 UTC |
	|         | cat /etc/kubernetes/admin.conf                         |                          |         |         |                     |                     |
	| delete  | -p cert-options-156319                                 | cert-options-156319      | jenkins | v1.34.0 | 22 Sep 24 15:54 UTC | 22 Sep 24 15:54 UTC |
	| start   | -p old-k8s-version-516480                              | old-k8s-version-516480   | jenkins | v1.34.0 | 22 Sep 24 15:54 UTC | 22 Sep 24 15:56 UTC |
	|         | --memory=2200                                          |                          |         |         |                     |                     |
	|         | --alsologtostderr --wait=true                          |                          |         |         |                     |                     |
	|         | --kvm-network=default                                  |                          |         |         |                     |                     |
	|         | --kvm-qemu-uri=qemu:///system                          |                          |         |         |                     |                     |
	|         | --disable-driver-mounts                                |                          |         |         |                     |                     |
	|         | --keep-context=false                                   |                          |         |         |                     |                     |
	|         | --driver=docker                                        |                          |         |         |                     |                     |
	|         | --container-runtime=crio                               |                          |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0                           |                          |         |         |                     |                     |
	| start   | -p cert-expiration-100495                              | cert-expiration-100495   | jenkins | v1.34.0 | 22 Sep 24 15:56 UTC | 22 Sep 24 15:56 UTC |
	|         | --memory=2048                                          |                          |         |         |                     |                     |
	|         | --cert-expiration=8760h                                |                          |         |         |                     |                     |
	|         | --driver=docker                                        |                          |         |         |                     |                     |
	|         | --container-runtime=crio                               |                          |         |         |                     |                     |
	| delete  | -p cert-expiration-100495                              | cert-expiration-100495   | jenkins | v1.34.0 | 22 Sep 24 15:56 UTC | 22 Sep 24 15:57 UTC |
	| start   | -p no-preload-592860                                   | no-preload-592860        | jenkins | v1.34.0 | 22 Sep 24 15:57 UTC | 22 Sep 24 15:58 UTC |
	|         | --memory=2200                                          |                          |         |         |                     |                     |
	|         | --alsologtostderr                                      |                          |         |         |                     |                     |
	|         | --wait=true --preload=false                            |                          |         |         |                     |                     |
	|         | --driver=docker                                        |                          |         |         |                     |                     |
	|         | --container-runtime=crio                               |                          |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1                           |                          |         |         |                     |                     |
	| addons  | enable metrics-server -p old-k8s-version-516480        | old-k8s-version-516480   | jenkins | v1.34.0 | 22 Sep 24 15:57 UTC | 22 Sep 24 15:57 UTC |
	|         | --images=MetricsServer=registry.k8s.io/echoserver:1.4  |                          |         |         |                     |                     |
	|         | --registries=MetricsServer=fake.domain                 |                          |         |         |                     |                     |
	| stop    | -p old-k8s-version-516480                              | old-k8s-version-516480   | jenkins | v1.34.0 | 22 Sep 24 15:57 UTC | 22 Sep 24 15:57 UTC |
	|         | --alsologtostderr -v=3                                 |                          |         |         |                     |                     |
	| addons  | enable dashboard -p old-k8s-version-516480             | old-k8s-version-516480   | jenkins | v1.34.0 | 22 Sep 24 15:57 UTC | 22 Sep 24 15:57 UTC |
	|         | --images=MetricsScraper=registry.k8s.io/echoserver:1.4 |                          |         |         |                     |                     |
	| start   | -p old-k8s-version-516480                              | old-k8s-version-516480   | jenkins | v1.34.0 | 22 Sep 24 15:57 UTC |                     |
	|         | --memory=2200                                          |                          |         |         |                     |                     |
	|         | --alsologtostderr --wait=true                          |                          |         |         |                     |                     |
	|         | --kvm-network=default                                  |                          |         |         |                     |                     |
	|         | --kvm-qemu-uri=qemu:///system                          |                          |         |         |                     |                     |
	|         | --disable-driver-mounts                                |                          |         |         |                     |                     |
	|         | --keep-context=false                                   |                          |         |         |                     |                     |
	|         | --driver=docker                                        |                          |         |         |                     |                     |
	|         | --container-runtime=crio                               |                          |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0                           |                          |         |         |                     |                     |
	| addons  | enable metrics-server -p no-preload-592860             | no-preload-592860        | jenkins | v1.34.0 | 22 Sep 24 15:58 UTC | 22 Sep 24 15:58 UTC |
	|         | --images=MetricsServer=registry.k8s.io/echoserver:1.4  |                          |         |         |                     |                     |
	|         | --registries=MetricsServer=fake.domain                 |                          |         |         |                     |                     |
	| stop    | -p no-preload-592860                                   | no-preload-592860        | jenkins | v1.34.0 | 22 Sep 24 15:58 UTC | 22 Sep 24 15:58 UTC |
	|         | --alsologtostderr -v=3                                 |                          |         |         |                     |                     |
	| addons  | enable dashboard -p no-preload-592860                  | no-preload-592860        | jenkins | v1.34.0 | 22 Sep 24 15:58 UTC | 22 Sep 24 15:58 UTC |
	|         | --images=MetricsScraper=registry.k8s.io/echoserver:1.4 |                          |         |         |                     |                     |
	| start   | -p no-preload-592860                                   | no-preload-592860        | jenkins | v1.34.0 | 22 Sep 24 15:58 UTC | 22 Sep 24 16:03 UTC |
	|         | --memory=2200                                          |                          |         |         |                     |                     |
	|         | --alsologtostderr                                      |                          |         |         |                     |                     |
	|         | --wait=true --preload=false                            |                          |         |         |                     |                     |
	|         | --driver=docker                                        |                          |         |         |                     |                     |
	|         | --container-runtime=crio                               |                          |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1                           |                          |         |         |                     |                     |
	|---------|--------------------------------------------------------|--------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/22 15:58:28
	Running on machine: ip-172-31-21-244
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0922 15:58:28.816775 2681906 out.go:345] Setting OutFile to fd 1 ...
	I0922 15:58:28.816977 2681906 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:58:28.817005 2681906 out.go:358] Setting ErrFile to fd 2...
	I0922 15:58:28.817024 2681906 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:58:28.817328 2681906 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 15:58:28.817751 2681906 out.go:352] Setting JSON to false
	I0922 15:58:28.818865 2681906 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":70859,"bootTime":1726949850,"procs":223,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
	I0922 15:58:28.819006 2681906 start.go:139] virtualization:  
	I0922 15:58:28.823887 2681906 out.go:177] * [no-preload-592860] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0922 15:58:28.826570 2681906 out.go:177]   - MINIKUBE_LOCATION=19648
	I0922 15:58:28.826632 2681906 notify.go:220] Checking for updates...
	I0922 15:58:28.832739 2681906 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0922 15:58:23.937278 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:26.437265 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:28.438681 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:28.836755 2681906 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 15:58:28.839786 2681906 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	I0922 15:58:28.842831 2681906 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0922 15:58:28.846903 2681906 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0922 15:58:28.849605 2681906 config.go:182] Loaded profile config "no-preload-592860": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 15:58:28.850152 2681906 driver.go:394] Setting default libvirt URI to qemu:///system
	I0922 15:58:28.885308 2681906 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0922 15:58:28.885437 2681906 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 15:58:28.938613 2681906 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:2 ContainersRunning:1 ContainersPaused:0 ContainersStopped:1 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:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:38 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-22 15:58:28.92570398 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 15:58:28.938730 2681906 docker.go:318] overlay module found
	I0922 15:58:28.942654 2681906 out.go:177] * Using the docker driver based on existing profile
	I0922 15:58:28.944963 2681906 start.go:297] selected driver: docker
	I0922 15:58:28.944984 2681906 start.go:901] validating driver "docker" against &{Name:no-preload-592860 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:2200 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.31.1 ClusterName:no-preload-592860 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.85.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[MetricsScraper:registry.k8s.io/echoserver:1.4 MetricsServer:registry.k8s.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] 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 Mount:false MountString:/home
/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 15:58:28.945111 2681906 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0922 15:58:28.945749 2681906 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 15:58:29.004957 2681906 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:2 ContainersRunning:1 ContainersPaused:0 ContainersStopped:1 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:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:38 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-22 15:58:28.995422632 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 15:58:29.005360 2681906 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0922 15:58:29.005397 2681906 cni.go:84] Creating CNI manager for ""
	I0922 15:58:29.005440 2681906 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 15:58:29.005481 2681906 start.go:340] cluster config:
	{Name:no-preload-592860 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:2200 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.31.1 ClusterName:no-preload-592860 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Containe
rRuntime:crio 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.85.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[MetricsScraper:registry.k8s.io/echoserver:1.4 MetricsServer:registry.k8s.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMS
ize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 15:58:29.008117 2681906 out.go:177] * Starting "no-preload-592860" primary control-plane node in "no-preload-592860" cluster
	I0922 15:58:29.010553 2681906 cache.go:121] Beginning downloading kic base image for docker with crio
	I0922 15:58:29.012953 2681906 out.go:177] * Pulling base image v0.0.45-1726784731-19672 ...
	I0922 15:58:29.015909 2681906 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 15:58:29.015990 2681906 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0922 15:58:29.016075 2681906 profile.go:143] Saving config to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/config.json ...
	I0922 15:58:29.016398 2681906 cache.go:107] acquiring lock: {Name:mkc59c6483da2f92ac20ee127ee99f4b03d4ed07 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 15:58:29.016489 2681906 cache.go:115] /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-apiserver_v1.31.1 exists
	I0922 15:58:29.016502 2681906 cache.go:96] cache image "registry.k8s.io/kube-apiserver:v1.31.1" -> "/home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-apiserver_v1.31.1" took 133.782µs
	I0922 15:58:29.016516 2681906 cache.go:80] save to tar file registry.k8s.io/kube-apiserver:v1.31.1 -> /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-apiserver_v1.31.1 succeeded
	I0922 15:58:29.016528 2681906 cache.go:107] acquiring lock: {Name:mk4cd191d99c698d6d3316a28dd3fde03e11a809 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 15:58:29.016568 2681906 cache.go:115] /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-controller-manager_v1.31.1 exists
	I0922 15:58:29.016577 2681906 cache.go:96] cache image "registry.k8s.io/kube-controller-manager:v1.31.1" -> "/home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-controller-manager_v1.31.1" took 51.56µs
	I0922 15:58:29.016583 2681906 cache.go:80] save to tar file registry.k8s.io/kube-controller-manager:v1.31.1 -> /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-controller-manager_v1.31.1 succeeded
	I0922 15:58:29.016593 2681906 cache.go:107] acquiring lock: {Name:mk44ca01b3031d29216b1e104a3ae8994ab9030e Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 15:58:29.016629 2681906 cache.go:115] /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-scheduler_v1.31.1 exists
	I0922 15:58:29.016638 2681906 cache.go:96] cache image "registry.k8s.io/kube-scheduler:v1.31.1" -> "/home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-scheduler_v1.31.1" took 46.03µs
	I0922 15:58:29.016644 2681906 cache.go:80] save to tar file registry.k8s.io/kube-scheduler:v1.31.1 -> /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-scheduler_v1.31.1 succeeded
	I0922 15:58:29.016652 2681906 cache.go:107] acquiring lock: {Name:mk128689ba0cd72f589d13839754dc6d4e1a6364 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 15:58:29.016679 2681906 cache.go:115] /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-proxy_v1.31.1 exists
	I0922 15:58:29.016684 2681906 cache.go:96] cache image "registry.k8s.io/kube-proxy:v1.31.1" -> "/home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-proxy_v1.31.1" took 32.549µs
	I0922 15:58:29.016689 2681906 cache.go:80] save to tar file registry.k8s.io/kube-proxy:v1.31.1 -> /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/kube-proxy_v1.31.1 succeeded
	I0922 15:58:29.016698 2681906 cache.go:107] acquiring lock: {Name:mk13c208f3ba4b218c932fbda99361b409d176ff Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 15:58:29.016726 2681906 cache.go:115] /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/pause_3.10 exists
	I0922 15:58:29.016734 2681906 cache.go:96] cache image "registry.k8s.io/pause:3.10" -> "/home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/pause_3.10" took 36.996µs
	I0922 15:58:29.016740 2681906 cache.go:80] save to tar file registry.k8s.io/pause:3.10 -> /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/pause_3.10 succeeded
	I0922 15:58:29.016748 2681906 cache.go:107] acquiring lock: {Name:mkd40c4120a5db288a05b6ea76a1b0917b646c38 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 15:58:29.016782 2681906 cache.go:115] /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/etcd_3.5.15-0 exists
	I0922 15:58:29.016790 2681906 cache.go:96] cache image "registry.k8s.io/etcd:3.5.15-0" -> "/home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/etcd_3.5.15-0" took 42.788µs
	I0922 15:58:29.016795 2681906 cache.go:80] save to tar file registry.k8s.io/etcd:3.5.15-0 -> /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/etcd_3.5.15-0 succeeded
	I0922 15:58:29.016804 2681906 cache.go:107] acquiring lock: {Name:mk1f4a22891b15166728c103494ec46b5ba969f5 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 15:58:29.016833 2681906 cache.go:115] /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/coredns/coredns_v1.11.3 exists
	I0922 15:58:29.016838 2681906 cache.go:96] cache image "registry.k8s.io/coredns/coredns:v1.11.3" -> "/home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/coredns/coredns_v1.11.3" took 34.896µs
	I0922 15:58:29.016847 2681906 cache.go:80] save to tar file registry.k8s.io/coredns/coredns:v1.11.3 -> /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/registry.k8s.io/coredns/coredns_v1.11.3 succeeded
	I0922 15:58:29.016896 2681906 cache.go:107] acquiring lock: {Name:mk1d19e9baf685f3093a70f4cd685e63a5a722e3 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 15:58:29.016935 2681906 cache.go:115] /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/gcr.io/k8s-minikube/storage-provisioner_v5 exists
	I0922 15:58:29.016946 2681906 cache.go:96] cache image "gcr.io/k8s-minikube/storage-provisioner:v5" -> "/home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/gcr.io/k8s-minikube/storage-provisioner_v5" took 51.617µs
	I0922 15:58:29.016953 2681906 cache.go:80] save to tar file gcr.io/k8s-minikube/storage-provisioner:v5 -> /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/images/arm64/gcr.io/k8s-minikube/storage-provisioner_v5 succeeded
	I0922 15:58:29.016958 2681906 cache.go:87] Successfully saved all images to host disk.
	I0922 15:58:29.040581 2681906 image.go:98] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon, skipping pull
	I0922 15:58:29.040603 2681906 cache.go:144] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed exists in daemon, skipping load
	I0922 15:58:29.040622 2681906 cache.go:194] Successfully downloaded all kic artifacts
	I0922 15:58:29.040721 2681906 start.go:360] acquireMachinesLock for no-preload-592860: {Name:mk0de96f97e174a676862097196da2e6b62b2bbc Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0922 15:58:29.040805 2681906 start.go:364] duration metric: took 45.619µs to acquireMachinesLock for "no-preload-592860"
	I0922 15:58:29.040827 2681906 start.go:96] Skipping create...Using existing machine configuration
	I0922 15:58:29.040832 2681906 fix.go:54] fixHost starting: 
	I0922 15:58:29.041171 2681906 cli_runner.go:164] Run: docker container inspect no-preload-592860 --format={{.State.Status}}
	I0922 15:58:29.058258 2681906 fix.go:112] recreateIfNeeded on no-preload-592860: state=Stopped err=<nil>
	W0922 15:58:29.058295 2681906 fix.go:138] unexpected machine state, will restart: <nil>
	I0922 15:58:29.062728 2681906 out.go:177] * Restarting existing docker container for "no-preload-592860" ...
	I0922 15:58:29.065409 2681906 cli_runner.go:164] Run: docker start no-preload-592860
	I0922 15:58:29.382472 2681906 cli_runner.go:164] Run: docker container inspect no-preload-592860 --format={{.State.Status}}
	I0922 15:58:29.404532 2681906 kic.go:430] container "no-preload-592860" state is running.
	I0922 15:58:29.406717 2681906 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" no-preload-592860
	I0922 15:58:29.428462 2681906 profile.go:143] Saving config to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/config.json ...
	I0922 15:58:29.429002 2681906 machine.go:93] provisionDockerMachine start ...
	I0922 15:58:29.430443 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:29.453800 2681906 main.go:141] libmachine: Using SSH client type: native
	I0922 15:58:29.454060 2681906 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36355 <nil> <nil>}
	I0922 15:58:29.454079 2681906 main.go:141] libmachine: About to run SSH command:
	hostname
	I0922 15:58:29.455082 2681906 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
	I0922 15:58:32.590476 2681906 main.go:141] libmachine: SSH cmd err, output: <nil>: no-preload-592860
	
	I0922 15:58:32.590502 2681906 ubuntu.go:169] provisioning hostname "no-preload-592860"
	I0922 15:58:32.590574 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:32.608267 2681906 main.go:141] libmachine: Using SSH client type: native
	I0922 15:58:32.608503 2681906 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36355 <nil> <nil>}
	I0922 15:58:32.608520 2681906 main.go:141] libmachine: About to run SSH command:
	sudo hostname no-preload-592860 && echo "no-preload-592860" | sudo tee /etc/hostname
	I0922 15:58:32.767308 2681906 main.go:141] libmachine: SSH cmd err, output: <nil>: no-preload-592860
	
	I0922 15:58:32.767388 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:32.785349 2681906 main.go:141] libmachine: Using SSH client type: native
	I0922 15:58:32.785627 2681906 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36355 <nil> <nil>}
	I0922 15:58:32.785652 2681906 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\sno-preload-592860' /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 no-preload-592860/g' /etc/hosts;
				else 
					echo '127.0.1.1 no-preload-592860' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0922 15:58:32.919219 2681906 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0922 15:58:32.919245 2681906 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19648-2476577/.minikube CaCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19648-2476577/.minikube}
	I0922 15:58:32.919279 2681906 ubuntu.go:177] setting up certificates
	I0922 15:58:32.919292 2681906 provision.go:84] configureAuth start
	I0922 15:58:32.919382 2681906 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" no-preload-592860
	I0922 15:58:32.940926 2681906 provision.go:143] copyHostCerts
	I0922 15:58:32.941042 2681906 exec_runner.go:144] found /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.pem, removing ...
	I0922 15:58:32.941060 2681906 exec_runner.go:203] rm: /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.pem
	I0922 15:58:32.941144 2681906 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.pem (1078 bytes)
	I0922 15:58:32.941252 2681906 exec_runner.go:144] found /home/jenkins/minikube-integration/19648-2476577/.minikube/cert.pem, removing ...
	I0922 15:58:32.941257 2681906 exec_runner.go:203] rm: /home/jenkins/minikube-integration/19648-2476577/.minikube/cert.pem
	I0922 15:58:32.941289 2681906 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/cert.pem (1123 bytes)
	I0922 15:58:32.941348 2681906 exec_runner.go:144] found /home/jenkins/minikube-integration/19648-2476577/.minikube/key.pem, removing ...
	I0922 15:58:32.941353 2681906 exec_runner.go:203] rm: /home/jenkins/minikube-integration/19648-2476577/.minikube/key.pem
	I0922 15:58:32.941378 2681906 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19648-2476577/.minikube/key.pem (1675 bytes)
	I0922 15:58:32.941491 2681906 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem org=jenkins.no-preload-592860 san=[127.0.0.1 192.168.85.2 localhost minikube no-preload-592860]
	I0922 15:58:33.447507 2681906 provision.go:177] copyRemoteCerts
	I0922 15:58:33.447580 2681906 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0922 15:58:33.447625 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:33.465001 2681906 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36355 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/no-preload-592860/id_rsa Username:docker}
	I0922 15:58:33.560375 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0922 15:58:33.586820 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server.pem --> /etc/docker/server.pem (1220 bytes)
	I0922 15:58:33.612600 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0922 15:58:33.639240 2681906 provision.go:87] duration metric: took 719.9322ms to configureAuth
	I0922 15:58:33.639267 2681906 ubuntu.go:193] setting minikube options for container-runtime
	I0922 15:58:33.639468 2681906 config.go:182] Loaded profile config "no-preload-592860": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 15:58:33.639581 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:33.655794 2681906 main.go:141] libmachine: Using SSH client type: native
	I0922 15:58:33.656066 2681906 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 36355 <nil> <nil>}
	I0922 15:58:33.656090 2681906 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0922 15:58:30.445213 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:32.939246 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:34.058478 2681906 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0922 15:58:34.058502 2681906 machine.go:96] duration metric: took 4.629480119s to provisionDockerMachine
	I0922 15:58:34.058514 2681906 start.go:293] postStartSetup for "no-preload-592860" (driver="docker")
	I0922 15:58:34.058546 2681906 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]
	I0922 15:58:34.058625 2681906 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
	I0922 15:58:34.058686 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:34.080322 2681906 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36355 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/no-preload-592860/id_rsa Username:docker}
	I0922 15:58:34.185255 2681906 ssh_runner.go:195] Run: cat /etc/os-release
	I0922 15:58:34.188665 2681906 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0922 15:58:34.188705 2681906 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0922 15:58:34.188716 2681906 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0922 15:58:34.188723 2681906 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0922 15:58:34.188734 2681906 filesync.go:126] Scanning /home/jenkins/minikube-integration/19648-2476577/.minikube/addons for local assets ...
	I0922 15:58:34.188795 2681906 filesync.go:126] Scanning /home/jenkins/minikube-integration/19648-2476577/.minikube/files for local assets ...
	I0922 15:58:34.188880 2681906 filesync.go:149] local asset: /home/jenkins/minikube-integration/19648-2476577/.minikube/files/etc/ssl/certs/24819532.pem -> 24819532.pem in /etc/ssl/certs
	I0922 15:58:34.188991 2681906 ssh_runner.go:195] Run: sudo mkdir -p /etc/ssl/certs
	I0922 15:58:34.199421 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/files/etc/ssl/certs/24819532.pem --> /etc/ssl/certs/24819532.pem (1708 bytes)
	I0922 15:58:34.224967 2681906 start.go:296] duration metric: took 166.419227ms for postStartSetup
	I0922 15:58:34.225051 2681906 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0922 15:58:34.225141 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:34.242190 2681906 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36355 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/no-preload-592860/id_rsa Username:docker}
	I0922 15:58:34.336306 2681906 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0922 15:58:34.340937 2681906 fix.go:56] duration metric: took 5.30009583s for fixHost
	I0922 15:58:34.340985 2681906 start.go:83] releasing machines lock for "no-preload-592860", held for 5.300150049s
	I0922 15:58:34.341082 2681906 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" no-preload-592860
	I0922 15:58:34.359375 2681906 ssh_runner.go:195] Run: cat /version.json
	I0922 15:58:34.359431 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:34.359566 2681906 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0922 15:58:34.359677 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:34.381748 2681906 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36355 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/no-preload-592860/id_rsa Username:docker}
	I0922 15:58:34.389981 2681906 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36355 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/no-preload-592860/id_rsa Username:docker}
	I0922 15:58:34.617710 2681906 ssh_runner.go:195] Run: systemctl --version
	I0922 15:58:34.622268 2681906 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0922 15:58:34.764663 2681906 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0922 15:58:34.768996 2681906 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 "sudo mv {} {}.mk_disabled" ;
	I0922 15:58:34.778416 2681906 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0922 15:58:34.778492 2681906 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" ;
	I0922 15:58:34.787532 2681906 cni.go:259] no active bridge cni configs found in "/etc/cni/net.d" - nothing to disable
	I0922 15:58:34.787557 2681906 start.go:495] detecting cgroup driver to use...
	I0922 15:58:34.787591 2681906 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0922 15:58:34.787644 2681906 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0922 15:58:34.800493 2681906 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0922 15:58:34.812136 2681906 docker.go:217] disabling cri-docker service (if available) ...
	I0922 15:58:34.812287 2681906 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0922 15:58:34.827126 2681906 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0922 15:58:34.838701 2681906 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0922 15:58:34.925787 2681906 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0922 15:58:35.019970 2681906 docker.go:233] disabling docker service ...
	I0922 15:58:35.020037 2681906 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0922 15:58:35.032980 2681906 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0922 15:58:35.051549 2681906 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0922 15:58:35.153342 2681906 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0922 15:58:35.234465 2681906 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0922 15:58:35.246636 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0922 15:58:35.263008 2681906 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0922 15:58:35.263121 2681906 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 15:58:35.272840 2681906 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0922 15:58:35.272911 2681906 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 15:58:35.283342 2681906 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 15:58:35.294279 2681906 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 15:58:35.304077 2681906 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0922 15:58:35.313470 2681906 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 15:58:35.323446 2681906 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 15:58:35.333545 2681906 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n  "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
	I0922 15:58:35.343925 2681906 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0922 15:58:35.353152 2681906 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0922 15:58:35.361549 2681906 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 15:58:35.443971 2681906 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0922 15:58:35.592419 2681906 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0922 15:58:35.592538 2681906 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0922 15:58:35.598627 2681906 start.go:563] Will wait 60s for crictl version
	I0922 15:58:35.598746 2681906 ssh_runner.go:195] Run: which crictl
	I0922 15:58:35.602588 2681906 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0922 15:58:35.656327 2681906 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0922 15:58:35.656475 2681906 ssh_runner.go:195] Run: crio --version
	I0922 15:58:35.708452 2681906 ssh_runner.go:195] Run: crio --version
	I0922 15:58:35.754028 2681906 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0922 15:58:35.756506 2681906 cli_runner.go:164] Run: docker network inspect no-preload-592860 --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}}]}"
	I0922 15:58:35.773330 2681906 ssh_runner.go:195] Run: grep 192.168.85.1	host.minikube.internal$ /etc/hosts
	I0922 15:58:35.777353 2681906 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.85.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0922 15:58:35.788255 2681906 kubeadm.go:883] updating cluster {Name:no-preload-592860 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:2200 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.31.1 ClusterName:no-preload-592860 Namespace:default APIServerHAVIP: APIServerName:minikubeCA API
ServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.85.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[MetricsScraper:registry.k8s.io/echoserver:1.4 MetricsServer:registry.k8s.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] 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 Mount:false MountString:/home/jenkins:/minikub
e-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0922 15:58:35.788387 2681906 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 15:58:35.788429 2681906 ssh_runner.go:195] Run: sudo crictl images --output json
	I0922 15:58:35.840860 2681906 crio.go:514] all images are preloaded for cri-o runtime.
	I0922 15:58:35.840886 2681906 cache_images.go:84] Images are preloaded, skipping loading
	I0922 15:58:35.840895 2681906 kubeadm.go:934] updating node { 192.168.85.2 8443 v1.31.1 crio true true} ...
	I0922 15:58:35.840992 2681906 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=no-preload-592860 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.85.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:no-preload-592860 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0922 15:58:35.841083 2681906 ssh_runner.go:195] Run: crio config
	I0922 15:58:35.940789 2681906 cni.go:84] Creating CNI manager for ""
	I0922 15:58:35.940820 2681906 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 15:58:35.940832 2681906 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0922 15:58:35.940865 2681906 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.85.2 APIServerPort:8443 KubernetesVersion:v1.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:no-preload-592860 NodeName:no-preload-592860 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.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.85.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.85.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0922 15:58:35.941009 2681906 kubeadm.go:187] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.85.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: unix:///var/run/crio/crio.sock
	  name: "no-preload-592860"
	  kubeletExtraArgs:
	    node-ip: 192.168.85.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.85.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.31.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.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
	
	I0922 15:58:35.941081 2681906 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0922 15:58:35.951281 2681906 binaries.go:44] Found k8s binaries, skipping transfer
	I0922 15:58:35.951353 2681906 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0922 15:58:35.960523 2681906 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (367 bytes)
	I0922 15:58:35.979720 2681906 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0922 15:58:35.998729 2681906 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2155 bytes)
	I0922 15:58:36.019125 2681906 ssh_runner.go:195] Run: grep 192.168.85.2	control-plane.minikube.internal$ /etc/hosts
	I0922 15:58:36.022795 2681906 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.85.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0922 15:58:36.034111 2681906 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 15:58:36.136304 2681906 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0922 15:58:36.151511 2681906 certs.go:68] Setting up /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860 for IP: 192.168.85.2
	I0922 15:58:36.151545 2681906 certs.go:194] generating shared ca certs ...
	I0922 15:58:36.151564 2681906 certs.go:226] acquiring lock for ca certs: {Name:mkeff3e73d2be4d9e117d80b8189a4c062e8cbf0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 15:58:36.151730 2681906 certs.go:235] skipping valid "minikubeCA" ca cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key
	I0922 15:58:36.151786 2681906 certs.go:235] skipping valid "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key
	I0922 15:58:36.151799 2681906 certs.go:256] generating profile certs ...
	I0922 15:58:36.151893 2681906 certs.go:359] skipping valid signed profile cert regeneration for "minikube-user": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.key
	I0922 15:58:36.152010 2681906 certs.go:359] skipping valid signed profile cert regeneration for "minikube": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/apiserver.key.718cbde7
	I0922 15:58:36.152061 2681906 certs.go:359] skipping valid signed profile cert regeneration for "aggregator": /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/proxy-client.key
	I0922 15:58:36.152186 2681906 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/2481953.pem (1338 bytes)
	W0922 15:58:36.152220 2681906 certs.go:480] ignoring /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/2481953_empty.pem, impossibly tiny 0 bytes
	I0922 15:58:36.152242 2681906 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca-key.pem (1675 bytes)
	I0922 15:58:36.152270 2681906 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/ca.pem (1078 bytes)
	I0922 15:58:36.152294 2681906 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/cert.pem (1123 bytes)
	I0922 15:58:36.152320 2681906 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/key.pem (1675 bytes)
	I0922 15:58:36.152367 2681906 certs.go:484] found cert: /home/jenkins/minikube-integration/19648-2476577/.minikube/files/etc/ssl/certs/24819532.pem (1708 bytes)
	I0922 15:58:36.152997 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0922 15:58:36.187076 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0922 15:58:36.218499 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0922 15:58:36.246798 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0922 15:58:36.274111 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1424 bytes)
	I0922 15:58:36.300673 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0922 15:58:36.346040 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0922 15:58:36.380821 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0922 15:58:36.448045 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/files/etc/ssl/certs/24819532.pem --> /usr/share/ca-certificates/24819532.pem (1708 bytes)
	I0922 15:58:36.476268 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0922 15:58:36.506397 2681906 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19648-2476577/.minikube/certs/2481953.pem --> /usr/share/ca-certificates/2481953.pem (1338 bytes)
	I0922 15:58:36.534455 2681906 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0922 15:58:36.553753 2681906 ssh_runner.go:195] Run: openssl version
	I0922 15:58:36.561120 2681906 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/24819532.pem && ln -fs /usr/share/ca-certificates/24819532.pem /etc/ssl/certs/24819532.pem"
	I0922 15:58:36.571486 2681906 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/24819532.pem
	I0922 15:58:36.575040 2681906 certs.go:528] hashing: -rw-r--r-- 1 root root 1708 Sep 22 15:14 /usr/share/ca-certificates/24819532.pem
	I0922 15:58:36.575116 2681906 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/24819532.pem
	I0922 15:58:36.582327 2681906 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/3ec20f2e.0 || ln -fs /etc/ssl/certs/24819532.pem /etc/ssl/certs/3ec20f2e.0"
	I0922 15:58:36.591901 2681906 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"
	I0922 15:58:36.601628 2681906 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0922 15:58:36.605365 2681906 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 22 14:55 /usr/share/ca-certificates/minikubeCA.pem
	I0922 15:58:36.605434 2681906 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0922 15:58:36.613166 2681906 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"
	I0922 15:58:36.622744 2681906 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/2481953.pem && ln -fs /usr/share/ca-certificates/2481953.pem /etc/ssl/certs/2481953.pem"
	I0922 15:58:36.632820 2681906 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/2481953.pem
	I0922 15:58:36.636738 2681906 certs.go:528] hashing: -rw-r--r-- 1 root root 1338 Sep 22 15:14 /usr/share/ca-certificates/2481953.pem
	I0922 15:58:36.636840 2681906 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/2481953.pem
	I0922 15:58:36.644155 2681906 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/51391683.0 || ln -fs /etc/ssl/certs/2481953.pem /etc/ssl/certs/51391683.0"
	I0922 15:58:36.653095 2681906 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0922 15:58:36.656748 2681906 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/apiserver-etcd-client.crt -checkend 86400
	I0922 15:58:36.663866 2681906 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/apiserver-kubelet-client.crt -checkend 86400
	I0922 15:58:36.670791 2681906 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/etcd/server.crt -checkend 86400
	I0922 15:58:36.677534 2681906 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/etcd/healthcheck-client.crt -checkend 86400
	I0922 15:58:36.684167 2681906 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/etcd/peer.crt -checkend 86400
	I0922 15:58:36.691158 2681906 ssh_runner.go:195] Run: openssl x509 -noout -in /var/lib/minikube/certs/front-proxy-client.crt -checkend 86400
	I0922 15:58:36.698487 2681906 kubeadm.go:392] StartCluster: {Name:no-preload-592860 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:2200 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.31.1 ClusterName:no-preload-592860 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APISer
verNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.85.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[MetricsScraper:registry.k8s.io/echoserver:1.4 MetricsServer:registry.k8s.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] 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 Mount:false MountString:/home/jenkins:/minikube-h
ost Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 15:58:36.698596 2681906 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0922 15:58:36.698677 2681906 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0922 15:58:36.758214 2681906 cri.go:89] found id: ""
	I0922 15:58:36.758289 2681906 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0922 15:58:36.774055 2681906 kubeadm.go:408] found existing configuration files, will attempt cluster restart
	I0922 15:58:36.774073 2681906 kubeadm.go:593] restartPrimaryControlPlane start ...
	I0922 15:58:36.774129 2681906 ssh_runner.go:195] Run: sudo test -d /data/minikube
	I0922 15:58:36.790757 2681906 kubeadm.go:130] /data/minikube skipping compat symlinks: sudo test -d /data/minikube: Process exited with status 1
	stdout:
	
	stderr:
	I0922 15:58:36.791350 2681906 kubeconfig.go:47] verify endpoint returned: get endpoint: "no-preload-592860" does not appear in /home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 15:58:36.791609 2681906 kubeconfig.go:62] /home/jenkins/minikube-integration/19648-2476577/kubeconfig needs updating (will repair): [kubeconfig missing "no-preload-592860" cluster setting kubeconfig missing "no-preload-592860" context setting]
	I0922 15:58:36.792110 2681906 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/kubeconfig: {Name:mk86102d2663511afa0f6941c90df65de1224212 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 15:58:36.793443 2681906 ssh_runner.go:195] Run: sudo diff -u /var/tmp/minikube/kubeadm.yaml /var/tmp/minikube/kubeadm.yaml.new
	I0922 15:58:36.804873 2681906 kubeadm.go:630] The running cluster does not require reconfiguration: 192.168.85.2
	I0922 15:58:36.804946 2681906 kubeadm.go:597] duration metric: took 30.867075ms to restartPrimaryControlPlane
	I0922 15:58:36.804985 2681906 kubeadm.go:394] duration metric: took 106.505727ms to StartCluster
	I0922 15:58:36.805019 2681906 settings.go:142] acquiring lock: {Name:mk2cf6e4d3f37a4f62280a8a9356d931b86b236f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 15:58:36.805103 2681906 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 15:58:36.806026 2681906 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/kubeconfig: {Name:mk86102d2663511afa0f6941c90df65de1224212 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 15:58:36.806294 2681906 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.85.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0922 15:58:36.806559 2681906 config.go:182] Loaded profile config "no-preload-592860": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 15:58:36.806461 2681906 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:false csi-hostpath-driver:false dashboard:true 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 kubevirt:false logviewer:false metallb:false metrics-server:true 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-gluster:false storage-provisioner-rancher:false volcano:false volumesnapshots:false yakd:false]
	I0922 15:58:36.806844 2681906 addons.go:69] Setting storage-provisioner=true in profile "no-preload-592860"
	I0922 15:58:36.806859 2681906 addons.go:234] Setting addon storage-provisioner=true in "no-preload-592860"
	W0922 15:58:36.806865 2681906 addons.go:243] addon storage-provisioner should already be in state true
	I0922 15:58:36.806888 2681906 host.go:66] Checking if "no-preload-592860" exists ...
	I0922 15:58:36.807419 2681906 cli_runner.go:164] Run: docker container inspect no-preload-592860 --format={{.State.Status}}
	I0922 15:58:36.807637 2681906 addons.go:69] Setting default-storageclass=true in profile "no-preload-592860"
	I0922 15:58:36.807672 2681906 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "no-preload-592860"
	I0922 15:58:36.807987 2681906 cli_runner.go:164] Run: docker container inspect no-preload-592860 --format={{.State.Status}}
	I0922 15:58:36.808605 2681906 addons.go:69] Setting dashboard=true in profile "no-preload-592860"
	I0922 15:58:36.808626 2681906 addons.go:234] Setting addon dashboard=true in "no-preload-592860"
	W0922 15:58:36.808633 2681906 addons.go:243] addon dashboard should already be in state true
	I0922 15:58:36.808661 2681906 host.go:66] Checking if "no-preload-592860" exists ...
	I0922 15:58:36.809082 2681906 cli_runner.go:164] Run: docker container inspect no-preload-592860 --format={{.State.Status}}
	I0922 15:58:36.812173 2681906 out.go:177] * Verifying Kubernetes components...
	I0922 15:58:36.812278 2681906 addons.go:69] Setting metrics-server=true in profile "no-preload-592860"
	I0922 15:58:36.812298 2681906 addons.go:234] Setting addon metrics-server=true in "no-preload-592860"
	W0922 15:58:36.812305 2681906 addons.go:243] addon metrics-server should already be in state true
	I0922 15:58:36.812339 2681906 host.go:66] Checking if "no-preload-592860" exists ...
	I0922 15:58:36.812802 2681906 cli_runner.go:164] Run: docker container inspect no-preload-592860 --format={{.State.Status}}
	I0922 15:58:36.816154 2681906 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0922 15:58:36.866265 2681906 addons.go:234] Setting addon default-storageclass=true in "no-preload-592860"
	W0922 15:58:36.866288 2681906 addons.go:243] addon default-storageclass should already be in state true
	I0922 15:58:36.866671 2681906 host.go:66] Checking if "no-preload-592860" exists ...
	I0922 15:58:36.867168 2681906 cli_runner.go:164] Run: docker container inspect no-preload-592860 --format={{.State.Status}}
	I0922 15:58:36.880743 2681906 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0922 15:58:36.884205 2681906 out.go:177]   - Using image registry.k8s.io/echoserver:1.4
	I0922 15:58:36.884412 2681906 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 15:58:36.884425 2681906 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0922 15:58:36.884487 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:36.890702 2681906 out.go:177]   - Using image fake.domain/registry.k8s.io/echoserver:1.4
	I0922 15:58:36.890823 2681906 out.go:177]   - Using image docker.io/kubernetesui/dashboard:v2.7.0
	I0922 15:58:36.894427 2681906 addons.go:431] installing /etc/kubernetes/addons/dashboard-ns.yaml
	I0922 15:58:36.894453 2681906 ssh_runner.go:362] scp dashboard/dashboard-ns.yaml --> /etc/kubernetes/addons/dashboard-ns.yaml (759 bytes)
	I0922 15:58:36.894522 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:36.894663 2681906 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0922 15:58:36.894672 2681906 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0922 15:58:36.894706 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:36.961790 2681906 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0922 15:58:36.961811 2681906 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0922 15:58:36.961882 2681906 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" no-preload-592860
	I0922 15:58:36.963713 2681906 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36355 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/no-preload-592860/id_rsa Username:docker}
	I0922 15:58:36.985354 2681906 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36355 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/no-preload-592860/id_rsa Username:docker}
	I0922 15:58:36.999341 2681906 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36355 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/no-preload-592860/id_rsa Username:docker}
	I0922 15:58:37.009765 2681906 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36355 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/no-preload-592860/id_rsa Username:docker}
	I0922 15:58:37.183974 2681906 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0922 15:58:37.234523 2681906 node_ready.go:35] waiting up to 6m0s for node "no-preload-592860" to be "Ready" ...
	I0922 15:58:37.251880 2681906 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 15:58:37.321924 2681906 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0922 15:58:37.321958 2681906 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1825 bytes)
	I0922 15:58:37.331533 2681906 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0922 15:58:37.365858 2681906 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0922 15:58:37.365885 2681906 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0922 15:58:37.376255 2681906 addons.go:431] installing /etc/kubernetes/addons/dashboard-clusterrole.yaml
	I0922 15:58:37.376335 2681906 ssh_runner.go:362] scp dashboard/dashboard-clusterrole.yaml --> /etc/kubernetes/addons/dashboard-clusterrole.yaml (1001 bytes)
	I0922 15:58:37.441551 2681906 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0922 15:58:37.441626 2681906 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0922 15:58:37.471392 2681906 addons.go:431] installing /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml
	I0922 15:58:37.471466 2681906 ssh_runner.go:362] scp dashboard/dashboard-clusterrolebinding.yaml --> /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml (1018 bytes)
	I0922 15:58:37.516851 2681906 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	W0922 15:58:37.519909 2681906 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	error: error validating "/etc/kubernetes/addons/storage-provisioner.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	I0922 15:58:37.519991 2681906 retry.go:31] will retry after 206.183493ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
	stdout:
	
	stderr:
	error: error validating "/etc/kubernetes/addons/storage-provisioner.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	I0922 15:58:37.541028 2681906 addons.go:431] installing /etc/kubernetes/addons/dashboard-configmap.yaml
	I0922 15:58:37.541104 2681906 ssh_runner.go:362] scp dashboard/dashboard-configmap.yaml --> /etc/kubernetes/addons/dashboard-configmap.yaml (837 bytes)
	W0922 15:58:37.587297 2681906 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	error: error validating "/etc/kubernetes/addons/storageclass.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	I0922 15:58:37.587380 2681906 retry.go:31] will retry after 330.154939ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: Process exited with status 1
	stdout:
	
	stderr:
	error: error validating "/etc/kubernetes/addons/storageclass.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	I0922 15:58:37.597132 2681906 addons.go:431] installing /etc/kubernetes/addons/dashboard-dp.yaml
	I0922 15:58:37.597204 2681906 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-dp.yaml (4201 bytes)
	I0922 15:58:37.661673 2681906 addons.go:431] installing /etc/kubernetes/addons/dashboard-role.yaml
	I0922 15:58:37.661749 2681906 ssh_runner.go:362] scp dashboard/dashboard-role.yaml --> /etc/kubernetes/addons/dashboard-role.yaml (1724 bytes)
	W0922 15:58:37.665920 2681906 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: Process exited with status 1
	stdout:
	
	stderr:
	error validating "/etc/kubernetes/addons/metrics-apiservice.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	error validating "/etc/kubernetes/addons/metrics-server-deployment.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	error validating "/etc/kubernetes/addons/metrics-server-rbac.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	error validating "/etc/kubernetes/addons/metrics-server-service.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	I0922 15:58:37.666004 2681906 retry.go:31] will retry after 219.709418ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: Process exited with status 1
	stdout:
	
	stderr:
	error validating "/etc/kubernetes/addons/metrics-apiservice.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	error validating "/etc/kubernetes/addons/metrics-server-deployment.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	error validating "/etc/kubernetes/addons/metrics-server-rbac.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	error validating "/etc/kubernetes/addons/metrics-server-service.yaml": error validating data: failed to download openapi: Get "https://localhost:8443/openapi/v2?timeout=32s": dial tcp [::1]:8443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
	I0922 15:58:37.685294 2681906 addons.go:431] installing /etc/kubernetes/addons/dashboard-rolebinding.yaml
	I0922 15:58:37.685379 2681906 ssh_runner.go:362] scp dashboard/dashboard-rolebinding.yaml --> /etc/kubernetes/addons/dashboard-rolebinding.yaml (1046 bytes)
	I0922 15:58:37.710551 2681906 addons.go:431] installing /etc/kubernetes/addons/dashboard-sa.yaml
	I0922 15:58:37.710634 2681906 ssh_runner.go:362] scp dashboard/dashboard-sa.yaml --> /etc/kubernetes/addons/dashboard-sa.yaml (837 bytes)
	I0922 15:58:37.727084 2681906 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0922 15:58:37.753795 2681906 addons.go:431] installing /etc/kubernetes/addons/dashboard-secret.yaml
	I0922 15:58:37.753818 2681906 ssh_runner.go:362] scp dashboard/dashboard-secret.yaml --> /etc/kubernetes/addons/dashboard-secret.yaml (1389 bytes)
	I0922 15:58:37.831654 2681906 addons.go:431] installing /etc/kubernetes/addons/dashboard-svc.yaml
	I0922 15:58:37.831677 2681906 ssh_runner.go:362] scp dashboard/dashboard-svc.yaml --> /etc/kubernetes/addons/dashboard-svc.yaml (1294 bytes)
	I0922 15:58:37.856831 2681906 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0922 15:58:37.886079 2681906 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -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
	I0922 15:58:37.918630 2681906 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml
	I0922 15:58:34.940465 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:36.948246 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:42.361243 2681906 node_ready.go:49] node "no-preload-592860" has status "Ready":"True"
	I0922 15:58:42.361267 2681906 node_ready.go:38] duration metric: took 5.126692461s for node "no-preload-592860" to be "Ready" ...
	I0922 15:58:42.361278 2681906 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0922 15:58:42.450424 2681906 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-c9vlc" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:42.683273 2681906 pod_ready.go:93] pod "coredns-7c65d6cfc9-c9vlc" in "kube-system" namespace has status "Ready":"True"
	I0922 15:58:42.683356 2681906 pod_ready.go:82] duration metric: took 232.842703ms for pod "coredns-7c65d6cfc9-c9vlc" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:42.683384 2681906 pod_ready.go:79] waiting up to 6m0s for pod "etcd-no-preload-592860" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:39.439614 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:41.937763 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:44.143537 2681906 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/storage-provisioner.yaml: (6.416355004s)
	I0922 15:58:44.645238 2681906 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (6.788365134s)
	I0922 15:58:44.645381 2681906 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (6.759259774s)
	I0922 15:58:44.645403 2681906 addons.go:475] Verifying addon metrics-server=true in "no-preload-592860"
	I0922 15:58:44.645474 2681906 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/storageclass.yaml: (6.726772281s)
	I0922 15:58:44.648490 2681906 out.go:177] * Some dashboard features require the metrics-server addon. To enable all features please run:
	
		minikube -p no-preload-592860 addons enable metrics-server
	
	I0922 15:58:44.665968 2681906 out.go:177] * Enabled addons: storage-provisioner, metrics-server, dashboard, default-storageclass
	I0922 15:58:44.668871 2681906 addons.go:510] duration metric: took 7.862403999s for enable addons: enabled=[storage-provisioner metrics-server dashboard default-storageclass]
	I0922 15:58:44.696928 2681906 pod_ready.go:103] pod "etcd-no-preload-592860" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:47.190338 2681906 pod_ready.go:103] pod "etcd-no-preload-592860" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:43.938446 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:46.437852 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:49.200425 2681906 pod_ready.go:103] pod "etcd-no-preload-592860" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:51.702990 2681906 pod_ready.go:103] pod "etcd-no-preload-592860" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:48.938531 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:51.439372 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:54.208420 2681906 pod_ready.go:103] pod "etcd-no-preload-592860" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:55.193369 2681906 pod_ready.go:93] pod "etcd-no-preload-592860" in "kube-system" namespace has status "Ready":"True"
	I0922 15:58:55.193396 2681906 pod_ready.go:82] duration metric: took 12.509989678s for pod "etcd-no-preload-592860" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:55.193412 2681906 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-no-preload-592860" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:55.206869 2681906 pod_ready.go:93] pod "kube-apiserver-no-preload-592860" in "kube-system" namespace has status "Ready":"True"
	I0922 15:58:55.206896 2681906 pod_ready.go:82] duration metric: took 13.47591ms for pod "kube-apiserver-no-preload-592860" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:55.206910 2681906 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-no-preload-592860" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:55.233803 2681906 pod_ready.go:93] pod "kube-controller-manager-no-preload-592860" in "kube-system" namespace has status "Ready":"True"
	I0922 15:58:55.233830 2681906 pod_ready.go:82] duration metric: took 26.911287ms for pod "kube-controller-manager-no-preload-592860" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:55.233843 2681906 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-nnd5t" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:55.255781 2681906 pod_ready.go:93] pod "kube-proxy-nnd5t" in "kube-system" namespace has status "Ready":"True"
	I0922 15:58:55.255849 2681906 pod_ready.go:82] duration metric: took 21.997105ms for pod "kube-proxy-nnd5t" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:55.255877 2681906 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-no-preload-592860" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:55.272252 2681906 pod_ready.go:93] pod "kube-scheduler-no-preload-592860" in "kube-system" namespace has status "Ready":"True"
	I0922 15:58:55.272321 2681906 pod_ready.go:82] duration metric: took 16.421145ms for pod "kube-scheduler-no-preload-592860" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:55.272349 2681906 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace to be "Ready" ...
	I0922 15:58:57.279899 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:53.939266 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:55.939438 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:58.437752 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:58:59.778100 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:01.778658 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:03.778741 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:00.437821 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:02.937129 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:05.779083 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:08.284346 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:05.437527 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:07.464476 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:10.779147 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:13.279102 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:09.937037 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:11.937740 2677774 pod_ready.go:103] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:15.778852 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:18.278897 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:13.938595 2677774 pod_ready.go:93] pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"True"
	I0922 15:59:13.938624 2677774 pod_ready.go:82] duration metric: took 1m25.507817208s for pod "kube-controller-manager-old-k8s-version-516480" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:13.938637 2677774 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-2nbfq" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:13.944642 2677774 pod_ready.go:93] pod "kube-proxy-2nbfq" in "kube-system" namespace has status "Ready":"True"
	I0922 15:59:13.944670 2677774 pod_ready.go:82] duration metric: took 6.02509ms for pod "kube-proxy-2nbfq" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:13.944682 2677774 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-old-k8s-version-516480" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:13.953228 2677774 pod_ready.go:93] pod "kube-scheduler-old-k8s-version-516480" in "kube-system" namespace has status "Ready":"True"
	I0922 15:59:13.953253 2677774 pod_ready.go:82] duration metric: took 8.561579ms for pod "kube-scheduler-old-k8s-version-516480" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:13.953265 2677774 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace to be "Ready" ...
	I0922 15:59:15.960230 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:18.460104 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:20.279186 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:22.777875 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:20.460277 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:22.460466 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:24.777996 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:26.778454 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:28.778973 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:24.959031 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:26.959456 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:30.779008 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:33.278746 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:29.459883 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:31.960050 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:35.779912 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:38.279437 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:34.458815 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:36.469951 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:40.779157 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:43.278829 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:38.959364 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:40.969661 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:43.459797 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:45.280209 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:47.777726 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:45.464875 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:47.969799 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:49.778784 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:51.779001 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:53.779580 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:50.459552 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:52.459968 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:56.278730 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:58.779042 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:54.960206 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:57.459912 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:00.780357 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:03.279280 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 15:59:59.959895 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:01.960493 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:05.279517 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:07.779092 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:04.459880 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:06.959766 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:10.278515 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:12.278809 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:08.961038 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:11.459004 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:13.459719 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:14.279503 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:16.778574 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:18.778820 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:15.460118 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:18.044106 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:21.278293 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:23.278668 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:20.459666 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:22.959590 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:25.279298 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:27.778515 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:25.459784 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:27.960077 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:29.778752 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:31.779462 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:30.460363 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:32.460586 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:34.278632 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:36.778437 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:38.778732 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:34.962292 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:37.460524 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:41.279033 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:43.778868 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:39.959069 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:41.959430 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:45.785780 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:48.280242 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:43.960702 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:46.459194 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:48.459230 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:50.779767 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:53.278645 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:50.958879 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:52.959688 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:55.279410 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:57.778899 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:54.960448 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:57.459853 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:00.279207 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:02.779108 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:00:59.463200 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:01.959806 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:05.279215 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:07.780168 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:04.460123 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:06.960245 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:10.278522 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:12.279149 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:08.960375 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:11.460053 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:14.777970 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:16.778846 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:13.960296 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:16.459359 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:18.459400 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:19.279660 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:21.777765 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:23.778349 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:20.460251 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:22.960533 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:25.778535 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:28.279073 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:25.459324 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:27.460356 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:30.778693 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:33.278428 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:29.461256 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:31.959905 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:35.278717 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:37.278864 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:33.961431 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:36.459795 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:38.465145 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:39.280284 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:41.777923 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:43.778676 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:40.960741 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:43.459968 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:46.279412 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:48.779483 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:45.960315 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:47.960474 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:51.278565 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:53.778904 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:49.963942 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:52.459754 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:56.279419 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:58.778843 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:54.460162 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:56.960349 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:00.779316 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:03.279558 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:01:58.960405 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:00.966739 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:03.460400 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:05.779409 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:08.279444 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:05.960304 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:08.459894 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:10.779071 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:13.278736 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:10.459962 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:12.460661 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:15.279203 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:17.779973 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:14.959583 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:17.459919 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:20.279045 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:22.279101 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:19.461309 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:21.959489 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:24.778738 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:27.279296 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:23.959564 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:26.460187 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:29.778275 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:32.279504 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:28.959361 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:30.959720 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:32.960411 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:34.778862 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:37.278958 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:35.459619 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:37.460403 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:39.279734 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:41.778990 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:39.960119 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:42.458996 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:44.280115 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:46.778016 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:48.778977 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:44.460102 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:46.960232 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:51.278580 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:53.780007 2681906 pod_ready.go:103] pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:49.463287 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:51.959943 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:55.278655 2681906 pod_ready.go:82] duration metric: took 4m0.006277677s for pod "metrics-server-6867b74b74-6ttcv" in "kube-system" namespace to be "Ready" ...
	E0922 16:02:55.278685 2681906 pod_ready.go:67] WaitExtra: waitPodCondition: context deadline exceeded
	I0922 16:02:55.278695 2681906 pod_ready.go:39] duration metric: took 4m12.91740587s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0922 16:02:55.278710 2681906 api_server.go:52] waiting for apiserver process to appear ...
	I0922 16:02:55.278739 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 16:02:55.278801 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 16:02:55.320881 2681906 cri.go:89] found id: "f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0"
	I0922 16:02:55.320903 2681906 cri.go:89] found id: ""
	I0922 16:02:55.320913 2681906 logs.go:276] 1 containers: [f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0]
	I0922 16:02:55.320969 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:02:55.324801 2681906 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 16:02:55.324874 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 16:02:55.362955 2681906 cri.go:89] found id: "fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9"
	I0922 16:02:55.362977 2681906 cri.go:89] found id: ""
	I0922 16:02:55.362985 2681906 logs.go:276] 1 containers: [fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9]
	I0922 16:02:55.363046 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:02:55.366633 2681906 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 16:02:55.366711 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 16:02:55.407117 2681906 cri.go:89] found id: "6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2"
	I0922 16:02:55.407145 2681906 cri.go:89] found id: ""
	I0922 16:02:55.407154 2681906 logs.go:276] 1 containers: [6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2]
	I0922 16:02:55.407215 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:02:55.411153 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 16:02:55.411233 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 16:02:55.451379 2681906 cri.go:89] found id: "cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e"
	I0922 16:02:55.451399 2681906 cri.go:89] found id: ""
	I0922 16:02:55.451411 2681906 logs.go:276] 1 containers: [cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e]
	I0922 16:02:55.451467 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:02:55.458070 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 16:02:55.458141 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 16:02:55.496445 2681906 cri.go:89] found id: "5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8"
	I0922 16:02:55.496468 2681906 cri.go:89] found id: ""
	I0922 16:02:55.496477 2681906 logs.go:276] 1 containers: [5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8]
	I0922 16:02:55.496553 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:02:55.500421 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 16:02:55.500494 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 16:02:55.542576 2681906 cri.go:89] found id: "635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae"
	I0922 16:02:55.542644 2681906 cri.go:89] found id: ""
	I0922 16:02:55.542667 2681906 logs.go:276] 1 containers: [635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae]
	I0922 16:02:55.542758 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:02:55.546377 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 16:02:55.546498 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 16:02:55.581982 2681906 cri.go:89] found id: "3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1"
	I0922 16:02:55.582004 2681906 cri.go:89] found id: ""
	I0922 16:02:55.582013 2681906 logs.go:276] 1 containers: [3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1]
	I0922 16:02:55.582069 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:02:55.587201 2681906 cri.go:54] listing CRI containers in root : {State:all Name:storage-provisioner Namespaces:[]}
	I0922 16:02:55.587315 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=storage-provisioner
	I0922 16:02:55.651464 2681906 cri.go:89] found id: "dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b"
	I0922 16:02:55.651526 2681906 cri.go:89] found id: "c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681"
	I0922 16:02:55.651545 2681906 cri.go:89] found id: ""
	I0922 16:02:55.651570 2681906 logs.go:276] 2 containers: [dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681]
	I0922 16:02:55.651638 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:02:55.655113 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:02:55.658539 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kubernetes-dashboard Namespaces:[]}
	I0922 16:02:55.658656 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kubernetes-dashboard
	I0922 16:02:55.696592 2681906 cri.go:89] found id: "ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3"
	I0922 16:02:55.696616 2681906 cri.go:89] found id: ""
	I0922 16:02:55.696624 2681906 logs.go:276] 1 containers: [ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3]
	I0922 16:02:55.696680 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:02:55.700428 2681906 logs.go:123] Gathering logs for kubelet ...
	I0922 16:02:55.700455 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 16:02:55.743207 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.333243     744 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:02:55.743450 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.333306     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:02:55.743646 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.334611     744 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'no-preload-592860' and this object
	W0922 16:02:55.743877 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.334646     744 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:02:55.744066 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335086     744 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:02:55.744297 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335118     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:02:55.744475 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335403     744 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:02:55.744693 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335430     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	I0922 16:02:55.792547 2681906 logs.go:123] Gathering logs for describe nodes ...
	I0922 16:02:55.792582 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 16:02:55.941415 2681906 logs.go:123] Gathering logs for kube-scheduler [cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e] ...
	I0922 16:02:55.941446 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e"
	I0922 16:02:55.992372 2681906 logs.go:123] Gathering logs for storage-provisioner [dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b] ...
	I0922 16:02:55.992401 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b"
	I0922 16:02:56.032586 2681906 logs.go:123] Gathering logs for CRI-O ...
	I0922 16:02:56.032612 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 16:02:56.121210 2681906 logs.go:123] Gathering logs for container status ...
	I0922 16:02:56.121253 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 16:02:56.172057 2681906 logs.go:123] Gathering logs for kindnet [3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1] ...
	I0922 16:02:56.172091 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1"
	I0922 16:02:56.220892 2681906 logs.go:123] Gathering logs for kube-apiserver [f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0] ...
	I0922 16:02:56.220921 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0"
	I0922 16:02:56.283436 2681906 logs.go:123] Gathering logs for etcd [fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9] ...
	I0922 16:02:56.283469 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9"
	I0922 16:02:56.333724 2681906 logs.go:123] Gathering logs for coredns [6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2] ...
	I0922 16:02:56.333764 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2"
	I0922 16:02:56.373332 2681906 logs.go:123] Gathering logs for kube-controller-manager [635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae] ...
	I0922 16:02:56.373360 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae"
	I0922 16:02:56.439114 2681906 logs.go:123] Gathering logs for dmesg ...
	I0922 16:02:56.439149 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 16:02:56.462174 2681906 logs.go:123] Gathering logs for kube-proxy [5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8] ...
	I0922 16:02:56.462232 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8"
	I0922 16:02:56.506202 2681906 logs.go:123] Gathering logs for storage-provisioner [c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681] ...
	I0922 16:02:56.506232 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681"
	I0922 16:02:56.548348 2681906 logs.go:123] Gathering logs for kubernetes-dashboard [ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3] ...
	I0922 16:02:56.548378 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3"
	I0922 16:02:56.593332 2681906 out.go:358] Setting ErrFile to fd 2...
	I0922 16:02:56.593359 2681906 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 16:02:56.593420 2681906 out.go:270] X Problems detected in kubelet:
	W0922 16:02:56.593432 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.334646     744 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:02:56.593450 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335086     744 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:02:56.593459 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335118     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:02:56.593465 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335403     744 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:02:56.593479 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335430     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	I0922 16:02:56.593485 2681906 out.go:358] Setting ErrFile to fd 2...
	I0922 16:02:56.593492 2681906 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 16:02:53.960343 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:56.460979 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:02:58.960773 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:01.459602 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:06.594864 2681906 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0922 16:03:06.607142 2681906 api_server.go:72] duration metric: took 4m29.80059553s to wait for apiserver process to appear ...
	I0922 16:03:06.607167 2681906 api_server.go:88] waiting for apiserver healthz status ...
	I0922 16:03:06.607204 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 16:03:06.607277 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 16:03:06.647652 2681906 cri.go:89] found id: "f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0"
	I0922 16:03:06.647674 2681906 cri.go:89] found id: ""
	I0922 16:03:06.647682 2681906 logs.go:276] 1 containers: [f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0]
	I0922 16:03:06.647744 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:06.651170 2681906 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 16:03:06.651241 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 16:03:06.686918 2681906 cri.go:89] found id: "fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9"
	I0922 16:03:06.686964 2681906 cri.go:89] found id: ""
	I0922 16:03:06.686972 2681906 logs.go:276] 1 containers: [fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9]
	I0922 16:03:06.687029 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:06.690502 2681906 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 16:03:06.690573 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 16:03:06.727643 2681906 cri.go:89] found id: "6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2"
	I0922 16:03:06.727666 2681906 cri.go:89] found id: ""
	I0922 16:03:06.727674 2681906 logs.go:276] 1 containers: [6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2]
	I0922 16:03:06.727731 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:06.731404 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 16:03:06.731476 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 16:03:06.770769 2681906 cri.go:89] found id: "cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e"
	I0922 16:03:06.770792 2681906 cri.go:89] found id: ""
	I0922 16:03:06.770801 2681906 logs.go:276] 1 containers: [cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e]
	I0922 16:03:06.770856 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:06.774285 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 16:03:06.774384 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 16:03:06.814048 2681906 cri.go:89] found id: "5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8"
	I0922 16:03:06.814069 2681906 cri.go:89] found id: ""
	I0922 16:03:06.814081 2681906 logs.go:276] 1 containers: [5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8]
	I0922 16:03:06.814156 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:06.817975 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 16:03:06.818072 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 16:03:06.863640 2681906 cri.go:89] found id: "635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae"
	I0922 16:03:06.863671 2681906 cri.go:89] found id: ""
	I0922 16:03:06.863680 2681906 logs.go:276] 1 containers: [635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae]
	I0922 16:03:06.863741 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:06.867504 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 16:03:06.867596 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 16:03:06.908390 2681906 cri.go:89] found id: "3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1"
	I0922 16:03:06.908414 2681906 cri.go:89] found id: ""
	I0922 16:03:06.908422 2681906 logs.go:276] 1 containers: [3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1]
	I0922 16:03:06.908478 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:06.912490 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kubernetes-dashboard Namespaces:[]}
	I0922 16:03:06.912567 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kubernetes-dashboard
	I0922 16:03:06.967109 2681906 cri.go:89] found id: "ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3"
	I0922 16:03:06.967132 2681906 cri.go:89] found id: ""
	I0922 16:03:06.967140 2681906 logs.go:276] 1 containers: [ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3]
	I0922 16:03:06.967230 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:06.971173 2681906 cri.go:54] listing CRI containers in root : {State:all Name:storage-provisioner Namespaces:[]}
	I0922 16:03:06.971251 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=storage-provisioner
	I0922 16:03:07.012943 2681906 cri.go:89] found id: "dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b"
	I0922 16:03:07.012963 2681906 cri.go:89] found id: "c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681"
	I0922 16:03:07.012967 2681906 cri.go:89] found id: ""
	I0922 16:03:07.012974 2681906 logs.go:276] 2 containers: [dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681]
	I0922 16:03:07.013033 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:07.017133 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:07.020773 2681906 logs.go:123] Gathering logs for kubelet ...
	I0922 16:03:07.020801 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 16:03:07.060940 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.333243     744 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:07.061184 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.333306     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:03:07.061677 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.334611     744 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:07.061913 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.334646     744 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:03:07.062102 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335086     744 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:07.062337 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335118     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:03:07.062518 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335403     744 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:07.062737 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335430     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	I0922 16:03:07.115362 2681906 logs.go:123] Gathering logs for coredns [6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2] ...
	I0922 16:03:07.115400 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2"
	I0922 16:03:07.174607 2681906 logs.go:123] Gathering logs for kindnet [3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1] ...
	I0922 16:03:07.174660 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1"
	I0922 16:03:07.234641 2681906 logs.go:123] Gathering logs for CRI-O ...
	I0922 16:03:07.234671 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 16:03:07.319132 2681906 logs.go:123] Gathering logs for kube-apiserver [f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0] ...
	I0922 16:03:07.319169 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0"
	I0922 16:03:07.380036 2681906 logs.go:123] Gathering logs for kube-scheduler [cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e] ...
	I0922 16:03:07.380072 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e"
	I0922 16:03:07.425987 2681906 logs.go:123] Gathering logs for kube-proxy [5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8] ...
	I0922 16:03:07.426065 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8"
	I0922 16:03:07.470526 2681906 logs.go:123] Gathering logs for storage-provisioner [c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681] ...
	I0922 16:03:07.470632 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681"
	I0922 16:03:07.509317 2681906 logs.go:123] Gathering logs for dmesg ...
	I0922 16:03:07.509348 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 16:03:07.526011 2681906 logs.go:123] Gathering logs for etcd [fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9] ...
	I0922 16:03:07.526047 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9"
	I0922 16:03:07.577742 2681906 logs.go:123] Gathering logs for kube-controller-manager [635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae] ...
	I0922 16:03:07.577777 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae"
	I0922 16:03:07.639403 2681906 logs.go:123] Gathering logs for storage-provisioner [dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b] ...
	I0922 16:03:07.639441 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b"
	I0922 16:03:07.680503 2681906 logs.go:123] Gathering logs for container status ...
	I0922 16:03:07.680532 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 16:03:07.724551 2681906 logs.go:123] Gathering logs for describe nodes ...
	I0922 16:03:07.724583 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 16:03:07.852738 2681906 logs.go:123] Gathering logs for kubernetes-dashboard [ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3] ...
	I0922 16:03:07.852770 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3"
	I0922 16:03:07.890665 2681906 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:07.890691 2681906 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 16:03:07.890748 2681906 out.go:270] X Problems detected in kubelet:
	W0922 16:03:07.890761 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.334646     744 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:03:07.890779 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335086     744 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:07.890787 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335118     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:03:07.890798 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335403     744 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:07.890809 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335430     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	I0922 16:03:07.890815 2681906 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:07.890821 2681906 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 16:03:03.959787 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:06.460100 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:08.959599 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:11.459075 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:13.459883 2677774 pod_ready.go:103] pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace has status "Ready":"False"
	I0922 16:03:17.891824 2681906 api_server.go:253] Checking apiserver healthz at https://192.168.85.2:8443/healthz ...
	I0922 16:03:17.899710 2681906 api_server.go:279] https://192.168.85.2:8443/healthz returned 200:
	ok
	I0922 16:03:17.900674 2681906 api_server.go:141] control plane version: v1.31.1
	I0922 16:03:17.900699 2681906 api_server.go:131] duration metric: took 11.293523715s to wait for apiserver health ...
	I0922 16:03:17.900708 2681906 system_pods.go:43] waiting for kube-system pods to appear ...
	I0922 16:03:17.900729 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 16:03:17.900794 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 16:03:17.940992 2681906 cri.go:89] found id: "f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0"
	I0922 16:03:17.941014 2681906 cri.go:89] found id: ""
	I0922 16:03:17.941028 2681906 logs.go:276] 1 containers: [f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0]
	I0922 16:03:17.941086 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:17.945692 2681906 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 16:03:17.945769 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 16:03:17.988406 2681906 cri.go:89] found id: "fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9"
	I0922 16:03:17.988429 2681906 cri.go:89] found id: ""
	I0922 16:03:17.988437 2681906 logs.go:276] 1 containers: [fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9]
	I0922 16:03:17.988494 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:17.992179 2681906 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 16:03:17.992254 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 16:03:18.030512 2681906 cri.go:89] found id: "6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2"
	I0922 16:03:18.030534 2681906 cri.go:89] found id: ""
	I0922 16:03:18.030543 2681906 logs.go:276] 1 containers: [6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2]
	I0922 16:03:18.030602 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:18.035369 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 16:03:18.035464 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 16:03:18.092061 2681906 cri.go:89] found id: "cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e"
	I0922 16:03:18.092083 2681906 cri.go:89] found id: ""
	I0922 16:03:18.092091 2681906 logs.go:276] 1 containers: [cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e]
	I0922 16:03:18.092157 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:18.096124 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 16:03:18.096202 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 16:03:18.138115 2681906 cri.go:89] found id: "5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8"
	I0922 16:03:18.138138 2681906 cri.go:89] found id: ""
	I0922 16:03:18.138146 2681906 logs.go:276] 1 containers: [5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8]
	I0922 16:03:18.138208 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:18.142556 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 16:03:18.142683 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 16:03:18.186999 2681906 cri.go:89] found id: "635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae"
	I0922 16:03:18.187021 2681906 cri.go:89] found id: ""
	I0922 16:03:18.187030 2681906 logs.go:276] 1 containers: [635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae]
	I0922 16:03:18.187084 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:18.190611 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 16:03:18.190731 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 16:03:18.232823 2681906 cri.go:89] found id: "3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1"
	I0922 16:03:18.232848 2681906 cri.go:89] found id: ""
	I0922 16:03:18.232856 2681906 logs.go:276] 1 containers: [3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1]
	I0922 16:03:18.232933 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:18.237051 2681906 cri.go:54] listing CRI containers in root : {State:all Name:storage-provisioner Namespaces:[]}
	I0922 16:03:18.237154 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=storage-provisioner
	I0922 16:03:18.282111 2681906 cri.go:89] found id: "dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b"
	I0922 16:03:18.282134 2681906 cri.go:89] found id: "c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681"
	I0922 16:03:18.282140 2681906 cri.go:89] found id: ""
	I0922 16:03:18.282148 2681906 logs.go:276] 2 containers: [dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681]
	I0922 16:03:18.282204 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:18.287232 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:18.290569 2681906 cri.go:54] listing CRI containers in root : {State:all Name:kubernetes-dashboard Namespaces:[]}
	I0922 16:03:18.290642 2681906 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kubernetes-dashboard
	I0922 16:03:18.329403 2681906 cri.go:89] found id: "ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3"
	I0922 16:03:18.329428 2681906 cri.go:89] found id: ""
	I0922 16:03:18.329436 2681906 logs.go:276] 1 containers: [ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3]
	I0922 16:03:18.329493 2681906 ssh_runner.go:195] Run: which crictl
	I0922 16:03:18.333429 2681906 logs.go:123] Gathering logs for kube-scheduler [cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e] ...
	I0922 16:03:18.333500 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cba3476d8734ac22f86d2179412c8fce8540d3be0fa4d476311018d37f310c1e"
	I0922 16:03:18.375944 2681906 logs.go:123] Gathering logs for kube-proxy [5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8] ...
	I0922 16:03:18.375972 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5f8a7c270f6b2b2c471fa8edebcc45a1c228d473c4fabcbcbb25d0b9441757d8"
	I0922 16:03:18.417052 2681906 logs.go:123] Gathering logs for kubelet ...
	I0922 16:03:18.417080 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 16:03:18.457150 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.333243     744 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:18.457410 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.333306     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:03:18.457598 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.334611     744 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:18.457832 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.334646     744 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:03:18.458018 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335086     744 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:18.458250 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335118     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:03:18.458429 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335403     744 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:18.458649 2681906 logs.go:138] Found kubelet problem: Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335430     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	I0922 16:03:18.511451 2681906 logs.go:123] Gathering logs for describe nodes ...
	I0922 16:03:18.511492 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 16:03:18.633021 2681906 logs.go:123] Gathering logs for etcd [fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9] ...
	I0922 16:03:18.633050 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fbeebb3a9101973a106be48fe12ae869c032d65b92aef86cf6339ece84fff8d9"
	I0922 16:03:18.690225 2681906 logs.go:123] Gathering logs for kindnet [3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1] ...
	I0922 16:03:18.690262 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3bd7e760873ba293057f368b9467f70adede6a407492e559b8f4d337e1a7d1c1"
	I0922 16:03:18.733580 2681906 logs.go:123] Gathering logs for storage-provisioner [dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b] ...
	I0922 16:03:18.733611 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dff19d72968123299c8e421e21d2e6d06810fd0987111d30b7752d10aef52d7b"
	I0922 16:03:18.774036 2681906 logs.go:123] Gathering logs for CRI-O ...
	I0922 16:03:18.774062 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 16:03:13.959947 2677774 pod_ready.go:82] duration metric: took 4m0.006668215s for pod "metrics-server-9975d5f86-9dfk7" in "kube-system" namespace to be "Ready" ...
	E0922 16:03:13.959978 2677774 pod_ready.go:67] WaitExtra: waitPodCondition: context deadline exceeded
	I0922 16:03:13.959988 2677774 pod_ready.go:39] duration metric: took 5m27.137197276s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0922 16:03:13.960001 2677774 api_server.go:52] waiting for apiserver process to appear ...
	I0922 16:03:13.960035 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 16:03:13.960099 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 16:03:14.000708 2677774 cri.go:89] found id: "7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f"
	I0922 16:03:14.000731 2677774 cri.go:89] found id: ""
	I0922 16:03:14.000739 2677774 logs.go:276] 1 containers: [7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f]
	I0922 16:03:14.000799 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.004993 2677774 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 16:03:14.005072 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 16:03:14.047308 2677774 cri.go:89] found id: "9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b"
	I0922 16:03:14.047331 2677774 cri.go:89] found id: ""
	I0922 16:03:14.047340 2677774 logs.go:276] 1 containers: [9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b]
	I0922 16:03:14.047394 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.050893 2677774 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 16:03:14.051005 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 16:03:14.094249 2677774 cri.go:89] found id: "74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2"
	I0922 16:03:14.094280 2677774 cri.go:89] found id: ""
	I0922 16:03:14.094289 2677774 logs.go:276] 1 containers: [74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2]
	I0922 16:03:14.094346 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.098089 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 16:03:14.098164 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 16:03:14.137752 2677774 cri.go:89] found id: "30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f"
	I0922 16:03:14.137774 2677774 cri.go:89] found id: ""
	I0922 16:03:14.137785 2677774 logs.go:276] 1 containers: [30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f]
	I0922 16:03:14.137841 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.141568 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 16:03:14.141644 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 16:03:14.184911 2677774 cri.go:89] found id: "ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d"
	I0922 16:03:14.184936 2677774 cri.go:89] found id: ""
	I0922 16:03:14.184945 2677774 logs.go:276] 1 containers: [ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d]
	I0922 16:03:14.185020 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.188587 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 16:03:14.188699 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 16:03:14.226429 2677774 cri.go:89] found id: "132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f"
	I0922 16:03:14.226454 2677774 cri.go:89] found id: ""
	I0922 16:03:14.226463 2677774 logs.go:276] 1 containers: [132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f]
	I0922 16:03:14.226520 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.230171 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 16:03:14.230249 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 16:03:14.269011 2677774 cri.go:89] found id: "817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2"
	I0922 16:03:14.269034 2677774 cri.go:89] found id: ""
	I0922 16:03:14.269043 2677774 logs.go:276] 1 containers: [817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2]
	I0922 16:03:14.269102 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.272645 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kubernetes-dashboard Namespaces:[]}
	I0922 16:03:14.272718 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kubernetes-dashboard
	I0922 16:03:14.309840 2677774 cri.go:89] found id: "8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3"
	I0922 16:03:14.309859 2677774 cri.go:89] found id: ""
	I0922 16:03:14.309866 2677774 logs.go:276] 1 containers: [8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3]
	I0922 16:03:14.309921 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.313387 2677774 cri.go:54] listing CRI containers in root : {State:all Name:storage-provisioner Namespaces:[]}
	I0922 16:03:14.313467 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=storage-provisioner
	I0922 16:03:14.354435 2677774 cri.go:89] found id: "e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc"
	I0922 16:03:14.354459 2677774 cri.go:89] found id: "45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1"
	I0922 16:03:14.354464 2677774 cri.go:89] found id: ""
	I0922 16:03:14.354508 2677774 logs.go:276] 2 containers: [e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc 45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1]
	I0922 16:03:14.354574 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.358302 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:14.361650 2677774 logs.go:123] Gathering logs for kube-scheduler [30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f] ...
	I0922 16:03:14.361677 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f"
	I0922 16:03:14.403472 2677774 logs.go:123] Gathering logs for kindnet [817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2] ...
	I0922 16:03:14.403506 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2"
	I0922 16:03:14.457385 2677774 logs.go:123] Gathering logs for storage-provisioner [45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1] ...
	I0922 16:03:14.457416 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1"
	I0922 16:03:14.502450 2677774 logs.go:123] Gathering logs for CRI-O ...
	I0922 16:03:14.502480 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 16:03:14.588889 2677774 logs.go:123] Gathering logs for kubelet ...
	I0922 16:03:14.588925 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 16:03:14.643482 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900162     731 reflector.go:138] object-"kube-system"/"kube-proxy-token-qd9mk": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "kube-proxy-token-qd9mk" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.643717 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900230     731 reflector.go:138] object-"kube-system"/"kindnet-token-4qmzm": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "kindnet-token-4qmzm" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.643970 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900281     731 reflector.go:138] object-"kube-system"/"storage-provisioner-token-8jzbw": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "storage-provisioner-token-8jzbw" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.644184 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900346     731 reflector.go:138] object-"kube-system"/"coredns-token-s54l7": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "coredns-token-s54l7" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.644397 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900399     731 reflector.go:138] object-"default"/"default-token-bfhkm": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "default-token-bfhkm" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.644598 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900456     731 reflector.go:138] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.644804 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900499     731 reflector.go:138] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.648261 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:47 old-k8s-version-516480 kubelet[731]: E0922 15:57:47.566740     731 reflector.go:138] object-"kube-system"/"metrics-server-token-qckbp": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "metrics-server-token-qckbp" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:14.655022 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:50 old-k8s-version-516480 kubelet[731]: E0922 15:57:50.088641     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:14.655214 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:50 old-k8s-version-516480 kubelet[731]: E0922 15:57:50.733867     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.657259 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:05 old-k8s-version-516480 kubelet[731]: E0922 15:58:05.674769     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:14.659277 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:12 old-k8s-version-516480 kubelet[731]: E0922 15:58:12.804811     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.659734 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:13 old-k8s-version-516480 kubelet[731]: E0922 15:58:13.807220     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.659920 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:17 old-k8s-version-516480 kubelet[731]: E0922 15:58:17.664740     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.660381 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:20 old-k8s-version-516480 kubelet[731]: E0922 15:58:20.190220     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.660965 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:30 old-k8s-version-516480 kubelet[731]: E0922 15:58:30.841934     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.663034 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:32 old-k8s-version-516480 kubelet[731]: E0922 15:58:32.675646     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:14.663826 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:40 old-k8s-version-516480 kubelet[731]: E0922 15:58:40.190704     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.664059 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:47 old-k8s-version-516480 kubelet[731]: E0922 15:58:47.663896     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.664659 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:51 old-k8s-version-516480 kubelet[731]: E0922 15:58:51.872475     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.664988 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:00 old-k8s-version-516480 kubelet[731]: E0922 15:59:00.190211     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.665174 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:02 old-k8s-version-516480 kubelet[731]: E0922 15:59:02.663955     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.665502 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:13 old-k8s-version-516480 kubelet[731]: E0922 15:59:13.664941     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.667562 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:16 old-k8s-version-516480 kubelet[731]: E0922 15:59:16.691143     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:14.667890 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:25 old-k8s-version-516480 kubelet[731]: E0922 15:59:25.663919     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.668078 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:27 old-k8s-version-516480 kubelet[731]: E0922 15:59:27.664531     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.668671 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:40 old-k8s-version-516480 kubelet[731]: E0922 15:59:40.937803     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.668854 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:41 old-k8s-version-516480 kubelet[731]: E0922 15:59:41.664383     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.669182 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:50 old-k8s-version-516480 kubelet[731]: E0922 15:59:50.190598     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.669366 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:52 old-k8s-version-516480 kubelet[731]: E0922 15:59:52.664210     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.669694 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:04 old-k8s-version-516480 kubelet[731]: E0922 16:00:04.663628     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.669879 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:07 old-k8s-version-516480 kubelet[731]: E0922 16:00:07.664303     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.670206 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:16 old-k8s-version-516480 kubelet[731]: E0922 16:00:16.663530     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.670392 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:22 old-k8s-version-516480 kubelet[731]: E0922 16:00:22.664177     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.670722 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:29 old-k8s-version-516480 kubelet[731]: E0922 16:00:29.663555     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.673291 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:37 old-k8s-version-516480 kubelet[731]: E0922 16:00:37.676231     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:14.673622 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:42 old-k8s-version-516480 kubelet[731]: E0922 16:00:42.663980     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.673805 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:48 old-k8s-version-516480 kubelet[731]: E0922 16:00:48.665894     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.674135 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:57 old-k8s-version-516480 kubelet[731]: E0922 16:00:57.663548     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.674319 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:03 old-k8s-version-516480 kubelet[731]: E0922 16:01:03.664687     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.674917 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:10 old-k8s-version-516480 kubelet[731]: E0922 16:01:10.069563     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.675253 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:11 old-k8s-version-516480 kubelet[731]: E0922 16:01:11.073348     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.675438 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:18 old-k8s-version-516480 kubelet[731]: E0922 16:01:18.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.675766 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:22 old-k8s-version-516480 kubelet[731]: E0922 16:01:22.663469     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.675953 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:31 old-k8s-version-516480 kubelet[731]: E0922 16:01:31.664295     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.676280 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:33 old-k8s-version-516480 kubelet[731]: E0922 16:01:33.663565     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.676610 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:44 old-k8s-version-516480 kubelet[731]: E0922 16:01:44.663519     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.676796 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:46 old-k8s-version-516480 kubelet[731]: E0922 16:01:46.664063     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.677123 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:57 old-k8s-version-516480 kubelet[731]: E0922 16:01:57.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.677309 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:59 old-k8s-version-516480 kubelet[731]: E0922 16:01:59.664339     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.677640 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:09 old-k8s-version-516480 kubelet[731]: E0922 16:02:09.663527     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.677825 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:10 old-k8s-version-516480 kubelet[731]: E0922 16:02:10.664283     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.678152 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:24 old-k8s-version-516480 kubelet[731]: E0922 16:02:24.664676     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.678335 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:24 old-k8s-version-516480 kubelet[731]: E0922 16:02:24.664799     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.678768 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:35 old-k8s-version-516480 kubelet[731]: E0922 16:02:35.667623     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.679106 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:37 old-k8s-version-516480 kubelet[731]: E0922 16:02:37.663543     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.679292 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:47 old-k8s-version-516480 kubelet[731]: E0922 16:02:47.664131     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.679619 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:51 old-k8s-version-516480 kubelet[731]: E0922 16:02:51.663557     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.679803 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:58 old-k8s-version-516480 kubelet[731]: E0922 16:02:58.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:14.680142 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: E0922 16:03:02.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:14.680328 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:10 old-k8s-version-516480 kubelet[731]: E0922 16:03:10.664090     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	I0922 16:03:14.680338 2677774 logs.go:123] Gathering logs for coredns [74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2] ...
	I0922 16:03:14.680353 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2"
	I0922 16:03:14.729315 2677774 logs.go:123] Gathering logs for kube-apiserver [7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f] ...
	I0922 16:03:14.729345 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f"
	I0922 16:03:14.805783 2677774 logs.go:123] Gathering logs for etcd [9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b] ...
	I0922 16:03:14.805824 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b"
	I0922 16:03:14.859833 2677774 logs.go:123] Gathering logs for kube-controller-manager [132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f] ...
	I0922 16:03:14.859871 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f"
	I0922 16:03:14.945468 2677774 logs.go:123] Gathering logs for dmesg ...
	I0922 16:03:14.945534 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 16:03:14.966220 2677774 logs.go:123] Gathering logs for describe nodes ...
	I0922 16:03:14.966253 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.20.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 16:03:15.128735 2677774 logs.go:123] Gathering logs for kubernetes-dashboard [8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3] ...
	I0922 16:03:15.128768 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3"
	I0922 16:03:15.175666 2677774 logs.go:123] Gathering logs for container status ...
	I0922 16:03:15.175695 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 16:03:15.218920 2677774 logs.go:123] Gathering logs for kube-proxy [ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d] ...
	I0922 16:03:15.219001 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d"
	I0922 16:03:15.258261 2677774 logs.go:123] Gathering logs for storage-provisioner [e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc] ...
	I0922 16:03:15.258288 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc"
	I0922 16:03:15.297993 2677774 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:15.298017 2677774 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 16:03:15.298068 2677774 out.go:270] X Problems detected in kubelet:
	W0922 16:03:15.298085 2677774 out.go:270]   Sep 22 16:02:47 old-k8s-version-516480 kubelet[731]: E0922 16:02:47.664131     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:15.298094 2677774 out.go:270]   Sep 22 16:02:51 old-k8s-version-516480 kubelet[731]: E0922 16:02:51.663557     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:15.298106 2677774 out.go:270]   Sep 22 16:02:58 old-k8s-version-516480 kubelet[731]: E0922 16:02:58.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:15.298116 2677774 out.go:270]   Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: E0922 16:03:02.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:15.298140 2677774 out.go:270]   Sep 22 16:03:10 old-k8s-version-516480 kubelet[731]: E0922 16:03:10.664090     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	I0922 16:03:15.298151 2677774 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:15.298158 2677774 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 16:03:18.855839 2681906 logs.go:123] Gathering logs for dmesg ...
	I0922 16:03:18.855874 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 16:03:18.873311 2681906 logs.go:123] Gathering logs for storage-provisioner [c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681] ...
	I0922 16:03:18.873341 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c9649fe03112847528d915220d1d09db1d4eb743be95e5b881e3203089779681"
	I0922 16:03:18.917331 2681906 logs.go:123] Gathering logs for container status ...
	I0922 16:03:18.917371 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 16:03:18.985648 2681906 logs.go:123] Gathering logs for kube-apiserver [f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0] ...
	I0922 16:03:18.985732 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f13df5fde0297e4f1e20802c1ce093b57b7d7fa723f8544509bb91f9880faaa0"
	I0922 16:03:19.036327 2681906 logs.go:123] Gathering logs for coredns [6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2] ...
	I0922 16:03:19.036357 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6562f7c7de3f3d9c08292bc33b953e463ba9e13039bee890e9c1d2c449fbbdf2"
	I0922 16:03:19.086543 2681906 logs.go:123] Gathering logs for kube-controller-manager [635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae] ...
	I0922 16:03:19.086572 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 635997381cc62183373066ee36ee89df2b9c9a2c0f5cb6f2ae9c88d351413fae"
	I0922 16:03:19.159487 2681906 logs.go:123] Gathering logs for kubernetes-dashboard [ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3] ...
	I0922 16:03:19.159520 2681906 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ba4a19226ec88f010f3223c02bcb1fbb25ab2ceabc15b808701fc4185ac6e9a3"
	I0922 16:03:19.200418 2681906 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:19.200444 2681906 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 16:03:19.200506 2681906 out.go:270] X Problems detected in kubelet:
	W0922 16:03:19.200525 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.334646     744 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:03:19.200533 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335086     744 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:19.200540 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335118     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	W0922 16:03:19.200664 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: W0922 15:58:42.335403     744 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:no-preload-592860" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'no-preload-592860' and this object
	W0922 16:03:19.200679 2681906 out.go:270]   Sep 22 15:58:42 no-preload-592860 kubelet[744]: E0922 15:58:42.335430     744 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:no-preload-592860\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'no-preload-592860' and this object" logger="UnhandledError"
	I0922 16:03:19.200686 2681906 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:19.200694 2681906 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 16:03:25.299726 2677774 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0922 16:03:25.312356 2677774 api_server.go:72] duration metric: took 5m57.609951104s to wait for apiserver process to appear ...
	I0922 16:03:25.312380 2677774 api_server.go:88] waiting for apiserver healthz status ...
	I0922 16:03:25.312417 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0922 16:03:25.312472 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0922 16:03:25.354045 2677774 cri.go:89] found id: "7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f"
	I0922 16:03:25.354105 2677774 cri.go:89] found id: ""
	I0922 16:03:25.354112 2677774 logs.go:276] 1 containers: [7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f]
	I0922 16:03:25.354170 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.358132 2677774 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0922 16:03:25.358203 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0922 16:03:25.396145 2677774 cri.go:89] found id: "9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b"
	I0922 16:03:25.396167 2677774 cri.go:89] found id: ""
	I0922 16:03:25.396175 2677774 logs.go:276] 1 containers: [9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b]
	I0922 16:03:25.396229 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.399809 2677774 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0922 16:03:25.399883 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0922 16:03:25.439685 2677774 cri.go:89] found id: "74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2"
	I0922 16:03:25.439709 2677774 cri.go:89] found id: ""
	I0922 16:03:25.439717 2677774 logs.go:276] 1 containers: [74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2]
	I0922 16:03:25.439776 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.443344 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0922 16:03:25.443416 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0922 16:03:25.480825 2677774 cri.go:89] found id: "30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f"
	I0922 16:03:25.480850 2677774 cri.go:89] found id: ""
	I0922 16:03:25.480858 2677774 logs.go:276] 1 containers: [30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f]
	I0922 16:03:25.480939 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.484490 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0922 16:03:25.484565 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0922 16:03:25.521254 2677774 cri.go:89] found id: "ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d"
	I0922 16:03:25.521277 2677774 cri.go:89] found id: ""
	I0922 16:03:25.521285 2677774 logs.go:276] 1 containers: [ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d]
	I0922 16:03:25.521355 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.525127 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0922 16:03:25.525199 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0922 16:03:25.564263 2677774 cri.go:89] found id: "132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f"
	I0922 16:03:25.564293 2677774 cri.go:89] found id: ""
	I0922 16:03:25.564302 2677774 logs.go:276] 1 containers: [132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f]
	I0922 16:03:25.564360 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.567949 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0922 16:03:25.568025 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0922 16:03:25.605454 2677774 cri.go:89] found id: "817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2"
	I0922 16:03:25.605480 2677774 cri.go:89] found id: ""
	I0922 16:03:25.605489 2677774 logs.go:276] 1 containers: [817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2]
	I0922 16:03:25.605600 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.609248 2677774 cri.go:54] listing CRI containers in root : {State:all Name:kubernetes-dashboard Namespaces:[]}
	I0922 16:03:25.609369 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kubernetes-dashboard
	I0922 16:03:25.650258 2677774 cri.go:89] found id: "8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3"
	I0922 16:03:25.650282 2677774 cri.go:89] found id: ""
	I0922 16:03:25.650290 2677774 logs.go:276] 1 containers: [8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3]
	I0922 16:03:25.650346 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.653805 2677774 cri.go:54] listing CRI containers in root : {State:all Name:storage-provisioner Namespaces:[]}
	I0922 16:03:25.653903 2677774 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=storage-provisioner
	I0922 16:03:25.707409 2677774 cri.go:89] found id: "e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc"
	I0922 16:03:25.707477 2677774 cri.go:89] found id: "45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1"
	I0922 16:03:25.707498 2677774 cri.go:89] found id: ""
	I0922 16:03:25.707524 2677774 logs.go:276] 2 containers: [e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc 45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1]
	I0922 16:03:25.707610 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.711240 2677774 ssh_runner.go:195] Run: which crictl
	I0922 16:03:25.714461 2677774 logs.go:123] Gathering logs for describe nodes ...
	I0922 16:03:25.714488 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.20.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0922 16:03:25.865134 2677774 logs.go:123] Gathering logs for etcd [9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b] ...
	I0922 16:03:25.865165 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b"
	I0922 16:03:25.920843 2677774 logs.go:123] Gathering logs for kube-scheduler [30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f] ...
	I0922 16:03:25.920875 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f"
	I0922 16:03:25.973587 2677774 logs.go:123] Gathering logs for kube-proxy [ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d] ...
	I0922 16:03:25.973620 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d"
	I0922 16:03:26.013979 2677774 logs.go:123] Gathering logs for kubelet ...
	I0922 16:03:26.014058 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0922 16:03:26.064198 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900162     731 reflector.go:138] object-"kube-system"/"kube-proxy-token-qd9mk": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "kube-proxy-token-qd9mk" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.064468 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900230     731 reflector.go:138] object-"kube-system"/"kindnet-token-4qmzm": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "kindnet-token-4qmzm" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.064725 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900281     731 reflector.go:138] object-"kube-system"/"storage-provisioner-token-8jzbw": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "storage-provisioner-token-8jzbw" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.064959 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900346     731 reflector.go:138] object-"kube-system"/"coredns-token-s54l7": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "coredns-token-s54l7" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.065191 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900399     731 reflector.go:138] object-"default"/"default-token-bfhkm": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "default-token-bfhkm" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.065416 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900456     731 reflector.go:138] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.065643 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:46 old-k8s-version-516480 kubelet[731]: E0922 15:57:46.900499     731 reflector.go:138] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.069190 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:47 old-k8s-version-516480 kubelet[731]: E0922 15:57:47.566740     731 reflector.go:138] object-"kube-system"/"metrics-server-token-qckbp": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "metrics-server-token-qckbp" is forbidden: User "system:node:old-k8s-version-516480" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'old-k8s-version-516480' and this object
	W0922 16:03:26.077104 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:50 old-k8s-version-516480 kubelet[731]: E0922 15:57:50.088641     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:26.077310 2677774 logs.go:138] Found kubelet problem: Sep 22 15:57:50 old-k8s-version-516480 kubelet[731]: E0922 15:57:50.733867     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.079498 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:05 old-k8s-version-516480 kubelet[731]: E0922 15:58:05.674769     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:26.081539 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:12 old-k8s-version-516480 kubelet[731]: E0922 15:58:12.804811     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.082000 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:13 old-k8s-version-516480 kubelet[731]: E0922 15:58:13.807220     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.082188 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:17 old-k8s-version-516480 kubelet[731]: E0922 15:58:17.664740     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.082649 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:20 old-k8s-version-516480 kubelet[731]: E0922 15:58:20.190220     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 10s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.083266 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:30 old-k8s-version-516480 kubelet[731]: E0922 15:58:30.841934     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.085397 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:32 old-k8s-version-516480 kubelet[731]: E0922 15:58:32.675646     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:26.085737 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:40 old-k8s-version-516480 kubelet[731]: E0922 15:58:40.190704     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.085924 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:47 old-k8s-version-516480 kubelet[731]: E0922 15:58:47.663896     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.086518 2677774 logs.go:138] Found kubelet problem: Sep 22 15:58:51 old-k8s-version-516480 kubelet[731]: E0922 15:58:51.872475     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.086844 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:00 old-k8s-version-516480 kubelet[731]: E0922 15:59:00.190211     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.087040 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:02 old-k8s-version-516480 kubelet[731]: E0922 15:59:02.663955     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.087373 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:13 old-k8s-version-516480 kubelet[731]: E0922 15:59:13.664941     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.089422 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:16 old-k8s-version-516480 kubelet[731]: E0922 15:59:16.691143     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:26.089762 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:25 old-k8s-version-516480 kubelet[731]: E0922 15:59:25.663919     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.089948 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:27 old-k8s-version-516480 kubelet[731]: E0922 15:59:27.664531     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.090540 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:40 old-k8s-version-516480 kubelet[731]: E0922 15:59:40.937803     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.090726 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:41 old-k8s-version-516480 kubelet[731]: E0922 15:59:41.664383     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.091310 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:50 old-k8s-version-516480 kubelet[731]: E0922 15:59:50.190598     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.091520 2677774 logs.go:138] Found kubelet problem: Sep 22 15:59:52 old-k8s-version-516480 kubelet[731]: E0922 15:59:52.664210     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.091857 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:04 old-k8s-version-516480 kubelet[731]: E0922 16:00:04.663628     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.092049 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:07 old-k8s-version-516480 kubelet[731]: E0922 16:00:07.664303     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.092451 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:16 old-k8s-version-516480 kubelet[731]: E0922 16:00:16.663530     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.092665 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:22 old-k8s-version-516480 kubelet[731]: E0922 16:00:22.664177     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.093044 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:29 old-k8s-version-516480 kubelet[731]: E0922 16:00:29.663555     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.097746 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:37 old-k8s-version-516480 kubelet[731]: E0922 16:00:37.676231     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	W0922 16:03:26.098093 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:42 old-k8s-version-516480 kubelet[731]: E0922 16:00:42.663980     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.098280 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:48 old-k8s-version-516480 kubelet[731]: E0922 16:00:48.665894     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.098656 2677774 logs.go:138] Found kubelet problem: Sep 22 16:00:57 old-k8s-version-516480 kubelet[731]: E0922 16:00:57.663548     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 1m20s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.098851 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:03 old-k8s-version-516480 kubelet[731]: E0922 16:01:03.664687     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.100437 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:10 old-k8s-version-516480 kubelet[731]: E0922 16:01:10.069563     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.100776 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:11 old-k8s-version-516480 kubelet[731]: E0922 16:01:11.073348     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.100964 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:18 old-k8s-version-516480 kubelet[731]: E0922 16:01:18.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.101292 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:22 old-k8s-version-516480 kubelet[731]: E0922 16:01:22.663469     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.101477 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:31 old-k8s-version-516480 kubelet[731]: E0922 16:01:31.664295     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.101816 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:33 old-k8s-version-516480 kubelet[731]: E0922 16:01:33.663565     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.102147 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:44 old-k8s-version-516480 kubelet[731]: E0922 16:01:44.663519     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.102330 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:46 old-k8s-version-516480 kubelet[731]: E0922 16:01:46.664063     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.102660 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:57 old-k8s-version-516480 kubelet[731]: E0922 16:01:57.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.102849 2677774 logs.go:138] Found kubelet problem: Sep 22 16:01:59 old-k8s-version-516480 kubelet[731]: E0922 16:01:59.664339     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.103194 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:09 old-k8s-version-516480 kubelet[731]: E0922 16:02:09.663527     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.103380 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:10 old-k8s-version-516480 kubelet[731]: E0922 16:02:10.664283     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.103710 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:24 old-k8s-version-516480 kubelet[731]: E0922 16:02:24.664676     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.103895 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:24 old-k8s-version-516480 kubelet[731]: E0922 16:02:24.664799     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.104342 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:35 old-k8s-version-516480 kubelet[731]: E0922 16:02:35.667623     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.104672 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:37 old-k8s-version-516480 kubelet[731]: E0922 16:02:37.663543     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.104855 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:47 old-k8s-version-516480 kubelet[731]: E0922 16:02:47.664131     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.105185 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:51 old-k8s-version-516480 kubelet[731]: E0922 16:02:51.663557     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.105371 2677774 logs.go:138] Found kubelet problem: Sep 22 16:02:58 old-k8s-version-516480 kubelet[731]: E0922 16:02:58.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.105698 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: E0922 16:03:02.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.105881 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:10 old-k8s-version-516480 kubelet[731]: E0922 16:03:10.664090     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.106209 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:14 old-k8s-version-516480 kubelet[731]: E0922 16:03:14.663628     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.106540 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.665238     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.108605 2677774 logs.go:138] Found kubelet problem: Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.691950     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	I0922 16:03:26.108617 2677774 logs.go:123] Gathering logs for coredns [74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2] ...
	I0922 16:03:26.108631 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2"
	I0922 16:03:26.151673 2677774 logs.go:123] Gathering logs for kubernetes-dashboard [8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3] ...
	I0922 16:03:26.151704 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3"
	I0922 16:03:26.192315 2677774 logs.go:123] Gathering logs for kindnet [817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2] ...
	I0922 16:03:26.192348 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2"
	I0922 16:03:26.270007 2677774 logs.go:123] Gathering logs for storage-provisioner [45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1] ...
	I0922 16:03:26.270045 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1"
	I0922 16:03:26.315316 2677774 logs.go:123] Gathering logs for container status ...
	I0922 16:03:26.315345 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0922 16:03:26.366973 2677774 logs.go:123] Gathering logs for dmesg ...
	I0922 16:03:26.367009 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0922 16:03:26.383923 2677774 logs.go:123] Gathering logs for kube-apiserver [7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f] ...
	I0922 16:03:26.384005 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f"
	I0922 16:03:26.454554 2677774 logs.go:123] Gathering logs for kube-controller-manager [132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f] ...
	I0922 16:03:26.454588 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f"
	I0922 16:03:26.552246 2677774 logs.go:123] Gathering logs for storage-provisioner [e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc] ...
	I0922 16:03:26.552286 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc"
	I0922 16:03:26.597494 2677774 logs.go:123] Gathering logs for CRI-O ...
	I0922 16:03:26.597523 2677774 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0922 16:03:26.687849 2677774 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:26.687883 2677774 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0922 16:03:26.687953 2677774 out.go:270] X Problems detected in kubelet:
	W0922 16:03:26.687966 2677774 out.go:270]   Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: E0922 16:03:02.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.687976 2677774 out.go:270]   Sep 22 16:03:10 old-k8s-version-516480 kubelet[731]: E0922 16:03:10.664090     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	W0922 16:03:26.687984 2677774 out.go:270]   Sep 22 16:03:14 old-k8s-version-516480 kubelet[731]: E0922 16:03:14.663628     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.687990 2677774 out.go:270]   Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.665238     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	W0922 16:03:26.687997 2677774 out.go:270]   Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.691950     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	I0922 16:03:26.688013 2677774 out.go:358] Setting ErrFile to fd 2...
	I0922 16:03:26.688029 2677774 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 16:03:29.208836 2681906 system_pods.go:59] 9 kube-system pods found
	I0922 16:03:29.208875 2681906 system_pods.go:61] "coredns-7c65d6cfc9-c9vlc" [6c9254db-abb5-4029-8aba-163fab90da66] Running
	I0922 16:03:29.208881 2681906 system_pods.go:61] "etcd-no-preload-592860" [71157a1c-3b55-458d-884d-cee5b36431b7] Running
	I0922 16:03:29.208886 2681906 system_pods.go:61] "kindnet-p4kfv" [ca002604-c8df-49ca-a142-064e82ea102c] Running
	I0922 16:03:29.208893 2681906 system_pods.go:61] "kube-apiserver-no-preload-592860" [012e7045-6246-455d-bcc5-a64d235c975b] Running
	I0922 16:03:29.208898 2681906 system_pods.go:61] "kube-controller-manager-no-preload-592860" [5bb855e7-a681-4b48-938e-f7472b28bca9] Running
	I0922 16:03:29.208902 2681906 system_pods.go:61] "kube-proxy-nnd5t" [10d13235-79f6-48e2-a7ea-319329fb128e] Running
	I0922 16:03:29.208906 2681906 system_pods.go:61] "kube-scheduler-no-preload-592860" [69e7676a-51f0-4029-9a5b-7e4853d8d3e2] Running
	I0922 16:03:29.208912 2681906 system_pods.go:61] "metrics-server-6867b74b74-6ttcv" [fdd34696-9db0-40e6-a413-e4967f26fbc8] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0922 16:03:29.208917 2681906 system_pods.go:61] "storage-provisioner" [677e5899-719e-4c93-981e-2022b995a46c] Running
	I0922 16:03:29.208925 2681906 system_pods.go:74] duration metric: took 11.308210255s to wait for pod list to return data ...
	I0922 16:03:29.208937 2681906 default_sa.go:34] waiting for default service account to be created ...
	I0922 16:03:29.215364 2681906 default_sa.go:45] found service account: "default"
	I0922 16:03:29.215396 2681906 default_sa.go:55] duration metric: took 6.445978ms for default service account to be created ...
	I0922 16:03:29.215407 2681906 system_pods.go:116] waiting for k8s-apps to be running ...
	I0922 16:03:29.221476 2681906 system_pods.go:86] 9 kube-system pods found
	I0922 16:03:29.221515 2681906 system_pods.go:89] "coredns-7c65d6cfc9-c9vlc" [6c9254db-abb5-4029-8aba-163fab90da66] Running
	I0922 16:03:29.221523 2681906 system_pods.go:89] "etcd-no-preload-592860" [71157a1c-3b55-458d-884d-cee5b36431b7] Running
	I0922 16:03:29.221529 2681906 system_pods.go:89] "kindnet-p4kfv" [ca002604-c8df-49ca-a142-064e82ea102c] Running
	I0922 16:03:29.221534 2681906 system_pods.go:89] "kube-apiserver-no-preload-592860" [012e7045-6246-455d-bcc5-a64d235c975b] Running
	I0922 16:03:29.221539 2681906 system_pods.go:89] "kube-controller-manager-no-preload-592860" [5bb855e7-a681-4b48-938e-f7472b28bca9] Running
	I0922 16:03:29.221544 2681906 system_pods.go:89] "kube-proxy-nnd5t" [10d13235-79f6-48e2-a7ea-319329fb128e] Running
	I0922 16:03:29.221548 2681906 system_pods.go:89] "kube-scheduler-no-preload-592860" [69e7676a-51f0-4029-9a5b-7e4853d8d3e2] Running
	I0922 16:03:29.221555 2681906 system_pods.go:89] "metrics-server-6867b74b74-6ttcv" [fdd34696-9db0-40e6-a413-e4967f26fbc8] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0922 16:03:29.221567 2681906 system_pods.go:89] "storage-provisioner" [677e5899-719e-4c93-981e-2022b995a46c] Running
	I0922 16:03:29.221579 2681906 system_pods.go:126] duration metric: took 6.166174ms to wait for k8s-apps to be running ...
	I0922 16:03:29.221594 2681906 system_svc.go:44] waiting for kubelet service to be running ....
	I0922 16:03:29.221656 2681906 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0922 16:03:29.233954 2681906 system_svc.go:56] duration metric: took 12.350587ms WaitForService to wait for kubelet
	I0922 16:03:29.233985 2681906 kubeadm.go:582] duration metric: took 4m52.427442232s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0922 16:03:29.234005 2681906 node_conditions.go:102] verifying NodePressure condition ...
	I0922 16:03:29.237343 2681906 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0922 16:03:29.237394 2681906 node_conditions.go:123] node cpu capacity is 2
	I0922 16:03:29.237406 2681906 node_conditions.go:105] duration metric: took 3.394776ms to run NodePressure ...
	I0922 16:03:29.237419 2681906 start.go:241] waiting for startup goroutines ...
	I0922 16:03:29.237426 2681906 start.go:246] waiting for cluster config update ...
	I0922 16:03:29.237437 2681906 start.go:255] writing updated cluster config ...
	I0922 16:03:29.237738 2681906 ssh_runner.go:195] Run: rm -f paused
	I0922 16:03:29.307182 2681906 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
	I0922 16:03:29.310083 2681906 out.go:177] * Done! kubectl is now configured to use "no-preload-592860" cluster and "default" namespace by default
	I0922 16:03:36.688280 2677774 api_server.go:253] Checking apiserver healthz at https://192.168.76.2:8443/healthz ...
	I0922 16:03:36.700813 2677774 api_server.go:279] https://192.168.76.2:8443/healthz returned 200:
	ok
	I0922 16:03:36.703682 2677774 out.go:201] 
	W0922 16:03:36.706164 2677774 out.go:270] X Exiting due to K8S_UNHEALTHY_CONTROL_PLANE: wait 6m0s for node: wait for healthy API server: controlPlane never updated to v1.20.0
	W0922 16:03:36.706212 2677774 out.go:270] * Suggestion: Control Plane could not update, try minikube delete --all --purge
	W0922 16:03:36.706235 2677774 out.go:270] * Related issue: https://github.com/kubernetes/minikube/issues/11417
	W0922 16:03:36.706241 2677774 out.go:270] * 
	W0922 16:03:36.707282 2677774 out.go:293] ╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * 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.    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯
	I0922 16:03:36.710620 2677774 out.go:201] 
	
	
	==> CRI-O <==
	Sep 22 16:01:18 old-k8s-version-516480 crio[619]: time="2024-09-22 16:01:18.663843294Z" level=info msg="Image fake.domain/registry.k8s.io/echoserver:1.4 not found" id=6e98704e-a55a-453e-b0fc-30011db9551b name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:01:31 old-k8s-version-516480 crio[619]: time="2024-09-22 16:01:31.663497085Z" level=info msg="Checking image status: fake.domain/registry.k8s.io/echoserver:1.4" id=80de93f4-0476-47e2-b75f-70878669451a name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:01:31 old-k8s-version-516480 crio[619]: time="2024-09-22 16:01:31.663737966Z" level=info msg="Image fake.domain/registry.k8s.io/echoserver:1.4 not found" id=80de93f4-0476-47e2-b75f-70878669451a name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:01:46 old-k8s-version-516480 crio[619]: time="2024-09-22 16:01:46.663584152Z" level=info msg="Checking image status: fake.domain/registry.k8s.io/echoserver:1.4" id=475d331d-79ef-4b2f-9f7d-a085e33af892 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:01:46 old-k8s-version-516480 crio[619]: time="2024-09-22 16:01:46.663827600Z" level=info msg="Image fake.domain/registry.k8s.io/echoserver:1.4 not found" id=475d331d-79ef-4b2f-9f7d-a085e33af892 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:01:59 old-k8s-version-516480 crio[619]: time="2024-09-22 16:01:59.663450890Z" level=info msg="Checking image status: fake.domain/registry.k8s.io/echoserver:1.4" id=59dc38fa-be15-4899-a28e-8f3c5da3cfaa name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:01:59 old-k8s-version-516480 crio[619]: time="2024-09-22 16:01:59.663679882Z" level=info msg="Image fake.domain/registry.k8s.io/echoserver:1.4 not found" id=59dc38fa-be15-4899-a28e-8f3c5da3cfaa name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:10 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:10.663608069Z" level=info msg="Checking image status: fake.domain/registry.k8s.io/echoserver:1.4" id=d64b81d8-21e8-4a4c-a410-f4d6fe92ccf8 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:10 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:10.663901658Z" level=info msg="Image fake.domain/registry.k8s.io/echoserver:1.4 not found" id=d64b81d8-21e8-4a4c-a410-f4d6fe92ccf8 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:24 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:24.664113831Z" level=info msg="Checking image status: fake.domain/registry.k8s.io/echoserver:1.4" id=40d1283b-9865-4f54-a806-725c33905622 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:24 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:24.664349230Z" level=info msg="Image fake.domain/registry.k8s.io/echoserver:1.4 not found" id=40d1283b-9865-4f54-a806-725c33905622 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:35 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:35.586422400Z" level=info msg="Checking image status: k8s.gcr.io/pause:3.2" id=62ee795e-43a7-4a43-ac75-d50d14e3aa48 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:35 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:35.586655592Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:2a060e2e7101d419352bf82c613158587400be743482d9a537ec4a9d1b4eb93c,RepoTags:[k8s.gcr.io/pause:3.2 registry.k8s.io/pause:3.2],RepoDigests:[k8s.gcr.io/pause@sha256:31d3efd12022ffeffb3146bc10ae8beb890c80ed2f07363515580add7ed47636 k8s.gcr.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f registry.k8s.io/pause@sha256:31d3efd12022ffeffb3146bc10ae8beb890c80ed2f07363515580add7ed47636 registry.k8s.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f],Size_:489397,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=62ee795e-43a7-4a43-ac75-d50d14e3aa48 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:35 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:35.667190862Z" level=info msg="Checking image status: fake.domain/registry.k8s.io/echoserver:1.4" id=76ce6ea4-e252-4769-bdf5-daa30277ffec name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:35 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:35.667426376Z" level=info msg="Image fake.domain/registry.k8s.io/echoserver:1.4 not found" id=76ce6ea4-e252-4769-bdf5-daa30277ffec name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:47 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:47.663450437Z" level=info msg="Checking image status: fake.domain/registry.k8s.io/echoserver:1.4" id=7d5b2e97-da21-4bb5-963d-f4639629901f name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:47 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:47.663692466Z" level=info msg="Image fake.domain/registry.k8s.io/echoserver:1.4 not found" id=7d5b2e97-da21-4bb5-963d-f4639629901f name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:58 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:58.663573685Z" level=info msg="Checking image status: fake.domain/registry.k8s.io/echoserver:1.4" id=73e318ba-6737-4c16-833e-c3cf29296f54 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:02:58 old-k8s-version-516480 crio[619]: time="2024-09-22 16:02:58.663813983Z" level=info msg="Image fake.domain/registry.k8s.io/echoserver:1.4 not found" id=73e318ba-6737-4c16-833e-c3cf29296f54 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:03:10 old-k8s-version-516480 crio[619]: time="2024-09-22 16:03:10.663633995Z" level=info msg="Checking image status: fake.domain/registry.k8s.io/echoserver:1.4" id=a16b211a-69f2-4cc2-a5ee-f8c113958d82 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:03:10 old-k8s-version-516480 crio[619]: time="2024-09-22 16:03:10.663874088Z" level=info msg="Image fake.domain/registry.k8s.io/echoserver:1.4 not found" id=a16b211a-69f2-4cc2-a5ee-f8c113958d82 name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:03:25 old-k8s-version-516480 crio[619]: time="2024-09-22 16:03:25.663910687Z" level=info msg="Checking image status: fake.domain/registry.k8s.io/echoserver:1.4" id=a878e7fa-6f7f-4401-8fbc-4bdf9ad7ea5c name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:03:25 old-k8s-version-516480 crio[619]: time="2024-09-22 16:03:25.664150780Z" level=info msg="Image fake.domain/registry.k8s.io/echoserver:1.4 not found" id=a878e7fa-6f7f-4401-8fbc-4bdf9ad7ea5c name=/runtime.v1alpha2.ImageService/ImageStatus
	Sep 22 16:03:25 old-k8s-version-516480 crio[619]: time="2024-09-22 16:03:25.666423736Z" level=info msg="Pulling image: fake.domain/registry.k8s.io/echoserver:1.4" id=de39ca81-5aaf-4987-9d62-bfba7d31cdfb name=/runtime.v1alpha2.ImageService/PullImage
	Sep 22 16:03:25 old-k8s-version-516480 crio[619]: time="2024-09-22 16:03:25.686371142Z" level=info msg="Trying to access \"fake.domain/registry.k8s.io/echoserver:1.4\""
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                      CREATED             STATE               NAME                        ATTEMPT             POD ID              POD
	df12ef6e60777       a90209bb39e3d7b5fc9daf60c17044ea969aaca0333d672d8c7a34c7446e7ff7                                           2 minutes ago       Exited              dashboard-metrics-scraper   5                   c68a42c14d596       dashboard-metrics-scraper-8d5bb5db8-2g6tk
	e4a2ecaf05417       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                           5 minutes ago       Running             storage-provisioner         1                   84576f306c729       storage-provisioner
	8aeff047dc834       docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93   5 minutes ago       Running             kubernetes-dashboard        0                   b72f254e61a25       kubernetes-dashboard-cd95d586-tcbq6
	ae5e78c88dae1       1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c                                           5 minutes ago       Running             busybox                     0                   2e7fdf22c1ed3       busybox
	74c18335c2ae0       db91994f4ee8f894a1e8a6c1a76f615da8fc3c019300a3686291ce6fcbc57895                                           5 minutes ago       Running             coredns                     0                   6da5fa77a9d92       coredns-74ff55c5b-mnbq6
	ec9f69248870f       25a5233254979d0678a2db1d15b76b73dc380d81bc5eed93916ba5638b3cd894                                           5 minutes ago       Running             kube-proxy                  0                   13565fba9e97d       kube-proxy-2nbfq
	817a0d84fdbc6       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                           5 minutes ago       Running             kindnet-cni                 0                   4162135ff2973       kindnet-fqs69
	45e9854e642ac       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                           5 minutes ago       Exited              storage-provisioner         0                   84576f306c729       storage-provisioner
	7c1fcc5987e5e       2c08bbbc02d3aa5dfbf4e79f15c0a61424049288917aa10364464ca1f7de7157                                           6 minutes ago       Running             kube-apiserver              0                   962fcca6f7629       kube-apiserver-old-k8s-version-516480
	30f03ae410109       e7605f88f17d6a4c3f083ef9c6f5f19b39f87e4d4406a05a8612b54a6ea57051                                           6 minutes ago       Running             kube-scheduler              0                   0096ffb5504d7       kube-scheduler-old-k8s-version-516480
	9c0a027a1be57       05b738aa1bc6355db8a2ee8639f3631b908286e43f584a3d2ee0c472de033c28                                           6 minutes ago       Running             etcd                        0                   9270008133b42       etcd-old-k8s-version-516480
	132b8fae57bdf       1df8a2b116bd16f7070fd383a6769c8d644b365575e8ffa3e492b84e4f05fc74                                           6 minutes ago       Running             kube-controller-manager     0                   d5d6d24574bcc       kube-controller-manager-old-k8s-version-516480
	
	
	==> coredns [74c18335c2ae08ca4773950befa864f23e6a8bee2767e6f7f6eae0ddb3683ab2] <==
	.:53
	[INFO] plugin/reload: Running configuration MD5 = b494d968e357ba1b925cee838fbd78ed
	CoreDNS-1.7.0
	linux/arm64, go1.14.4, f59c03d
	[INFO] 127.0.0.1:49028 - 62665 "HINFO IN 6222698112995145531.6528082151209931312. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.033590177s
	[INFO] SIGTERM: Shutting down servers then terminating
	[INFO] plugin/health: Going into lameduck mode for 5s
	.:53
	[INFO] plugin/reload: Running configuration MD5 = b494d968e357ba1b925cee838fbd78ed
	CoreDNS-1.7.0
	linux/arm64, go1.14.4, f59c03d
	[INFO] 127.0.0.1:46656 - 49414 "HINFO IN 1396077942774086302.7462809931940747334. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.026708214s
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	I0922 15:58:19.885006       1 trace.go:116] Trace[2019727887]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/client-go@v0.18.3/tools/cache/reflector.go:125 (started: 2024-09-22 15:57:49.884465535 +0000 UTC m=+0.274731754) (total time: 30.000436454s):
	Trace[2019727887]: [30.000436454s] [30.000436454s] END
	E0922 15:58:19.885037       1 reflector.go:178] pkg/mod/k8s.io/client-go@v0.18.3/tools/cache/reflector.go:125: Failed to list *v1.Service: Get "https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	I0922 15:58:19.885207       1 trace.go:116] Trace[939984059]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/client-go@v0.18.3/tools/cache/reflector.go:125 (started: 2024-09-22 15:57:49.884930263 +0000 UTC m=+0.275196482) (total time: 30.000252187s):
	Trace[939984059]: [30.000252187s] [30.000252187s] END
	E0922 15:58:19.885221       1 reflector.go:178] pkg/mod/k8s.io/client-go@v0.18.3/tools/cache/reflector.go:125: Failed to list *v1.Endpoints: Get "https://10.96.0.1:443/api/v1/endpoints?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	I0922 15:58:19.885407       1 trace.go:116] Trace[911902081]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/client-go@v0.18.3/tools/cache/reflector.go:125 (started: 2024-09-22 15:57:49.885162003 +0000 UTC m=+0.275428214) (total time: 30.000231798s):
	Trace[911902081]: [30.000231798s] [30.000231798s] END
	E0922 15:58:19.885418       1 reflector.go:178] pkg/mod/k8s.io/client-go@v0.18.3/tools/cache/reflector.go:125: Failed to list *v1.Namespace: Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	
	
	==> describe nodes <==
	Name:               old-k8s-version-516480
	Roles:              control-plane,master
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=old-k8s-version-516480
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=5b57912a6e11509dc1149ba04e12218d24f36ea3
	                    minikube.k8s.io/name=old-k8s-version-516480
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_22T15_55_08_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node-role.kubernetes.io/master=
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: /var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Sun, 22 Sep 2024 15:55:04 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  old-k8s-version-516480
	  AcquireTime:     <unset>
	  RenewTime:       Sun, 22 Sep 2024 16:03:29 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Sun, 22 Sep 2024 15:58:37 +0000   Sun, 22 Sep 2024 15:54:59 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Sun, 22 Sep 2024 15:58:37 +0000   Sun, 22 Sep 2024 15:54:59 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Sun, 22 Sep 2024 15:58:37 +0000   Sun, 22 Sep 2024 15:54:59 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Sun, 22 Sep 2024 15:58:37 +0000   Sun, 22 Sep 2024 15:55:45 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.76.2
	  Hostname:    old-k8s-version-516480
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	System Info:
	  Machine ID:                 450f414c299a43d3854bcadf8cc89c91
	  System UUID:                f83b10ca-d4e5-42c2-8835-96bf7e679886
	  Boot ID:                    83c23869-b84b-4612-8d17-ba3dc253a1e0
	  Kernel Version:             5.15.0-1070-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.20.0
	  Kube-Proxy Version:         v1.20.0
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (12 in total)
	  Namespace                   Name                                              CPU Requests  CPU Limits  Memory Requests  Memory Limits  AGE
	  ---------                   ----                                              ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         6m47s
	  kube-system                 coredns-74ff55c5b-mnbq6                           100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     8m15s
	  kube-system                 etcd-old-k8s-version-516480                       100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         8m22s
	  kube-system                 kindnet-fqs69                                     100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      8m15s
	  kube-system                 kube-apiserver-old-k8s-version-516480             250m (12%)    0 (0%)      0 (0%)           0 (0%)         8m22s
	  kube-system                 kube-controller-manager-old-k8s-version-516480    200m (10%)    0 (0%)      0 (0%)           0 (0%)         8m22s
	  kube-system                 kube-proxy-2nbfq                                  0 (0%)        0 (0%)      0 (0%)           0 (0%)         8m15s
	  kube-system                 kube-scheduler-old-k8s-version-516480             100m (5%)     0 (0%)      0 (0%)           0 (0%)         8m22s
	  kube-system                 metrics-server-9975d5f86-9dfk7                    100m (5%)     0 (0%)      200Mi (2%)       0 (0%)         6m33s
	  kube-system                 storage-provisioner                               0 (0%)        0 (0%)      0 (0%)           0 (0%)         8m14s
	  kubernetes-dashboard        dashboard-metrics-scraper-8d5bb5db8-2g6tk         0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m32s
	  kubernetes-dashboard        kubernetes-dashboard-cd95d586-tcbq6               0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m32s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (47%)  100m (5%)
	  memory             420Mi (5%)  220Mi (2%)
	  ephemeral-storage  100Mi (0%)  0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type    Reason                   Age                    From        Message
	  ----    ------                   ----                   ----        -------
	  Normal  NodeHasSufficientMemory  8m40s (x5 over 8m40s)  kubelet     Node old-k8s-version-516480 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    8m40s (x4 over 8m40s)  kubelet     Node old-k8s-version-516480 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     8m40s (x4 over 8m40s)  kubelet     Node old-k8s-version-516480 status is now: NodeHasSufficientPID
	  Normal  Starting                 8m23s                  kubelet     Starting kubelet.
	  Normal  NodeHasSufficientMemory  8m23s                  kubelet     Node old-k8s-version-516480 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    8m23s                  kubelet     Node old-k8s-version-516480 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     8m23s                  kubelet     Node old-k8s-version-516480 status is now: NodeHasSufficientPID
	  Normal  Starting                 8m14s                  kube-proxy  Starting kube-proxy.
	  Normal  NodeReady                7m53s                  kubelet     Node old-k8s-version-516480 status is now: NodeReady
	  Normal  Starting                 6m3s                   kubelet     Starting kubelet.
	  Normal  NodeHasSufficientMemory  6m3s (x8 over 6m3s)    kubelet     Node old-k8s-version-516480 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    6m3s (x8 over 6m3s)    kubelet     Node old-k8s-version-516480 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     6m3s (x8 over 6m3s)    kubelet     Node old-k8s-version-516480 status is now: NodeHasSufficientPID
	  Normal  Starting                 5m48s                  kube-proxy  Starting kube-proxy.
	
	
	==> dmesg <==
	[Sep22 14:08] overlayfs: '/var/lib/containers/storage/overlay/l/ZLTOCNGE2IGM6DT7VP2QP7OV3M' not a directory
	[  +0.739108] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
	[Sep22 15:49] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
	
	
	==> etcd [9c0a027a1be5775f8f8bab62ea785c923794fad9dd784833db780d0c12ec968b] <==
	2024-09-22 15:59:36.018539 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 15:59:46.018815 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 15:59:56.018520 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:00:06.018578 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:00:16.018632 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:00:26.018449 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:00:36.018577 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:00:46.025240 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:00:56.018506 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:01:06.018821 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:01:16.018693 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:01:26.018563 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:01:36.018502 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:01:46.018504 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:01:56.018527 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:02:06.018533 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:02:16.018486 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:02:26.018528 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:02:36.018645 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:02:46.019592 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:02:56.018491 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:03:06.018663 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:03:16.018644 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:03:26.018532 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	2024-09-22 16:03:36.018495 I | etcdserver/api/etcdhttp: /health OK (status code 200)
	
	
	==> kernel <==
	 16:03:38 up 19:46,  0 users,  load average: 0.40, 1.51, 2.07
	Linux old-k8s-version-516480 5.15.0-1070-aws #76~20.04.1-Ubuntu SMP Mon Sep 2 12:20:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [817a0d84fdbc60639f69c50c14178f79e4829f83ef55c42936ea8baf284b5fb2] <==
	I0922 16:01:29.915333       1 main.go:299] handling current node
	I0922 16:01:39.915943       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:01:39.916062       1 main.go:299] handling current node
	I0922 16:01:49.908471       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:01:49.908536       1 main.go:299] handling current node
	I0922 16:01:59.915939       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:01:59.916059       1 main.go:299] handling current node
	I0922 16:02:09.910426       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:02:09.910459       1 main.go:299] handling current node
	I0922 16:02:19.916225       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:02:19.916261       1 main.go:299] handling current node
	I0922 16:02:29.907985       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:02:29.908037       1 main.go:299] handling current node
	I0922 16:02:39.915625       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:02:39.915659       1 main.go:299] handling current node
	I0922 16:02:49.908778       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:02:49.908815       1 main.go:299] handling current node
	I0922 16:02:59.916025       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:02:59.916060       1 main.go:299] handling current node
	I0922 16:03:09.915406       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:03:09.915441       1 main.go:299] handling current node
	I0922 16:03:19.916969       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:03:19.917006       1 main.go:299] handling current node
	I0922 16:03:29.915312       1 main.go:295] Handling node with IPs: map[192.168.76.2:{}]
	I0922 16:03:29.915349       1 main.go:299] handling current node
	
	
	==> kube-apiserver [7c1fcc5987e5e298748cead12955f5b511798c88fb01575612ee7b9dd567b55f] <==
	I0922 15:59:40.082305       1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379  <nil> 0 <nil>}] <nil> <nil>}
	I0922 15:59:40.082314       1 clientconn.go:948] ClientConn switching balancer to "pick_first"
	I0922 16:00:25.067124       1 client.go:360] parsed scheme: "passthrough"
	I0922 16:00:25.067172       1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379  <nil> 0 <nil>}] <nil> <nil>}
	I0922 16:00:25.067181       1 clientconn.go:948] ClientConn switching balancer to "pick_first"
	W0922 16:00:51.788922       1 handler_proxy.go:102] no RequestInfo found in the context
	E0922 16:00:51.788991       1 controller.go:116] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
	, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
	I0922 16:00:51.788999       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
	I0922 16:00:57.483310       1 client.go:360] parsed scheme: "passthrough"
	I0922 16:00:57.483358       1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379  <nil> 0 <nil>}] <nil> <nil>}
	I0922 16:00:57.483367       1 clientconn.go:948] ClientConn switching balancer to "pick_first"
	I0922 16:01:33.486191       1 client.go:360] parsed scheme: "passthrough"
	I0922 16:01:33.486233       1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379  <nil> 0 <nil>}] <nil> <nil>}
	I0922 16:01:33.486242       1 clientconn.go:948] ClientConn switching balancer to "pick_first"
	I0922 16:02:12.230031       1 client.go:360] parsed scheme: "passthrough"
	I0922 16:02:12.230076       1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379  <nil> 0 <nil>}] <nil> <nil>}
	I0922 16:02:12.230085       1 clientconn.go:948] ClientConn switching balancer to "pick_first"
	W0922 16:02:47.918719       1 handler_proxy.go:102] no RequestInfo found in the context
	E0922 16:02:47.918796       1 controller.go:116] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
	, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
	I0922 16:02:47.918806       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
	I0922 16:02:56.860302       1 client.go:360] parsed scheme: "passthrough"
	I0922 16:02:56.860345       1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379  <nil> 0 <nil>}] <nil> <nil>}
	I0922 16:02:56.860353       1 clientconn.go:948] ClientConn switching balancer to "pick_first"
	
	
	==> kube-controller-manager [132b8fae57bdf9d2a5fc2c5513a926caa1aa8b41366180c05ecd3ba3f700a87f] <==
	W0922 15:59:14.033526       1 garbagecollector.go:703] failed to discover some groups: map[metrics.k8s.io/v1beta1:the server is currently unable to handle the request]
	E0922 15:59:39.300814       1 resource_quota_controller.go:409] unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0922 15:59:45.684024       1 request.go:655] Throttling request took 1.048270648s, request: GET:https://192.168.76.2:8443/apis/policy/v1beta1?timeout=32s
	W0922 15:59:46.535403       1 garbagecollector.go:703] failed to discover some groups: map[metrics.k8s.io/v1beta1:the server is currently unable to handle the request]
	E0922 16:00:09.802613       1 resource_quota_controller.go:409] unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0922 16:00:18.185791       1 request.go:655] Throttling request took 1.04841034s, request: GET:https://192.168.76.2:8443/apis/extensions/v1beta1?timeout=32s
	W0922 16:00:19.037372       1 garbagecollector.go:703] failed to discover some groups: map[metrics.k8s.io/v1beta1:the server is currently unable to handle the request]
	E0922 16:00:40.304517       1 resource_quota_controller.go:409] unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0922 16:00:50.687794       1 request.go:655] Throttling request took 1.04832589s, request: GET:https://192.168.76.2:8443/apis/authorization.k8s.io/v1beta1?timeout=32s
	W0922 16:00:51.539234       1 garbagecollector.go:703] failed to discover some groups: map[metrics.k8s.io/v1beta1:the server is currently unable to handle the request]
	E0922 16:01:10.806433       1 resource_quota_controller.go:409] unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0922 16:01:23.189662       1 request.go:655] Throttling request took 1.048314258s, request: GET:https://192.168.76.2:8443/apis/apiextensions.k8s.io/v1beta1?timeout=32s
	W0922 16:01:24.041256       1 garbagecollector.go:703] failed to discover some groups: map[metrics.k8s.io/v1beta1:the server is currently unable to handle the request]
	E0922 16:01:41.308230       1 resource_quota_controller.go:409] unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0922 16:01:55.691634       1 request.go:655] Throttling request took 1.048530239s, request: GET:https://192.168.76.2:8443/apis/apiextensions.k8s.io/v1beta1?timeout=32s
	W0922 16:01:56.543071       1 garbagecollector.go:703] failed to discover some groups: map[metrics.k8s.io/v1beta1:the server is currently unable to handle the request]
	E0922 16:02:11.810106       1 resource_quota_controller.go:409] unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0922 16:02:28.193436       1 request.go:655] Throttling request took 1.048173352s, request: GET:https://192.168.76.2:8443/apis/extensions/v1beta1?timeout=32s
	W0922 16:02:29.044927       1 garbagecollector.go:703] failed to discover some groups: map[metrics.k8s.io/v1beta1:the server is currently unable to handle the request]
	E0922 16:02:42.311869       1 resource_quota_controller.go:409] unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0922 16:03:00.695313       1 request.go:655] Throttling request took 1.048236139s, request: GET:https://192.168.76.2:8443/apis/extensions/v1beta1?timeout=32s
	W0922 16:03:01.546703       1 garbagecollector.go:703] failed to discover some groups: map[metrics.k8s.io/v1beta1:the server is currently unable to handle the request]
	E0922 16:03:12.813796       1 resource_quota_controller.go:409] unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0922 16:03:33.197093       1 request.go:655] Throttling request took 1.048507643s, request: GET:https://192.168.76.2:8443/apis/coordination.k8s.io/v1beta1?timeout=32s
	W0922 16:03:34.048537       1 garbagecollector.go:703] failed to discover some groups: map[metrics.k8s.io/v1beta1:the server is currently unable to handle the request]
	
	
	==> kube-proxy [ec9f69248870fe845f3489361c85e0a4b8603653e8b0e35027240720c8219d3d] <==
	I0922 15:55:24.473590       1 node.go:172] Successfully retrieved node IP: 192.168.76.2
	I0922 15:55:24.473704       1 server_others.go:142] kube-proxy node IP is an IPv4 address (192.168.76.2), assume IPv4 operation
	W0922 15:55:24.507070       1 server_others.go:578] Unknown proxy mode "", assuming iptables proxy
	I0922 15:55:24.507221       1 server_others.go:185] Using iptables Proxier.
	I0922 15:55:24.507754       1 server.go:650] Version: v1.20.0
	I0922 15:55:24.508494       1 config.go:315] Starting service config controller
	I0922 15:55:24.508522       1 shared_informer.go:240] Waiting for caches to sync for service config
	I0922 15:55:24.508555       1 config.go:224] Starting endpoint slice config controller
	I0922 15:55:24.508560       1 shared_informer.go:240] Waiting for caches to sync for endpoint slice config
	I0922 15:55:24.693967       1 shared_informer.go:247] Caches are synced for endpoint slice config 
	I0922 15:55:24.694048       1 shared_informer.go:247] Caches are synced for service config 
	I0922 15:57:50.419269       1 node.go:172] Successfully retrieved node IP: 192.168.76.2
	I0922 15:57:50.419562       1 server_others.go:142] kube-proxy node IP is an IPv4 address (192.168.76.2), assume IPv4 operation
	W0922 15:57:50.454435       1 server_others.go:578] Unknown proxy mode "", assuming iptables proxy
	I0922 15:57:50.467192       1 server_others.go:185] Using iptables Proxier.
	I0922 15:57:50.467452       1 server.go:650] Version: v1.20.0
	I0922 15:57:50.468016       1 config.go:315] Starting service config controller
	I0922 15:57:50.468046       1 shared_informer.go:240] Waiting for caches to sync for service config
	I0922 15:57:50.468692       1 config.go:224] Starting endpoint slice config controller
	I0922 15:57:50.468699       1 shared_informer.go:240] Waiting for caches to sync for endpoint slice config
	I0922 15:57:50.568179       1 shared_informer.go:247] Caches are synced for service config 
	I0922 15:57:50.568793       1 shared_informer.go:247] Caches are synced for endpoint slice config 
	
	
	==> kube-scheduler [30f03ae4101098906a64fcc1aa6671c8702b5191e639bfa1be31ac12b0b1b75f] <==
	E0922 15:55:04.787217       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0922 15:55:04.787386       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.StorageClass: 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
	E0922 15:55:04.787564       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0922 15:55:04.787878       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSINode: 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
	E0922 15:55:04.790419       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0922 15:55:04.790775       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0922 15:55:04.791262       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.ReplicaSet: 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
	E0922 15:55:04.791454       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.StatefulSet: 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
	E0922 15:55:04.791607       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0922 15:55:04.792432       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0922 15:55:05.662340       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.StatefulSet: 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
	E0922 15:55:05.695496       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.StorageClass: 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
	E0922 15:55:05.721530       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSINode: 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
	E0922 15:55:05.724842       1 reflector.go:138] k8s.io/apiserver/pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: 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"
	I0922 15:55:08.859871       1 shared_informer.go:247] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file 
	I0922 15:57:41.282135       1 serving.go:331] Generated self-signed cert in-memory
	W0922 15:57:46.872036       1 requestheader_controller.go:193] Unable to get configmap/extension-apiserver-authentication in kube-system.  Usually fixed by 'kubectl create rolebinding -n kube-system ROLEBINDING_NAME --role=extension-apiserver-authentication-reader --serviceaccount=YOUR_NS:YOUR_SA'
	W0922 15:57:46.872176       1 authentication.go:332] Error looking up in-cluster authentication configuration: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot get resource "configmaps" in API group "" in the namespace "kube-system"
	W0922 15:57:46.872243       1 authentication.go:333] Continuing without authentication configuration. This may treat all requests as anonymous.
	W0922 15:57:46.872274       1 authentication.go:334] To require authentication configuration lookup to succeed, set --authentication-tolerate-lookup-failure=false
	I0922 15:57:47.247036       1 configmap_cafile_content.go:202] Starting client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0922 15:57:47.250166       1 shared_informer.go:240] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0922 15:57:47.256418       1 tlsconfig.go:240] Starting DynamicServingCertificateController
	I0922 15:57:47.258745       1 secure_serving.go:197] Serving securely on 127.0.0.1:10259
	I0922 15:57:47.351153       1 shared_informer.go:247] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file 
	
	
	==> kubelet <==
	Sep 22 16:02:09 old-k8s-version-516480 kubelet[731]: I0922 16:02:09.663181     731 scope.go:95] [topologymanager] RemoveContainer - Container ID: df12ef6e60777eaf161e86284d6f3644a14b5b50edf31e6cff1ce731abc8ea1c
	Sep 22 16:02:09 old-k8s-version-516480 kubelet[731]: E0922 16:02:09.663527     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	Sep 22 16:02:10 old-k8s-version-516480 kubelet[731]: E0922 16:02:10.664283     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	Sep 22 16:02:24 old-k8s-version-516480 kubelet[731]: I0922 16:02:24.663198     731 scope.go:95] [topologymanager] RemoveContainer - Container ID: df12ef6e60777eaf161e86284d6f3644a14b5b50edf31e6cff1ce731abc8ea1c
	Sep 22 16:02:24 old-k8s-version-516480 kubelet[731]: E0922 16:02:24.664676     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	Sep 22 16:02:24 old-k8s-version-516480 kubelet[731]: E0922 16:02:24.664799     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	Sep 22 16:02:35 old-k8s-version-516480 kubelet[731]: E0922 16:02:35.634161     731 container_manager_linux.go:533] failed to find cgroups of kubelet - cpu and memory cgroup hierarchy not unified.  cpu: /docker/7698124a9b3f470ea3bf9a4388ac4c2519f15e9b8da1b4908fae865f74ffd689, memory: /docker/7698124a9b3f470ea3bf9a4388ac4c2519f15e9b8da1b4908fae865f74ffd689/system.slice/kubelet.service
	Sep 22 16:02:35 old-k8s-version-516480 kubelet[731]: E0922 16:02:35.667623     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	Sep 22 16:02:37 old-k8s-version-516480 kubelet[731]: I0922 16:02:37.663203     731 scope.go:95] [topologymanager] RemoveContainer - Container ID: df12ef6e60777eaf161e86284d6f3644a14b5b50edf31e6cff1ce731abc8ea1c
	Sep 22 16:02:37 old-k8s-version-516480 kubelet[731]: E0922 16:02:37.663543     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	Sep 22 16:02:47 old-k8s-version-516480 kubelet[731]: E0922 16:02:47.664131     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	Sep 22 16:02:51 old-k8s-version-516480 kubelet[731]: I0922 16:02:51.663223     731 scope.go:95] [topologymanager] RemoveContainer - Container ID: df12ef6e60777eaf161e86284d6f3644a14b5b50edf31e6cff1ce731abc8ea1c
	Sep 22 16:02:51 old-k8s-version-516480 kubelet[731]: E0922 16:02:51.663557     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	Sep 22 16:02:58 old-k8s-version-516480 kubelet[731]: E0922 16:02:58.664091     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: I0922 16:03:02.663167     731 scope.go:95] [topologymanager] RemoveContainer - Container ID: df12ef6e60777eaf161e86284d6f3644a14b5b50edf31e6cff1ce731abc8ea1c
	Sep 22 16:03:02 old-k8s-version-516480 kubelet[731]: E0922 16:03:02.663546     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	Sep 22 16:03:10 old-k8s-version-516480 kubelet[731]: E0922 16:03:10.664090     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ImagePullBackOff: "Back-off pulling image \"fake.domain/registry.k8s.io/echoserver:1.4\""
	Sep 22 16:03:14 old-k8s-version-516480 kubelet[731]: I0922 16:03:14.663291     731 scope.go:95] [topologymanager] RemoveContainer - Container ID: df12ef6e60777eaf161e86284d6f3644a14b5b50edf31e6cff1ce731abc8ea1c
	Sep 22 16:03:14 old-k8s-version-516480 kubelet[731]: E0922 16:03:14.663628     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: I0922 16:03:25.664934     731 scope.go:95] [topologymanager] RemoveContainer - Container ID: df12ef6e60777eaf161e86284d6f3644a14b5b50edf31e6cff1ce731abc8ea1c
	Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.665238     731 pod_workers.go:191] Error syncing pod 9b7e692e-cd09-45ee-804a-db312d9515e5 ("dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"), skipping: failed to "StartContainer" for "dashboard-metrics-scraper" with CrashLoopBackOff: "back-off 2m40s restarting failed container=dashboard-metrics-scraper pod=dashboard-metrics-scraper-8d5bb5db8-2g6tk_kubernetes-dashboard(9b7e692e-cd09-45ee-804a-db312d9515e5)"
	Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.691737     731 remote_image.go:113] PullImage "fake.domain/registry.k8s.io/echoserver:1.4" from image service failed: rpc error: code = Unknown desc = pinging container registry fake.domain: Get "https://fake.domain/v2/": dial tcp: lookup fake.domain: no such host
	Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.691786     731 kuberuntime_image.go:51] Pull image "fake.domain/registry.k8s.io/echoserver:1.4" failed: rpc error: code = Unknown desc = pinging container registry fake.domain: Get "https://fake.domain/v2/": dial tcp: lookup fake.domain: no such host
	Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.691912     731 kuberuntime_manager.go:829] container &Container{Name:metrics-server,Image:fake.domain/registry.k8s.io/echoserver:1.4,Command:[],Args:[--cert-dir=/tmp --secure-port=4443 --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname --kubelet-use-node-status-port --metric-resolution=60s --kubelet-insecure-tls],WorkingDir:,Ports:[]ContainerPort{ContainerPort{Name:https,HostPort:0,ContainerPort:4443,Protocol:TCP,HostIP:,},},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{cpu: {{100 -3} {<nil>} 100m DecimalSI},memory: {{209715200 0} {<nil>}  BinarySI},},},VolumeMounts:[]VolumeMount{VolumeMount{Name:tmp-dir,ReadOnly:false,MountPath:/tmp,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:metrics-server-token-qckbp,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:&Probe{Handler:Handler{Exec
:nil,HTTPGet:&HTTPGetAction{Path:/livez,Port:{1 0 https},Host:,Scheme:HTTPS,HTTPHeaders:[]HTTPHeader{},},TCPSocket:nil,},InitialDelaySeconds:0,TimeoutSeconds:1,PeriodSeconds:10,SuccessThreshold:1,FailureThreshold:3,},ReadinessProbe:&Probe{Handler:Handler{Exec:nil,HTTPGet:&HTTPGetAction{Path:/readyz,Port:{1 0 https},Host:,Scheme:HTTPS,HTTPHeaders:[]HTTPHeader{},},TCPSocket:nil,},InitialDelaySeconds:0,TimeoutSeconds:1,PeriodSeconds:10,SuccessThreshold:1,FailureThreshold:3,},Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:*true,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod metrics-server-9975d5f86-9dfk7_kube-system(dcecb09
1-e954-4a6f-b51e-c8087bb59734): ErrImagePull: rpc error: code = Unknown desc = pinging container registry fake.domain: Get "https://fake.domain/v2/": dial tcp: lookup fake.domain: no such host
	Sep 22 16:03:25 old-k8s-version-516480 kubelet[731]: E0922 16:03:25.691950     731 pod_workers.go:191] Error syncing pod dcecb091-e954-4a6f-b51e-c8087bb59734 ("metrics-server-9975d5f86-9dfk7_kube-system(dcecb091-e954-4a6f-b51e-c8087bb59734)"), skipping: failed to "StartContainer" for "metrics-server" with ErrImagePull: "rpc error: code = Unknown desc = pinging container registry fake.domain: Get \"https://fake.domain/v2/\": dial tcp: lookup fake.domain: no such host"
	
	
	==> kubernetes-dashboard [8aeff047dc834f6a9760e6b43096ec896a75509fed306bf7078b51c94eca99f3] <==
	2024/09/22 15:58:16 Starting overwatch
	2024/09/22 15:58:16 Using namespace: kubernetes-dashboard
	2024/09/22 15:58:16 Using in-cluster config to connect to apiserver
	2024/09/22 15:58:16 Using secret token for csrf signing
	2024/09/22 15:58:16 Initializing csrf token from kubernetes-dashboard-csrf secret
	2024/09/22 15:58:16 Empty token. Generating and storing in a secret kubernetes-dashboard-csrf
	2024/09/22 15:58:16 Successful initial request to the apiserver, version: v1.20.0
	2024/09/22 15:58:16 Generating JWE encryption key
	2024/09/22 15:58:16 New synchronizer has been registered: kubernetes-dashboard-key-holder-kubernetes-dashboard. Starting
	2024/09/22 15:58:16 Starting secret synchronizer for kubernetes-dashboard-key-holder in namespace kubernetes-dashboard
	2024/09/22 15:58:17 Initializing JWE encryption key from synchronized object
	2024/09/22 15:58:17 Creating in-cluster Sidecar client
	2024/09/22 15:58:17 Serving insecurely on HTTP port: 9090
	2024/09/22 15:58:17 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	2024/09/22 15:58:47 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	2024/09/22 15:59:17 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	2024/09/22 15:59:47 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	2024/09/22 16:00:17 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	2024/09/22 16:00:47 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	2024/09/22 16:01:17 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	2024/09/22 16:01:47 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	2024/09/22 16:02:17 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	2024/09/22 16:02:47 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	2024/09/22 16:03:17 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	
	
	==> storage-provisioner [45e9854e642ac4e51de161c0467764011cb66eb499bb2602b89c2f55ef4ba4f1] <==
	I0922 15:55:50.888407       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0922 15:55:50.908882       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0922 15:55:50.908927       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0922 15:55:50.932191       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0922 15:55:50.932802       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"577d8eb6-f72f-4598-8a04-db642c0205b9", APIVersion:"v1", ResourceVersion:"485", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' old-k8s-version-516480_8d4cc81e-d789-440c-be88-1c6be789cf12 became leader
	I0922 15:55:50.937074       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_old-k8s-version-516480_8d4cc81e-d789-440c-be88-1c6be789cf12!
	I0922 15:55:51.038045       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_old-k8s-version-516480_8d4cc81e-d789-440c-be88-1c6be789cf12!
	I0922 15:57:48.353248       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	F0922 15:58:18.355029       1 main.go:39] error getting server version: Get "https://10.96.0.1:443/version?timeout=32s": dial tcp 10.96.0.1:443: i/o timeout
	
	
	==> storage-provisioner [e4a2ecaf05417d51ac0d7f89b7d4f38dda15dd8046c8d1febc60579492dce3dc] <==
	I0922 15:58:18.911544       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0922 15:58:18.933481       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0922 15:58:18.933616       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0922 15:58:36.412069       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0922 15:58:36.412199       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"577d8eb6-f72f-4598-8a04-db642c0205b9", APIVersion:"v1", ResourceVersion:"797", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' old-k8s-version-516480_fd4c7021-c337-4dec-b654-81c4cab4a4e7 became leader
	I0922 15:58:36.426051       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_old-k8s-version-516480_fd4c7021-c337-4dec-b654-81c4cab4a4e7!
	I0922 15:58:36.526491       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_old-k8s-version-516480_fd4c7021-c337-4dec-b654-81c4cab4a4e7!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p old-k8s-version-516480 -n old-k8s-version-516480
helpers_test.go:261: (dbg) Run:  kubectl --context old-k8s-version-516480 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: metrics-server-9975d5f86-9dfk7
helpers_test.go:274: ======> post-mortem[TestStartStop/group/old-k8s-version/serial/SecondStart]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context old-k8s-version-516480 describe pod metrics-server-9975d5f86-9dfk7
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context old-k8s-version-516480 describe pod metrics-server-9975d5f86-9dfk7: exit status 1 (258.105247ms)

                                                
                                                
** stderr ** 
	E0922 16:03:39.657725 2686124 memcache.go:287] "Unhandled Error" err="couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request"
	E0922 16:03:39.660447 2686124 memcache.go:121] "Unhandled Error" err="couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request"
	E0922 16:03:39.670920 2686124 memcache.go:121] "Unhandled Error" err="couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request"
	E0922 16:03:39.697379 2686124 memcache.go:121] "Unhandled Error" err="couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request"
	E0922 16:03:39.783711 2686124 memcache.go:121] "Unhandled Error" err="couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request"
	E0922 16:03:39.790723 2686124 memcache.go:121] "Unhandled Error" err="couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request"
	Error from server (NotFound): pods "metrics-server-9975d5f86-9dfk7" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context old-k8s-version-516480 describe pod metrics-server-9975d5f86-9dfk7: exit status 1
--- FAIL: TestStartStop/group/old-k8s-version/serial/SecondStart (381.05s)

                                                
                                    

Test pass (294/327)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 6.65
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.07
9 TestDownloadOnly/v1.20.0/DeleteAll 0.2
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.13
12 TestDownloadOnly/v1.31.1/json-events 5.51
13 TestDownloadOnly/v1.31.1/preload-exists 0
17 TestDownloadOnly/v1.31.1/LogsDuration 0.07
18 TestDownloadOnly/v1.31.1/DeleteAll 0.19
19 TestDownloadOnly/v1.31.1/DeleteAlwaysSucceeds 0.13
21 TestBinaryMirror 0.52
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.05
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.07
27 TestAddons/Setup 200.75
31 TestAddons/serial/GCPAuth/Namespaces 0.2
35 TestAddons/parallel/InspektorGadget 11.93
38 TestAddons/parallel/CSI 62.84
39 TestAddons/parallel/Headlamp 16.71
40 TestAddons/parallel/CloudSpanner 6.53
41 TestAddons/parallel/LocalPath 43.44
42 TestAddons/parallel/NvidiaDevicePlugin 6.5
43 TestAddons/parallel/Yakd 11.71
44 TestAddons/StoppedEnableDisable 6.24
45 TestCertOptions 32.74
46 TestCertExpiration 232.06
48 TestForceSystemdFlag 38.06
49 TestForceSystemdEnv 41.2
55 TestErrorSpam/setup 30.4
56 TestErrorSpam/start 0.75
57 TestErrorSpam/status 1.02
58 TestErrorSpam/pause 1.76
59 TestErrorSpam/unpause 1.84
60 TestErrorSpam/stop 1.43
63 TestFunctional/serial/CopySyncFile 0
64 TestFunctional/serial/StartWithProxy 50.34
65 TestFunctional/serial/AuditLog 0
66 TestFunctional/serial/SoftStart 26.23
67 TestFunctional/serial/KubeContext 0.07
68 TestFunctional/serial/KubectlGetPods 0.09
71 TestFunctional/serial/CacheCmd/cache/add_remote 4.36
72 TestFunctional/serial/CacheCmd/cache/add_local 1.42
73 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.05
74 TestFunctional/serial/CacheCmd/cache/list 0.05
75 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.29
76 TestFunctional/serial/CacheCmd/cache/cache_reload 1.98
77 TestFunctional/serial/CacheCmd/cache/delete 0.11
78 TestFunctional/serial/MinikubeKubectlCmd 0.15
79 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.13
80 TestFunctional/serial/ExtraConfig 40.3
81 TestFunctional/serial/ComponentHealth 0.09
82 TestFunctional/serial/LogsCmd 1.82
83 TestFunctional/serial/LogsFileCmd 1.85
84 TestFunctional/serial/InvalidService 4.73
86 TestFunctional/parallel/ConfigCmd 0.44
87 TestFunctional/parallel/DashboardCmd 7.96
88 TestFunctional/parallel/DryRun 0.41
89 TestFunctional/parallel/InternationalLanguage 0.19
90 TestFunctional/parallel/StatusCmd 0.99
94 TestFunctional/parallel/ServiceCmdConnect 11.72
95 TestFunctional/parallel/AddonsCmd 0.18
96 TestFunctional/parallel/PersistentVolumeClaim 26.25
98 TestFunctional/parallel/SSHCmd 0.64
99 TestFunctional/parallel/CpCmd 2.24
101 TestFunctional/parallel/FileSync 0.32
102 TestFunctional/parallel/CertSync 2.04
106 TestFunctional/parallel/NodeLabels 0.22
108 TestFunctional/parallel/NonActiveRuntimeDisabled 0.95
110 TestFunctional/parallel/License 0.35
112 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.57
113 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
115 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 8.51
116 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.12
117 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
121 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
122 TestFunctional/parallel/ServiceCmd/DeployApp 7.24
123 TestFunctional/parallel/ProfileCmd/profile_not_create 0.41
124 TestFunctional/parallel/ProfileCmd/profile_list 0.46
125 TestFunctional/parallel/ProfileCmd/profile_json_output 0.5
126 TestFunctional/parallel/ServiceCmd/List 0.56
127 TestFunctional/parallel/MountCmd/any-port 10.42
128 TestFunctional/parallel/ServiceCmd/JSONOutput 0.59
129 TestFunctional/parallel/ServiceCmd/HTTPS 0.46
130 TestFunctional/parallel/ServiceCmd/Format 0.48
131 TestFunctional/parallel/ServiceCmd/URL 0.42
132 TestFunctional/parallel/MountCmd/specific-port 2.59
133 TestFunctional/parallel/Version/short 0.06
134 TestFunctional/parallel/Version/components 1.05
135 TestFunctional/parallel/MountCmd/VerifyCleanup 1.56
136 TestFunctional/parallel/ImageCommands/ImageListShort 0.25
137 TestFunctional/parallel/ImageCommands/ImageListTable 0.28
138 TestFunctional/parallel/ImageCommands/ImageListJson 0.3
139 TestFunctional/parallel/ImageCommands/ImageListYaml 0.32
140 TestFunctional/parallel/ImageCommands/ImageBuild 3.88
141 TestFunctional/parallel/ImageCommands/Setup 0.8
142 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.81
143 TestFunctional/parallel/UpdateContextCmd/no_changes 0.2
144 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.18
145 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.21
146 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.13
147 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.31
148 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.6
149 TestFunctional/parallel/ImageCommands/ImageRemove 0.57
150 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.83
151 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.56
152 TestFunctional/delete_echo-server_images 0.04
153 TestFunctional/delete_my-image_image 0.02
154 TestFunctional/delete_minikube_cached_images 0.02
158 TestMultiControlPlane/serial/StartCluster 165.5
159 TestMultiControlPlane/serial/DeployApp 10.65
160 TestMultiControlPlane/serial/PingHostFromPods 1.64
161 TestMultiControlPlane/serial/AddWorkerNode 33.59
162 TestMultiControlPlane/serial/NodeLabels 0.12
163 TestMultiControlPlane/serial/HAppyAfterClusterStart 1.01
164 TestMultiControlPlane/serial/CopyFile 17.99
165 TestMultiControlPlane/serial/StopSecondaryNode 12.7
166 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.75
167 TestMultiControlPlane/serial/RestartSecondaryNode 34.24
168 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 1.33
169 TestMultiControlPlane/serial/RestartClusterKeepsNodes 216.59
170 TestMultiControlPlane/serial/DeleteSecondaryNode 12.55
171 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.73
172 TestMultiControlPlane/serial/StopCluster 35.9
173 TestMultiControlPlane/serial/RestartCluster 63.88
174 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.73
175 TestMultiControlPlane/serial/AddSecondaryNode 72.72
176 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.97
180 TestJSONOutput/start/Command 49.12
181 TestJSONOutput/start/Audit 0
183 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
184 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
186 TestJSONOutput/pause/Command 0.72
187 TestJSONOutput/pause/Audit 0
189 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
190 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
192 TestJSONOutput/unpause/Command 0.63
193 TestJSONOutput/unpause/Audit 0
195 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
196 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
198 TestJSONOutput/stop/Command 5.85
199 TestJSONOutput/stop/Audit 0
201 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
202 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
203 TestErrorJSONOutput 0.23
205 TestKicCustomNetwork/create_custom_network 36.08
206 TestKicCustomNetwork/use_default_bridge_network 33.86
207 TestKicExistingNetwork 32.17
208 TestKicCustomSubnet 31.35
209 TestKicStaticIP 32.16
210 TestMainNoArgs 0.05
211 TestMinikubeProfile 63.19
214 TestMountStart/serial/StartWithMountFirst 7.17
215 TestMountStart/serial/VerifyMountFirst 0.26
216 TestMountStart/serial/StartWithMountSecond 7.31
217 TestMountStart/serial/VerifyMountSecond 0.25
218 TestMountStart/serial/DeleteFirst 1.61
219 TestMountStart/serial/VerifyMountPostDelete 0.26
220 TestMountStart/serial/Stop 1.2
221 TestMountStart/serial/RestartStopped 8.63
222 TestMountStart/serial/VerifyMountPostStop 0.26
225 TestMultiNode/serial/FreshStart2Nodes 105.67
226 TestMultiNode/serial/DeployApp2Nodes 7.59
227 TestMultiNode/serial/PingHostFrom2Pods 0.96
228 TestMultiNode/serial/AddNode 57.71
229 TestMultiNode/serial/MultiNodeLabels 0.09
230 TestMultiNode/serial/ProfileList 0.65
231 TestMultiNode/serial/CopyFile 9.79
232 TestMultiNode/serial/StopNode 2.24
233 TestMultiNode/serial/StartAfterStop 9.6
234 TestMultiNode/serial/RestartKeepsNodes 104.89
235 TestMultiNode/serial/DeleteNode 5.52
236 TestMultiNode/serial/StopMultiNode 23.86
237 TestMultiNode/serial/RestartMultiNode 52.11
238 TestMultiNode/serial/ValidateNameConflict 34.14
243 TestPreload 138.15
245 TestScheduledStopUnix 105.78
248 TestInsufficientStorage 10.29
249 TestRunningBinaryUpgrade 78.76
251 TestKubernetesUpgrade 389.62
252 TestMissingContainerUpgrade 153.16
254 TestNoKubernetes/serial/StartNoK8sWithVersion 0.08
255 TestNoKubernetes/serial/StartWithK8s 39.62
256 TestNoKubernetes/serial/StartWithStopK8s 7.23
257 TestNoKubernetes/serial/Start 6.91
258 TestNoKubernetes/serial/VerifyK8sNotRunning 0.41
259 TestNoKubernetes/serial/ProfileList 1.34
260 TestNoKubernetes/serial/Stop 1.27
261 TestNoKubernetes/serial/StartNoArgs 7.19
262 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.34
263 TestStoppedBinaryUpgrade/Setup 0.94
264 TestStoppedBinaryUpgrade/Upgrade 74.08
265 TestStoppedBinaryUpgrade/MinikubeLogs 1.23
274 TestPause/serial/Start 80.69
275 TestPause/serial/SecondStartNoReconfiguration 26.27
276 TestPause/serial/Pause 1.11
277 TestPause/serial/VerifyStatus 0.41
278 TestPause/serial/Unpause 0.89
279 TestPause/serial/PauseAgain 1.17
280 TestPause/serial/DeletePaused 3.05
281 TestPause/serial/VerifyDeletedResources 0.55
289 TestNetworkPlugins/group/false 4.72
294 TestStartStop/group/old-k8s-version/serial/FirstStart 157.41
295 TestStartStop/group/old-k8s-version/serial/DeployApp 12.18
297 TestStartStop/group/no-preload/serial/FirstStart 63.18
298 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.6
299 TestStartStop/group/old-k8s-version/serial/Stop 13.59
300 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.24
302 TestStartStop/group/no-preload/serial/DeployApp 11.4
303 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.57
304 TestStartStop/group/no-preload/serial/Stop 11.97
305 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.18
306 TestStartStop/group/no-preload/serial/SecondStart 300.93
307 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
308 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 6.11
309 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
310 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.26
311 TestStartStop/group/no-preload/serial/Pause 3.09
312 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.18
314 TestStartStop/group/embed-certs/serial/FirstStart 87.21
315 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.28
316 TestStartStop/group/old-k8s-version/serial/Pause 3.67
318 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 82.86
319 TestStartStop/group/embed-certs/serial/DeployApp 10.34
320 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 11.35
321 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.16
322 TestStartStop/group/embed-certs/serial/Stop 11.98
323 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.04
324 TestStartStop/group/default-k8s-diff-port/serial/Stop 11.97
325 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.18
326 TestStartStop/group/embed-certs/serial/SecondStart 272.49
327 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.25
328 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 298.68
329 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6
330 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.13
331 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.28
332 TestStartStop/group/embed-certs/serial/Pause 2.94
334 TestStartStop/group/newest-cni/serial/FirstStart 35.75
335 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
336 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 6.12
337 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.26
338 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.32
339 TestNetworkPlugins/group/auto/Start 82.27
340 TestStartStop/group/newest-cni/serial/DeployApp 0
341 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.43
342 TestStartStop/group/newest-cni/serial/Stop 1.57
343 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.22
344 TestStartStop/group/newest-cni/serial/SecondStart 21.37
345 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
346 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
347 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.41
348 TestStartStop/group/newest-cni/serial/Pause 4.42
349 TestNetworkPlugins/group/kindnet/Start 53.85
350 TestNetworkPlugins/group/auto/KubeletFlags 0.42
351 TestNetworkPlugins/group/auto/NetCatPod 11.3
352 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
353 TestNetworkPlugins/group/kindnet/KubeletFlags 0.31
354 TestNetworkPlugins/group/kindnet/NetCatPod 10.25
355 TestNetworkPlugins/group/auto/DNS 0.2
356 TestNetworkPlugins/group/auto/Localhost 0.18
357 TestNetworkPlugins/group/auto/HairPin 0.16
358 TestNetworkPlugins/group/kindnet/DNS 0.26
359 TestNetworkPlugins/group/kindnet/Localhost 0.2
360 TestNetworkPlugins/group/kindnet/HairPin 0.2
361 TestNetworkPlugins/group/calico/Start 71.12
362 TestNetworkPlugins/group/custom-flannel/Start 61
363 TestNetworkPlugins/group/calico/ControllerPod 6.01
364 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.28
365 TestNetworkPlugins/group/custom-flannel/NetCatPod 11.27
366 TestNetworkPlugins/group/calico/KubeletFlags 0.29
367 TestNetworkPlugins/group/calico/NetCatPod 12.28
368 TestNetworkPlugins/group/custom-flannel/DNS 0.22
369 TestNetworkPlugins/group/custom-flannel/Localhost 0.2
370 TestNetworkPlugins/group/custom-flannel/HairPin 0.16
371 TestNetworkPlugins/group/calico/DNS 0.22
372 TestNetworkPlugins/group/calico/Localhost 0.22
373 TestNetworkPlugins/group/calico/HairPin 0.26
374 TestNetworkPlugins/group/enable-default-cni/Start 83.04
375 TestNetworkPlugins/group/flannel/Start 64.72
376 TestNetworkPlugins/group/flannel/ControllerPod 6.01
377 TestNetworkPlugins/group/flannel/KubeletFlags 0.27
378 TestNetworkPlugins/group/flannel/NetCatPod 12.25
379 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.33
380 TestNetworkPlugins/group/enable-default-cni/NetCatPod 10.31
381 TestNetworkPlugins/group/flannel/DNS 0.2
382 TestNetworkPlugins/group/flannel/Localhost 0.16
383 TestNetworkPlugins/group/flannel/HairPin 0.16
384 TestNetworkPlugins/group/enable-default-cni/DNS 0.19
385 TestNetworkPlugins/group/enable-default-cni/Localhost 0.14
386 TestNetworkPlugins/group/enable-default-cni/HairPin 0.15
387 TestNetworkPlugins/group/bridge/Start 69.34
388 TestNetworkPlugins/group/bridge/KubeletFlags 0.28
389 TestNetworkPlugins/group/bridge/NetCatPod 10.26
390 TestNetworkPlugins/group/bridge/DNS 0.18
391 TestNetworkPlugins/group/bridge/Localhost 0.16
392 TestNetworkPlugins/group/bridge/HairPin 0.15
x
+
TestDownloadOnly/v1.20.0/json-events (6.65s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -o=json --download-only -p download-only-111092 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=crio --driver=docker  --container-runtime=crio
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-arm64 start -o=json --download-only -p download-only-111092 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (6.653592107s)
--- PASS: TestDownloadOnly/v1.20.0/json-events (6.65s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I0922 14:54:27.999428 2481953 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
I0922 14:54:27.999518 2481953 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.20.0/preload-exists (0.00s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-arm64 logs -p download-only-111092
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-arm64 logs -p download-only-111092: exit status 85 (71.628394ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-111092 | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |          |
	|         | -p download-only-111092        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/22 14:54:21
	Running on machine: ip-172-31-21-244
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0922 14:54:21.388749 2481958 out.go:345] Setting OutFile to fd 1 ...
	I0922 14:54:21.388981 2481958 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:54:21.389012 2481958 out.go:358] Setting ErrFile to fd 2...
	I0922 14:54:21.389032 2481958 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:54:21.389337 2481958 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	W0922 14:54:21.389530 2481958 root.go:314] Error reading config file at /home/jenkins/minikube-integration/19648-2476577/.minikube/config/config.json: open /home/jenkins/minikube-integration/19648-2476577/.minikube/config/config.json: no such file or directory
	I0922 14:54:21.390026 2481958 out.go:352] Setting JSON to true
	I0922 14:54:21.391041 2481958 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":67011,"bootTime":1726949850,"procs":149,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
	I0922 14:54:21.391145 2481958 start.go:139] virtualization:  
	I0922 14:54:21.393700 2481958 out.go:97] [download-only-111092] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	W0922 14:54:21.393936 2481958 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball: no such file or directory
	I0922 14:54:21.393987 2481958 notify.go:220] Checking for updates...
	I0922 14:54:21.395351 2481958 out.go:169] MINIKUBE_LOCATION=19648
	I0922 14:54:21.396665 2481958 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0922 14:54:21.398157 2481958 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 14:54:21.399521 2481958 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	I0922 14:54:21.400752 2481958 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0922 14:54:21.403373 2481958 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0922 14:54:21.403717 2481958 driver.go:394] Setting default libvirt URI to qemu:///system
	I0922 14:54:21.426986 2481958 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0922 14:54:21.427121 2481958 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 14:54:21.484124 2481958 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-22 14:54:21.473996301 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 14:54:21.484238 2481958 docker.go:318] overlay module found
	I0922 14:54:21.485805 2481958 out.go:97] Using the docker driver based on user configuration
	I0922 14:54:21.485832 2481958 start.go:297] selected driver: docker
	I0922 14:54:21.485840 2481958 start.go:901] validating driver "docker" against <nil>
	I0922 14:54:21.485944 2481958 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 14:54:21.537325 2481958 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-22 14:54:21.527870815 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 14:54:21.537535 2481958 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0922 14:54:21.537836 2481958 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0922 14:54:21.538001 2481958 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0922 14:54:21.539534 2481958 out.go:169] Using Docker driver with root privileges
	I0922 14:54:21.540587 2481958 cni.go:84] Creating CNI manager for ""
	I0922 14:54:21.540651 2481958 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 14:54:21.540665 2481958 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0922 14:54:21.540753 2481958 start.go:340] cluster config:
	{Name:download-only-111092 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:2200 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.20.0 ClusterName:download-only-111092 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:crio 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.20.0 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 14:54:21.541942 2481958 out.go:97] Starting "download-only-111092" primary control-plane node in "download-only-111092" cluster
	I0922 14:54:21.541965 2481958 cache.go:121] Beginning downloading kic base image for docker with crio
	I0922 14:54:21.543011 2481958 out.go:97] Pulling base image v0.0.45-1726784731-19672 ...
	I0922 14:54:21.543048 2481958 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0922 14:54:21.543209 2481958 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0922 14:54:21.558185 2481958 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0922 14:54:21.558373 2481958 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory
	I0922 14:54:21.558475 2481958 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0922 14:54:21.618269 2481958 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0922 14:54:21.618297 2481958 cache.go:56] Caching tarball of preloaded images
	I0922 14:54:21.618468 2481958 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0922 14:54:21.620311 2481958 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0922 14:54:21.620331 2481958 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0922 14:54:21.711763 2481958 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4?checksum=md5:59cd2ef07b53f039bfd1761b921f2a02 -> /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0922 14:54:25.959501 2481958 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed as a tarball
	I0922 14:54:26.215133 2481958 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0922 14:54:26.215263 2481958 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	
	
	* The control-plane node download-only-111092 host does not exist
	  To start a cluster, run: "minikube start -p download-only-111092"

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

                                                
                                    
x
+
TestDownloadOnly/v1.20.0/DeleteAll (0.2s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/DeleteAll
aaa_download_only_test.go:197: (dbg) Run:  out/minikube-linux-arm64 delete --all
--- PASS: TestDownloadOnly/v1.20.0/DeleteAll (0.20s)

                                                
                                    
x
+
TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds (0.13s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds
aaa_download_only_test.go:208: (dbg) Run:  out/minikube-linux-arm64 delete -p download-only-111092
--- PASS: TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds (0.13s)

                                                
                                    
x
+
TestDownloadOnly/v1.31.1/json-events (5.51s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.1/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -o=json --download-only -p download-only-258467 --force --alsologtostderr --kubernetes-version=v1.31.1 --container-runtime=crio --driver=docker  --container-runtime=crio
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-arm64 start -o=json --download-only -p download-only-258467 --force --alsologtostderr --kubernetes-version=v1.31.1 --container-runtime=crio --driver=docker  --container-runtime=crio: (5.506234966s)
--- PASS: TestDownloadOnly/v1.31.1/json-events (5.51s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.1/preload-exists
I0922 14:54:33.908864 2481953 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
I0922 14:54:33.908921 2481953 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.31.1/preload-exists (0.00s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.1/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-arm64 logs -p download-only-258467
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-arm64 logs -p download-only-258467: exit status 85 (64.831039ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-111092 | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | -p download-only-111092        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| delete  | -p download-only-111092        | download-only-111092 | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC | 22 Sep 24 14:54 UTC |
	| start   | -o=json --download-only        | download-only-258467 | jenkins | v1.34.0 | 22 Sep 24 14:54 UTC |                     |
	|         | -p download-only-258467        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/22 14:54:28
	Running on machine: ip-172-31-21-244
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0922 14:54:28.445023 2482162 out.go:345] Setting OutFile to fd 1 ...
	I0922 14:54:28.445136 2482162 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:54:28.445146 2482162 out.go:358] Setting ErrFile to fd 2...
	I0922 14:54:28.445153 2482162 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 14:54:28.445396 2482162 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 14:54:28.445770 2482162 out.go:352] Setting JSON to true
	I0922 14:54:28.446618 2482162 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":67018,"bootTime":1726949850,"procs":146,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
	I0922 14:54:28.446685 2482162 start.go:139] virtualization:  
	I0922 14:54:28.448497 2482162 out.go:97] [download-only-258467] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0922 14:54:28.448649 2482162 notify.go:220] Checking for updates...
	I0922 14:54:28.449930 2482162 out.go:169] MINIKUBE_LOCATION=19648
	I0922 14:54:28.451081 2482162 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0922 14:54:28.452514 2482162 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 14:54:28.453761 2482162 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	I0922 14:54:28.454972 2482162 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0922 14:54:28.457734 2482162 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0922 14:54:28.458033 2482162 driver.go:394] Setting default libvirt URI to qemu:///system
	I0922 14:54:28.490228 2482162 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0922 14:54:28.490353 2482162 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 14:54:28.554184 2482162 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-09-22 14:54:28.544294181 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 14:54:28.554305 2482162 docker.go:318] overlay module found
	I0922 14:54:28.555602 2482162 out.go:97] Using the docker driver based on user configuration
	I0922 14:54:28.555632 2482162 start.go:297] selected driver: docker
	I0922 14:54:28.555640 2482162 start.go:901] validating driver "docker" against <nil>
	I0922 14:54:28.555765 2482162 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 14:54:28.605365 2482162 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-09-22 14:54:28.595934633 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 14:54:28.605566 2482162 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0922 14:54:28.605862 2482162 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0922 14:54:28.606024 2482162 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0922 14:54:28.607346 2482162 out.go:169] Using Docker driver with root privileges
	I0922 14:54:28.608762 2482162 cni.go:84] Creating CNI manager for ""
	I0922 14:54:28.608818 2482162 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0922 14:54:28.608833 2482162 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0922 14:54:28.608914 2482162 start.go:340] cluster config:
	{Name:download-only-258467 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:2200 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.31.1 ClusterName:download-only-258467 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 14:54:28.610085 2482162 out.go:97] Starting "download-only-258467" primary control-plane node in "download-only-258467" cluster
	I0922 14:54:28.610106 2482162 cache.go:121] Beginning downloading kic base image for docker with crio
	I0922 14:54:28.611158 2482162 out.go:97] Pulling base image v0.0.45-1726784731-19672 ...
	I0922 14:54:28.611201 2482162 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:54:28.611391 2482162 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0922 14:54:28.627290 2482162 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0922 14:54:28.627414 2482162 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory
	I0922 14:54:28.627440 2482162 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory, skipping pull
	I0922 14:54:28.627446 2482162 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed exists in cache, skipping pull
	I0922 14:54:28.627453 2482162 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed as a tarball
	I0922 14:54:28.666434 2482162 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.1/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0922 14:54:28.666471 2482162 cache.go:56] Caching tarball of preloaded images
	I0922 14:54:28.667352 2482162 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:54:28.669017 2482162 out.go:97] Downloading Kubernetes v1.31.1 preload ...
	I0922 14:54:28.669044 2482162 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	I0922 14:54:28.754548 2482162 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.1/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4?checksum=md5:8285fc512c7462f100de137f91fcd0ae -> /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0922 14:54:32.349998 2482162 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	I0922 14:54:32.350113 2482162 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	I0922 14:54:33.229453 2482162 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0922 14:54:33.229833 2482162 profile.go:143] Saving config to /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/download-only-258467/config.json ...
	I0922 14:54:33.229871 2482162 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/download-only-258467/config.json: {Name:mk3f6fcecbb50617f0c5a35475dc3b6f6a11e990 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0922 14:54:33.230079 2482162 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0922 14:54:33.230259 2482162 download.go:107] Downloading: https://dl.k8s.io/release/v1.31.1/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.31.1/bin/linux/arm64/kubectl.sha256 -> /home/jenkins/minikube-integration/19648-2476577/.minikube/cache/linux/arm64/v1.31.1/kubectl
	
	
	* The control-plane node download-only-258467 host does not exist
	  To start a cluster, run: "minikube start -p download-only-258467"

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.1/DeleteAll (0.19s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.1/DeleteAll
aaa_download_only_test.go:197: (dbg) Run:  out/minikube-linux-arm64 delete --all
--- PASS: TestDownloadOnly/v1.31.1/DeleteAll (0.19s)

                                                
                                    
x
+
TestDownloadOnly/v1.31.1/DeleteAlwaysSucceeds (0.13s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.1/DeleteAlwaysSucceeds
aaa_download_only_test.go:208: (dbg) Run:  out/minikube-linux-arm64 delete -p download-only-258467
--- PASS: TestDownloadOnly/v1.31.1/DeleteAlwaysSucceeds (0.13s)

                                                
                                    
x
+
TestBinaryMirror (0.52s)

                                                
                                                
=== RUN   TestBinaryMirror
I0922 14:54:35.088448 2481953 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.31.1/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.31.1/bin/linux/arm64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p binary-mirror-068084 --alsologtostderr --binary-mirror http://127.0.0.1:39137 --driver=docker  --container-runtime=crio
helpers_test.go:175: Cleaning up "binary-mirror-068084" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p binary-mirror-068084
--- PASS: TestBinaryMirror (0.52s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.05s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/PreSetup/EnablingAddonOnNonExistingCluster
addons_test.go:975: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p addons-063976
addons_test.go:975: (dbg) Non-zero exit: out/minikube-linux-arm64 addons enable dashboard -p addons-063976: exit status 85 (53.926895ms)

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/PreSetup/DisablingAddonOnNonExistingCluster
addons_test.go:986: (dbg) Run:  out/minikube-linux-arm64 addons disable dashboard -p addons-063976
addons_test.go:986: (dbg) Non-zero exit: out/minikube-linux-arm64 addons disable dashboard -p addons-063976: exit status 85 (72.022747ms)

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

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

                                                
                                    
x
+
TestAddons/Setup (200.75s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:107: (dbg) Run:  out/minikube-linux-arm64 start -p addons-063976 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=storage-provisioner-rancher --addons=nvidia-device-plugin --addons=yakd --addons=volcano --driver=docker  --container-runtime=crio --addons=ingress --addons=ingress-dns
addons_test.go:107: (dbg) Done: out/minikube-linux-arm64 start -p addons-063976 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=storage-provisioner-rancher --addons=nvidia-device-plugin --addons=yakd --addons=volcano --driver=docker  --container-runtime=crio --addons=ingress --addons=ingress-dns: (3m20.751324606s)
--- PASS: TestAddons/Setup (200.75s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:594: (dbg) Run:  kubectl --context addons-063976 create ns new-namespace
addons_test.go:608: (dbg) Run:  kubectl --context addons-063976 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.20s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.93s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:786: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-pj4fd" [f1c6496b-2dd6-43bf-a4f7-43f429be9e97] Running / Ready:ContainersNotReady (containers with unready status: [gadget]) / ContainersReady:ContainersNotReady (containers with unready status: [gadget])
addons_test.go:786: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.003773197s
addons_test.go:789: (dbg) Run:  out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-063976
addons_test.go:789: (dbg) Done: out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-063976: (5.924680622s)
--- PASS: TestAddons/parallel/InspektorGadget (11.93s)

                                                
                                    
x
+
TestAddons/parallel/CSI (62.84s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I0922 15:06:16.954547 2481953 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0922 15:06:16.962001 2481953 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0922 15:06:16.962030 2481953 kapi.go:107] duration metric: took 7.503459ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:505: csi-hostpath-driver pods stabilized in 7.513666ms
addons_test.go:508: (dbg) Run:  kubectl --context addons-063976 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:513: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:518: (dbg) Run:  kubectl --context addons-063976 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:523: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [a212f727-0a59-47c4-bd05-d8011329e830] Pending
helpers_test.go:344: "task-pv-pod" [a212f727-0a59-47c4-bd05-d8011329e830] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:344: "task-pv-pod" [a212f727-0a59-47c4-bd05-d8011329e830] Running
addons_test.go:523: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 12.003637314s
addons_test.go:528: (dbg) Run:  kubectl --context addons-063976 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:533: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-063976 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-063976 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:538: (dbg) Run:  kubectl --context addons-063976 delete pod task-pv-pod
addons_test.go:544: (dbg) Run:  kubectl --context addons-063976 delete pvc hpvc
addons_test.go:550: (dbg) Run:  kubectl --context addons-063976 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:555: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:560: (dbg) Run:  kubectl --context addons-063976 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:565: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod-restore" in namespace "default" ...
helpers_test.go:344: "task-pv-pod-restore" [df647782-9c9d-41d4-8bf1-7db5d95fd8f8] Pending
helpers_test.go:344: "task-pv-pod-restore" [df647782-9c9d-41d4-8bf1-7db5d95fd8f8] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:344: "task-pv-pod-restore" [df647782-9c9d-41d4-8bf1-7db5d95fd8f8] Running
addons_test.go:565: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.004372257s
addons_test.go:570: (dbg) Run:  kubectl --context addons-063976 delete pod task-pv-pod-restore
addons_test.go:574: (dbg) Run:  kubectl --context addons-063976 delete pvc hpvc-restore
addons_test.go:578: (dbg) Run:  kubectl --context addons-063976 delete volumesnapshot new-snapshot-demo
addons_test.go:582: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:582: (dbg) Done: out/minikube-linux-arm64 -p addons-063976 addons disable csi-hostpath-driver --alsologtostderr -v=1: (7.110132842s)
addons_test.go:586: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (62.84s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (16.71s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:768: (dbg) Run:  out/minikube-linux-arm64 addons enable headlamp -p addons-063976 --alsologtostderr -v=1
addons_test.go:773: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-7b5c95b59d-hpg75" [ff5b7e5d-f949-486e-91f6-718cb23d3e03] Pending
helpers_test.go:344: "headlamp-7b5c95b59d-hpg75" [ff5b7e5d-f949-486e-91f6-718cb23d3e03] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-7b5c95b59d-hpg75" [ff5b7e5d-f949-486e-91f6-718cb23d3e03] Running
addons_test.go:773: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 10.003526601s
addons_test.go:777: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 addons disable headlamp --alsologtostderr -v=1
addons_test.go:777: (dbg) Done: out/minikube-linux-arm64 -p addons-063976 addons disable headlamp --alsologtostderr -v=1: (5.746215068s)
--- PASS: TestAddons/parallel/Headlamp (16.71s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (6.53s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:805: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-5b584cc74-w6prg" [d21baead-f3e4-4496-aac2-56395535c5d8] Running
addons_test.go:805: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 6.004476662s
addons_test.go:808: (dbg) Run:  out/minikube-linux-arm64 addons disable cloud-spanner -p addons-063976
--- PASS: TestAddons/parallel/CloudSpanner (6.53s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (43.44s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:920: (dbg) Run:  kubectl --context addons-063976 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:926: (dbg) Run:  kubectl --context addons-063976 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:930: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-063976 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:933: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [0572a2ef-56ed-4d45-a41f-7838937f6eb0] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [0572a2ef-56ed-4d45-a41f-7838937f6eb0] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [0572a2ef-56ed-4d45-a41f-7838937f6eb0] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:933: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 3.003670551s
addons_test.go:938: (dbg) Run:  kubectl --context addons-063976 get pvc test-pvc -o=json
addons_test.go:947: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 ssh "cat /opt/local-path-provisioner/pvc-bf03bea2-c923-4df1-a89f-d95605c4d32e_default_test-pvc/file1"
addons_test.go:959: (dbg) Run:  kubectl --context addons-063976 delete pod test-local-path
addons_test.go:963: (dbg) Run:  kubectl --context addons-063976 delete pvc test-pvc
addons_test.go:967: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:967: (dbg) Done: out/minikube-linux-arm64 -p addons-063976 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (35.377395002s)
--- PASS: TestAddons/parallel/LocalPath (43.44s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.5s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:999: (dbg) TestAddons/parallel/NvidiaDevicePlugin: waiting 6m0s for pods matching "name=nvidia-device-plugin-ds" in namespace "kube-system" ...
helpers_test.go:344: "nvidia-device-plugin-daemonset-rsdj6" [45e54102-5c31-493f-9ce1-fc3290dd7c2c] Running
addons_test.go:999: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.00329852s
addons_test.go:1002: (dbg) Run:  out/minikube-linux-arm64 addons disable nvidia-device-plugin -p addons-063976
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.50s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (11.71s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:1010: (dbg) TestAddons/parallel/Yakd: waiting 2m0s for pods matching "app.kubernetes.io/name=yakd-dashboard" in namespace "yakd-dashboard" ...
helpers_test.go:344: "yakd-dashboard-67d98fc6b-n9jnr" [ba718f52-31d7-4bfe-9ba9-79cc2f7053c3] Running
addons_test.go:1010: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.003163525s
addons_test.go:1014: (dbg) Run:  out/minikube-linux-arm64 -p addons-063976 addons disable yakd --alsologtostderr -v=1
addons_test.go:1014: (dbg) Done: out/minikube-linux-arm64 -p addons-063976 addons disable yakd --alsologtostderr -v=1: (5.710252346s)
--- PASS: TestAddons/parallel/Yakd (11.71s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (6.24s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:170: (dbg) Run:  out/minikube-linux-arm64 stop -p addons-063976
addons_test.go:170: (dbg) Done: out/minikube-linux-arm64 stop -p addons-063976: (5.980975629s)
addons_test.go:174: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p addons-063976
addons_test.go:178: (dbg) Run:  out/minikube-linux-arm64 addons disable dashboard -p addons-063976
addons_test.go:183: (dbg) Run:  out/minikube-linux-arm64 addons disable gvisor -p addons-063976
--- PASS: TestAddons/StoppedEnableDisable (6.24s)

                                                
                                    
x
+
TestCertOptions (32.74s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:49: (dbg) Run:  out/minikube-linux-arm64 start -p cert-options-156319 --memory=2048 --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=crio
cert_options_test.go:49: (dbg) Done: out/minikube-linux-arm64 start -p cert-options-156319 --memory=2048 --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=crio: (30.144595494s)
cert_options_test.go:60: (dbg) Run:  out/minikube-linux-arm64 -p cert-options-156319 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt"
cert_options_test.go:88: (dbg) Run:  kubectl --context cert-options-156319 config view
cert_options_test.go:100: (dbg) Run:  out/minikube-linux-arm64 ssh -p cert-options-156319 -- "sudo cat /etc/kubernetes/admin.conf"
helpers_test.go:175: Cleaning up "cert-options-156319" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cert-options-156319
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p cert-options-156319: (1.946367587s)
--- PASS: TestCertOptions (32.74s)

                                                
                                    
x
+
TestCertExpiration (232.06s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-100495 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio
cert_options_test.go:123: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-100495 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio: (31.826574836s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-100495 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio
cert_options_test.go:131: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-100495 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio: (17.852807582s)
helpers_test.go:175: Cleaning up "cert-expiration-100495" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cert-expiration-100495
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p cert-expiration-100495: (2.382567487s)
--- PASS: TestCertExpiration (232.06s)

                                                
                                    
x
+
TestForceSystemdFlag (38.06s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-linux-arm64 start -p force-systemd-flag-607854 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=crio
docker_test.go:91: (dbg) Done: out/minikube-linux-arm64 start -p force-systemd-flag-607854 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (34.97100725s)
docker_test.go:132: (dbg) Run:  out/minikube-linux-arm64 -p force-systemd-flag-607854 ssh "cat /etc/crio/crio.conf.d/02-crio.conf"
E0922 15:52:56.924656 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:175: Cleaning up "force-systemd-flag-607854" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p force-systemd-flag-607854
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p force-systemd-flag-607854: (2.709666839s)
--- PASS: TestForceSystemdFlag (38.06s)

                                                
                                    
x
+
TestForceSystemdEnv (41.2s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:155: (dbg) Run:  out/minikube-linux-arm64 start -p force-systemd-env-067912 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=crio
docker_test.go:155: (dbg) Done: out/minikube-linux-arm64 start -p force-systemd-env-067912 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (38.527084271s)
helpers_test.go:175: Cleaning up "force-systemd-env-067912" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p force-systemd-env-067912
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p force-systemd-env-067912: (2.674755551s)
--- PASS: TestForceSystemdEnv (41.20s)

                                                
                                    
x
+
TestErrorSpam/setup (30.4s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -p nospam-370112 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-370112 --driver=docker  --container-runtime=crio
error_spam_test.go:81: (dbg) Done: out/minikube-linux-arm64 start -p nospam-370112 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-370112 --driver=docker  --container-runtime=crio: (30.402721606s)
--- PASS: TestErrorSpam/setup (30.40s)

                                                
                                    
x
+
TestErrorSpam/start (0.75s)

                                                
                                                
=== RUN   TestErrorSpam/start
error_spam_test.go:216: Cleaning up 1 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 start --dry-run
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 start --dry-run
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 start --dry-run
--- PASS: TestErrorSpam/start (0.75s)

                                                
                                    
x
+
TestErrorSpam/status (1.02s)

                                                
                                                
=== RUN   TestErrorSpam/status
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 status
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 status
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 status
--- PASS: TestErrorSpam/status (1.02s)

                                                
                                    
x
+
TestErrorSpam/pause (1.76s)

                                                
                                                
=== RUN   TestErrorSpam/pause
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 pause
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 pause
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 pause
--- PASS: TestErrorSpam/pause (1.76s)

                                                
                                    
x
+
TestErrorSpam/unpause (1.84s)

                                                
                                                
=== RUN   TestErrorSpam/unpause
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 unpause
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 unpause
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 unpause
--- PASS: TestErrorSpam/unpause (1.84s)

                                                
                                    
x
+
TestErrorSpam/stop (1.43s)

                                                
                                                
=== RUN   TestErrorSpam/stop
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 stop
error_spam_test.go:159: (dbg) Done: out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 stop: (1.240181822s)
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 stop
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-arm64 -p nospam-370112 --log_dir /tmp/nospam-370112 stop
--- PASS: TestErrorSpam/stop (1.43s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1855: local sync path: /home/jenkins/minikube-integration/19648-2476577/.minikube/files/etc/test/nested/copy/2481953/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (50.34s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2234: (dbg) Run:  out/minikube-linux-arm64 start -p functional-908290 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio
functional_test.go:2234: (dbg) Done: out/minikube-linux-arm64 start -p functional-908290 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio: (50.343169441s)
--- PASS: TestFunctional/serial/StartWithProxy (50.34s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (26.23s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I0922 15:14:52.145884 2481953 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
functional_test.go:659: (dbg) Run:  out/minikube-linux-arm64 start -p functional-908290 --alsologtostderr -v=8
functional_test.go:659: (dbg) Done: out/minikube-linux-arm64 start -p functional-908290 --alsologtostderr -v=8: (26.226773341s)
functional_test.go:663: soft start took 26.230126698s for "functional-908290" cluster.
I0922 15:15:18.372976 2481953 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestFunctional/serial/SoftStart (26.23s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.07s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.09s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:696: (dbg) Run:  kubectl --context functional-908290 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.09s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 cache add registry.k8s.io/pause:3.1
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-908290 cache add registry.k8s.io/pause:3.1: (1.463562104s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 cache add registry.k8s.io/pause:3.3
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-908290 cache add registry.k8s.io/pause:3.3: (1.50217779s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 cache add registry.k8s.io/pause:latest
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-908290 cache add registry.k8s.io/pause:latest: (1.391272s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (4.36s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1077: (dbg) Run:  docker build -t minikube-local-cache-test:functional-908290 /tmp/TestFunctionalserialCacheCmdcacheadd_local1625412502/001
functional_test.go:1089: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 cache add minikube-local-cache-test:functional-908290
functional_test.go:1094: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 cache delete minikube-local-cache-test:functional-908290
functional_test.go:1083: (dbg) Run:  docker rmi minikube-local-cache-test:functional-908290
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (1.42s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/CacheDelete
functional_test.go:1102: (dbg) Run:  out/minikube-linux-arm64 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:1110: (dbg) Run:  out/minikube-linux-arm64 cache list
--- PASS: TestFunctional/serial/CacheCmd/cache/list (0.05s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node
functional_test.go:1124: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh sudo crictl images
--- PASS: TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (0.29s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/cache_reload
functional_test.go:1147: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh sudo crictl rmi registry.k8s.io/pause:latest
functional_test.go:1153: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh sudo crictl inspecti registry.k8s.io/pause:latest
functional_test.go:1153: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-908290 ssh sudo crictl inspecti registry.k8s.io/pause:latest: exit status 1 (284.286055ms)

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

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

                                                
                                                
** /stderr **
functional_test.go:1158: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 cache reload
functional_test.go:1158: (dbg) Done: out/minikube-linux-arm64 -p functional-908290 cache reload: (1.020052696s)
functional_test.go:1163: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh sudo crictl inspecti registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (1.98s)

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.15s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmd
functional_test.go:716: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 kubectl -- --context functional-908290 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmd (0.15s)

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.13s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmdDirectly
functional_test.go:741: (dbg) Run:  out/kubectl --context functional-908290 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmdDirectly (0.13s)

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (40.3s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:757: (dbg) Run:  out/minikube-linux-arm64 start -p functional-908290 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:757: (dbg) Done: out/minikube-linux-arm64 start -p functional-908290 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (40.302861583s)
functional_test.go:761: restart took 40.303024057s for "functional-908290" cluster.
I0922 15:16:07.387978 2481953 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestFunctional/serial/ExtraConfig (40.30s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.09s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.82s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1236: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 logs
functional_test.go:1236: (dbg) Done: out/minikube-linux-arm64 -p functional-908290 logs: (1.81851842s)
--- PASS: TestFunctional/serial/LogsCmd (1.82s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.85s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 logs --file /tmp/TestFunctionalserialLogsFileCmd3027598287/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-arm64 -p functional-908290 logs --file /tmp/TestFunctionalserialLogsFileCmd3027598287/001/logs.txt: (1.850380936s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.85s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.73s)

                                                
                                                
=== RUN   TestFunctional/serial/InvalidService
functional_test.go:2321: (dbg) Run:  kubectl --context functional-908290 apply -f testdata/invalidsvc.yaml
functional_test.go:2335: (dbg) Run:  out/minikube-linux-arm64 service invalid-svc -p functional-908290
functional_test.go:2335: (dbg) Non-zero exit: out/minikube-linux-arm64 service invalid-svc -p functional-908290: exit status 115 (533.621313ms)

                                                
                                                
-- stdout --
	|-----------|-------------|-------------|---------------------------|
	| NAMESPACE |    NAME     | TARGET PORT |            URL            |
	|-----------|-------------|-------------|---------------------------|
	| default   | invalid-svc |          80 | http://192.168.49.2:32716 |
	|-----------|-------------|-------------|---------------------------|
	
	

                                                
                                                
-- /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:2327: (dbg) Run:  kubectl --context functional-908290 delete -f testdata/invalidsvc.yaml
--- PASS: TestFunctional/serial/InvalidService (4.73s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.44s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1199: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 config unset cpus
functional_test.go:1199: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 config get cpus
functional_test.go:1199: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-908290 config get cpus: exit status 14 (87.430334ms)

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

                                                
                                                
** /stderr **
functional_test.go:1199: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 config set cpus 2
functional_test.go:1199: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 config get cpus
functional_test.go:1199: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 config unset cpus
functional_test.go:1199: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 config get cpus
functional_test.go:1199: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-908290 config get cpus: exit status 14 (64.297572ms)

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (7.96s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DashboardCmd
functional_test.go:905: (dbg) daemon: [out/minikube-linux-arm64 dashboard --url --port 36195 -p functional-908290 --alsologtostderr -v=1]
functional_test.go:910: (dbg) stopping [out/minikube-linux-arm64 dashboard --url --port 36195 -p functional-908290 --alsologtostderr -v=1] ...
helpers_test.go:508: unable to kill pid 2509940: os: process already finished
--- PASS: TestFunctional/parallel/DashboardCmd (7.96s)

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.41s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DryRun
functional_test.go:974: (dbg) Run:  out/minikube-linux-arm64 start -p functional-908290 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio
functional_test.go:974: (dbg) Non-zero exit: out/minikube-linux-arm64 start -p functional-908290 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio: exit status 23 (184.726117ms)

                                                
                                                
-- stdout --
	* [functional-908290] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19648
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Using the docker driver based on existing profile
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0922 15:16:49.171296 2509702 out.go:345] Setting OutFile to fd 1 ...
	I0922 15:16:49.171472 2509702 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:16:49.171485 2509702 out.go:358] Setting ErrFile to fd 2...
	I0922 15:16:49.171492 2509702 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:16:49.171832 2509702 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 15:16:49.172247 2509702 out.go:352] Setting JSON to false
	I0922 15:16:49.173218 2509702 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":68359,"bootTime":1726949850,"procs":198,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
	I0922 15:16:49.173291 2509702 start.go:139] virtualization:  
	I0922 15:16:49.176646 2509702 out.go:177] * [functional-908290] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0922 15:16:49.180211 2509702 out.go:177]   - MINIKUBE_LOCATION=19648
	I0922 15:16:49.180288 2509702 notify.go:220] Checking for updates...
	I0922 15:16:49.185629 2509702 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0922 15:16:49.188048 2509702 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 15:16:49.190732 2509702 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	I0922 15:16:49.193263 2509702 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0922 15:16:49.196062 2509702 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0922 15:16:49.199245 2509702 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 15:16:49.199932 2509702 driver.go:394] Setting default libvirt URI to qemu:///system
	I0922 15:16:49.224874 2509702 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0922 15:16:49.224995 2509702 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 15:16:49.284936 2509702 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:1 ContainersRunning:1 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:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-22 15:16:49.27534966 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 15:16:49.285180 2509702 docker.go:318] overlay module found
	I0922 15:16:49.287976 2509702 out.go:177] * Using the docker driver based on existing profile
	I0922 15:16:49.290482 2509702 start.go:297] selected driver: docker
	I0922 15:16:49.290501 2509702 start.go:901] validating driver "docker" against &{Name:functional-908290 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:functional-908290 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 15:16:49.290610 2509702 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0922 15:16:49.294001 2509702 out.go:201] 
	W0922 15:16:49.296613 2509702 out.go:270] 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
	I0922 15:16:49.299287 2509702 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.19s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/InternationalLanguage
functional_test.go:1020: (dbg) Run:  out/minikube-linux-arm64 start -p functional-908290 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio
functional_test.go:1020: (dbg) Non-zero exit: out/minikube-linux-arm64 start -p functional-908290 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio: exit status 23 (191.268031ms)

                                                
                                                
-- stdout --
	* [functional-908290] minikube v1.34.0 sur Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19648
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Utilisation du pilote docker basé sur le profil existant
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0922 15:16:48.978999 2509657 out.go:345] Setting OutFile to fd 1 ...
	I0922 15:16:48.979167 2509657 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:16:48.979178 2509657 out.go:358] Setting ErrFile to fd 2...
	I0922 15:16:48.979183 2509657 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:16:48.979526 2509657 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 15:16:48.979901 2509657 out.go:352] Setting JSON to false
	I0922 15:16:48.980985 2509657 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":68359,"bootTime":1726949850,"procs":198,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
	I0922 15:16:48.981095 2509657 start.go:139] virtualization:  
	I0922 15:16:48.985028 2509657 out.go:177] * [functional-908290] minikube v1.34.0 sur Ubuntu 20.04 (arm64)
	I0922 15:16:48.986987 2509657 out.go:177]   - MINIKUBE_LOCATION=19648
	I0922 15:16:48.987078 2509657 notify.go:220] Checking for updates...
	I0922 15:16:48.991218 2509657 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0922 15:16:48.993331 2509657 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 15:16:48.995557 2509657 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	I0922 15:16:48.997694 2509657 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0922 15:16:48.999614 2509657 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0922 15:16:49.002302 2509657 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 15:16:49.003371 2509657 driver.go:394] Setting default libvirt URI to qemu:///system
	I0922 15:16:49.036642 2509657 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0922 15:16:49.036775 2509657 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 15:16:49.099155 2509657 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:1 ContainersRunning:1 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:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-22 15:16:49.081954996 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 15:16:49.099276 2509657 docker.go:318] overlay module found
	I0922 15:16:49.103332 2509657 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0922 15:16:49.105611 2509657 start.go:297] selected driver: docker
	I0922 15:16:49.105625 2509657 start.go:901] validating driver "docker" against &{Name:functional-908290 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 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.31.1 ClusterName:functional-908290 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.31.1 ContainerRuntime:crio 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 Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0922 15:16:49.105744 2509657 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0922 15:16:49.108631 2509657 out.go:201] 
	W0922 15:16:49.111016 2509657 out.go:270] 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
	I0922 15:16:49.113431 2509657 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (0.99s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:854: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 status
functional_test.go:860: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:872: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (0.99s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (11.72s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1627: (dbg) Run:  kubectl --context functional-908290 create deployment hello-node-connect --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-908290 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-65d86f57f4-cng4h" [8f72bef2-95ea-430b-bd00-bfa516560db4] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-connect-65d86f57f4-cng4h" [8f72bef2-95ea-430b-bd00-bfa516560db4] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 11.004493202s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:31023
functional_test.go:1675: http://192.168.49.2:31023: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-65d86f57f4-cng4h

                                                
                                                
Pod Information:
	-no pod information available-

                                                
                                                
Server values:
	server_version=nginx: 1.13.3 - lua: 10008

                                                
                                                
Request Information:
	client_address=10.244.0.1
	method=GET
	real path=/
	query=
	request_version=1.1
	request_uri=http://192.168.49.2:8080/

                                                
                                                
Request Headers:
	accept-encoding=gzip
	host=192.168.49.2:31023
	user-agent=Go-http-client/1.1

                                                
                                                
Request Body:
	-no body in request-

                                                
                                                
--- PASS: TestFunctional/parallel/ServiceCmdConnect (11.72s)

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.18s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1690: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 addons list
functional_test.go:1702: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.18s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (26.25s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 4m0s for pods matching "integration-test=storage-provisioner" in namespace "kube-system" ...
helpers_test.go:344: "storage-provisioner" [0109611b-33fd-4190-aed0-a45ab3cbf6a9] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.004156836s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-908290 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-908290 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-908290 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-908290 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:344: "sp-pod" [6678aaca-cd50-4927-8934-ded942403b83] Pending
helpers_test.go:344: "sp-pod" [6678aaca-cd50-4927-8934-ded942403b83] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [6678aaca-cd50-4927-8934-ded942403b83] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 12.003098276s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-908290 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-908290 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-908290 delete -f testdata/storage-provisioner/pod.yaml: (1.277527002s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-908290 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:344: "sp-pod" [042a44ae-ad3b-4a18-85d8-f470ebd680ee] Pending
helpers_test.go:344: "sp-pod" [042a44ae-ad3b-4a18-85d8-f470ebd680ee] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 7.003606903s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-908290 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (26.25s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.64s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd
functional_test.go:1725: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "echo hello"
functional_test.go:1742: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "cat /etc/hostname"
--- PASS: TestFunctional/parallel/SSHCmd (0.64s)

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.24s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 cp testdata/cp-test.txt /home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh -n functional-908290 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 cp functional-908290:/home/docker/cp-test.txt /tmp/TestFunctionalparallelCpCmd1020314781/001/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh -n functional-908290 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 cp testdata/cp-test.txt /tmp/does/not/exist/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh -n functional-908290 "sudo cat /tmp/does/not/exist/cp-test.txt"
--- PASS: TestFunctional/parallel/CpCmd (2.24s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.32s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1929: Checking for existence of /etc/test/nested/copy/2481953/hosts within VM
functional_test.go:1931: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "sudo cat /etc/test/nested/copy/2481953/hosts"
functional_test.go:1936: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (0.32s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (2.04s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1972: Checking for existence of /etc/ssl/certs/2481953.pem within VM
functional_test.go:1973: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "sudo cat /etc/ssl/certs/2481953.pem"
functional_test.go:1972: Checking for existence of /usr/share/ca-certificates/2481953.pem within VM
functional_test.go:1973: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "sudo cat /usr/share/ca-certificates/2481953.pem"
functional_test.go:1972: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1973: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:1999: Checking for existence of /etc/ssl/certs/24819532.pem within VM
functional_test.go:2000: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "sudo cat /etc/ssl/certs/24819532.pem"
functional_test.go:1999: Checking for existence of /usr/share/ca-certificates/24819532.pem within VM
functional_test.go:2000: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "sudo cat /usr/share/ca-certificates/24819532.pem"
functional_test.go:1999: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:2000: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (2.04s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.22s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.95s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

                                                
                                                
** /stderr **
functional_test.go:2027: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "sudo systemctl is-active containerd"
functional_test.go:2027: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-908290 ssh "sudo systemctl is-active containerd": exit status 1 (473.958261ms)

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.35s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/License
functional_test.go:2288: (dbg) Run:  out/minikube-linux-arm64 license
--- PASS: TestFunctional/parallel/License (0.35s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel
functional_test_tunnel_test.go:154: (dbg) daemon: [out/minikube-linux-arm64 -p functional-908290 tunnel --alsologtostderr]
functional_test_tunnel_test.go:154: (dbg) daemon: [out/minikube-linux-arm64 -p functional-908290 tunnel --alsologtostderr]
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-linux-arm64 -p functional-908290 tunnel --alsologtostderr] ...
helpers_test.go:508: unable to kill pid 2507562: os: process already finished
helpers_test.go:502: unable to terminate pid 2507397: os: process already finished
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-linux-arm64 -p functional-908290 tunnel --alsologtostderr] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel (0.57s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-908290 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:344: "nginx-svc" [6ffed1e2-3342-4458-aaa8-9247b2664485] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [6ffed1e2-3342-4458-aaa8-9247b2664485] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 8.004429319s
I0922 15:16:26.047018 2481953 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (8.51s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessDirect
functional_test_tunnel_test.go:299: tunnel at http://10.104.121.23 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-arm64 -p functional-908290 tunnel --alsologtostderr] ...
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1437: (dbg) Run:  kubectl --context functional-908290 create deployment hello-node --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-908290 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-64b4f8f9ff-pk2x4" [aa694054-3ce0-4386-909d-0d34824cb333] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-64b4f8f9ff-pk2x4" [aa694054-3ce0-4386-909d-0d34824cb333] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 7.003762975s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (7.24s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_not_create
functional_test.go:1270: (dbg) Run:  out/minikube-linux-arm64 profile lis
functional_test.go:1275: (dbg) Run:  out/minikube-linux-arm64 profile list --output json
--- PASS: TestFunctional/parallel/ProfileCmd/profile_not_create (0.41s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1310: (dbg) Run:  out/minikube-linux-arm64 profile list
functional_test.go:1315: Took "397.118505ms" to run "out/minikube-linux-arm64 profile list"
functional_test.go:1324: (dbg) Run:  out/minikube-linux-arm64 profile list -l
functional_test.go:1329: Took "63.924634ms" to run "out/minikube-linux-arm64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.46s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1361: (dbg) Run:  out/minikube-linux-arm64 profile list -o json
functional_test.go:1366: Took "424.398219ms" to run "out/minikube-linux-arm64 profile list -o json"
functional_test.go:1374: (dbg) Run:  out/minikube-linux-arm64 profile list -o json --light
functional_test.go:1379: Took "71.581823ms" to run "out/minikube-linux-arm64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.50s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/List
functional_test.go:1459: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 service list
--- PASS: TestFunctional/parallel/ServiceCmd/List (0.56s)

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

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

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

                                                
                                                
** /stderr **
I0922 15:16:46.183851 2481953 retry.go:31] will retry after 388.443648ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 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 22 15:16 created-by-test
-rw-r--r-- 1 docker docker 24 Sep 22 15:16 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Sep 22 15:16 test-1727018205736061876
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh cat /mount-9p/test-1727018205736061876
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-908290 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:344: "busybox-mount" [f25d9df9-070e-462a-b8e3-6a73cde6f3ce] Pending
helpers_test.go:344: "busybox-mount" [f25d9df9-070e-462a-b8e3-6a73cde6f3ce] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [f25d9df9-070e-462a-b8e3-6a73cde6f3ce] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [f25d9df9-070e-462a-b8e3-6a73cde6f3ce] 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 7.0040165s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-908290 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-908290 /tmp/TestFunctionalparallelMountCmdany-port2069237547/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (10.42s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1489: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 service list -o json
functional_test.go:1494: Took "592.246851ms" to run "out/minikube-linux-arm64 -p functional-908290 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (0.59s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/HTTPS
functional_test.go:1509: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 service --namespace=default --https --url hello-node
functional_test.go:1522: found endpoint: https://192.168.49.2:31266
--- PASS: TestFunctional/parallel/ServiceCmd/HTTPS (0.46s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/Format
functional_test.go:1540: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 service hello-node --url --format={{.IP}}
--- PASS: TestFunctional/parallel/ServiceCmd/Format (0.48s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/URL
functional_test.go:1559: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 service hello-node --url
functional_test.go:1565: found endpoint for hello-node: http://192.168.49.2:31266
--- PASS: TestFunctional/parallel/ServiceCmd/URL (0.42s)

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

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

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

                                                
                                                
** /stderr **
I0922 15:16:56.656201 2481953 retry.go:31] will retry after 451.014408ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "findmnt -T /mount-9p | grep 9p"
2024/09/22 15:16:57 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 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-arm64 mount -p functional-908290 /tmp/TestFunctionalparallelMountCmdspecific-port554070486/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-arm64 -p functional-908290 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-908290 ssh "sudo umount -f /mount-9p": exit status 1 (423.254668ms)

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

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

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/short
functional_test.go:2256: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 version --short
--- PASS: TestFunctional/parallel/Version/short (0.06s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2270: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 version -o=json --components
functional_test.go:2270: (dbg) Done: out/minikube-linux-arm64 -p functional-908290 version -o=json --components: (1.051094687s)
--- PASS: TestFunctional/parallel/Version/components (1.05s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/VerifyCleanup
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-908290 /tmp/TestFunctionalparallelMountCmdVerifyCleanup6775779/001:/mount1 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-908290 /tmp/TestFunctionalparallelMountCmdVerifyCleanup6775779/001:/mount2 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-908290 /tmp/TestFunctionalparallelMountCmdVerifyCleanup6775779/001:/mount3 --alsologtostderr -v=1]
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-arm64 mount -p functional-908290 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-908290 /tmp/TestFunctionalparallelMountCmdVerifyCleanup6775779/001:/mount1 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-908290 /tmp/TestFunctionalparallelMountCmdVerifyCleanup6775779/001:/mount2 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-908290 /tmp/TestFunctionalparallelMountCmdVerifyCleanup6775779/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (1.56s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-908290 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.31.1
registry.k8s.io/kube-proxy:v1.31.1
registry.k8s.io/kube-controller-manager:v1.31.1
registry.k8s.io/kube-apiserver:v1.31.1
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/echoserver-arm:1.8
registry.k8s.io/coredns/coredns:v1.11.3
localhost/minikube-local-cache-test:functional-908290
localhost/kicbase/echo-server:functional-908290
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/kindest/kindnetd:v20240813-c6f155d6
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-908290 image ls --format short --alsologtostderr:
I0922 15:17:06.675239 2512483 out.go:345] Setting OutFile to fd 1 ...
I0922 15:17:06.675452 2512483 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0922 15:17:06.675486 2512483 out.go:358] Setting ErrFile to fd 2...
I0922 15:17:06.675507 2512483 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0922 15:17:06.675867 2512483 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
I0922 15:17:06.676876 2512483 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0922 15:17:06.677127 2512483 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0922 15:17:06.677908 2512483 cli_runner.go:164] Run: docker container inspect functional-908290 --format={{.State.Status}}
I0922 15:17:06.701232 2512483 ssh_runner.go:195] Run: systemctl --version
I0922 15:17:06.701292 2512483 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-908290
I0922 15:17:06.722333 2512483 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36070 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/functional-908290/id_rsa Username:docker}
I0922 15:17:06.823426 2512483 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.25s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-908290 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| registry.k8s.io/kube-proxy              | v1.31.1            | 24a140c548c07 | 96MB   |
| registry.k8s.io/pause                   | 3.1                | 8057e0500773a | 529kB  |
| registry.k8s.io/pause                   | 3.10               | afb61768ce381 | 520kB  |
| docker.io/kindest/kindnetd              | v20240813-c6f155d6 | 6a23fa8fd2b78 | 90.3MB |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 1611cd07b61d5 | 3.77MB |
| localhost/minikube-local-cache-test     | functional-908290  | adf46c2818c0f | 3.33kB |
| registry.k8s.io/coredns/coredns         | v1.11.3            | 2f6c962e7b831 | 61.6MB |
| registry.k8s.io/kube-apiserver          | v1.31.1            | d3f53a98c0a9d | 92.6MB |
| registry.k8s.io/kube-controller-manager | v1.31.1            | 279f381cb3736 | 86.9MB |
| docker.io/library/nginx                 | alpine             | b887aca7aed61 | 48.4MB |
| localhost/kicbase/echo-server           | functional-908290  | ce2d2cda2d858 | 4.79MB |
| registry.k8s.io/echoserver-arm          | 1.8                | 72565bf5bbedf | 87.5MB |
| registry.k8s.io/pause                   | 3.3                | 3d18732f8686c | 487kB  |
| docker.io/library/nginx                 | latest             | 195245f0c7927 | 197MB  |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | ba04bb24b9575 | 29MB   |
| registry.k8s.io/etcd                    | 3.5.15-0           | 27e3830e14027 | 140MB  |
| registry.k8s.io/kube-scheduler          | v1.31.1            | 7f8aa378bb47d | 67MB   |
| registry.k8s.io/pause                   | latest             | 8cb2091f603e7 | 246kB  |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-908290 image ls --format table --alsologtostderr:
I0922 15:17:07.306641 2512635 out.go:345] Setting OutFile to fd 1 ...
I0922 15:17:07.306863 2512635 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0922 15:17:07.306886 2512635 out.go:358] Setting ErrFile to fd 2...
I0922 15:17:07.306905 2512635 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0922 15:17:07.307206 2512635 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
I0922 15:17:07.307902 2512635 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0922 15:17:07.308072 2512635 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0922 15:17:07.308617 2512635 cli_runner.go:164] Run: docker container inspect functional-908290 --format={{.State.Status}}
I0922 15:17:07.327576 2512635 ssh_runner.go:195] Run: systemctl --version
I0922 15:17:07.327633 2512635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-908290
I0922 15:17:07.346229 2512635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36070 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/functional-908290/id_rsa Username:docker}
I0922 15:17:07.443823 2512635 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.28s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-908290 image ls --format json --alsologtostderr:
[{"id":"20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8","repoDigests":["docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93","docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf"],"repoTags":[],"size":"247562353"},{"id":"b887aca7aed6134b029401507d27ac9c8fbfc5a6cf510d254bdf4ac841cf1552","repoDigests":["docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53","docker.io/library/nginx@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf"],"repoTags":["docker.io/library/nginx:alpine"],"size":"48375489"},{"id":"27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da","repoDigests":["registry.k8s.io/etcd@sha256:a6dc63e6e8cfa0307d7851762fa6b629afb18f28d8aa3fab5a6e91b4af60026a","registry.k8s.io/etcd@sha256:e3ee3ca2dbaf511385000dbd54123629c71b6cfaabd469e658d76a116b7f43da"],"repoTags":["registry.k8s.io/etcd:3.5.15-0"],"siz
e":"139912446"},{"id":"279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:9f9da5b27e03f89599cc40ba89150aebf3b4cff001e6db6d998674b34181e1a1","registry.k8s.io/kube-controller-manager@sha256:a9a0505b7d0caca0edd18e37bacc9425b2c8824546b26f5b286e8cb144669849"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.31.1"],"size":"86930758"},{"id":"24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d","repoDigests":["registry.k8s.io/kube-proxy@sha256:4ee50b00484d7f39a90fc4cda92251177ef5ad8fdf2f2a0c768f9e634b4c6d44","registry.k8s.io/kube-proxy@sha256:7b3bf9f1e260ccb1fd543570e1e9869a373f716fb050cd23a6a2771aa4e06ae9"],"repoTags":["registry.k8s.io/kube-proxy:v1.31.1"],"size":"95951255"},{"id":"afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8","repoDigests":["registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7","registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1
ac3f505666ef0e3c98fae8199917a"],"repoTags":["registry.k8s.io/pause:3.10"],"size":"519877"},{"id":"1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e","gcr.io/k8s-minikube/busybox@sha256:580b0aa58b210f512f818b7b7ef4f63c803f7a8cd6baf571b1462b79f7b7719e"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"3774172"},{"id":"ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:0ba370588274b88531ab311a5d2e645d240a853555c1e58fd1dd428fc333c9d2","gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"29037500"},{"id":"adf46c2818c0f29bfb79e982b2682123c48c738502b9c8b08eec19ea7ad8953c","repoDigests":["localhost/minikube-local-cache-test@sha256:997a2a0fc8c1a29fc460fbfba15c47b493964102
d2426310ae543f741d276c4c"],"repoTags":["localhost/minikube-local-cache-test:functional-908290"],"size":"3330"},{"id":"d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853","repoDigests":["registry.k8s.io/kube-apiserver@sha256:2409c23dbb5a2b7a81adbb184d3eac43ac653e9b97a7c0ee121b89bb3ef61fdb","registry.k8s.io/kube-apiserver@sha256:e3a40e6c6e99ba4a4d72432b3eda702099a2926e49d4afeb6138f2d95e6371ef"],"repoTags":["registry.k8s.io/kube-apiserver:v1.31.1"],"size":"92632544"},{"id":"72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb","repoDigests":["registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5"],"repoTags":["registry.k8s.io/echoserver-arm:1.8"],"size":"87536549"},{"id":"7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d","repoDigests":["registry.k8s.io/kube-scheduler@sha256:65212209347a96b08a97e679b98dca46885f09cf3a53e8d13b28d2c083a5b690","registry.k8s.io/kube-scheduler@sha256:969a7e96340f3a927b3d652582edec2d6d82a083871d81
ef5064b7edaab430d0"],"repoTags":["registry.k8s.io/kube-scheduler:v1.31.1"],"size":"67007814"},{"id":"6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51","repoDigests":["docker.io/kindest/kindnetd@sha256:4d39335073da9a0b82be8e01028f0aa75aff16caff2e2d8889d0effd579a6f64","docker.io/kindest/kindnetd@sha256:e59a687ca28ae274a2fc92f1e2f5f1c739f353178a43a23aafc71adb802ed166"],"repoTags":["docker.io/kindest/kindnetd:v20240813-c6f155d6"],"size":"90295858"},{"id":"a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a","repoDigests":["docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c","docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a"],"repoTags":[],"size":"42263767"},{"id":"195245f0c79279e8b8e012efa02c91dad4cf7d0e44c0f4382fea68cd93088e6c","repoDigests":["docker.io/library/nginx@sha256:04ba374043ccd2fc5c593885c0eacddebabd5ca375f9323666f28dfd5a9710e3","docker.io/library/nginx@
sha256:9f661996f4d1cea788f329b8145660a1124a5a94eec8cea1dba0d564423ad171"],"repoTags":["docker.io/library/nginx:latest"],"size":"197172029"},{"id":"ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17","repoDigests":["localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a"],"repoTags":["localhost/kicbase/echo-server:functional-908290"],"size":"4788229"},{"id":"2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4","repoDigests":["registry.k8s.io/coredns/coredns@sha256:31440a2bef59e2f1ffb600113b557103740ff851e27b0aef5b849f6e3ab994a6","registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.3"],"size":"61647114"},{"id":"8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5","repoDigests":["registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67"],"repoTags":["registry.k8s.io/pause:3.1"],"size":"5
28622"},{"id":"3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300","repoDigests":["registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"487479"},{"id":"8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a","repoDigests":["registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca"],"repoTags":["registry.k8s.io/pause:latest"],"size":"246070"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-908290 image ls --format json --alsologtostderr:
I0922 15:17:07.004590 2512550 out.go:345] Setting OutFile to fd 1 ...
I0922 15:17:07.004728 2512550 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0922 15:17:07.004738 2512550 out.go:358] Setting ErrFile to fd 2...
I0922 15:17:07.004743 2512550 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0922 15:17:07.005018 2512550 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
I0922 15:17:07.005680 2512550 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0922 15:17:07.005814 2512550 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0922 15:17:07.006324 2512550 cli_runner.go:164] Run: docker container inspect functional-908290 --format={{.State.Status}}
I0922 15:17:07.030013 2512550 ssh_runner.go:195] Run: systemctl --version
I0922 15:17:07.030069 2512550 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-908290
I0922 15:17:07.068681 2512550 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36070 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/functional-908290/id_rsa Username:docker}
I0922 15:17:07.184927 2512550 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.30s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-908290 image ls --format yaml --alsologtostderr:
- id: 6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51
repoDigests:
- docker.io/kindest/kindnetd@sha256:4d39335073da9a0b82be8e01028f0aa75aff16caff2e2d8889d0effd579a6f64
- docker.io/kindest/kindnetd@sha256:e59a687ca28ae274a2fc92f1e2f5f1c739f353178a43a23aafc71adb802ed166
repoTags:
- docker.io/kindest/kindnetd:v20240813-c6f155d6
size: "90295858"
- id: a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a
repoDigests:
- docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c
- docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a
repoTags: []
size: "42263767"
- id: 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:31440a2bef59e2f1ffb600113b557103740ff851e27b0aef5b849f6e3ab994a6
- registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.3
size: "61647114"
- id: 72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb
repoDigests:
- registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5
repoTags:
- registry.k8s.io/echoserver-arm:1.8
size: "87536549"
- id: 24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d
repoDigests:
- registry.k8s.io/kube-proxy@sha256:4ee50b00484d7f39a90fc4cda92251177ef5ad8fdf2f2a0c768f9e634b4c6d44
- registry.k8s.io/kube-proxy@sha256:7b3bf9f1e260ccb1fd543570e1e9869a373f716fb050cd23a6a2771aa4e06ae9
repoTags:
- registry.k8s.io/kube-proxy:v1.31.1
size: "95951255"
- id: 20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8
repoDigests:
- docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93
- docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf
repoTags: []
size: "247562353"
- id: b887aca7aed6134b029401507d27ac9c8fbfc5a6cf510d254bdf4ac841cf1552
repoDigests:
- docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53
- docker.io/library/nginx@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf
repoTags:
- docker.io/library/nginx:alpine
size: "48375489"
- id: ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6
repoDigests:
- gcr.io/k8s-minikube/storage-provisioner@sha256:0ba370588274b88531ab311a5d2e645d240a853555c1e58fd1dd428fc333c9d2
- gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "29037500"
- id: adf46c2818c0f29bfb79e982b2682123c48c738502b9c8b08eec19ea7ad8953c
repoDigests:
- localhost/minikube-local-cache-test@sha256:997a2a0fc8c1a29fc460fbfba15c47b493964102d2426310ae543f741d276c4c
repoTags:
- localhost/minikube-local-cache-test:functional-908290
size: "3330"
- id: afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8
repoDigests:
- registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7
- registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a
repoTags:
- registry.k8s.io/pause:3.10
size: "519877"
- id: 1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c
repoDigests:
- gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
- gcr.io/k8s-minikube/busybox@sha256:580b0aa58b210f512f818b7b7ef4f63c803f7a8cd6baf571b1462b79f7b7719e
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "3774172"
- id: ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17
repoDigests:
- localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a
repoTags:
- localhost/kicbase/echo-server:functional-908290
size: "4788229"
- id: 27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da
repoDigests:
- registry.k8s.io/etcd@sha256:a6dc63e6e8cfa0307d7851762fa6b629afb18f28d8aa3fab5a6e91b4af60026a
- registry.k8s.io/etcd@sha256:e3ee3ca2dbaf511385000dbd54123629c71b6cfaabd469e658d76a116b7f43da
repoTags:
- registry.k8s.io/etcd:3.5.15-0
size: "139912446"
- id: d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:2409c23dbb5a2b7a81adbb184d3eac43ac653e9b97a7c0ee121b89bb3ef61fdb
- registry.k8s.io/kube-apiserver@sha256:e3a40e6c6e99ba4a4d72432b3eda702099a2926e49d4afeb6138f2d95e6371ef
repoTags:
- registry.k8s.io/kube-apiserver:v1.31.1
size: "92632544"
- id: 279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:9f9da5b27e03f89599cc40ba89150aebf3b4cff001e6db6d998674b34181e1a1
- registry.k8s.io/kube-controller-manager@sha256:a9a0505b7d0caca0edd18e37bacc9425b2c8824546b26f5b286e8cb144669849
repoTags:
- registry.k8s.io/kube-controller-manager:v1.31.1
size: "86930758"
- id: 8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5
repoDigests:
- registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67
repoTags:
- registry.k8s.io/pause:3.1
size: "528622"
- id: 195245f0c79279e8b8e012efa02c91dad4cf7d0e44c0f4382fea68cd93088e6c
repoDigests:
- docker.io/library/nginx@sha256:04ba374043ccd2fc5c593885c0eacddebabd5ca375f9323666f28dfd5a9710e3
- docker.io/library/nginx@sha256:9f661996f4d1cea788f329b8145660a1124a5a94eec8cea1dba0d564423ad171
repoTags:
- docker.io/library/nginx:latest
size: "197172029"
- id: 7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:65212209347a96b08a97e679b98dca46885f09cf3a53e8d13b28d2c083a5b690
- registry.k8s.io/kube-scheduler@sha256:969a7e96340f3a927b3d652582edec2d6d82a083871d81ef5064b7edaab430d0
repoTags:
- registry.k8s.io/kube-scheduler:v1.31.1
size: "67007814"
- id: 3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300
repoDigests:
- registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476
repoTags:
- registry.k8s.io/pause:3.3
size: "487479"
- id: 8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a
repoDigests:
- registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca
repoTags:
- registry.k8s.io/pause:latest
size: "246070"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-908290 image ls --format yaml --alsologtostderr:
I0922 15:17:06.714541 2512484 out.go:345] Setting OutFile to fd 1 ...
I0922 15:17:06.716083 2512484 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0922 15:17:06.716129 2512484 out.go:358] Setting ErrFile to fd 2...
I0922 15:17:06.716151 2512484 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0922 15:17:06.716489 2512484 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
I0922 15:17:06.718886 2512484 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0922 15:17:06.719080 2512484 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0922 15:17:06.719616 2512484 cli_runner.go:164] Run: docker container inspect functional-908290 --format={{.State.Status}}
I0922 15:17:06.751303 2512484 ssh_runner.go:195] Run: systemctl --version
I0922 15:17:06.751363 2512484 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-908290
I0922 15:17:06.769308 2512484 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36070 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/functional-908290/id_rsa Username:docker}
I0922 15:17:06.861146 2512484 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.32s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:308: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 ssh pgrep buildkitd
functional_test.go:308: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-908290 ssh pgrep buildkitd: exit status 1 (376.714964ms)

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image build -t localhost/my-image:functional-908290 testdata/build --alsologtostderr
functional_test.go:315: (dbg) Done: out/minikube-linux-arm64 -p functional-908290 image build -t localhost/my-image:functional-908290 testdata/build --alsologtostderr: (3.259522448s)
functional_test.go:320: (dbg) Stdout: out/minikube-linux-arm64 -p functional-908290 image build -t localhost/my-image:functional-908290 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> e61f83787d5
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-908290
--> 57d3a002f84
Successfully tagged localhost/my-image:functional-908290
57d3a002f84eea6ba2d2c6e0dd8b8711baa7946cc2e0eae94dbe32d9eac35165
functional_test.go:323: (dbg) Stderr: out/minikube-linux-arm64 -p functional-908290 image build -t localhost/my-image:functional-908290 testdata/build --alsologtostderr:
I0922 15:17:07.310732 2512640 out.go:345] Setting OutFile to fd 1 ...
I0922 15:17:07.311773 2512640 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0922 15:17:07.311788 2512640 out.go:358] Setting ErrFile to fd 2...
I0922 15:17:07.311794 2512640 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0922 15:17:07.312150 2512640 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
I0922 15:17:07.312856 2512640 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0922 15:17:07.313495 2512640 config.go:182] Loaded profile config "functional-908290": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0922 15:17:07.314046 2512640 cli_runner.go:164] Run: docker container inspect functional-908290 --format={{.State.Status}}
I0922 15:17:07.334544 2512640 ssh_runner.go:195] Run: systemctl --version
I0922 15:17:07.334604 2512640 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-908290
I0922 15:17:07.356705 2512640 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36070 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/functional-908290/id_rsa Username:docker}
I0922 15:17:07.455960 2512640 build_images.go:161] Building image from path: /tmp/build.1076383944.tar
I0922 15:17:07.456045 2512640 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0922 15:17:07.466705 2512640 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.1076383944.tar
I0922 15:17:07.474744 2512640 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.1076383944.tar: stat -c "%s %y" /var/lib/minikube/build/build.1076383944.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.1076383944.tar': No such file or directory
I0922 15:17:07.474775 2512640 ssh_runner.go:362] scp /tmp/build.1076383944.tar --> /var/lib/minikube/build/build.1076383944.tar (3072 bytes)
I0922 15:17:07.505719 2512640 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.1076383944
I0922 15:17:07.515315 2512640 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.1076383944 -xf /var/lib/minikube/build/build.1076383944.tar
I0922 15:17:07.526278 2512640 crio.go:315] Building image: /var/lib/minikube/build/build.1076383944
I0922 15:17:07.526382 2512640 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-908290 /var/lib/minikube/build/build.1076383944 --cgroup-manager=cgroupfs
Trying to pull gcr.io/k8s-minikube/busybox:latest...
Getting image source signatures
Copying blob sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34
Copying blob sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34
Copying config sha256:71a676dd070f4b701c3272e566d84951362f1326ea07d5bbad119d1c4f6b3d02
Writing manifest to image destination
Storing signatures
I0922 15:17:10.484557 2512640 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-908290 /var/lib/minikube/build/build.1076383944 --cgroup-manager=cgroupfs: (2.958147456s)
I0922 15:17:10.484643 2512640 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.1076383944
I0922 15:17:10.493839 2512640 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.1076383944.tar
I0922 15:17:10.502845 2512640 build_images.go:217] Built localhost/my-image:functional-908290 from /tmp/build.1076383944.tar
I0922 15:17:10.502878 2512640 build_images.go:133] succeeded building to: functional-908290
I0922 15:17:10.502884 2512640 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.88s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:342: (dbg) Run:  docker pull kicbase/echo-server:1.0
functional_test.go:347: (dbg) Run:  docker tag kicbase/echo-server:1.0 kicbase/echo-server:functional-908290
--- PASS: TestFunctional/parallel/ImageCommands/Setup (0.80s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:355: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image load --daemon kicbase/echo-server:functional-908290 --alsologtostderr
functional_test.go:355: (dbg) Done: out/minikube-linux-arm64 -p functional-908290 image load --daemon kicbase/echo-server:functional-908290 --alsologtostderr: (1.519731994s)
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (1.81s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_changes
functional_test.go:2119: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (0.20s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
functional_test.go:2119: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (0.18s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_clusters
functional_test.go:2119: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (0.21s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:365: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image load --daemon kicbase/echo-server:functional-908290 --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (1.13s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:235: (dbg) Run:  docker pull kicbase/echo-server:latest
functional_test.go:240: (dbg) Run:  docker tag kicbase/echo-server:latest kicbase/echo-server:functional-908290
functional_test.go:245: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image load --daemon kicbase/echo-server:functional-908290 --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (1.31s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:380: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image save kicbase/echo-server:functional-908290 /home/jenkins/workspace/Docker_Linux_crio_arm64/echo-server-save.tar --alsologtostderr
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveToFile (0.60s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:392: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image rm kicbase/echo-server:functional-908290 --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (0.57s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:409: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image load /home/jenkins/workspace/Docker_Linux_crio_arm64/echo-server-save.tar --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (0.83s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:419: (dbg) Run:  docker rmi kicbase/echo-server:functional-908290
functional_test.go:424: (dbg) Run:  out/minikube-linux-arm64 -p functional-908290 image save --daemon kicbase/echo-server:functional-908290 --alsologtostderr
functional_test.go:432: (dbg) Run:  docker image inspect localhost/kicbase/echo-server:functional-908290
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.56s)

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

                                                
                                                
=== RUN   TestFunctional/delete_echo-server_images
functional_test.go:190: (dbg) Run:  docker rmi -f kicbase/echo-server:1.0
functional_test.go:190: (dbg) Run:  docker rmi -f kicbase/echo-server:functional-908290
--- 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:198: (dbg) Run:  docker rmi -f localhost/my-image:functional-908290
--- 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:206: (dbg) Run:  docker rmi -f minikube-local-cache-test:functional-908290
--- PASS: TestFunctional/delete_minikube_cached_images (0.02s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (165.5s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-arm64 start -p ha-784164 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0922 15:17:56.924521 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:17:56.931032 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:17:56.942398 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:17:56.963787 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:17:57.005415 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:17:57.086902 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:17:57.248580 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:17:57.570192 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:17:58.211978 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:17:59.493329 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:18:02.055060 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:18:07.176911 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:18:17.418170 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:18:37.900321 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:19:18.862347 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-arm64 start -p ha-784164 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (2m44.707234668s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (165.50s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (10.65s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeployApp
ha_test.go:128: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- apply -f ./testdata/ha/ha-pod-dns-test.yaml
ha_test.go:133: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- rollout status deployment/busybox
ha_test.go:133: (dbg) Done: out/minikube-linux-arm64 kubectl -p ha-784164 -- rollout status deployment/busybox: (7.804291829s)
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:163: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-5g8hs -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-dnsxx -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-kf448 -- nslookup kubernetes.io
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-5g8hs -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-dnsxx -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-kf448 -- nslookup kubernetes.default
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-5g8hs -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-dnsxx -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-kf448 -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiControlPlane/serial/DeployApp (10.65s)

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.64s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-5g8hs -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-5g8hs -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-dnsxx -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-dnsxx -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-kf448 -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-784164 -- exec busybox-7dff88458-kf448 -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (1.64s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (33.59s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-784164 -v=7 --alsologtostderr
E0922 15:20:40.784574 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:228: (dbg) Done: out/minikube-linux-arm64 node add -p ha-784164 -v=7 --alsologtostderr: (32.659558948s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (33.59s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.12s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (1.01s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (17.99s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:326: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 status --output json -v=7 --alsologtostderr
ha_test.go:326: (dbg) Done: out/minikube-linux-arm64 -p ha-784164 status --output json -v=7 --alsologtostderr: (1.00699388s)
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp testdata/cp-test.txt ha-784164:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3371299597/001/cp-test_ha-784164.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164:/home/docker/cp-test.txt ha-784164-m02:/home/docker/cp-test_ha-784164_ha-784164-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m02 "sudo cat /home/docker/cp-test_ha-784164_ha-784164-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164:/home/docker/cp-test.txt ha-784164-m03:/home/docker/cp-test_ha-784164_ha-784164-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m03 "sudo cat /home/docker/cp-test_ha-784164_ha-784164-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164:/home/docker/cp-test.txt ha-784164-m04:/home/docker/cp-test_ha-784164_ha-784164-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m04 "sudo cat /home/docker/cp-test_ha-784164_ha-784164-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp testdata/cp-test.txt ha-784164-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m02:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3371299597/001/cp-test_ha-784164-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m02:/home/docker/cp-test.txt ha-784164:/home/docker/cp-test_ha-784164-m02_ha-784164.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164 "sudo cat /home/docker/cp-test_ha-784164-m02_ha-784164.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m02:/home/docker/cp-test.txt ha-784164-m03:/home/docker/cp-test_ha-784164-m02_ha-784164-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m03 "sudo cat /home/docker/cp-test_ha-784164-m02_ha-784164-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m02:/home/docker/cp-test.txt ha-784164-m04:/home/docker/cp-test_ha-784164-m02_ha-784164-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m04 "sudo cat /home/docker/cp-test_ha-784164-m02_ha-784164-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp testdata/cp-test.txt ha-784164-m03:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m03:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3371299597/001/cp-test_ha-784164-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m03:/home/docker/cp-test.txt ha-784164:/home/docker/cp-test_ha-784164-m03_ha-784164.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164 "sudo cat /home/docker/cp-test_ha-784164-m03_ha-784164.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m03:/home/docker/cp-test.txt ha-784164-m02:/home/docker/cp-test_ha-784164-m03_ha-784164-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m02 "sudo cat /home/docker/cp-test_ha-784164-m03_ha-784164-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m03:/home/docker/cp-test.txt ha-784164-m04:/home/docker/cp-test_ha-784164-m03_ha-784164-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m04 "sudo cat /home/docker/cp-test_ha-784164-m03_ha-784164-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp testdata/cp-test.txt ha-784164-m04:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m04:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3371299597/001/cp-test_ha-784164-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m04:/home/docker/cp-test.txt ha-784164:/home/docker/cp-test_ha-784164-m04_ha-784164.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164 "sudo cat /home/docker/cp-test_ha-784164-m04_ha-784164.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m04:/home/docker/cp-test.txt ha-784164-m02:/home/docker/cp-test_ha-784164-m04_ha-784164-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m02 "sudo cat /home/docker/cp-test_ha-784164-m04_ha-784164-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 cp ha-784164-m04:/home/docker/cp-test.txt ha-784164-m03:/home/docker/cp-test_ha-784164-m04_ha-784164-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 ssh -n ha-784164-m03 "sudo cat /home/docker/cp-test_ha-784164-m04_ha-784164-m03.txt"
--- PASS: TestMultiControlPlane/serial/CopyFile (17.99s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.7s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:363: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 node stop m02 -v=7 --alsologtostderr
ha_test.go:363: (dbg) Done: out/minikube-linux-arm64 -p ha-784164 node stop m02 -v=7 --alsologtostderr: (11.97707869s)
ha_test.go:369: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 status -v=7 --alsologtostderr
ha_test.go:369: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-784164 status -v=7 --alsologtostderr: exit status 7 (722.086105ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0922 15:21:16.058329 2528363 out.go:345] Setting OutFile to fd 1 ...
	I0922 15:21:16.058531 2528363 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:21:16.058558 2528363 out.go:358] Setting ErrFile to fd 2...
	I0922 15:21:16.058577 2528363 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:21:16.058914 2528363 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 15:21:16.059291 2528363 out.go:352] Setting JSON to false
	I0922 15:21:16.059356 2528363 mustload.go:65] Loading cluster: ha-784164
	I0922 15:21:16.059449 2528363 notify.go:220] Checking for updates...
	I0922 15:21:16.060212 2528363 config.go:182] Loaded profile config "ha-784164": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 15:21:16.060287 2528363 status.go:174] checking status of ha-784164 ...
	I0922 15:21:16.061553 2528363 cli_runner.go:164] Run: docker container inspect ha-784164 --format={{.State.Status}}
	I0922 15:21:16.081280 2528363 status.go:364] ha-784164 host status = "Running" (err=<nil>)
	I0922 15:21:16.081304 2528363 host.go:66] Checking if "ha-784164" exists ...
	I0922 15:21:16.081619 2528363 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-784164
	I0922 15:21:16.113130 2528363 host.go:66] Checking if "ha-784164" exists ...
	I0922 15:21:16.113463 2528363 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0922 15:21:16.113509 2528363 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-784164
	I0922 15:21:16.133019 2528363 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36075 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/ha-784164/id_rsa Username:docker}
	I0922 15:21:16.228181 2528363 ssh_runner.go:195] Run: systemctl --version
	I0922 15:21:16.232777 2528363 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0922 15:21:16.244667 2528363 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 15:21:16.310209 2528363 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH 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:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:53 OomKillDisable:true NGoroutines:71 SystemTime:2024-09-22 15:21:16.299530858 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 15:21:16.310793 2528363 kubeconfig.go:125] found "ha-784164" server: "https://192.168.49.254:8443"
	I0922 15:21:16.310831 2528363 api_server.go:166] Checking apiserver status ...
	I0922 15:21:16.310884 2528363 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0922 15:21:16.322272 2528363 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1414/cgroup
	I0922 15:21:16.332395 2528363 api_server.go:182] apiserver freezer: "8:freezer:/docker/2cf1f43d6b02a8a8412ed5bf24c2035b057970e119a5ab1bb78467f8067693c9/crio/crio-733390b5c904d71341ecace9ec9a40bf75306faf69b8a9eea5ef590814f2b9b6"
	I0922 15:21:16.332468 2528363 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/2cf1f43d6b02a8a8412ed5bf24c2035b057970e119a5ab1bb78467f8067693c9/crio/crio-733390b5c904d71341ecace9ec9a40bf75306faf69b8a9eea5ef590814f2b9b6/freezer.state
	I0922 15:21:16.340970 2528363 api_server.go:204] freezer state: "THAWED"
	I0922 15:21:16.341002 2528363 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0922 15:21:16.348653 2528363 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0922 15:21:16.348690 2528363 status.go:456] ha-784164 apiserver status = Running (err=<nil>)
	I0922 15:21:16.348718 2528363 status.go:176] ha-784164 status: &{Name:ha-784164 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0922 15:21:16.348742 2528363 status.go:174] checking status of ha-784164-m02 ...
	I0922 15:21:16.349108 2528363 cli_runner.go:164] Run: docker container inspect ha-784164-m02 --format={{.State.Status}}
	I0922 15:21:16.366464 2528363 status.go:364] ha-784164-m02 host status = "Stopped" (err=<nil>)
	I0922 15:21:16.366486 2528363 status.go:377] host is not running, skipping remaining checks
	I0922 15:21:16.366510 2528363 status.go:176] ha-784164-m02 status: &{Name:ha-784164-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0922 15:21:16.366531 2528363 status.go:174] checking status of ha-784164-m03 ...
	I0922 15:21:16.366843 2528363 cli_runner.go:164] Run: docker container inspect ha-784164-m03 --format={{.State.Status}}
	I0922 15:21:16.386167 2528363 status.go:364] ha-784164-m03 host status = "Running" (err=<nil>)
	I0922 15:21:16.386192 2528363 host.go:66] Checking if "ha-784164-m03" exists ...
	I0922 15:21:16.386487 2528363 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-784164-m03
	I0922 15:21:16.407901 2528363 host.go:66] Checking if "ha-784164-m03" exists ...
	I0922 15:21:16.408219 2528363 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0922 15:21:16.408281 2528363 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-784164-m03
	I0922 15:21:16.424936 2528363 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36085 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/ha-784164-m03/id_rsa Username:docker}
	I0922 15:21:16.516747 2528363 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0922 15:21:16.529334 2528363 kubeconfig.go:125] found "ha-784164" server: "https://192.168.49.254:8443"
	I0922 15:21:16.529365 2528363 api_server.go:166] Checking apiserver status ...
	I0922 15:21:16.529407 2528363 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0922 15:21:16.540184 2528363 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1307/cgroup
	I0922 15:21:16.550156 2528363 api_server.go:182] apiserver freezer: "8:freezer:/docker/8b1390f9a1f515248e2e1f38843fff25a5823b31bfc34586af9143062b8b15fb/crio/crio-ca10eda10ece7b7fcf1e8c9bd2517b2951c1eeb147e2db82b69d6ae33506a378"
	I0922 15:21:16.550259 2528363 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/8b1390f9a1f515248e2e1f38843fff25a5823b31bfc34586af9143062b8b15fb/crio/crio-ca10eda10ece7b7fcf1e8c9bd2517b2951c1eeb147e2db82b69d6ae33506a378/freezer.state
	I0922 15:21:16.558675 2528363 api_server.go:204] freezer state: "THAWED"
	I0922 15:21:16.558703 2528363 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0922 15:21:16.566388 2528363 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0922 15:21:16.566418 2528363 status.go:456] ha-784164-m03 apiserver status = Running (err=<nil>)
	I0922 15:21:16.566428 2528363 status.go:176] ha-784164-m03 status: &{Name:ha-784164-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0922 15:21:16.566454 2528363 status.go:174] checking status of ha-784164-m04 ...
	I0922 15:21:16.566778 2528363 cli_runner.go:164] Run: docker container inspect ha-784164-m04 --format={{.State.Status}}
	I0922 15:21:16.585315 2528363 status.go:364] ha-784164-m04 host status = "Running" (err=<nil>)
	I0922 15:21:16.585338 2528363 host.go:66] Checking if "ha-784164-m04" exists ...
	I0922 15:21:16.585652 2528363 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-784164-m04
	I0922 15:21:16.601902 2528363 host.go:66] Checking if "ha-784164-m04" exists ...
	I0922 15:21:16.602209 2528363 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0922 15:21:16.602248 2528363 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-784164-m04
	I0922 15:21:16.619135 2528363 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36090 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/ha-784164-m04/id_rsa Username:docker}
	I0922 15:21:16.714962 2528363 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0922 15:21:16.729172 2528363 status.go:176] ha-784164-m04 status: &{Name:ha-784164-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.75s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (34.24s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:420: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 node start m02 -v=7 --alsologtostderr
E0922 15:21:17.535416 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:17.542316 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:17.553590 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:17.576839 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:17.618266 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:17.699635 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:17.861107 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:18.183371 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:18.825349 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:20.107169 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:22.668463 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:27.790518 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:21:38.031842 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:420: (dbg) Done: out/minikube-linux-arm64 -p ha-784164 node start m02 -v=7 --alsologtostderr: (32.796852309s)
ha_test.go:428: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 status -v=7 --alsologtostderr
ha_test.go:428: (dbg) Done: out/minikube-linux-arm64 -p ha-784164 status -v=7 --alsologtostderr: (1.294767269s)
ha_test.go:448: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (34.24s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (1.33s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (216.59s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-784164 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-arm64 stop -p ha-784164 -v=7 --alsologtostderr
E0922 15:21:58.513151 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:462: (dbg) Done: out/minikube-linux-arm64 stop -p ha-784164 -v=7 --alsologtostderr: (37.185364098s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-arm64 start -p ha-784164 --wait=true -v=7 --alsologtostderr
E0922 15:22:39.475503 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:22:56.925294 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:23:24.626080 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:24:01.396917 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:467: (dbg) Done: out/minikube-linux-arm64 start -p ha-784164 --wait=true -v=7 --alsologtostderr: (2m59.234963273s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-784164
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (216.59s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (12.55s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:487: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 node delete m03 -v=7 --alsologtostderr
ha_test.go:487: (dbg) Done: out/minikube-linux-arm64 -p ha-784164 node delete m03 -v=7 --alsologtostderr: (11.653966541s)
ha_test.go:493: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 status -v=7 --alsologtostderr
ha_test.go:511: (dbg) Run:  kubectl get nodes
ha_test.go:519: (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 (12.55s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.73s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.9s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:531: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 stop -v=7 --alsologtostderr
E0922 15:26:17.535973 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:531: (dbg) Done: out/minikube-linux-arm64 -p ha-784164 stop -v=7 --alsologtostderr: (35.784278041s)
ha_test.go:537: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 status -v=7 --alsologtostderr
ha_test.go:537: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-784164 status -v=7 --alsologtostderr: exit status 7 (117.765246ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0922 15:26:18.753814 2543044 out.go:345] Setting OutFile to fd 1 ...
	I0922 15:26:18.753965 2543044 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:26:18.753977 2543044 out.go:358] Setting ErrFile to fd 2...
	I0922 15:26:18.753982 2543044 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:26:18.754251 2543044 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 15:26:18.754441 2543044 out.go:352] Setting JSON to false
	I0922 15:26:18.754487 2543044 mustload.go:65] Loading cluster: ha-784164
	I0922 15:26:18.754532 2543044 notify.go:220] Checking for updates...
	I0922 15:26:18.755017 2543044 config.go:182] Loaded profile config "ha-784164": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 15:26:18.755039 2543044 status.go:174] checking status of ha-784164 ...
	I0922 15:26:18.755599 2543044 cli_runner.go:164] Run: docker container inspect ha-784164 --format={{.State.Status}}
	I0922 15:26:18.774706 2543044 status.go:364] ha-784164 host status = "Stopped" (err=<nil>)
	I0922 15:26:18.774726 2543044 status.go:377] host is not running, skipping remaining checks
	I0922 15:26:18.774733 2543044 status.go:176] ha-784164 status: &{Name:ha-784164 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0922 15:26:18.774817 2543044 status.go:174] checking status of ha-784164-m02 ...
	I0922 15:26:18.775191 2543044 cli_runner.go:164] Run: docker container inspect ha-784164-m02 --format={{.State.Status}}
	I0922 15:26:18.798213 2543044 status.go:364] ha-784164-m02 host status = "Stopped" (err=<nil>)
	I0922 15:26:18.798233 2543044 status.go:377] host is not running, skipping remaining checks
	I0922 15:26:18.798240 2543044 status.go:176] ha-784164-m02 status: &{Name:ha-784164-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0922 15:26:18.798261 2543044 status.go:174] checking status of ha-784164-m04 ...
	I0922 15:26:18.798569 2543044 cli_runner.go:164] Run: docker container inspect ha-784164-m04 --format={{.State.Status}}
	I0922 15:26:18.816254 2543044 status.go:364] ha-784164-m04 host status = "Stopped" (err=<nil>)
	I0922 15:26:18.816280 2543044 status.go:377] host is not running, skipping remaining checks
	I0922 15:26:18.816289 2543044 status.go:176] ha-784164-m04 status: &{Name:ha-784164-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (63.88s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-arm64 start -p ha-784164 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0922 15:26:45.239667 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:560: (dbg) Done: out/minikube-linux-arm64 start -p ha-784164 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m2.934449968s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 status -v=7 --alsologtostderr
ha_test.go:584: (dbg) Run:  kubectl get nodes
ha_test.go:592: (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 (63.88s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.73s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (72.72s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-784164 --control-plane -v=7 --alsologtostderr
E0922 15:27:56.925016 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:605: (dbg) Done: out/minikube-linux-arm64 node add -p ha-784164 --control-plane -v=7 --alsologtostderr: (1m11.758811134s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-arm64 -p ha-784164 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (72.72s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.97s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (49.12s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-arm64 start -p json-output-220103 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio
json_output_test.go:63: (dbg) Done: out/minikube-linux-arm64 start -p json-output-220103 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio: (49.107019567s)
--- PASS: TestJSONOutput/start/Command (49.12s)

                                                
                                    
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.72s)

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

                                                
                                    
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.63s)

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

                                                
                                    
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.85s)

                                                
                                                
=== RUN   TestJSONOutput/stop/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-arm64 stop -p json-output-220103 --output=json --user=testUser
json_output_test.go:63: (dbg) Done: out/minikube-linux-arm64 stop -p json-output-220103 --output=json --user=testUser: (5.853023678s)
--- PASS: TestJSONOutput/stop/Command (5.85s)

                                                
                                    
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.23s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"6665030f-a856-4319-bd89-65db04c9689e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-992813] minikube v1.34.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"167d51f6-ee58-4352-8032-5fc84c5d4ee4","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19648"}}
	{"specversion":"1.0","id":"db13ce53-3754-40f2-a415-db959c11116c","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":"1ebd20a0-525a-4b16-b2e8-c5d9ea4b0cb6","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig"}}
	{"specversion":"1.0","id":"eccec93b-e8ca-4db2-b2ac-47d1b6418c6e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube"}}
	{"specversion":"1.0","id":"3f9e9e60-dc97-4ea9-b68e-782d0900ef15","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"8037e05f-fef2-46df-883d-f0d9963635d7","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"d1e2cc71-1f01-4a60-8141-84725b98870c","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/arm64","name":"DRV_UNSUPPORTED_OS","url":""}}

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

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (36.08s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-899656 --network=
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-899656 --network=: (34.078129302s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-899656" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-899656
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-899656: (1.979063784s)
--- PASS: TestKicCustomNetwork/create_custom_network (36.08s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (33.86s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-598026 --network=bridge
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-598026 --network=bridge: (31.916115483s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-598026" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-598026
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-598026: (1.923890157s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (33.86s)

                                                
                                    
x
+
TestKicExistingNetwork (32.17s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I0922 15:30:56.475131 2481953 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}}]}"
W0922 15:30:56.490330 2481953 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
I0922 15:30:56.490429 2481953 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I0922 15:30:56.490452 2481953 cli_runner.go:164] Run: docker network inspect existing-network
W0922 15:30:56.505925 2481953 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I0922 15:30:56.505954 2481953 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
I0922 15:30:56.505968 2481953 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I0922 15:30:56.506080 2481953 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}}]}"
I0922 15:30:56.523744 2481953 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-82fc16eeb572 IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:02:42:8f:7d:7d:39} reservation:<nil>}
I0922 15:30:56.524785 2481953 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:0x4000857400}
I0922 15:30:56.524824 2481953 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 ...
I0922 15:30:56.524885 2481953 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
I0922 15:30:56.596485 2481953 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-arm64 start -p existing-network-520073 --network=existing-network
E0922 15:31:17.536191 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-arm64 start -p existing-network-520073 --network=existing-network: (29.998609319s)
helpers_test.go:175: Cleaning up "existing-network-520073" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p existing-network-520073
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p existing-network-520073: (2.016528906s)
I0922 15:31:28.626233 2481953 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (32.17s)

                                                
                                    
x
+
TestKicCustomSubnet (31.35s)

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

                                                
                                    
x
+
TestKicStaticIP (32.16s)

                                                
                                                
=== RUN   TestKicStaticIP
kic_custom_network_test.go:132: (dbg) Run:  out/minikube-linux-arm64 start -p static-ip-296399 --static-ip=192.168.200.200
kic_custom_network_test.go:132: (dbg) Done: out/minikube-linux-arm64 start -p static-ip-296399 --static-ip=192.168.200.200: (29.955759853s)
kic_custom_network_test.go:138: (dbg) Run:  out/minikube-linux-arm64 -p static-ip-296399 ip
helpers_test.go:175: Cleaning up "static-ip-296399" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p static-ip-296399
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p static-ip-296399: (2.049153476s)
--- PASS: TestKicStaticIP (32.16s)

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (63.19s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p first-843220 --driver=docker  --container-runtime=crio
E0922 15:32:56.927132 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p first-843220 --driver=docker  --container-runtime=crio: (30.381408255s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p second-846132 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p second-846132 --driver=docker  --container-runtime=crio: (27.567179968s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile first-843220
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile second-846132
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
helpers_test.go:175: Cleaning up "second-846132" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p second-846132
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p second-846132: (1.972955352s)
helpers_test.go:175: Cleaning up "first-843220" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p first-843220
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p first-843220: (1.935398605s)
--- PASS: TestMinikubeProfile (63.19s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (7.17s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-arm64 start -p mount-start-1-400120 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio
mount_start_test.go:98: (dbg) Done: out/minikube-linux-arm64 start -p mount-start-1-400120 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio: (6.172560321s)
--- PASS: TestMountStart/serial/StartWithMountFirst (7.17s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.26s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountFirst
mount_start_test.go:114: (dbg) Run:  out/minikube-linux-arm64 -p mount-start-1-400120 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountFirst (0.26s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (7.31s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-arm64 start -p mount-start-2-402057 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio
mount_start_test.go:98: (dbg) Done: out/minikube-linux-arm64 start -p mount-start-2-402057 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio: (6.309818201s)
--- PASS: TestMountStart/serial/StartWithMountSecond (7.31s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.25s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountSecond
mount_start_test.go:114: (dbg) Run:  out/minikube-linux-arm64 -p mount-start-2-402057 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountSecond (0.25s)

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.61s)

                                                
                                                
=== RUN   TestMountStart/serial/DeleteFirst
pause_test.go:132: (dbg) Run:  out/minikube-linux-arm64 delete -p mount-start-1-400120 --alsologtostderr -v=5
pause_test.go:132: (dbg) Done: out/minikube-linux-arm64 delete -p mount-start-1-400120 --alsologtostderr -v=5: (1.606658118s)
--- PASS: TestMountStart/serial/DeleteFirst (1.61s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.26s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostDelete
mount_start_test.go:114: (dbg) Run:  out/minikube-linux-arm64 -p mount-start-2-402057 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostDelete (0.26s)

                                                
                                    
x
+
TestMountStart/serial/Stop (1.2s)

                                                
                                                
=== RUN   TestMountStart/serial/Stop
mount_start_test.go:155: (dbg) Run:  out/minikube-linux-arm64 stop -p mount-start-2-402057
mount_start_test.go:155: (dbg) Done: out/minikube-linux-arm64 stop -p mount-start-2-402057: (1.203943829s)
--- PASS: TestMountStart/serial/Stop (1.20s)

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (8.63s)

                                                
                                                
=== RUN   TestMountStart/serial/RestartStopped
mount_start_test.go:166: (dbg) Run:  out/minikube-linux-arm64 start -p mount-start-2-402057
mount_start_test.go:166: (dbg) Done: out/minikube-linux-arm64 start -p mount-start-2-402057: (7.634798415s)
--- PASS: TestMountStart/serial/RestartStopped (8.63s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.26s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostStop
mount_start_test.go:114: (dbg) Run:  out/minikube-linux-arm64 -p mount-start-2-402057 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostStop (0.26s)

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (105.67s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-852846 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0922 15:34:19.987769 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:96: (dbg) Done: out/minikube-linux-arm64 start -p multinode-852846 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m45.187754363s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (105.67s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (7.59s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.96s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (57.71s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-852846 -v 3 --alsologtostderr
E0922 15:36:17.535835 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:121: (dbg) Done: out/minikube-linux-arm64 node add -p multinode-852846 -v 3 --alsologtostderr: (57.060459016s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (57.71s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.09s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.65s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (9.79s)

                                                
                                                
=== RUN   TestMultiNode/serial/CopyFile
multinode_test.go:184: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 status --output json --alsologtostderr
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp testdata/cp-test.txt multinode-852846:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp multinode-852846:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile2118248298/001/cp-test_multinode-852846.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp multinode-852846:/home/docker/cp-test.txt multinode-852846-m02:/home/docker/cp-test_multinode-852846_multinode-852846-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m02 "sudo cat /home/docker/cp-test_multinode-852846_multinode-852846-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp multinode-852846:/home/docker/cp-test.txt multinode-852846-m03:/home/docker/cp-test_multinode-852846_multinode-852846-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m03 "sudo cat /home/docker/cp-test_multinode-852846_multinode-852846-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp testdata/cp-test.txt multinode-852846-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp multinode-852846-m02:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile2118248298/001/cp-test_multinode-852846-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp multinode-852846-m02:/home/docker/cp-test.txt multinode-852846:/home/docker/cp-test_multinode-852846-m02_multinode-852846.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846 "sudo cat /home/docker/cp-test_multinode-852846-m02_multinode-852846.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp multinode-852846-m02:/home/docker/cp-test.txt multinode-852846-m03:/home/docker/cp-test_multinode-852846-m02_multinode-852846-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m03 "sudo cat /home/docker/cp-test_multinode-852846-m02_multinode-852846-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp testdata/cp-test.txt multinode-852846-m03:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp multinode-852846-m03:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile2118248298/001/cp-test_multinode-852846-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp multinode-852846-m03:/home/docker/cp-test.txt multinode-852846:/home/docker/cp-test_multinode-852846-m03_multinode-852846.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846 "sudo cat /home/docker/cp-test_multinode-852846-m03_multinode-852846.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 cp multinode-852846-m03:/home/docker/cp-test.txt multinode-852846-m02:/home/docker/cp-test_multinode-852846-m03_multinode-852846-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 ssh -n multinode-852846-m02 "sudo cat /home/docker/cp-test_multinode-852846-m03_multinode-852846-m02.txt"
--- PASS: TestMultiNode/serial/CopyFile (9.79s)

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.24s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0922 15:37:08.362980 2595999 out.go:345] Setting OutFile to fd 1 ...
	I0922 15:37:08.363166 2595999 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:37:08.363192 2595999 out.go:358] Setting ErrFile to fd 2...
	I0922 15:37:08.363211 2595999 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:37:08.363516 2595999 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 15:37:08.363739 2595999 out.go:352] Setting JSON to false
	I0922 15:37:08.363808 2595999 mustload.go:65] Loading cluster: multinode-852846
	I0922 15:37:08.363907 2595999 notify.go:220] Checking for updates...
	I0922 15:37:08.364271 2595999 config.go:182] Loaded profile config "multinode-852846": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 15:37:08.364288 2595999 status.go:174] checking status of multinode-852846 ...
	I0922 15:37:08.364863 2595999 cli_runner.go:164] Run: docker container inspect multinode-852846 --format={{.State.Status}}
	I0922 15:37:08.384755 2595999 status.go:364] multinode-852846 host status = "Running" (err=<nil>)
	I0922 15:37:08.384782 2595999 host.go:66] Checking if "multinode-852846" exists ...
	I0922 15:37:08.385246 2595999 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-852846
	I0922 15:37:08.428346 2595999 host.go:66] Checking if "multinode-852846" exists ...
	I0922 15:37:08.428700 2595999 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0922 15:37:08.428756 2595999 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-852846
	I0922 15:37:08.449183 2595999 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36195 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/multinode-852846/id_rsa Username:docker}
	I0922 15:37:08.540665 2595999 ssh_runner.go:195] Run: systemctl --version
	I0922 15:37:08.545168 2595999 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0922 15:37:08.557016 2595999 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 15:37:08.605827 2595999 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH 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:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:41 OomKillDisable:true NGoroutines:61 SystemTime:2024-09-22 15:37:08.595920166 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 15:37:08.606419 2595999 kubeconfig.go:125] found "multinode-852846" server: "https://192.168.67.2:8443"
	I0922 15:37:08.606463 2595999 api_server.go:166] Checking apiserver status ...
	I0922 15:37:08.606509 2595999 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0922 15:37:08.617970 2595999 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1398/cgroup
	I0922 15:37:08.627389 2595999 api_server.go:182] apiserver freezer: "8:freezer:/docker/8cf9bf99cb037d3536eff16ece8e8586e6f8eb02cdd6ea826dc28faa1de1faee/crio/crio-98d805e325abe283d53fee2558aa1c6c2c974a3937042e4d8835c75440cb893f"
	I0922 15:37:08.627458 2595999 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/8cf9bf99cb037d3536eff16ece8e8586e6f8eb02cdd6ea826dc28faa1de1faee/crio/crio-98d805e325abe283d53fee2558aa1c6c2c974a3937042e4d8835c75440cb893f/freezer.state
	I0922 15:37:08.636148 2595999 api_server.go:204] freezer state: "THAWED"
	I0922 15:37:08.636178 2595999 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0922 15:37:08.644162 2595999 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0922 15:37:08.644189 2595999 status.go:456] multinode-852846 apiserver status = Running (err=<nil>)
	I0922 15:37:08.644200 2595999 status.go:176] multinode-852846 status: &{Name:multinode-852846 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0922 15:37:08.644221 2595999 status.go:174] checking status of multinode-852846-m02 ...
	I0922 15:37:08.644529 2595999 cli_runner.go:164] Run: docker container inspect multinode-852846-m02 --format={{.State.Status}}
	I0922 15:37:08.661190 2595999 status.go:364] multinode-852846-m02 host status = "Running" (err=<nil>)
	I0922 15:37:08.661213 2595999 host.go:66] Checking if "multinode-852846-m02" exists ...
	I0922 15:37:08.661516 2595999 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-852846-m02
	I0922 15:37:08.677760 2595999 host.go:66] Checking if "multinode-852846-m02" exists ...
	I0922 15:37:08.678082 2595999 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0922 15:37:08.678123 2595999 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-852846-m02
	I0922 15:37:08.701264 2595999 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36200 SSHKeyPath:/home/jenkins/minikube-integration/19648-2476577/.minikube/machines/multinode-852846-m02/id_rsa Username:docker}
	I0922 15:37:08.791865 2595999 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0922 15:37:08.803595 2595999 status.go:176] multinode-852846-m02 status: &{Name:multinode-852846-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0922 15:37:08.803632 2595999 status.go:174] checking status of multinode-852846-m03 ...
	I0922 15:37:08.803943 2595999 cli_runner.go:164] Run: docker container inspect multinode-852846-m03 --format={{.State.Status}}
	I0922 15:37:08.820456 2595999 status.go:364] multinode-852846-m03 host status = "Stopped" (err=<nil>)
	I0922 15:37:08.820481 2595999 status.go:377] host is not running, skipping remaining checks
	I0922 15:37:08.820489 2595999 status.go:176] multinode-852846-m03 status: &{Name:multinode-852846-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (9.6s)

                                                
                                                
=== RUN   TestMultiNode/serial/StartAfterStop
multinode_test.go:282: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 node start m03 -v=7 --alsologtostderr
multinode_test.go:282: (dbg) Done: out/minikube-linux-arm64 -p multinode-852846 node start m03 -v=7 --alsologtostderr: (8.835739327s)
multinode_test.go:290: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 status -v=7 --alsologtostderr
multinode_test.go:306: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiNode/serial/StartAfterStop (9.60s)

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (104.89s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-852846
multinode_test.go:321: (dbg) Run:  out/minikube-linux-arm64 stop -p multinode-852846
E0922 15:37:40.603451 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:321: (dbg) Done: out/minikube-linux-arm64 stop -p multinode-852846: (24.83820183s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-852846 --wait=true -v=8 --alsologtostderr
E0922 15:37:56.925009 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:326: (dbg) Done: out/minikube-linux-arm64 start -p multinode-852846 --wait=true -v=8 --alsologtostderr: (1m19.930858716s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-852846
--- PASS: TestMultiNode/serial/RestartKeepsNodes (104.89s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.52s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:416: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 node delete m03
multinode_test.go:416: (dbg) Done: out/minikube-linux-arm64 -p multinode-852846 node delete m03: (4.857876161s)
multinode_test.go:422: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 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.52s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.86s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:345: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 stop
multinode_test.go:345: (dbg) Done: out/minikube-linux-arm64 -p multinode-852846 stop: (23.677845399s)
multinode_test.go:351: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 status
multinode_test.go:351: (dbg) Non-zero exit: out/minikube-linux-arm64 -p multinode-852846 status: exit status 7 (84.829583ms)

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0922 15:39:32.649444 2603786 out.go:345] Setting OutFile to fd 1 ...
	I0922 15:39:32.649596 2603786 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:39:32.649607 2603786 out.go:358] Setting ErrFile to fd 2...
	I0922 15:39:32.649612 2603786 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:39:32.649840 2603786 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 15:39:32.650034 2603786 out.go:352] Setting JSON to false
	I0922 15:39:32.650070 2603786 mustload.go:65] Loading cluster: multinode-852846
	I0922 15:39:32.650172 2603786 notify.go:220] Checking for updates...
	I0922 15:39:32.650507 2603786 config.go:182] Loaded profile config "multinode-852846": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 15:39:32.650522 2603786 status.go:174] checking status of multinode-852846 ...
	I0922 15:39:32.651423 2603786 cli_runner.go:164] Run: docker container inspect multinode-852846 --format={{.State.Status}}
	I0922 15:39:32.669843 2603786 status.go:364] multinode-852846 host status = "Stopped" (err=<nil>)
	I0922 15:39:32.669873 2603786 status.go:377] host is not running, skipping remaining checks
	I0922 15:39:32.669882 2603786 status.go:176] multinode-852846 status: &{Name:multinode-852846 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0922 15:39:32.669911 2603786 status.go:174] checking status of multinode-852846-m02 ...
	I0922 15:39:32.670253 2603786 cli_runner.go:164] Run: docker container inspect multinode-852846-m02 --format={{.State.Status}}
	I0922 15:39:32.696445 2603786 status.go:364] multinode-852846-m02 host status = "Stopped" (err=<nil>)
	I0922 15:39:32.696466 2603786 status.go:377] host is not running, skipping remaining checks
	I0922 15:39:32.696474 2603786 status.go:176] multinode-852846-m02 status: &{Name:multinode-852846-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (52.11s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-852846 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
multinode_test.go:376: (dbg) Done: out/minikube-linux-arm64 start -p multinode-852846 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (51.465284862s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-arm64 -p multinode-852846 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 (52.11s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (34.14s)

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

                                                
                                                
-- stdout --
	* [multinode-852846-m02] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19648
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                                
** /stderr **
multinode_test.go:472: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-852846-m03 --driver=docker  --container-runtime=crio
multinode_test.go:472: (dbg) Done: out/minikube-linux-arm64 start -p multinode-852846-m03 --driver=docker  --container-runtime=crio: (31.701462498s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-852846
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-arm64 node add -p multinode-852846: exit status 80 (337.849294ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to GUEST_NODE_ADD: failed to add node: Node multinode-852846-m03 already exists in multinode-852846-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-arm64 delete -p multinode-852846-m03
multinode_test.go:484: (dbg) Done: out/minikube-linux-arm64 delete -p multinode-852846-m03: (1.952035195s)
--- PASS: TestMultiNode/serial/ValidateNameConflict (34.14s)

                                                
                                    
x
+
TestPreload (138.15s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-314899 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E0922 15:41:17.535736 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-314899 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m34.614723763s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-314899 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-arm64 -p test-preload-314899 image pull gcr.io/k8s-minikube/busybox: (3.340468087s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-arm64 stop -p test-preload-314899
preload_test.go:58: (dbg) Done: out/minikube-linux-arm64 stop -p test-preload-314899: (5.813754349s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-314899 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio
E0922 15:42:56.924705 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-314899 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (31.876583012s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-314899 image list
helpers_test.go:175: Cleaning up "test-preload-314899" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p test-preload-314899
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p test-preload-314899: (2.266136934s)
--- PASS: TestPreload (138.15s)

                                                
                                    
x
+
TestScheduledStopUnix (105.78s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-arm64 start -p scheduled-stop-491128 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-arm64 start -p scheduled-stop-491128 --memory=2048 --driver=docker  --container-runtime=crio: (29.406738583s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-491128 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-arm64 status --format={{.TimeToStop}} -p scheduled-stop-491128 -n scheduled-stop-491128
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-491128 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
I0922 15:43:50.969610 2481953 retry.go:31] will retry after 74.8µs: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:50.969735 2481953 retry.go:31] will retry after 216.887µs: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:50.970121 2481953 retry.go:31] will retry after 192.329µs: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:50.970421 2481953 retry.go:31] will retry after 491.994µs: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:50.971865 2481953 retry.go:31] will retry after 294.53µs: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:50.972953 2481953 retry.go:31] will retry after 399.661µs: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:50.974178 2481953 retry.go:31] will retry after 603.217µs: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:50.975272 2481953 retry.go:31] will retry after 1.077832ms: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:50.977462 2481953 retry.go:31] will retry after 1.732183ms: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:50.979647 2481953 retry.go:31] will retry after 5.12161ms: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:50.985874 2481953 retry.go:31] will retry after 3.439285ms: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:50.990103 2481953 retry.go:31] will retry after 11.040614ms: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:51.001712 2481953 retry.go:31] will retry after 15.032658ms: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:51.016875 2481953 retry.go:31] will retry after 25.110467ms: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
I0922 15:43:51.043107 2481953 retry.go:31] will retry after 42.514115ms: open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/scheduled-stop-491128/pid: no such file or directory
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-491128 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p scheduled-stop-491128 -n scheduled-stop-491128
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-491128
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-491128 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-491128
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p scheduled-stop-491128: exit status 7 (75.309494ms)

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

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (10.29s)

                                                
                                                
=== RUN   TestInsufficientStorage
status_test.go:50: (dbg) Run:  out/minikube-linux-arm64 start -p insufficient-storage-890246 --memory=2048 --output=json --wait=true --driver=docker  --container-runtime=crio
status_test.go:50: (dbg) Non-zero exit: out/minikube-linux-arm64 start -p insufficient-storage-890246 --memory=2048 --output=json --wait=true --driver=docker  --container-runtime=crio: exit status 26 (7.857879199s)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"f6271491-2583-4305-b038-8e4e15f76a0c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-890246] minikube v1.34.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"c110bc4a-d422-4a8c-b59e-9a89e32fd708","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19648"}}
	{"specversion":"1.0","id":"91e6ed24-8af2-474d-b29b-e98eb67c3a0c","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":"1794f309-8f33-4952-92f7-edac6df687e9","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig"}}
	{"specversion":"1.0","id":"ea84785f-8674-489d-bbb7-ea426493deaf","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube"}}
	{"specversion":"1.0","id":"8ca99326-cefc-4721-9289-9d59b5eb58f2","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"3a2bca5c-62f1-4adc-ba43-fb39dd0db54f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"f625f43f-8ee2-447b-9864-ff179d97e815","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":"1c2bbd16-a789-45ae-accd-d34a235d8c4b","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":"05dc5d7d-f93f-46b0-aad8-e4da529bcd90","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":"6eabbeda-7f77-4b0a-9c95-2cc4d47f038a","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":"7d545aa8-c383-4582-bd39-b29dd72d240e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-890246\" primary control-plane node in \"insufficient-storage-890246\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"e3c9fb16-b6c0-40f2-aebd-7d6285fba4cc","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.45-1726784731-19672 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"b044f604-ef02-4f1c-b469-b78b3d52514a","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=2048MB) ...","name":"Creating Container","totalsteps":"19"}}
	{"specversion":"1.0","id":"36ebf6a3-007d-4a85-98c3-600ba47c571c","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\t\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-arm64 status -p insufficient-storage-890246 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p insufficient-storage-890246 --output=json --layout=cluster: exit status 7 (274.940707ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0922 15:45:14.989429 2621211 status.go:451] kubeconfig endpoint: get endpoint: "insufficient-storage-890246" does not appear in /home/jenkins/minikube-integration/19648-2476577/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0922 15:45:15.280467 2621272 status.go:451] kubeconfig endpoint: get endpoint: "insufficient-storage-890246" does not appear in /home/jenkins/minikube-integration/19648-2476577/kubeconfig
	E0922 15:45:15.290447 2621272 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/insufficient-storage-890246/events.json: no such file or directory

                                                
                                                
** /stderr **
helpers_test.go:175: Cleaning up "insufficient-storage-890246" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p insufficient-storage-890246
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p insufficient-storage-890246: (1.865202029s)
--- PASS: TestInsufficientStorage (10.29s)

                                                
                                    
x
+
TestRunningBinaryUpgrade (78.76s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.3310254576 start -p running-upgrade-395453 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.3310254576 start -p running-upgrade-395453 --memory=2200 --vm-driver=docker  --container-runtime=crio: (33.141110258s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-arm64 start -p running-upgrade-395453 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-arm64 start -p running-upgrade-395453 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (41.720184555s)
helpers_test.go:175: Cleaning up "running-upgrade-395453" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p running-upgrade-395453
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p running-upgrade-395453: (3.192967237s)
--- PASS: TestRunningBinaryUpgrade (78.76s)

                                                
                                    
x
+
TestKubernetesUpgrade (389.62s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-967538 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:222: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-967538 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m16.514539944s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-linux-arm64 stop -p kubernetes-upgrade-967538
version_upgrade_test.go:227: (dbg) Done: out/minikube-linux-arm64 stop -p kubernetes-upgrade-967538: (1.446014455s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-linux-arm64 -p kubernetes-upgrade-967538 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-linux-arm64 -p kubernetes-upgrade-967538 status --format={{.Host}}: exit status 7 (114.758915ms)

                                                
                                                
-- 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-arm64 start -p kubernetes-upgrade-967538 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:243: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-967538 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (4m33.797397761s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-967538 version --output=json
version_upgrade_test.go:267: Attempting to downgrade Kubernetes (should fail)
version_upgrade_test.go:269: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-967538 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio
version_upgrade_test.go:269: (dbg) Non-zero exit: out/minikube-linux-arm64 start -p kubernetes-upgrade-967538 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio: exit status 106 (106.534454ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-967538] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19648
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to K8S_DOWNGRADE_UNSUPPORTED: Unable to safely downgrade existing Kubernetes v1.31.1 cluster to v1.20.0
	* Suggestion: 
	
	    1) Recreate the cluster with Kubernetes 1.20.0, by running:
	    
	    minikube delete -p kubernetes-upgrade-967538
	    minikube start -p kubernetes-upgrade-967538 --kubernetes-version=v1.20.0
	    
	    2) Create a second cluster with Kubernetes 1.20.0, by running:
	    
	    minikube start -p kubernetes-upgrade-9675382 --kubernetes-version=v1.20.0
	    
	    3) Use the existing cluster at version Kubernetes 1.31.1, by running:
	    
	    minikube start -p kubernetes-upgrade-967538 --kubernetes-version=v1.31.1
	    

                                                
                                                
** /stderr **
version_upgrade_test.go:273: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:275: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-967538 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:275: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-967538 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (35.029164002s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-967538" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p kubernetes-upgrade-967538
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p kubernetes-upgrade-967538: (2.47490488s)
--- PASS: TestKubernetesUpgrade (389.62s)

                                                
                                    
x
+
TestMissingContainerUpgrade (153.16s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.1119808817 start -p missing-upgrade-897754 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.1119808817 start -p missing-upgrade-897754 --memory=2200 --driver=docker  --container-runtime=crio: (1m23.32409796s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-897754
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-897754: (10.347451531s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-897754
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-arm64 start -p missing-upgrade-897754 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-arm64 start -p missing-upgrade-897754 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (56.486443872s)
helpers_test.go:175: Cleaning up "missing-upgrade-897754" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p missing-upgrade-897754
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p missing-upgrade-897754: (2.180106762s)
--- PASS: TestMissingContainerUpgrade (153.16s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.08s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoK8sWithVersion
no_kubernetes_test.go:83: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-102737 --no-kubernetes --kubernetes-version=1.20 --driver=docker  --container-runtime=crio
no_kubernetes_test.go:83: (dbg) Non-zero exit: out/minikube-linux-arm64 start -p NoKubernetes-102737 --no-kubernetes --kubernetes-version=1.20 --driver=docker  --container-runtime=crio: exit status 14 (77.185184ms)

                                                
                                                
-- stdout --
	* [NoKubernetes-102737] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19648
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - 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 (39.62s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:95: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-102737 --driver=docker  --container-runtime=crio
no_kubernetes_test.go:95: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-102737 --driver=docker  --container-runtime=crio: (39.11190747s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-linux-arm64 -p NoKubernetes-102737 status -o json
--- PASS: TestNoKubernetes/serial/StartWithK8s (39.62s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (7.23s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-102737 --no-kubernetes --driver=docker  --container-runtime=crio
no_kubernetes_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-102737 --no-kubernetes --driver=docker  --container-runtime=crio: (5.049486402s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-linux-arm64 -p NoKubernetes-102737 status -o json
no_kubernetes_test.go:200: (dbg) Non-zero exit: out/minikube-linux-arm64 -p NoKubernetes-102737 status -o json: exit status 2 (282.419397ms)

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

                                                
                                                
-- /stdout --
no_kubernetes_test.go:124: (dbg) Run:  out/minikube-linux-arm64 delete -p NoKubernetes-102737
no_kubernetes_test.go:124: (dbg) Done: out/minikube-linux-arm64 delete -p NoKubernetes-102737: (1.901694421s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (7.23s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (6.91s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Start
no_kubernetes_test.go:136: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-102737 --no-kubernetes --driver=docker  --container-runtime=crio
no_kubernetes_test.go:136: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-102737 --no-kubernetes --driver=docker  --container-runtime=crio: (6.907217908s)
--- PASS: TestNoKubernetes/serial/Start (6.91s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.41s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (1.34s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/ProfileList
no_kubernetes_test.go:169: (dbg) Run:  out/minikube-linux-arm64 profile list
no_kubernetes_test.go:179: (dbg) Run:  out/minikube-linux-arm64 profile list --output=json
--- PASS: TestNoKubernetes/serial/ProfileList (1.34s)

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.27s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Stop
no_kubernetes_test.go:158: (dbg) Run:  out/minikube-linux-arm64 stop -p NoKubernetes-102737
no_kubernetes_test.go:158: (dbg) Done: out/minikube-linux-arm64 stop -p NoKubernetes-102737: (1.271522624s)
--- PASS: TestNoKubernetes/serial/Stop (1.27s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (7.19s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:191: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-102737 --driver=docker  --container-runtime=crio
E0922 15:46:17.535963 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
no_kubernetes_test.go:191: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-102737 --driver=docker  --container-runtime=crio: (7.194207365s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (7.19s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.34s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.94s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (74.08s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.824397561 start -p stopped-upgrade-757138 --memory=2200 --vm-driver=docker  --container-runtime=crio
E0922 15:47:56.925382 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.824397561 start -p stopped-upgrade-757138 --memory=2200 --vm-driver=docker  --container-runtime=crio: (42.62221475s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.824397561 -p stopped-upgrade-757138 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.824397561 -p stopped-upgrade-757138 stop: (2.575883115s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-arm64 start -p stopped-upgrade-757138 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-arm64 start -p stopped-upgrade-757138 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (28.883342967s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (74.08s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.23s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/MinikubeLogs
version_upgrade_test.go:206: (dbg) Run:  out/minikube-linux-arm64 logs -p stopped-upgrade-757138
version_upgrade_test.go:206: (dbg) Done: out/minikube-linux-arm64 logs -p stopped-upgrade-757138: (1.233306408s)
--- PASS: TestStoppedBinaryUpgrade/MinikubeLogs (1.23s)

                                                
                                    
x
+
TestPause/serial/Start (80.69s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-arm64 start -p pause-826926 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio
E0922 15:50:59.990058 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:51:17.536263 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
pause_test.go:80: (dbg) Done: out/minikube-linux-arm64 start -p pause-826926 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (1m20.688349684s)
--- PASS: TestPause/serial/Start (80.69s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (26.27s)

                                                
                                                
=== RUN   TestPause/serial/SecondStartNoReconfiguration
pause_test.go:92: (dbg) Run:  out/minikube-linux-arm64 start -p pause-826926 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
pause_test.go:92: (dbg) Done: out/minikube-linux-arm64 start -p pause-826926 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (26.241158301s)
--- PASS: TestPause/serial/SecondStartNoReconfiguration (26.27s)

                                                
                                    
x
+
TestPause/serial/Pause (1.11s)

                                                
                                                
=== RUN   TestPause/serial/Pause
pause_test.go:110: (dbg) Run:  out/minikube-linux-arm64 pause -p pause-826926 --alsologtostderr -v=5
pause_test.go:110: (dbg) Done: out/minikube-linux-arm64 pause -p pause-826926 --alsologtostderr -v=5: (1.113194758s)
--- PASS: TestPause/serial/Pause (1.11s)

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.41s)

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

                                                
                                                
-- stdout --
	{"Name":"pause-826926","StatusCode":418,"StatusName":"Paused","Step":"Done","StepDetail":"* Paused 7 containers in: kube-system, kubernetes-dashboard, storage-gluster, istio-operator","BinaryVersion":"v1.34.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":200,"StatusName":"OK"}},"Nodes":[{"Name":"pause-826926","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.41s)

                                                
                                    
x
+
TestPause/serial/Unpause (0.89s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (1.17s)

                                                
                                                
=== RUN   TestPause/serial/PauseAgain
pause_test.go:110: (dbg) Run:  out/minikube-linux-arm64 pause -p pause-826926 --alsologtostderr -v=5
pause_test.go:110: (dbg) Done: out/minikube-linux-arm64 pause -p pause-826926 --alsologtostderr -v=5: (1.172179332s)
--- PASS: TestPause/serial/PauseAgain (1.17s)

                                                
                                    
x
+
TestPause/serial/DeletePaused (3.05s)

                                                
                                                
=== RUN   TestPause/serial/DeletePaused
pause_test.go:132: (dbg) Run:  out/minikube-linux-arm64 delete -p pause-826926 --alsologtostderr -v=5
pause_test.go:132: (dbg) Done: out/minikube-linux-arm64 delete -p pause-826926 --alsologtostderr -v=5: (3.04992287s)
--- PASS: TestPause/serial/DeletePaused (3.05s)

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.55s)

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

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (4.72s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false
net_test.go:246: (dbg) Run:  out/minikube-linux-arm64 start -p false-568447 --memory=2048 --alsologtostderr --cni=false --driver=docker  --container-runtime=crio
net_test.go:246: (dbg) Non-zero exit: out/minikube-linux-arm64 start -p false-568447 --memory=2048 --alsologtostderr --cni=false --driver=docker  --container-runtime=crio: exit status 14 (174.393118ms)

                                                
                                                
-- stdout --
	* [false-568447] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19648
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Using the docker driver based on user configuration
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0922 15:52:57.902761 2660894 out.go:345] Setting OutFile to fd 1 ...
	I0922 15:52:57.903008 2660894 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:52:57.903023 2660894 out.go:358] Setting ErrFile to fd 2...
	I0922 15:52:57.903038 2660894 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0922 15:52:57.903428 2660894 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19648-2476577/.minikube/bin
	I0922 15:52:57.903885 2660894 out.go:352] Setting JSON to false
	I0922 15:52:57.904878 2660894 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":70528,"bootTime":1726949850,"procs":186,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
	I0922 15:52:57.904956 2660894 start.go:139] virtualization:  
	I0922 15:52:57.908551 2660894 out.go:177] * [false-568447] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0922 15:52:57.912243 2660894 out.go:177]   - MINIKUBE_LOCATION=19648
	I0922 15:52:57.912425 2660894 notify.go:220] Checking for updates...
	I0922 15:52:57.917995 2660894 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0922 15:52:57.920740 2660894 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19648-2476577/kubeconfig
	I0922 15:52:57.923343 2660894 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19648-2476577/.minikube
	I0922 15:52:57.925897 2660894 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0922 15:52:57.928524 2660894 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0922 15:52:57.931686 2660894 config.go:182] Loaded profile config "force-systemd-flag-607854": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0922 15:52:57.931800 2660894 driver.go:394] Setting default libvirt URI to qemu:///system
	I0922 15:52:57.955726 2660894 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0922 15:52:57.955868 2660894 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0922 15:52:58.014221 2660894 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:1 ContainersRunning:1 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:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:33 OomKillDisable:true NGoroutines:51 SystemTime:2024-09-22 15:52:58.00285219 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0922 15:52:58.014375 2660894 docker.go:318] overlay module found
	I0922 15:52:58.017295 2660894 out.go:177] * Using the docker driver based on user configuration
	I0922 15:52:58.019994 2660894 start.go:297] selected driver: docker
	I0922 15:52:58.020021 2660894 start.go:901] validating driver "docker" against <nil>
	I0922 15:52:58.020036 2660894 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0922 15:52:58.023343 2660894 out.go:201] 
	W0922 15:52:58.025980 2660894 out.go:270] X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	I0922 15:52:58.028501 2660894 out.go:201] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters: null
contexts: null
current-context: ""
kind: Config
preferences: {}
users: null

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: false-568447 [took: 4.355776383s] --------------------------------
helpers_test.go:175: Cleaning up "false-568447" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p false-568447
--- PASS: TestNetworkPlugins/group/false (4.72s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-516480 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0
E0922 15:54:20.606840 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 15:56:17.535960 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-516480 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: (2m37.41468357s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (157.41s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-516480 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [e71fe18a-46b9-4064-98d8-88eb150d0145] Pending
helpers_test.go:344: "busybox" [e71fe18a-46b9-4064-98d8-88eb150d0145] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [e71fe18a-46b9-4064-98d8-88eb150d0145] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 11.008638172s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-516480 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (12.18s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-592860 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-592860 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (1m3.177610292s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (63.18s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-linux-arm64 addons enable metrics-server -p old-k8s-version-516480 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:205: (dbg) Done: out/minikube-linux-arm64 addons enable metrics-server -p old-k8s-version-516480 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.331808795s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context old-k8s-version-516480 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (1.60s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p old-k8s-version-516480 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p old-k8s-version-516480 --alsologtostderr -v=3: (13.591813908s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (13.59s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-592860 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [51f7dd59-83da-4e84-acee-345f88215883] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [51f7dd59-83da-4e84-acee-345f88215883] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 11.003794695s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-592860 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (11.40s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-linux-arm64 addons enable metrics-server -p no-preload-592860 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:205: (dbg) Done: out/minikube-linux-arm64 addons enable metrics-server -p no-preload-592860 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.435816517s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context no-preload-592860 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonWhileActive (1.57s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p no-preload-592860 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p no-preload-592860 --alsologtostderr -v=3: (11.969677884s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (11.97s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-592860 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
E0922 16:01:17.535585 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:02:56.925052 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-592860 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (5m0.569001991s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p no-preload-592860 -n no-preload-592860
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (300.93s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-vf49k" [7e796c99-9364-41de-8e9d-3e8010b54043] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.005055886s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-vf49k" [7e796c99-9364-41de-8e9d-3e8010b54043] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004427407s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-592860 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (6.11s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-tcbq6" [6dbd3bb7-b65d-4908-8700-bdff6e0fc88b] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003962672s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p no-preload-592860 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240813-c6f155d6
start_stop_delete_test.go:304: 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 (3.09s)

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-tcbq6" [6dbd3bb7-b65d-4908-8700-bdff6e0fc88b] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004013704s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-516480 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.18s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-077930 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-077930 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (1m27.211703607s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (87.21s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p old-k8s-version-516480 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240813-c6f155d6
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240202-8f1494ea
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.28s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 pause -p old-k8s-version-516480 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-linux-arm64 pause -p old-k8s-version-516480 --alsologtostderr -v=1: (1.110636682s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p old-k8s-version-516480 -n old-k8s-version-516480
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.APIServer}} -p old-k8s-version-516480 -n old-k8s-version-516480: exit status 2 (435.491376ms)

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-283864 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-283864 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (1m22.859398829s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (82.86s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-077930 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [5bf67e3a-ba1e-49fb-9a00-f59ddacea3d1] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [5bf67e3a-ba1e-49fb-9a00-f59ddacea3d1] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 10.003680026s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-077930 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (10.34s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-283864 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [69841508-86b2-4829-97d0-103d17160114] Pending
helpers_test.go:344: "busybox" [69841508-86b2-4829-97d0-103d17160114] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [69841508-86b2-4829-97d0-103d17160114] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 11.003713056s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-283864 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (11.35s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-linux-arm64 addons enable metrics-server -p embed-certs-077930 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:205: (dbg) Done: out/minikube-linux-arm64 addons enable metrics-server -p embed-certs-077930 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.055910938s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context embed-certs-077930 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonWhileActive (1.16s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p embed-certs-077930 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p embed-certs-077930 --alsologtostderr -v=3: (11.980492166s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (11.98s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p default-k8s-diff-port-283864 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p default-k8s-diff-port-283864 --alsologtostderr -v=3: (11.97048118s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Stop (11.97s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-077930 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-077930 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (4m32.0864362s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p embed-certs-077930 -n embed-certs-077930
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (272.49s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-283864 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
E0922 16:06:17.536165 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:06:51.694516 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:06:51.700866 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:06:51.712335 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:06:51.734185 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:06:51.775609 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:06:51.856913 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:06:52.018441 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:06:52.340138 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:06:52.982096 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:06:54.263356 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:06:56.824705 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:07:01.946431 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:07:12.188377 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:07:32.670448 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:07:39.991493 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:07:56.925062 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:03.828591 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:03.834966 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:03.846318 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:03.867797 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:03.909270 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:03.990613 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:04.152121 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:04.473816 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:05.115750 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:06.397130 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:08.959198 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:13.632175 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:14.081272 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:24.323301 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:08:44.805566 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:09:25.767551 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:09:35.554062 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-283864 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (4m58.237989085s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-283864 -n default-k8s-diff-port-283864
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (298.68s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-9nxlk" [10249a2d-9b49-400e-a9eb-40d96c2bd9d0] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003427903s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-9nxlk" [10249a2d-9b49-400e-a9eb-40d96c2bd9d0] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004534432s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-077930 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.13s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p embed-certs-077930 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240813-c6f155d6
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.28s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 pause -p embed-certs-077930 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p embed-certs-077930 -n embed-certs-077930
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.APIServer}} -p embed-certs-077930 -n embed-certs-077930: exit status 2 (314.044651ms)

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-256224 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-256224 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (35.745243228s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (35.75s)

                                                
                                    
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:274: (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:344: "kubernetes-dashboard-695b96c756-bgsjf" [8fac76a9-006d-43f3-b9b7-4c8a01a43be0] Running
E0922 16:10:47.691232 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003997134s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (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:344: "kubernetes-dashboard-695b96c756-bgsjf" [8fac76a9-006d-43f3-b9b7-4c8a01a43be0] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003870525s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-283864 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (6.12s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p default-k8s-diff-port-283864 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240813-c6f155d6
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.26s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 unpause -p default-k8s-diff-port-283864 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p default-k8s-diff-port-283864 -n default-k8s-diff-port-283864
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p default-k8s-diff-port-283864 -n default-k8s-diff-port-283864
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (3.32s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p auto-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p auto-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio: (1m22.267099988s)
--- PASS: TestNetworkPlugins/group/auto/Start (82.27s)

                                                
                                    
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.43s)

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p newest-cni-256224 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p newest-cni-256224 --alsologtostderr -v=3: (1.574158223s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (1.57s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-256224 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
E0922 16:11:17.535403 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-256224 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (20.710558181s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p newest-cni-256224 -n newest-cni-256224
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (21.37s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop
start_stop_delete_test.go:273: 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:284: 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.41s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p newest-cni-256224 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240813-c6f155d6
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.41s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 pause -p newest-cni-256224 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-linux-arm64 pause -p newest-cni-256224 --alsologtostderr -v=1: (1.331329588s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p newest-cni-256224 -n newest-cni-256224
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.APIServer}} -p newest-cni-256224 -n newest-cni-256224: exit status 2 (465.835347ms)

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 unpause -p newest-cni-256224 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-linux-arm64 unpause -p newest-cni-256224 --alsologtostderr -v=1: (1.081774708s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p newest-cni-256224 -n newest-cni-256224
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p newest-cni-256224 -n newest-cni-256224
--- PASS: TestStartStop/group/newest-cni/serial/Pause (4.42s)
E0922 16:16:51.694453 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:26.703016 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:26.709470 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:26.720925 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:26.742428 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:26.784395 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:26.865840 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:27.027455 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:27.349142 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:27.990551 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:29.271959 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:30.211634 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:30.218038 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:30.229501 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:30.250994 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:30.292388 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:30.373819 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:30.535315 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:30.857073 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:31.499374 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:31.833361 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:32.781511 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:35.342894 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:36.955254 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:40.464990 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:47.197231 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/auto-568447/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:17:50.707170 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/kindnet-568447/client.crt: no such file or directory" logger="UnhandledError"

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kindnet-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio
E0922 16:11:51.694476 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:12:19.395620 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/old-k8s-version-516480/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kindnet-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (53.846788569s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (53.85s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p auto-568447 "pgrep -a kubelet"
I0922 16:12:26.417324 2481953 config.go:182] Loaded profile config "auto-568447": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.42s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-568447 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:344: "netcat-6fc964789b-pg8sk" [73be3157-03df-4854-abd1-bd2931cce406] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-pg8sk" [73be3157-03df-4854-abd1-bd2931cce406] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 11.003907088s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (11.30s)

                                                
                                    
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:344: "kindnet-wxjq4" [084b4c8c-76ac-4d70-ac23-b88126c1647a] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.003849441s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p kindnet-568447 "pgrep -a kubelet"
I0922 16:12:36.528570 2481953 config.go:182] Loaded profile config "kindnet-568447": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.31s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-568447 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:344: "netcat-6fc964789b-cs7z2" [25a75ce2-b2e1-4b66-a8e7-47af0314a800] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-cs7z2" [25a75ce2-b2e1-4b66-a8e7-47af0314a800] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 10.006106588s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (10.25s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p calico-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio
E0922 16:13:03.828540 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p calico-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio: (1m11.123966701s)
--- PASS: TestNetworkPlugins/group/calico/Start (71.12s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p custom-flannel-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio
E0922 16:13:31.532933 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p custom-flannel-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio: (1m1.004437113s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (61.00s)

                                                
                                    
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:344: "calico-node-646lq" [f83b8586-79ee-444b-8541-101db68ad4a1] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.004981451s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p custom-flannel-568447 "pgrep -a kubelet"
I0922 16:14:13.001508 2481953 config.go:182] Loaded profile config "custom-flannel-568447": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.28s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-568447 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:344: "netcat-6fc964789b-c6pdr" [579c4c12-1b8b-457c-8be0-a2345495c27d] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-c6pdr" [579c4c12-1b8b-457c-8be0-a2345495c27d] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 11.007716964s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (11.27s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p calico-568447 "pgrep -a kubelet"
I0922 16:14:17.665250 2481953 config.go:182] Loaded profile config "calico-568447": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.29s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-568447 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:344: "netcat-6fc964789b-52bj5" [6fadf892-9e36-463a-ac5d-701b5a27b0c7] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-52bj5" [6fadf892-9e36-463a-ac5d-701b5a27b0c7] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 12.004134568s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (12.28s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p enable-default-cni-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p enable-default-cni-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio: (1m23.037573575s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (83.04s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p flannel-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio
E0922 16:15:21.633332 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:21.639686 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:21.651030 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:21.672399 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:21.713827 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:21.795497 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:21.956826 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:22.278384 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:22.920165 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:24.201451 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:26.763254 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:31.884857 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:15:42.126204 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p flannel-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio: (1m4.724500903s)
--- PASS: TestNetworkPlugins/group/flannel/Start (64.72s)

                                                
                                    
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:344: "kube-flannel-ds-jhlz7" [113a964a-d08c-415a-80db-4d6e0e6409f5] Running
E0922 16:16:02.608218 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.004474379s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p flannel-568447 "pgrep -a kubelet"
I0922 16:16:08.685163 2481953 config.go:182] Loaded profile config "flannel-568447": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.27s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-568447 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-k9bkq" [fb46a7bf-72d3-47b3-b757-5208f045cd72] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-k9bkq" [fb46a7bf-72d3-47b3-b757-5208f045cd72] Running
E0922 16:16:17.535970 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/functional-908290/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 12.003758564s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (12.25s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p enable-default-cni-568447 "pgrep -a kubelet"
I0922 16:16:12.580548 2481953 config.go:182] Loaded profile config "enable-default-cni-568447": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.33s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-568447 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-7hk82" [3478b972-b73a-46d7-b9ff-cc45c114a93b] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-7hk82" [3478b972-b73a-46d7-b9ff-cc45c114a93b] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 10.003788327s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (10.31s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p bridge-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p bridge-568447 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio: (1m9.342998597s)
--- PASS: TestNetworkPlugins/group/bridge/Start (69.34s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p bridge-568447 "pgrep -a kubelet"
I0922 16:17:55.857575 2481953 config.go:182] Loaded profile config "bridge-568447": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.28s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-568447 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:344: "netcat-6fc964789b-x7g6x" [9343ff37-f824-4d3a-b652-49563556a086] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0922 16:17:56.925179 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/addons-063976/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-6fc964789b-x7g6x" [9343ff37-f824-4d3a-b652-49563556a086] Running
E0922 16:18:03.827657 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/no-preload-592860/client.crt: no such file or directory" logger="UnhandledError"
E0922 16:18:05.491825 2481953 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/default-k8s-diff-port-283864/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 10.003835809s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (10.26s)

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

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

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

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

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

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

                                                
                                    

Test skip (29/327)

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (0.53s)

                                                
                                                
=== RUN   TestDownloadOnlyKic
aaa_download_only_test.go:232: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p download-docker-576867 --alsologtostderr --driver=docker  --container-runtime=crio
aaa_download_only_test.go:244: Skip for arm64 platform. See https://github.com/kubernetes/minikube/issues/10144
helpers_test.go:175: Cleaning up "download-docker-576867" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p download-docker-576867
--- SKIP: TestDownloadOnlyKic (0.53s)

                                                
                                    
x
+
TestOffline (0s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:35: skipping TestOffline - only docker runtime supported on arm64. See https://github.com/kubernetes/minikube/issues/10144
--- SKIP: TestOffline (0.00s)

                                                
                                    
x
+
TestAddons/serial/Volcano (0s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:817: skipping: crio not supported
--- SKIP: TestAddons/serial/Volcano (0.00s)

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Olm
addons_test.go:438: 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 crio
--- SKIP: TestDockerFlags (0.00s)

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

                                                
                                                
=== RUN   TestDockerEnvContainerd
docker_test.go:170: running with crio true linux arm64
docker_test.go:172: skipping: TestDockerEnvContainerd can only be run with the containerd runtime on Docker driver
--- SKIP: TestDockerEnvContainerd (0.00s)

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (0s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
driver_install_or_update_test.go:45: Skip if arm64. See https://github.com/kubernetes/minikube/issues/10144
--- SKIP: TestKVMDriverInstallOrUpdate (0.00s)

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1787: arm64 is not supported by mysql. Skip the test. See https://github.com/kubernetes/minikube/issues/10144
--- SKIP: TestFunctional/parallel/MySQL (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/DockerEnv (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DockerEnv
functional_test.go:463: only validate docker env with docker container runtime, currently testing crio
--- 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:550: only validate podman env with docker container runtime, currently testing crio
--- 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
+
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 crio container runtime
--- SKIP: TestSkaffold (0.00s)

                                                
                                    
x
+
TestStartStop/group/disable-driver-mounts (0.18s)

                                                
                                                
=== RUN   TestStartStop/group/disable-driver-mounts
=== PAUSE TestStartStop/group/disable-driver-mounts

                                                
                                                

                                                
                                                
=== CONT  TestStartStop/group/disable-driver-mounts
start_stop_delete_test.go:103: skipping TestStartStop/group/disable-driver-mounts - only runs on virtualbox
helpers_test.go:175: Cleaning up "disable-driver-mounts-188704" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p disable-driver-mounts-188704
--- SKIP: TestStartStop/group/disable-driver-mounts (0.18s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (4.95s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet
net_test.go:93: Skipping the test as crio container runtimes requires CNI
panic.go:629: 
----------------------- debugLogs start: kubenet-568447 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: kubenet-568447

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: describe netcat deployment:
error: context "kubenet-568447" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: netcat logs:
error: context "kubenet-568447" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns deployment:
error: context "kubenet-568447" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns pods:
error: context "kubenet-568447" does not exist

                                                
                                                

                                                
                                                
>>> k8s: coredns logs:
error: context "kubenet-568447" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: api server logs:
error: context "kubenet-568447" does not exist

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy daemon set:
error: context "kubenet-568447" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kube-proxy logs:
error: context "kubenet-568447" does not exist

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19648-2476577/.minikube/ca.crt
extensions:
- extension:
last-update: Sun, 22 Sep 2024 15:52:54 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: cluster_info
server: https://192.168.76.2:8443
name: force-systemd-flag-607854
contexts:
- context:
cluster: force-systemd-flag-607854
extensions:
- extension:
last-update: Sun, 22 Sep 2024 15:52:54 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: context_info
namespace: default
user: force-systemd-flag-607854
name: force-systemd-flag-607854
current-context: force-systemd-flag-607854
kind: Config
preferences: {}
users:
- name: force-systemd-flag-607854
user:
client-certificate: /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/force-systemd-flag-607854/client.crt
client-key: /home/jenkins/minikube-integration/19648-2476577/.minikube/profiles/force-systemd-flag-607854/client.key

                                                
                                                

                                                
                                                
>>> k8s: cms:
Error in configuration: context was not found for specified context: kubenet-568447

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: kubenet-568447 [took: 4.786472894s] --------------------------------
helpers_test.go:175: Cleaning up "kubenet-568447" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p kubenet-568447
--- SKIP: TestNetworkPlugins/group/kubenet (4.95s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (5.83s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium
net_test.go:102: Skipping the test as it's interfering with other tests and is outdated
panic.go:629: 
----------------------- debugLogs start: cilium-568447 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: cilium-568447

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: describe netcat deployment:
error: context "cilium-568447" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: netcat logs:
error: context "cilium-568447" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns deployment:
error: context "cilium-568447" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns pods:
error: context "cilium-568447" does not exist

                                                
                                                

                                                
                                                
>>> k8s: coredns logs:
error: context "cilium-568447" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: api server logs:
error: context "cilium-568447" does not exist

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: describe cilium daemon set:
Error in configuration: context was not found for specified context: cilium-568447

                                                
                                                

                                                
                                                
>>> k8s: describe cilium daemon set pod(s):
Error in configuration: context was not found for specified context: cilium-568447

                                                
                                                

                                                
                                                
>>> k8s: cilium daemon set container(s) logs (current):
error: context "cilium-568447" does not exist

                                                
                                                

                                                
                                                
>>> k8s: cilium daemon set container(s) logs (previous):
error: context "cilium-568447" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe cilium deployment:
Error in configuration: context was not found for specified context: cilium-568447

                                                
                                                

                                                
                                                
>>> k8s: describe cilium deployment pod(s):
Error in configuration: context was not found for specified context: cilium-568447

                                                
                                                

                                                
                                                
>>> k8s: cilium deployment container(s) logs (current):
error: context "cilium-568447" does not exist

                                                
                                                

                                                
                                                
>>> k8s: cilium deployment container(s) logs (previous):
error: context "cilium-568447" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy daemon set:
error: context "cilium-568447" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kube-proxy logs:
error: context "cilium-568447" does not exist

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters: null
contexts: null
current-context: ""
kind: Config
preferences: {}
users: null

                                                
                                                

                                                
                                                
>>> k8s: cms:
Error in configuration: context was not found for specified context: cilium-568447

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: cilium-568447 [took: 5.622516742s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-568447" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cilium-568447
--- SKIP: TestNetworkPlugins/group/cilium (5.83s)

                                                
                                    
Copied to clipboard