=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-809641 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-809641 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-809641 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [c108ba77-f818-474a-a452-e4559ee7510f] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [c108ba77-f818-474a-a452-e4559ee7510f] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.003783716s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-809641 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-809641 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.587786015s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:280: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:288: (dbg) Run: kubectl --context addons-809641 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-809641 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:308: (dbg) Run: out/minikube-linux-arm64 -p addons-809641 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-809641 addons disable ingress-dns --alsologtostderr -v=1: (1.558432849s)
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-809641 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-809641 addons disable ingress --alsologtostderr -v=1: (7.853710706s)
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-809641
helpers_test.go:235: (dbg) docker inspect addons-809641:
-- stdout --
[
{
"Id": "db14b9cafe27fee66deb59737cdc63b7548e1783e18c79360f0b46560196b76e",
"Created": "2024-07-08T21:25:42.802066408Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1295666,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-08T21:25:42.932690572Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:68c5106197646b9396ead052168edbbc2f57dbe90297a75b81808a09932d898d",
"ResolvConfPath": "/var/lib/docker/containers/db14b9cafe27fee66deb59737cdc63b7548e1783e18c79360f0b46560196b76e/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/db14b9cafe27fee66deb59737cdc63b7548e1783e18c79360f0b46560196b76e/hostname",
"HostsPath": "/var/lib/docker/containers/db14b9cafe27fee66deb59737cdc63b7548e1783e18c79360f0b46560196b76e/hosts",
"LogPath": "/var/lib/docker/containers/db14b9cafe27fee66deb59737cdc63b7548e1783e18c79360f0b46560196b76e/db14b9cafe27fee66deb59737cdc63b7548e1783e18c79360f0b46560196b76e-json.log",
"Name": "/addons-809641",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-809641:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-809641",
"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/9a89374527d1bc167c1997f9d34d5c4f49f9e3753cea53b224757aa7c26bc28f-init/diff:/var/lib/docker/overlay2/66f9813e5d2ec39997301bd1c39a137e022a8457aa08753c2adc71aa1ae2da8f/diff",
"MergedDir": "/var/lib/docker/overlay2/9a89374527d1bc167c1997f9d34d5c4f49f9e3753cea53b224757aa7c26bc28f/merged",
"UpperDir": "/var/lib/docker/overlay2/9a89374527d1bc167c1997f9d34d5c4f49f9e3753cea53b224757aa7c26bc28f/diff",
"WorkDir": "/var/lib/docker/overlay2/9a89374527d1bc167c1997f9d34d5c4f49f9e3753cea53b224757aa7c26bc28f/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-809641",
"Source": "/var/lib/docker/volumes/addons-809641/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-809641",
"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.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef",
"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-809641",
"name.minikube.sigs.k8s.io": "addons-809641",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "d5a1abb13b1c6b1a07d61ced2165c7af7cc79ab65b071445c45933adc27ba207",
"SandboxKey": "/var/run/docker/netns/d5a1abb13b1c",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34264"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34265"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34268"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34266"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34267"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-809641": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "673f236537d214dbd6c231c5e70f1038e7b9c67de93120ef26e6bc8cbef0c73b",
"EndpointID": "56387951f3afb2cae00bffa3cd6f8db7cca0dc407df261c84f5d57c1b068959a",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-809641",
"db14b9cafe27"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-809641 -n addons-809641
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-809641 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-809641 logs -n 25: (1.461306733s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-199798 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | |
| | -p download-only-199798 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.20.0 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | 08 Jul 24 21:25 UTC |
| delete | -p download-only-199798 | download-only-199798 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | 08 Jul 24 21:25 UTC |
| start | -o=json --download-only | download-only-796402 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | |
| | -p download-only-796402 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.30.2 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | 08 Jul 24 21:25 UTC |
| delete | -p download-only-796402 | download-only-796402 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | 08 Jul 24 21:25 UTC |
| delete | -p download-only-199798 | download-only-199798 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | 08 Jul 24 21:25 UTC |
| delete | -p download-only-796402 | download-only-796402 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | 08 Jul 24 21:25 UTC |
| start | --download-only -p | download-docker-627265 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | |
| | download-docker-627265 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-627265 | download-docker-627265 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | 08 Jul 24 21:25 UTC |
| start | --download-only -p | binary-mirror-569421 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | |
| | binary-mirror-569421 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:33675 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-569421 | binary-mirror-569421 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | 08 Jul 24 21:25 UTC |
| addons | enable dashboard -p | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | |
| | addons-809641 | | | | | |
| addons | disable dashboard -p | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | |
| | addons-809641 | | | | | |
| start | -p addons-809641 --wait=true | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:25 UTC | 08 Jul 24 21:28 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-809641 | jenkins | v1.33.1 | 08 Jul 24 21:28 UTC | 08 Jul 24 21:28 UTC |
| | -p addons-809641 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-809641 ip | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:28 UTC | 08 Jul 24 21:28 UTC |
| addons | addons-809641 addons disable | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:28 UTC | 08 Jul 24 21:28 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-809641 addons | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:29 UTC | 08 Jul 24 21:29 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-809641 addons | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:29 UTC | 08 Jul 24 21:29 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:29 UTC | 08 Jul 24 21:29 UTC |
| | addons-809641 | | | | | |
| ssh | addons-809641 ssh curl -s | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:29 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-809641 ip | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:32 UTC | 08 Jul 24 21:32 UTC |
| addons | addons-809641 addons disable | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:32 UTC | 08 Jul 24 21:32 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-809641 addons disable | addons-809641 | jenkins | v1.33.1 | 08 Jul 24 21:32 UTC | 08 Jul 24 21:32 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/08 21:25:18
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.22.4 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0708 21:25:18.744588 1295174 out.go:291] Setting OutFile to fd 1 ...
I0708 21:25:18.744795 1295174 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0708 21:25:18.744825 1295174 out.go:304] Setting ErrFile to fd 2...
I0708 21:25:18.744845 1295174 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0708 21:25:18.745117 1295174 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19195-1289000/.minikube/bin
I0708 21:25:18.745588 1295174 out.go:298] Setting JSON to false
I0708 21:25:18.746515 1295174 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":18458,"bootTime":1720455461,"procs":155,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1064-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I0708 21:25:18.746620 1295174 start.go:139] virtualization:
I0708 21:25:18.749371 1295174 out.go:177] * [addons-809641] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0708 21:25:18.751793 1295174 out.go:177] - MINIKUBE_LOCATION=19195
I0708 21:25:18.751897 1295174 notify.go:220] Checking for updates...
I0708 21:25:18.755475 1295174 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0708 21:25:18.757240 1295174 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19195-1289000/kubeconfig
I0708 21:25:18.759085 1295174 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19195-1289000/.minikube
I0708 21:25:18.760937 1295174 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0708 21:25:18.762767 1295174 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0708 21:25:18.765003 1295174 driver.go:392] Setting default libvirt URI to qemu:///system
I0708 21:25:18.792262 1295174 docker.go:122] docker version: linux-27.0.3:Docker Engine - Community
I0708 21:25:18.792382 1295174 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0708 21:25:18.851717 1295174 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:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-08 21:25:18.842620483 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0708 21:25:18.851828 1295174 docker.go:295] overlay module found
I0708 21:25:18.854557 1295174 out.go:177] * Using the docker driver based on user configuration
I0708 21:25:18.856486 1295174 start.go:297] selected driver: docker
I0708 21:25:18.856507 1295174 start.go:901] validating driver "docker" against <nil>
I0708 21:25:18.856521 1295174 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0708 21:25:18.857182 1295174 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0708 21:25:18.905659 1295174 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:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-08 21:25:18.896232347 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0708 21:25:18.905827 1295174 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0708 21:25:18.906049 1295174 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]
I0708 21:25:18.907891 1295174 out.go:177] * Using Docker driver with root privileges
I0708 21:25:18.909842 1295174 cni.go:84] Creating CNI manager for ""
I0708 21:25:18.909860 1295174 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0708 21:25:18.909870 1295174 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0708 21:25:18.909957 1295174 start.go:340] cluster config:
{Name:addons-809641 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef 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.30.2 ClusterName:addons-809641 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.30.2 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}
I0708 21:25:18.912217 1295174 out.go:177] * Starting "addons-809641" primary control-plane node in "addons-809641" cluster
I0708 21:25:18.914072 1295174 cache.go:121] Beginning downloading kic base image for docker with crio
I0708 21:25:18.916137 1295174 out.go:177] * Pulling base image v0.0.44-1720012048-19186 ...
I0708 21:25:18.918045 1295174 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0708 21:25:18.918077 1295174 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef in local docker daemon
I0708 21:25:18.918129 1295174 preload.go:147] Found local preload: /home/jenkins/minikube-integration/19195-1289000/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4
I0708 21:25:18.918148 1295174 cache.go:56] Caching tarball of preloaded images
I0708 21:25:18.918225 1295174 preload.go:173] Found /home/jenkins/minikube-integration/19195-1289000/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0708 21:25:18.918235 1295174 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on crio
I0708 21:25:18.918709 1295174 profile.go:143] Saving config to /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/config.json ...
I0708 21:25:18.918739 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/config.json: {Name:mk3e976ca89257983382857b86be0824a1e5b5be Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:18.932813 1295174 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef to local cache
I0708 21:25:18.932944 1295174 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef in local cache directory
I0708 21:25:18.932968 1295174 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef in local cache directory, skipping pull
I0708 21:25:18.932973 1295174 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef exists in cache, skipping pull
I0708 21:25:18.932985 1295174 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef as a tarball
I0708 21:25:18.932990 1295174 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef from local cache
I0708 21:25:35.411072 1295174 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef from cached tarball
I0708 21:25:35.411114 1295174 cache.go:194] Successfully downloaded all kic artifacts
I0708 21:25:35.411143 1295174 start.go:360] acquireMachinesLock for addons-809641: {Name:mkd744088ea8bea88efa00c4383c3ba5ea69ec45 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0708 21:25:35.411271 1295174 start.go:364] duration metric: took 105.567µs to acquireMachinesLock for "addons-809641"
I0708 21:25:35.411310 1295174 start.go:93] Provisioning new machine with config: &{Name:addons-809641 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef 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.30.2 ClusterName:addons-809641 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.30.2 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.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0708 21:25:35.411389 1295174 start.go:125] createHost starting for "" (driver="docker")
I0708 21:25:35.414561 1295174 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0708 21:25:35.414804 1295174 start.go:159] libmachine.API.Create for "addons-809641" (driver="docker")
I0708 21:25:35.414840 1295174 client.go:168] LocalClient.Create starting
I0708 21:25:35.414952 1295174 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19195-1289000/.minikube/certs/ca.pem
I0708 21:25:36.742612 1295174 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19195-1289000/.minikube/certs/cert.pem
I0708 21:25:37.049788 1295174 cli_runner.go:164] Run: docker network inspect addons-809641 --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}}]}"
W0708 21:25:37.064775 1295174 cli_runner.go:211] docker network inspect addons-809641 --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
I0708 21:25:37.064869 1295174 network_create.go:284] running [docker network inspect addons-809641] to gather additional debugging logs...
I0708 21:25:37.064890 1295174 cli_runner.go:164] Run: docker network inspect addons-809641
W0708 21:25:37.079510 1295174 cli_runner.go:211] docker network inspect addons-809641 returned with exit code 1
I0708 21:25:37.079542 1295174 network_create.go:287] error running [docker network inspect addons-809641]: docker network inspect addons-809641: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-809641 not found
I0708 21:25:37.079555 1295174 network_create.go:289] output of [docker network inspect addons-809641]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-809641 not found
** /stderr **
I0708 21:25:37.079653 1295174 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}}]}"
I0708 21:25:37.097037 1295174 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:0x4000476a70}
I0708 21:25:37.097079 1295174 network_create.go:124] attempt to create docker network addons-809641 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0708 21:25:37.097140 1295174 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-809641 addons-809641
I0708 21:25:37.165688 1295174 network_create.go:108] docker network addons-809641 192.168.49.0/24 created
I0708 21:25:37.165724 1295174 kic.go:121] calculated static IP "192.168.49.2" for the "addons-809641" container
I0708 21:25:37.165803 1295174 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0708 21:25:37.182717 1295174 cli_runner.go:164] Run: docker volume create addons-809641 --label name.minikube.sigs.k8s.io=addons-809641 --label created_by.minikube.sigs.k8s.io=true
I0708 21:25:37.199860 1295174 oci.go:103] Successfully created a docker volume addons-809641
I0708 21:25:37.199968 1295174 cli_runner.go:164] Run: docker run --rm --name addons-809641-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-809641 --entrypoint /usr/bin/test -v addons-809641:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef -d /var/lib
I0708 21:25:38.571356 1295174 cli_runner.go:217] Completed: docker run --rm --name addons-809641-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-809641 --entrypoint /usr/bin/test -v addons-809641:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef -d /var/lib: (1.371342231s)
I0708 21:25:38.571387 1295174 oci.go:107] Successfully prepared a docker volume addons-809641
I0708 21:25:38.571400 1295174 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0708 21:25:38.571419 1295174 kic.go:194] Starting extracting preloaded images to volume ...
I0708 21:25:38.571495 1295174 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19195-1289000/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-809641:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef -I lz4 -xf /preloaded.tar -C /extractDir
I0708 21:25:42.735546 1295174 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19195-1289000/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-809641:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef -I lz4 -xf /preloaded.tar -C /extractDir: (4.163990863s)
I0708 21:25:42.735582 1295174 kic.go:203] duration metric: took 4.164159414s to extract preloaded images to volume ...
W0708 21:25:42.735718 1295174 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0708 21:25:42.735829 1295174 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0708 21:25:42.787950 1295174 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-809641 --name addons-809641 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-809641 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-809641 --network addons-809641 --ip 192.168.49.2 --volume addons-809641:/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.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef
I0708 21:25:43.089607 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Running}}
I0708 21:25:43.118564 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:25:43.145067 1295174 cli_runner.go:164] Run: docker exec addons-809641 stat /var/lib/dpkg/alternatives/iptables
I0708 21:25:43.216584 1295174 oci.go:144] the created container "addons-809641" has a running status.
I0708 21:25:43.216623 1295174 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa...
I0708 21:25:43.400893 1295174 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0708 21:25:43.444937 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:25:43.472924 1295174 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0708 21:25:43.472953 1295174 kic_runner.go:114] Args: [docker exec --privileged addons-809641 chown docker:docker /home/docker/.ssh/authorized_keys]
I0708 21:25:43.552220 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:25:43.578692 1295174 machine.go:94] provisionDockerMachine start ...
I0708 21:25:43.578807 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:25:43.633575 1295174 main.go:141] libmachine: Using SSH client type: native
I0708 21:25:43.633899 1295174 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2be0] 0x3e5440 <nil> [] 0s} 127.0.0.1 34264 <nil> <nil>}
I0708 21:25:43.633908 1295174 main.go:141] libmachine: About to run SSH command:
hostname
I0708 21:25:43.634934 1295174 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
I0708 21:25:46.753864 1295174 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-809641
I0708 21:25:46.753888 1295174 ubuntu.go:169] provisioning hostname "addons-809641"
I0708 21:25:46.753955 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:25:46.770522 1295174 main.go:141] libmachine: Using SSH client type: native
I0708 21:25:46.770781 1295174 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2be0] 0x3e5440 <nil> [] 0s} 127.0.0.1 34264 <nil> <nil>}
I0708 21:25:46.770797 1295174 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-809641 && echo "addons-809641" | sudo tee /etc/hostname
I0708 21:25:46.905664 1295174 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-809641
I0708 21:25:46.905758 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:25:46.922682 1295174 main.go:141] libmachine: Using SSH client type: native
I0708 21:25:46.922918 1295174 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2be0] 0x3e5440 <nil> [] 0s} 127.0.0.1 34264 <nil> <nil>}
I0708 21:25:46.922939 1295174 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-809641' /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-809641/g' /etc/hosts;
else
echo '127.0.1.1 addons-809641' | sudo tee -a /etc/hosts;
fi
fi
I0708 21:25:47.046829 1295174 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0708 21:25:47.046855 1295174 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19195-1289000/.minikube CaCertPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19195-1289000/.minikube}
I0708 21:25:47.046888 1295174 ubuntu.go:177] setting up certificates
I0708 21:25:47.046897 1295174 provision.go:84] configureAuth start
I0708 21:25:47.046958 1295174 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-809641
I0708 21:25:47.063824 1295174 provision.go:143] copyHostCerts
I0708 21:25:47.063910 1295174 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19195-1289000/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19195-1289000/.minikube/cert.pem (1123 bytes)
I0708 21:25:47.064051 1295174 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19195-1289000/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19195-1289000/.minikube/key.pem (1675 bytes)
I0708 21:25:47.064117 1295174 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19195-1289000/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19195-1289000/.minikube/ca.pem (1082 bytes)
I0708 21:25:47.064173 1295174 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19195-1289000/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19195-1289000/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19195-1289000/.minikube/certs/ca-key.pem org=jenkins.addons-809641 san=[127.0.0.1 192.168.49.2 addons-809641 localhost minikube]
I0708 21:25:48.370556 1295174 provision.go:177] copyRemoteCerts
I0708 21:25:48.370628 1295174 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0708 21:25:48.370678 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:25:48.388461 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:25:48.479381 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0708 21:25:48.503348 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0708 21:25:48.527042 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0708 21:25:48.550559 1295174 provision.go:87] duration metric: took 1.503647381s to configureAuth
I0708 21:25:48.550586 1295174 ubuntu.go:193] setting minikube options for container-runtime
I0708 21:25:48.550807 1295174 config.go:182] Loaded profile config "addons-809641": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0708 21:25:48.550941 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:25:48.567924 1295174 main.go:141] libmachine: Using SSH client type: native
I0708 21:25:48.568167 1295174 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2be0] 0x3e5440 <nil> [] 0s} 127.0.0.1 34264 <nil> <nil>}
I0708 21:25:48.568187 1295174 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I0708 21:25:48.791146 1295174 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0708 21:25:48.791213 1295174 machine.go:97] duration metric: took 5.212491877s to provisionDockerMachine
I0708 21:25:48.791238 1295174 client.go:171] duration metric: took 13.376388094s to LocalClient.Create
I0708 21:25:48.791266 1295174 start.go:167] duration metric: took 13.376462745s to libmachine.API.Create "addons-809641"
I0708 21:25:48.791289 1295174 start.go:293] postStartSetup for "addons-809641" (driver="docker")
I0708 21:25:48.791316 1295174 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]
I0708 21:25:48.791431 1295174 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
I0708 21:25:48.791516 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:25:48.813673 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:25:48.903278 1295174 ssh_runner.go:195] Run: cat /etc/os-release
I0708 21:25:48.906122 1295174 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0708 21:25:48.906155 1295174 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0708 21:25:48.906165 1295174 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0708 21:25:48.906173 1295174 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0708 21:25:48.906186 1295174 filesync.go:126] Scanning /home/jenkins/minikube-integration/19195-1289000/.minikube/addons for local assets ...
I0708 21:25:48.906255 1295174 filesync.go:126] Scanning /home/jenkins/minikube-integration/19195-1289000/.minikube/files for local assets ...
I0708 21:25:48.906279 1295174 start.go:296] duration metric: took 114.96945ms for postStartSetup
I0708 21:25:48.906610 1295174 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-809641
I0708 21:25:48.921966 1295174 profile.go:143] Saving config to /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/config.json ...
I0708 21:25:48.922261 1295174 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0708 21:25:48.922309 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:25:48.937688 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:25:49.023534 1295174 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0708 21:25:49.028277 1295174 start.go:128] duration metric: took 13.616869986s to createHost
I0708 21:25:49.028301 1295174 start.go:83] releasing machines lock for "addons-809641", held for 13.617018427s
I0708 21:25:49.028375 1295174 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-809641
I0708 21:25:49.044342 1295174 ssh_runner.go:195] Run: cat /version.json
I0708 21:25:49.044398 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:25:49.044652 1295174 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0708 21:25:49.044689 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:25:49.063419 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:25:49.065813 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:25:49.146230 1295174 ssh_runner.go:195] Run: systemctl --version
I0708 21:25:49.291271 1295174 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0708 21:25:49.433819 1295174 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0708 21:25:49.438128 1295174 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" ;
I0708 21:25:49.458810 1295174 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0708 21:25:49.458890 1295174 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(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0708 21:25:49.492213 1295174 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0708 21:25:49.492236 1295174 start.go:494] detecting cgroup driver to use...
I0708 21:25:49.492269 1295174 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0708 21:25:49.492324 1295174 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0708 21:25:49.508715 1295174 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0708 21:25:49.520581 1295174 docker.go:217] disabling cri-docker service (if available) ...
I0708 21:25:49.520645 1295174 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0708 21:25:49.535028 1295174 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0708 21:25:49.549675 1295174 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0708 21:25:49.632339 1295174 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0708 21:25:49.719089 1295174 docker.go:233] disabling docker service ...
I0708 21:25:49.719201 1295174 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0708 21:25:49.738215 1295174 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0708 21:25:49.749948 1295174 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0708 21:25:49.839536 1295174 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0708 21:25:49.934344 1295174 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0708 21:25:49.945936 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I0708 21:25:49.963206 1295174 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0708 21:25:49.963284 1295174 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
I0708 21:25:49.973851 1295174 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0708 21:25:49.973963 1295174 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0708 21:25:49.983944 1295174 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0708 21:25:49.993548 1295174 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0708 21:25:50.003503 1295174 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0708 21:25:50.021778 1295174 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"
I0708 21:25:50.032997 1295174 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"
I0708 21:25:50.050228 1295174 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"
I0708 21:25:50.060801 1295174 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0708 21:25:50.069921 1295174 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0708 21:25:50.078720 1295174 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0708 21:25:50.173709 1295174 ssh_runner.go:195] Run: sudo systemctl restart crio
I0708 21:25:50.289708 1295174 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
I0708 21:25:50.289863 1295174 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0708 21:25:50.293299 1295174 start.go:562] Will wait 60s for crictl version
I0708 21:25:50.293398 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:25:50.297047 1295174 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0708 21:25:50.346605 1295174 start.go:578] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0708 21:25:50.346781 1295174 ssh_runner.go:195] Run: crio --version
I0708 21:25:50.384094 1295174 ssh_runner.go:195] Run: crio --version
I0708 21:25:50.430875 1295174 out.go:177] * Preparing Kubernetes v1.30.2 on CRI-O 1.24.6 ...
I0708 21:25:50.432846 1295174 cli_runner.go:164] Run: docker network inspect addons-809641 --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}}]}"
I0708 21:25:50.448767 1295174 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0708 21:25:50.452059 1295174 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""
I0708 21:25:50.462664 1295174 kubeadm.go:877] updating cluster {Name:addons-809641 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef 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.30.2 ClusterName:addons-809641 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.30.2 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} ...
I0708 21:25:50.462793 1295174 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0708 21:25:50.462856 1295174 ssh_runner.go:195] Run: sudo crictl images --output json
I0708 21:25:50.542978 1295174 crio.go:514] all images are preloaded for cri-o runtime.
I0708 21:25:50.543007 1295174 crio.go:433] Images already preloaded, skipping extraction
I0708 21:25:50.543070 1295174 ssh_runner.go:195] Run: sudo crictl images --output json
I0708 21:25:50.579101 1295174 crio.go:514] all images are preloaded for cri-o runtime.
I0708 21:25:50.579122 1295174 cache_images.go:84] Images are preloaded, skipping loading
I0708 21:25:50.579130 1295174 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.2 crio true true} ...
I0708 21:25:50.579230 1295174 kubeadm.go:940] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-809641 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.2 ClusterName:addons-809641 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:}
I0708 21:25:50.579314 1295174 ssh_runner.go:195] Run: crio config
I0708 21:25:50.627723 1295174 cni.go:84] Creating CNI manager for ""
I0708 21:25:50.627745 1295174 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0708 21:25:50.627755 1295174 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0708 21:25:50.627779 1295174 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.30.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-809641 NodeName:addons-809641 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}
I0708 21:25:50.627919 1295174 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-809641"
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.30.2
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%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
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
I0708 21:25:50.627991 1295174 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
I0708 21:25:50.637027 1295174 binaries.go:44] Found k8s binaries, skipping transfer
I0708 21:25:50.637151 1295174 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0708 21:25:50.646048 1295174 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0708 21:25:50.664254 1295174 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0708 21:25:50.683280 1295174 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0708 21:25:50.701442 1295174 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0708 21:25:50.704865 1295174 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""
I0708 21:25:50.715577 1295174 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0708 21:25:50.805991 1295174 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0708 21:25:50.819597 1295174 certs.go:68] Setting up /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641 for IP: 192.168.49.2
I0708 21:25:50.819619 1295174 certs.go:194] generating shared ca certs ...
I0708 21:25:50.819634 1295174 certs.go:226] acquiring lock for ca certs: {Name:mk87c44eb73642f2486e9ef798a9903271a09cdd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:50.819813 1295174 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19195-1289000/.minikube/ca.key
I0708 21:25:51.381179 1295174 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19195-1289000/.minikube/ca.crt ...
I0708 21:25:51.381211 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/.minikube/ca.crt: {Name:mk0c777eb95e859d8875035108fec86b1d2c600b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:51.381417 1295174 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19195-1289000/.minikube/ca.key ...
I0708 21:25:51.381427 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/.minikube/ca.key: {Name:mk9f0b81f732a56819157c0aaa65f0c770415c72 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:51.381503 1295174 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19195-1289000/.minikube/proxy-client-ca.key
I0708 21:25:52.106181 1295174 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19195-1289000/.minikube/proxy-client-ca.crt ...
I0708 21:25:52.106213 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/.minikube/proxy-client-ca.crt: {Name:mk66f3449c033fe892f951627427b04f706ed8ac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:52.106414 1295174 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19195-1289000/.minikube/proxy-client-ca.key ...
I0708 21:25:52.106428 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/.minikube/proxy-client-ca.key: {Name:mkf2757d7542dda078f70dcb0a33ab22908f1501 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:52.107142 1295174 certs.go:256] generating profile certs ...
I0708 21:25:52.107209 1295174 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/client.key
I0708 21:25:52.107225 1295174 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/client.crt with IP's: []
I0708 21:25:52.448998 1295174 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/client.crt ...
I0708 21:25:52.449036 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/client.crt: {Name:mk8548a57298bb7fa226ca43cd3b0929c6b1a2f4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:52.449211 1295174 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/client.key ...
I0708 21:25:52.449225 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/client.key: {Name:mkc1ee7499e29a2fc2a6ce41d845160a713a594f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:52.449874 1295174 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.key.bb037ae1
I0708 21:25:52.449901 1295174 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.crt.bb037ae1 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0708 21:25:52.899182 1295174 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.crt.bb037ae1 ...
I0708 21:25:52.899216 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.crt.bb037ae1: {Name:mk8ceea4ef6d2756bd8a76001b68b030bd1063ef Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:52.899401 1295174 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.key.bb037ae1 ...
I0708 21:25:52.899417 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.key.bb037ae1: {Name:mk37b5420926e8bb2acc6ed543e582144dbba629 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:52.900079 1295174 certs.go:381] copying /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.crt.bb037ae1 -> /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.crt
I0708 21:25:52.900180 1295174 certs.go:385] copying /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.key.bb037ae1 -> /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.key
I0708 21:25:52.900236 1295174 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/proxy-client.key
I0708 21:25:52.900253 1295174 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/proxy-client.crt with IP's: []
I0708 21:25:54.375889 1295174 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/proxy-client.crt ...
I0708 21:25:54.375925 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/proxy-client.crt: {Name:mkb9fb783df176bae17a359ff9692ca150d4148c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:54.376732 1295174 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/proxy-client.key ...
I0708 21:25:54.376752 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/proxy-client.key: {Name:mk303e58bfc3dca4ac73beea189b8839b64fe452 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:25:54.377557 1295174 certs.go:484] found cert: /home/jenkins/minikube-integration/19195-1289000/.minikube/certs/ca-key.pem (1675 bytes)
I0708 21:25:54.377607 1295174 certs.go:484] found cert: /home/jenkins/minikube-integration/19195-1289000/.minikube/certs/ca.pem (1082 bytes)
I0708 21:25:54.377638 1295174 certs.go:484] found cert: /home/jenkins/minikube-integration/19195-1289000/.minikube/certs/cert.pem (1123 bytes)
I0708 21:25:54.377666 1295174 certs.go:484] found cert: /home/jenkins/minikube-integration/19195-1289000/.minikube/certs/key.pem (1675 bytes)
I0708 21:25:54.378342 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0708 21:25:54.402355 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0708 21:25:54.425966 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0708 21:25:54.450223 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0708 21:25:54.473692 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0708 21:25:54.497732 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0708 21:25:54.521652 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0708 21:25:54.545544 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/profiles/addons-809641/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0708 21:25:54.569350 1295174 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19195-1289000/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0708 21:25:54.593529 1295174 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0708 21:25:54.610784 1295174 ssh_runner.go:195] Run: openssl version
I0708 21:25:54.616158 1295174 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"
I0708 21:25:54.625309 1295174 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0708 21:25:54.628742 1295174 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 8 21:25 /usr/share/ca-certificates/minikubeCA.pem
I0708 21:25:54.628808 1295174 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0708 21:25:54.635528 1295174 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"
I0708 21:25:54.644920 1295174 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0708 21:25:54.648261 1295174 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
I0708 21:25:54.648333 1295174 kubeadm.go:391] StartCluster: {Name:addons-809641 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1720012048-19186@sha256:0fc826bca29cbb5a8335aaf40b2c19a34f0a6b85133ca47842ce6e575d3bc2ef 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.30.2 ClusterName:addons-809641 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.30.2 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}
I0708 21:25:54.648428 1295174 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0708 21:25:54.648488 1295174 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0708 21:25:54.688593 1295174 cri.go:89] found id: ""
I0708 21:25:54.688710 1295174 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0708 21:25:54.701466 1295174 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0708 21:25:54.712737 1295174 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0708 21:25:54.712848 1295174 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
I0708 21:25:54.725023 1295174 kubeadm.go:154] 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
I0708 21:25:54.725092 1295174 kubeadm.go:156] found existing configuration files:
I0708 21:25:54.725170 1295174 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0708 21:25:54.737526 1295174 kubeadm.go:162] "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
I0708 21:25:54.737646 1295174 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0708 21:25:54.750190 1295174 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0708 21:25:54.759193 1295174 kubeadm.go:162] "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
I0708 21:25:54.759287 1295174 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0708 21:25:54.767548 1295174 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0708 21:25:54.776175 1295174 kubeadm.go:162] "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
I0708 21:25:54.776260 1295174 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0708 21:25:54.784719 1295174 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0708 21:25:54.793440 1295174 kubeadm.go:162] "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
I0708 21:25:54.793519 1295174 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0708 21:25:54.801783 1295174 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$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"
I0708 21:25:54.845455 1295174 kubeadm.go:309] [init] Using Kubernetes version: v1.30.2
I0708 21:25:54.845517 1295174 kubeadm.go:309] [preflight] Running pre-flight checks
I0708 21:25:54.883564 1295174 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0708 21:25:54.883650 1295174 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1064-aws[0m
I0708 21:25:54.883695 1295174 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0708 21:25:54.883763 1295174 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0708 21:25:54.883822 1295174 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0708 21:25:54.883868 1295174 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0708 21:25:54.883914 1295174 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0708 21:25:54.883960 1295174 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0708 21:25:54.884007 1295174 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0708 21:25:54.884051 1295174 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0708 21:25:54.884100 1295174 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0708 21:25:54.884145 1295174 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0708 21:25:54.948825 1295174 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0708 21:25:54.948976 1295174 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0708 21:25:54.949079 1295174 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0708 21:25:55.180562 1295174 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0708 21:25:55.183743 1295174 out.go:204] - Generating certificates and keys ...
I0708 21:25:55.183840 1295174 kubeadm.go:309] [certs] Using existing ca certificate authority
I0708 21:25:55.183911 1295174 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0708 21:25:55.587898 1295174 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0708 21:25:56.073136 1295174 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0708 21:25:56.710142 1295174 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0708 21:25:57.060422 1295174 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0708 21:25:58.359098 1295174 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0708 21:25:58.359458 1295174 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-809641 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0708 21:25:58.630932 1295174 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0708 21:25:58.631312 1295174 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-809641 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0708 21:25:58.794865 1295174 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0708 21:25:59.364051 1295174 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0708 21:25:59.682485 1295174 kubeadm.go:309] [certs] Generating "sa" key and public key
I0708 21:25:59.682741 1295174 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0708 21:26:00.087210 1295174 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0708 21:26:00.859664 1295174 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0708 21:26:01.632089 1295174 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0708 21:26:02.147645 1295174 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0708 21:26:02.455634 1295174 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0708 21:26:02.456473 1295174 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0708 21:26:02.459211 1295174 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0708 21:26:02.461236 1295174 out.go:204] - Booting up control plane ...
I0708 21:26:02.461339 1295174 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0708 21:26:02.461434 1295174 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0708 21:26:02.463645 1295174 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0708 21:26:02.473696 1295174 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0708 21:26:02.474780 1295174 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0708 21:26:02.475003 1295174 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0708 21:26:02.567730 1295174 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0708 21:26:02.567821 1295174 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0708 21:26:03.569628 1295174 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 1.001931455s
I0708 21:26:03.569722 1295174 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0708 21:26:09.072718 1295174 kubeadm.go:309] [api-check] The API server is healthy after 5.501971281s
I0708 21:26:09.093051 1295174 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0708 21:26:09.106116 1295174 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0708 21:26:09.135595 1295174 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0708 21:26:09.135816 1295174 kubeadm.go:309] [mark-control-plane] Marking the node addons-809641 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0708 21:26:09.146982 1295174 kubeadm.go:309] [bootstrap-token] Using token: l2lm0s.mwxusj6ez3ivj2tf
I0708 21:26:09.149472 1295174 out.go:204] - Configuring RBAC rules ...
I0708 21:26:09.149599 1295174 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0708 21:26:09.155668 1295174 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0708 21:26:09.164251 1295174 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0708 21:26:09.167776 1295174 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0708 21:26:09.171596 1295174 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0708 21:26:09.176460 1295174 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0708 21:26:09.478275 1295174 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0708 21:26:09.924892 1295174 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0708 21:26:10.478281 1295174 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0708 21:26:10.480180 1295174 kubeadm.go:309]
I0708 21:26:10.480259 1295174 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0708 21:26:10.480271 1295174 kubeadm.go:309]
I0708 21:26:10.480347 1295174 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0708 21:26:10.480358 1295174 kubeadm.go:309]
I0708 21:26:10.480383 1295174 kubeadm.go:309] mkdir -p $HOME/.kube
I0708 21:26:10.480444 1295174 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0708 21:26:10.480497 1295174 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0708 21:26:10.480504 1295174 kubeadm.go:309]
I0708 21:26:10.480556 1295174 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0708 21:26:10.480565 1295174 kubeadm.go:309]
I0708 21:26:10.480612 1295174 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0708 21:26:10.480623 1295174 kubeadm.go:309]
I0708 21:26:10.480674 1295174 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0708 21:26:10.480751 1295174 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0708 21:26:10.480823 1295174 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0708 21:26:10.480852 1295174 kubeadm.go:309]
I0708 21:26:10.480937 1295174 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0708 21:26:10.481015 1295174 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0708 21:26:10.481023 1295174 kubeadm.go:309]
I0708 21:26:10.481104 1295174 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token l2lm0s.mwxusj6ez3ivj2tf \
I0708 21:26:10.481206 1295174 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:c4c2adefa8e754e853837cb013f7fb014953b87d4673cc70ab45baaa097eac48 \
I0708 21:26:10.481229 1295174 kubeadm.go:309] --control-plane
I0708 21:26:10.481237 1295174 kubeadm.go:309]
I0708 21:26:10.481318 1295174 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0708 21:26:10.481326 1295174 kubeadm.go:309]
I0708 21:26:10.481405 1295174 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token l2lm0s.mwxusj6ez3ivj2tf \
I0708 21:26:10.481507 1295174 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:c4c2adefa8e754e853837cb013f7fb014953b87d4673cc70ab45baaa097eac48
I0708 21:26:10.484246 1295174 kubeadm.go:309] [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-1064-aws\n", err: exit status 1
I0708 21:26:10.484389 1295174 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0708 21:26:10.484426 1295174 cni.go:84] Creating CNI manager for ""
I0708 21:26:10.484440 1295174 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0708 21:26:10.487856 1295174 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0708 21:26:10.490152 1295174 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0708 21:26:10.494044 1295174 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
I0708 21:26:10.494066 1295174 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0708 21:26:10.513164 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0708 21:26:10.777111 1295174 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0708 21:26:10.777251 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:10.777341 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-809641 minikube.k8s.io/updated_at=2024_07_08T21_26_10_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=2dfbd68ba405aca732c579e607220b4538fd22ad minikube.k8s.io/name=addons-809641 minikube.k8s.io/primary=true
I0708 21:26:10.912877 1295174 ops.go:34] apiserver oom_adj: -16
I0708 21:26:10.912961 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:11.413412 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:11.913797 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:12.413806 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:12.913740 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:13.413684 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:13.913548 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:14.413711 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:14.913124 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:15.413800 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:15.913862 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:16.413614 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:16.914028 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:17.413813 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:17.913162 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:18.413637 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:18.913055 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:19.413132 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:19.913899 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:20.413778 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:20.913094 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:21.413404 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:21.913554 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:22.413689 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:22.913093 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:23.413107 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:23.913653 1295174 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0708 21:26:23.999077 1295174 kubeadm.go:1107] duration metric: took 13.221872194s to wait for elevateKubeSystemPrivileges
W0708 21:26:23.999115 1295174 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0708 21:26:23.999124 1295174 kubeadm.go:393] duration metric: took 29.350820198s to StartCluster
I0708 21:26:23.999141 1295174 settings.go:142] acquiring lock: {Name:mk48d4b0ed890fb7dcce849574fea0c3e2587fe6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:26:23.999281 1295174 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19195-1289000/kubeconfig
I0708 21:26:23.999666 1295174 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19195-1289000/kubeconfig: {Name:mk3ef6a2cbde2d66dd5a676e14008dc63c57160d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 21:26:23.999865 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0708 21:26:23.999904 1295174 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0708 21:26:24.000131 1295174 config.go:182] Loaded profile config "addons-809641": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0708 21:26:24.000163 1295174 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 helm-tiller: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]
I0708 21:26:24.000235 1295174 addons.go:69] Setting yakd=true in profile "addons-809641"
I0708 21:26:24.000256 1295174 addons.go:234] Setting addon yakd=true in "addons-809641"
I0708 21:26:24.000279 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.000321 1295174 addons.go:69] Setting inspektor-gadget=true in profile "addons-809641"
I0708 21:26:24.000348 1295174 addons.go:234] Setting addon inspektor-gadget=true in "addons-809641"
I0708 21:26:24.000371 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.000719 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.000874 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.001206 1295174 addons.go:69] Setting metrics-server=true in profile "addons-809641"
I0708 21:26:24.001234 1295174 addons.go:234] Setting addon metrics-server=true in "addons-809641"
I0708 21:26:24.001261 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.001652 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.004325 1295174 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-809641"
I0708 21:26:24.004384 1295174 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-809641"
I0708 21:26:24.004428 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.004908 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.006541 1295174 addons.go:69] Setting cloud-spanner=true in profile "addons-809641"
I0708 21:26:24.006656 1295174 addons.go:234] Setting addon cloud-spanner=true in "addons-809641"
I0708 21:26:24.006730 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.007578 1295174 addons.go:69] Setting registry=true in profile "addons-809641"
I0708 21:26:24.007614 1295174 addons.go:234] Setting addon registry=true in "addons-809641"
I0708 21:26:24.007655 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.008081 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.008272 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.010917 1295174 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-809641"
I0708 21:26:24.011005 1295174 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-809641"
I0708 21:26:24.011040 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.011491 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.020440 1295174 addons.go:69] Setting default-storageclass=true in profile "addons-809641"
I0708 21:26:24.020562 1295174 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-809641"
I0708 21:26:24.020963 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.022503 1295174 addons.go:69] Setting storage-provisioner=true in profile "addons-809641"
I0708 21:26:24.022607 1295174 addons.go:234] Setting addon storage-provisioner=true in "addons-809641"
I0708 21:26:24.022675 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.023168 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.033357 1295174 addons.go:69] Setting gcp-auth=true in profile "addons-809641"
I0708 21:26:24.033455 1295174 mustload.go:65] Loading cluster: addons-809641
I0708 21:26:24.033675 1295174 config.go:182] Loaded profile config "addons-809641": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0708 21:26:24.033992 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.034199 1295174 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-809641"
I0708 21:26:24.034263 1295174 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-809641"
I0708 21:26:24.042786 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.053543 1295174 addons.go:69] Setting ingress=true in profile "addons-809641"
I0708 21:26:24.053638 1295174 addons.go:234] Setting addon ingress=true in "addons-809641"
I0708 21:26:24.053719 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.054397 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.054689 1295174 addons.go:69] Setting volcano=true in profile "addons-809641"
I0708 21:26:24.054729 1295174 addons.go:234] Setting addon volcano=true in "addons-809641"
I0708 21:26:24.054761 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.055241 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.074551 1295174 addons.go:69] Setting ingress-dns=true in profile "addons-809641"
I0708 21:26:24.074640 1295174 addons.go:234] Setting addon ingress-dns=true in "addons-809641"
I0708 21:26:24.074668 1295174 out.go:177] * Verifying Kubernetes components...
I0708 21:26:24.074737 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.075242 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.076700 1295174 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0708 21:26:24.074551 1295174 addons.go:69] Setting volumesnapshots=true in profile "addons-809641"
I0708 21:26:24.132845 1295174 addons.go:234] Setting addon volumesnapshots=true in "addons-809641"
I0708 21:26:24.132919 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.133526 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.171331 1295174 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0708 21:26:24.171419 1295174 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0708 21:26:24.171487 1295174 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0708 21:26:24.194562 1295174 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0708 21:26:24.192441 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.196462 1295174 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0708 21:26:24.196477 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0708 21:26:24.196525 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.200909 1295174 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0708 21:26:24.200954 1295174 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0708 21:26:24.201030 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.213190 1295174 out.go:177] - Using image docker.io/registry:2.8.3
I0708 21:26:24.213378 1295174 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-809641"
I0708 21:26:24.213413 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.213872 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.224640 1295174 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0708 21:26:24.224662 1295174 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0708 21:26:24.224734 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.228992 1295174 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0708 21:26:24.229195 1295174 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0708 21:26:24.229656 1295174 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.1
I0708 21:26:24.258916 1295174 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0708 21:26:24.260343 1295174 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0708 21:26:24.261151 1295174 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0708 21:26:24.261171 1295174 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0708 21:26:24.261250 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.266052 1295174 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0708 21:26:24.266079 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0708 21:26:24.266151 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.281702 1295174 addons.go:234] Setting addon default-storageclass=true in "addons-809641"
I0708 21:26:24.281745 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:24.282214 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:24.302891 1295174 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0708 21:26:24.302913 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0708 21:26:24.302979 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.318491 1295174 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0708 21:26:24.322752 1295174 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0708 21:26:24.322772 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0708 21:26:24.322836 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
W0708 21:26:24.327493 1295174 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0708 21:26:24.364066 1295174 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0708 21:26:24.366637 1295174 out.go:177] - Using image docker.io/busybox:stable
I0708 21:26:24.366671 1295174 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0708 21:26:24.369171 1295174 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0708 21:26:24.369220 1295174 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0708 21:26:24.369236 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0708 21:26:24.369303 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.376866 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.381746 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.382165 1295174 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0708 21:26:24.382376 1295174 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0708 21:26:24.382433 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.383283 1295174 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0708 21:26:24.383628 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0708 21:26:24.382481 1295174 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0708 21:26:24.387827 1295174 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0708 21:26:24.387850 1295174 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0708 21:26:24.387956 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.389326 1295174 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0708 21:26:24.389344 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0708 21:26:24.389401 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.382486 1295174 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0708 21:26:24.404244 1295174 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0708 21:26:24.404366 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.411189 1295174 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0708 21:26:24.411295 1295174 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0708 21:26:24.413153 1295174 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0708 21:26:24.413257 1295174 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0708 21:26:24.413271 1295174 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0708 21:26:24.413345 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.416264 1295174 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0708 21:26:24.416283 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0708 21:26:24.416342 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.450584 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.453710 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.479118 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.492784 1295174 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0708 21:26:24.492804 1295174 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0708 21:26:24.492863 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:24.520940 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.550312 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.551820 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.556452 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.583720 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.597627 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:24.811311 1295174 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0708 21:26:24.811333 1295174 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0708 21:26:24.832253 1295174 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0708 21:26:24.832322 1295174 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0708 21:26:24.844442 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0708 21:26:24.884327 1295174 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0708 21:26:24.884403 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0708 21:26:24.929734 1295174 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0708 21:26:24.929803 1295174 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0708 21:26:24.972732 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0708 21:26:24.973565 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0708 21:26:24.977698 1295174 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0708 21:26:24.977720 1295174 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0708 21:26:24.999097 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0708 21:26:25.004140 1295174 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0708 21:26:25.004173 1295174 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0708 21:26:25.012777 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0708 21:26:25.053062 1295174 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0708 21:26:25.053098 1295174 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0708 21:26:25.056697 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0708 21:26:25.059716 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0708 21:26:25.064557 1295174 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0708 21:26:25.064581 1295174 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0708 21:26:25.072692 1295174 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0708 21:26:25.072730 1295174 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0708 21:26:25.096178 1295174 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0708 21:26:25.096205 1295174 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0708 21:26:25.120616 1295174 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0708 21:26:25.120640 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0708 21:26:25.152412 1295174 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0708 21:26:25.152452 1295174 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0708 21:26:25.212474 1295174 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0708 21:26:25.212506 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0708 21:26:25.222239 1295174 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0708 21:26:25.222265 1295174 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0708 21:26:25.268514 1295174 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0708 21:26:25.268584 1295174 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0708 21:26:25.280857 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0708 21:26:25.284238 1295174 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0708 21:26:25.284299 1295174 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)
I0708 21:26:25.402237 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0708 21:26:25.428612 1295174 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0708 21:26:25.428675 1295174 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0708 21:26:25.432721 1295174 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0708 21:26:25.432792 1295174 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0708 21:26:25.477326 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0708 21:26:25.545406 1295174 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0708 21:26:25.545479 1295174 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0708 21:26:25.583207 1295174 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0708 21:26:25.583276 1295174 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0708 21:26:25.628758 1295174 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0708 21:26:25.628834 1295174 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0708 21:26:25.681064 1295174 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0708 21:26:25.681137 1295174 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0708 21:26:25.752695 1295174 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0708 21:26:25.752771 1295174 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0708 21:26:25.764053 1295174 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0708 21:26:25.764121 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0708 21:26:25.792545 1295174 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0708 21:26:25.792616 1295174 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0708 21:26:25.808474 1295174 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0708 21:26:25.808543 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0708 21:26:25.842192 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0708 21:26:25.881714 1295174 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0708 21:26:25.881783 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0708 21:26:25.893024 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0708 21:26:25.926888 1295174 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0708 21:26:25.926969 1295174 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0708 21:26:25.990741 1295174 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0708 21:26:25.990813 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0708 21:26:26.173395 1295174 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0708 21:26:26.173415 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0708 21:26:26.240435 1295174 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.857120355s)
I0708 21:26:26.240478 1295174 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.856831451s)
I0708 21:26:26.240491 1295174 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0708 21:26:26.242047 1295174 node_ready.go:35] waiting up to 6m0s for node "addons-809641" to be "Ready" ...
I0708 21:26:26.400919 1295174 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0708 21:26:26.400961 1295174 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0708 21:26:26.568589 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0708 21:26:27.706110 1295174 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-809641" context rescaled to 1 replicas
I0708 21:26:28.321444 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:28.951859 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.10734599s)
I0708 21:26:29.037522 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.06468842s)
I0708 21:26:29.037952 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.06436114s)
I0708 21:26:29.038034 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.038914754s)
I0708 21:26:29.038092 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.025293055s)
W0708 21:26:29.103944 1295174 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0708 21:26:29.902407 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.842649515s)
I0708 21:26:29.902527 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.621570116s)
I0708 21:26:29.902701 1295174 addons.go:475] Verifying addon registry=true in "addons-809641"
I0708 21:26:29.902897 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.84617466s)
I0708 21:26:29.902934 1295174 addons.go:475] Verifying addon ingress=true in "addons-809641"
I0708 21:26:29.902574 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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.500252562s)
I0708 21:26:29.902625 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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.425231179s)
I0708 21:26:29.903673 1295174 addons.go:475] Verifying addon metrics-server=true in "addons-809641"
I0708 21:26:29.905568 1295174 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-809641 service yakd-dashboard -n yakd-dashboard
I0708 21:26:29.905657 1295174 out.go:177] * Verifying registry addon...
I0708 21:26:29.905697 1295174 out.go:177] * Verifying ingress addon...
I0708 21:26:29.908856 1295174 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0708 21:26:29.909814 1295174 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0708 21:26:29.943221 1295174 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0708 21:26:29.943292 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:29.947210 1295174 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0708 21:26:29.947271 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:30.097426 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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.255060119s)
W0708 21:26:30.097552 1295174 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0708 21:26:30.097782 1295174 retry.go:31] will retry after 147.391144ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0708 21:26:30.097601 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (4.204310321s)
I0708 21:26:30.245840 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0708 21:26:30.420999 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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.852349416s)
I0708 21:26:30.421093 1295174 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-809641"
I0708 21:26:30.423363 1295174 out.go:177] * Verifying csi-hostpath-driver addon...
I0708 21:26:30.426674 1295174 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0708 21:26:30.435407 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:30.477446 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:30.479221 1295174 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0708 21:26:30.479314 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:30.746250 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:30.915542 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:30.915950 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:30.933180 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:31.404966 1295174 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0708 21:26:31.405425 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:31.429323 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:31.429762 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:31.442924 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:31.443695 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:31.619105 1295174 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0708 21:26:31.644262 1295174 addons.go:234] Setting addon gcp-auth=true in "addons-809641"
I0708 21:26:31.644325 1295174 host.go:66] Checking if "addons-809641" exists ...
I0708 21:26:31.644869 1295174 cli_runner.go:164] Run: docker container inspect addons-809641 --format={{.State.Status}}
I0708 21:26:31.664202 1295174 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0708 21:26:31.664254 1295174 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-809641
I0708 21:26:31.688136 1295174 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34264 SSHKeyPath:/home/jenkins/minikube-integration/19195-1289000/.minikube/machines/addons-809641/id_rsa Username:docker}
I0708 21:26:31.914543 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:31.918293 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:31.931870 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:32.415610 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:32.416876 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:32.432516 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:32.918645 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:32.941677 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:32.945825 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:33.245859 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:33.329382 1295174 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (3.08344431s)
I0708 21:26:33.329487 1295174 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.665266864s)
I0708 21:26:33.332092 1295174 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0708 21:26:33.334070 1295174 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0708 21:26:33.336213 1295174 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0708 21:26:33.336268 1295174 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0708 21:26:33.375525 1295174 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0708 21:26:33.375549 1295174 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0708 21:26:33.402595 1295174 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0708 21:26:33.402620 1295174 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0708 21:26:33.413014 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:33.416321 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:33.433259 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:33.435668 1295174 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0708 21:26:33.919843 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:33.919956 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:33.933087 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:34.045515 1295174 addons.go:475] Verifying addon gcp-auth=true in "addons-809641"
I0708 21:26:34.047782 1295174 out.go:177] * Verifying gcp-auth addon...
I0708 21:26:34.050288 1295174 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0708 21:26:34.069492 1295174 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0708 21:26:34.069518 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:34.413106 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:34.414887 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:34.430945 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:34.553885 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:34.913809 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:34.915914 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:34.930993 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:35.055737 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:35.245988 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:35.413817 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:35.416325 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:35.433986 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:35.554310 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:35.913896 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:35.915951 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:35.931359 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:36.057580 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:36.413708 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:36.414530 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:36.431717 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:36.553985 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:36.914723 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:36.916217 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:36.930826 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:37.065266 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:37.413890 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:37.414661 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:37.430775 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:37.553462 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:37.745650 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:37.914131 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:37.914874 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:37.931375 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:38.055510 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:38.413737 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:38.414602 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:38.431820 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:38.553340 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:38.912772 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:38.914891 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:38.930889 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:39.053628 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:39.413827 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:39.414972 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:39.431155 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:39.553730 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:39.746004 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:39.915298 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:39.915765 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:39.931138 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:40.053617 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:40.412962 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:40.414915 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:40.432086 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:40.553886 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:40.912732 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:40.914249 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:40.931150 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:41.054775 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:41.413618 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:41.414015 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:41.431149 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:41.553776 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:41.912693 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:41.913441 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:41.931431 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:42.054407 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:42.245914 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:42.412617 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:42.414248 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:42.431549 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:42.554538 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:42.912873 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:42.915111 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:42.931016 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:43.054735 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:43.413348 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:43.414760 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:43.430832 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:43.554076 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:43.915969 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:43.917747 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:43.941447 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:44.054370 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:44.413893 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:44.414812 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:44.431375 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:44.553814 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:44.746038 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:44.914045 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:44.914957 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:44.931421 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:45.055504 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:45.412733 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:45.413612 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:45.431161 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:45.553907 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:45.913268 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:45.914325 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:45.931917 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:46.053788 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:46.412532 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:46.414368 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:46.431127 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:46.554284 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:46.914163 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:46.914780 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:46.931849 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:47.053863 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:47.244952 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:47.412991 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:47.414152 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:47.430915 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:47.554395 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:47.913404 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:47.916357 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:47.931070 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:48.054317 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:48.412810 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:48.414212 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:48.431942 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:48.554103 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:48.913350 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:48.914854 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:48.930314 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:49.054241 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:49.245773 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:49.413356 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:49.414482 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:49.431904 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:49.553515 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:49.912874 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:49.914125 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:49.931162 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:50.053482 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:50.414237 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:50.414748 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:50.431242 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:50.553401 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:50.914535 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:50.915985 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:50.931693 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:51.053247 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:51.251254 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:51.415026 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:51.416778 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:51.432993 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:51.554250 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:51.913034 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:51.913804 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:51.930794 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:52.053563 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:52.412929 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:52.414355 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:52.431741 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:52.554165 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:52.920678 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:52.922080 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:52.940786 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:53.054182 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:53.415012 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:53.417585 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:53.432181 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:53.553725 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:53.745533 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:53.914895 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:53.915759 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:53.931738 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:54.054161 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:54.413006 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:54.413560 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:54.431266 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:54.553719 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:54.913165 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:54.915490 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:54.931545 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:55.054573 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:55.413049 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:55.414580 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:55.432079 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:55.553686 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:55.746234 1295174 node_ready.go:53] node "addons-809641" has status "Ready":"False"
I0708 21:26:55.914107 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:55.916428 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:55.931645 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:56.054286 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:56.460008 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:56.460472 1295174 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0708 21:26:56.460526 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:56.461558 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:56.567893 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:56.767736 1295174 node_ready.go:49] node "addons-809641" has status "Ready":"True"
I0708 21:26:56.767805 1295174 node_ready.go:38] duration metric: took 30.525694941s for node "addons-809641" to be "Ready" ...
I0708 21:26:56.767830 1295174 pod_ready.go:35] 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" ...
I0708 21:26:56.803124 1295174 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-gbskc" in "kube-system" namespace to be "Ready" ...
I0708 21:26:56.948407 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:56.948932 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:56.957723 1295174 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0708 21:26:56.957801 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:57.077529 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:57.415618 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:57.417748 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:57.435228 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:57.553971 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:57.914014 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:57.919024 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:57.933968 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:58.054656 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:58.421301 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:58.425381 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:58.444288 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:58.555148 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:58.815475 1295174 pod_ready.go:92] pod "coredns-7db6d8ff4d-gbskc" in "kube-system" namespace has status "Ready":"True"
I0708 21:26:58.815546 1295174 pod_ready.go:81] duration metric: took 2.012346643s for pod "coredns-7db6d8ff4d-gbskc" in "kube-system" namespace to be "Ready" ...
I0708 21:26:58.815586 1295174 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-809641" in "kube-system" namespace to be "Ready" ...
I0708 21:26:58.826844 1295174 pod_ready.go:92] pod "etcd-addons-809641" in "kube-system" namespace has status "Ready":"True"
I0708 21:26:58.826913 1295174 pod_ready.go:81] duration metric: took 11.291963ms for pod "etcd-addons-809641" in "kube-system" namespace to be "Ready" ...
I0708 21:26:58.826945 1295174 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-809641" in "kube-system" namespace to be "Ready" ...
I0708 21:26:58.841474 1295174 pod_ready.go:92] pod "kube-apiserver-addons-809641" in "kube-system" namespace has status "Ready":"True"
I0708 21:26:58.841544 1295174 pod_ready.go:81] duration metric: took 14.578231ms for pod "kube-apiserver-addons-809641" in "kube-system" namespace to be "Ready" ...
I0708 21:26:58.841570 1295174 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-809641" in "kube-system" namespace to be "Ready" ...
I0708 21:26:58.850806 1295174 pod_ready.go:92] pod "kube-controller-manager-addons-809641" in "kube-system" namespace has status "Ready":"True"
I0708 21:26:58.850880 1295174 pod_ready.go:81] duration metric: took 9.289504ms for pod "kube-controller-manager-addons-809641" in "kube-system" namespace to be "Ready" ...
I0708 21:26:58.850908 1295174 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-45g8d" in "kube-system" namespace to be "Ready" ...
I0708 21:26:58.868839 1295174 pod_ready.go:92] pod "kube-proxy-45g8d" in "kube-system" namespace has status "Ready":"True"
I0708 21:26:58.868908 1295174 pod_ready.go:81] duration metric: took 17.98029ms for pod "kube-proxy-45g8d" in "kube-system" namespace to be "Ready" ...
I0708 21:26:58.868950 1295174 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-809641" in "kube-system" namespace to be "Ready" ...
I0708 21:26:58.916778 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:58.917934 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:58.935712 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:59.055293 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:59.207459 1295174 pod_ready.go:92] pod "kube-scheduler-addons-809641" in "kube-system" namespace has status "Ready":"True"
I0708 21:26:59.207530 1295174 pod_ready.go:81] duration metric: took 338.553316ms for pod "kube-scheduler-addons-809641" in "kube-system" namespace to be "Ready" ...
I0708 21:26:59.207556 1295174 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace to be "Ready" ...
I0708 21:26:59.425334 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:59.427048 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:59.454464 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:26:59.554465 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:26:59.917219 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:26:59.919945 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:26:59.933094 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:00.066951 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:00.419957 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:00.421255 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:00.433697 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:00.554653 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:00.920077 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:00.926303 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:00.937546 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:01.054664 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:01.214380 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:01.432796 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:01.435177 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:01.452963 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:01.569386 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:01.922171 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:01.925590 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:01.961516 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:02.063851 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:02.414681 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:02.416776 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:02.433314 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:02.553875 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:02.913890 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:02.916539 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:02.937260 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:03.054099 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:03.421260 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:03.424182 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:03.435744 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:03.555016 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:03.714058 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:03.914484 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:03.915428 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:03.931937 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:04.054395 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:04.416390 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:04.417586 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:04.433306 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:04.555069 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:04.917037 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:04.918318 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:04.933278 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:05.053988 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:05.419220 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:05.420460 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:05.434647 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:05.554439 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:05.714416 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:05.917735 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:05.919041 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:05.947426 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:06.054968 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:06.417799 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:06.425381 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:06.432133 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:06.553885 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:06.915082 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:06.915167 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:06.932581 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:07.054609 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:07.414079 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:07.415697 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:07.431761 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:07.554099 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:07.914661 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:07.915551 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:07.932405 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:08.055074 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:08.215391 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:08.415906 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:08.418744 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:08.433333 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:08.554529 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:08.914984 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:08.918371 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:08.937050 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:09.061065 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:09.414611 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:09.418209 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:09.432473 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:09.554925 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:09.913845 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:09.915299 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:09.932591 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:10.054142 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:10.418253 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:10.421466 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:10.440712 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:10.558948 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:10.713701 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:10.919449 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:10.920654 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:10.933086 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:11.055945 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:11.417174 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:11.418679 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:11.437917 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:11.554667 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:11.916317 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:11.920222 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:11.934708 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:12.054625 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:12.417012 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:12.417870 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:12.433278 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:12.553771 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:12.714374 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:12.915046 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:12.916619 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:12.934359 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:13.054560 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:13.419770 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:13.419973 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:13.433210 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:13.554471 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:13.917792 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:13.921069 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:13.932932 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:14.054929 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:14.424013 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:14.424679 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:14.434435 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:14.554596 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:14.715488 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:14.916632 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:14.918079 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:14.940996 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:15.054812 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:15.424805 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:15.425698 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:15.436511 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:15.555195 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:15.914231 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:15.916828 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:15.933534 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:16.054566 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:16.418906 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:16.419292 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:16.432756 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:16.555243 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:16.722799 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:16.916901 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:16.917765 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:16.934155 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:17.054753 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:17.414669 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:17.415917 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:17.438844 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:17.555072 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:17.914753 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:17.918234 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:17.933307 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:18.055113 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:18.416546 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:18.417801 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:18.436532 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:18.553856 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:18.914269 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:18.915687 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:18.932505 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:19.054330 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:19.214119 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:19.415322 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:19.417523 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:19.442984 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:19.554078 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:19.914479 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:19.917455 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:19.933945 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:20.073025 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:20.415607 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:20.417177 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:20.433746 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:20.554288 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:20.914987 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:20.915669 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:20.932656 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:21.054183 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:21.214288 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:21.416968 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:21.418665 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:21.433019 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:21.572796 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:21.916667 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:21.918516 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:21.936855 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:22.054567 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:22.428606 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:22.433681 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:22.437522 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:22.553939 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:22.914131 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:22.915728 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:22.932758 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:23.053850 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:23.215210 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:23.415660 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:23.417138 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:23.432506 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:23.553942 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:23.918084 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:23.920094 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:23.936527 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:24.054398 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:24.413561 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:24.415588 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:24.432917 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:24.554400 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:24.914285 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:24.915704 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:24.932283 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:25.054474 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:25.416755 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:25.422324 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:25.446796 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:25.557773 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:25.718526 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:25.918752 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:25.920360 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:25.937084 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:26.055664 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:26.420613 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:26.425288 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:26.433722 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:26.554469 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:26.916715 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:26.917952 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:26.933291 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:27.054265 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:27.414318 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:27.415926 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:27.432251 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:27.554573 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:27.916046 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:27.917619 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:27.932577 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:28.054800 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:28.214079 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:28.415057 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:28.415673 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:28.432589 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:28.557021 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:28.917208 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:28.920301 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:28.933941 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:29.064058 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:29.417985 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:29.418908 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:29.433424 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:29.554384 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:29.915742 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:29.918673 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:29.931926 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:30.055261 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:30.217562 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:30.417102 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:30.418988 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:30.437882 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:30.553992 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:30.917116 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:30.919119 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:30.935988 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:31.054825 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:31.414831 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:31.422189 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:31.434190 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:31.554559 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:31.916685 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:31.918157 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:31.933762 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:32.056338 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:32.220273 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:32.414674 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:32.418985 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:32.433564 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:32.554382 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:32.913997 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:32.916115 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:32.932705 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:33.053942 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:33.414553 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:33.415154 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:33.432779 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:33.554058 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:33.917425 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:33.919393 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:33.933196 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:34.055244 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:34.416154 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:34.418236 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:34.433231 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:34.554163 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:34.714237 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:34.915085 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:34.918965 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:34.933037 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:35.054797 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:35.416718 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:35.418084 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:35.433434 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:35.555375 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:35.927987 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:35.936571 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:35.952322 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:36.054525 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:36.430996 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:36.439956 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:36.454392 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:36.553994 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:36.726441 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:36.915166 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:36.916275 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:36.936066 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:37.055024 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:37.414929 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0708 21:27:37.415890 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:37.432840 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:37.565368 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:37.914627 1295174 kapi.go:107] duration metric: took 1m8.005766984s to wait for kubernetes.io/minikube-addons=registry ...
I0708 21:27:37.918297 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:37.932574 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:38.054222 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:38.415714 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:38.433695 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:38.554730 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:38.915268 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:38.933844 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:39.055070 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:39.215567 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:39.416726 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:39.435022 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:39.554517 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:39.915397 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:39.949390 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:40.054643 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:40.417515 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:40.440984 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:40.554745 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:40.915653 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:40.933579 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:41.053963 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:41.415051 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:41.432588 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:41.555159 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:41.713841 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:41.914080 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:41.932345 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:42.054958 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:42.415588 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:42.434110 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:42.554526 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:42.915924 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:42.932962 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:43.055868 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:43.416859 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:43.435895 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:43.555131 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:43.714322 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:43.914888 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:43.934158 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:44.055963 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:44.414895 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:44.432237 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:44.554132 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:44.914128 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:44.932280 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:45.075051 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:45.414987 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:45.433341 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:45.554429 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:45.915187 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:45.938895 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:46.054523 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:46.213712 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:46.414745 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:46.432919 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:46.555105 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:46.916301 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:46.934228 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:47.055006 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:47.415607 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:47.433564 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:47.554172 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0708 21:27:47.915647 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:47.932555 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:48.054940 1295174 kapi.go:107] duration metric: took 1m14.004649207s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0708 21:27:48.057470 1295174 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-809641 cluster.
I0708 21:27:48.059417 1295174 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.
I0708 21:27:48.061510 1295174 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0708 21:27:48.214041 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:48.414386 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:48.432827 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:48.915616 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:48.933339 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:49.420531 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:49.440650 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:49.915349 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:49.949049 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:50.215248 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:50.414791 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:50.433840 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:50.915873 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:50.932792 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:51.417544 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:51.440097 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:51.915508 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:51.942142 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:52.216350 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:52.415936 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:52.435694 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:52.915619 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:52.935106 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:53.414933 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:53.433166 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:53.916100 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:53.937502 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:54.224520 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:54.416357 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:54.434792 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:54.916760 1295174 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0708 21:27:54.939301 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:55.414415 1295174 kapi.go:107] duration metric: took 1m25.504599029s to wait for app.kubernetes.io/name=ingress-nginx ...
I0708 21:27:55.431855 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:55.933492 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:56.434010 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:56.725960 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:56.935654 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:57.432844 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:57.935894 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:58.434127 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:58.932555 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:59.214101 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:27:59.433286 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:27:59.932753 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:28:00.440382 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:28:00.932544 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:28:01.214889 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:28:01.433591 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:28:01.932668 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:28:02.438032 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:28:02.932919 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:28:03.214950 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:28:03.432497 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:28:03.933117 1295174 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0708 21:28:04.432646 1295174 kapi.go:107] duration metric: took 1m34.005987574s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0708 21:28:04.434594 1295174 out.go:177] * Enabled addons: storage-provisioner, cloud-spanner, nvidia-device-plugin, default-storageclass, ingress-dns, metrics-server, yakd, inspektor-gadget, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
I0708 21:28:04.436505 1295174 addons.go:510] duration metric: took 1m40.436339988s for enable addons: enabled=[storage-provisioner cloud-spanner nvidia-device-plugin default-storageclass ingress-dns metrics-server yakd inspektor-gadget volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
I0708 21:28:05.714329 1295174 pod_ready.go:102] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"False"
I0708 21:28:07.214244 1295174 pod_ready.go:92] pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace has status "Ready":"True"
I0708 21:28:07.214272 1295174 pod_ready.go:81] duration metric: took 1m8.006696415s for pod "metrics-server-c59844bb4-jk744" in "kube-system" namespace to be "Ready" ...
I0708 21:28:07.214283 1295174 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-wxd9g" in "kube-system" namespace to be "Ready" ...
I0708 21:28:07.219965 1295174 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-wxd9g" in "kube-system" namespace has status "Ready":"True"
I0708 21:28:07.219992 1295174 pod_ready.go:81] duration metric: took 5.700386ms for pod "nvidia-device-plugin-daemonset-wxd9g" in "kube-system" namespace to be "Ready" ...
I0708 21:28:07.220014 1295174 pod_ready.go:38] duration metric: took 1m10.452160352s 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" ...
I0708 21:28:07.220030 1295174 api_server.go:52] waiting for apiserver process to appear ...
I0708 21:28:07.220074 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0708 21:28:07.220136 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0708 21:28:07.268973 1295174 cri.go:89] found id: "db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6"
I0708 21:28:07.268993 1295174 cri.go:89] found id: ""
I0708 21:28:07.269001 1295174 logs.go:276] 1 containers: [db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6]
I0708 21:28:07.269057 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:07.272510 1295174 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0708 21:28:07.272581 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0708 21:28:07.313600 1295174 cri.go:89] found id: "927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985"
I0708 21:28:07.313622 1295174 cri.go:89] found id: ""
I0708 21:28:07.313630 1295174 logs.go:276] 1 containers: [927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985]
I0708 21:28:07.313687 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:07.317388 1295174 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0708 21:28:07.317461 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0708 21:28:07.359220 1295174 cri.go:89] found id: "df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06"
I0708 21:28:07.359240 1295174 cri.go:89] found id: ""
I0708 21:28:07.359248 1295174 logs.go:276] 1 containers: [df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06]
I0708 21:28:07.359306 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:07.363129 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0708 21:28:07.363201 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0708 21:28:07.417400 1295174 cri.go:89] found id: "fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde"
I0708 21:28:07.417474 1295174 cri.go:89] found id: ""
I0708 21:28:07.417507 1295174 logs.go:276] 1 containers: [fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde]
I0708 21:28:07.417595 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:07.422001 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0708 21:28:07.422113 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0708 21:28:07.468295 1295174 cri.go:89] found id: "19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611"
I0708 21:28:07.468317 1295174 cri.go:89] found id: ""
I0708 21:28:07.468325 1295174 logs.go:276] 1 containers: [19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611]
I0708 21:28:07.468383 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:07.471782 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0708 21:28:07.471855 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0708 21:28:07.517307 1295174 cri.go:89] found id: "cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e"
I0708 21:28:07.517378 1295174 cri.go:89] found id: ""
I0708 21:28:07.517399 1295174 logs.go:276] 1 containers: [cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e]
I0708 21:28:07.517483 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:07.523686 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0708 21:28:07.523779 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0708 21:28:07.565217 1295174 cri.go:89] found id: "358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300"
I0708 21:28:07.565238 1295174 cri.go:89] found id: ""
I0708 21:28:07.565246 1295174 logs.go:276] 1 containers: [358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300]
I0708 21:28:07.565299 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:07.568747 1295174 logs.go:123] Gathering logs for describe nodes ...
I0708 21:28:07.568769 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0708 21:28:07.735261 1295174 logs.go:123] Gathering logs for etcd [927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985] ...
I0708 21:28:07.735297 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985"
I0708 21:28:07.793504 1295174 logs.go:123] Gathering logs for coredns [df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06] ...
I0708 21:28:07.793535 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06"
I0708 21:28:07.837551 1295174 logs.go:123] Gathering logs for kube-proxy [19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611] ...
I0708 21:28:07.837579 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611"
I0708 21:28:07.876494 1295174 logs.go:123] Gathering logs for kindnet [358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300] ...
I0708 21:28:07.876521 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300"
I0708 21:28:07.915813 1295174 logs.go:123] Gathering logs for container status ...
I0708 21:28:07.915844 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0708 21:28:07.976704 1295174 logs.go:123] Gathering logs for kubelet ...
I0708 21:28:07.976735 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0708 21:28:08.024601 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.430919 1568 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:08.024858 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.430966 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:08.025051 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.431136 1568 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:08.025259 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.431153 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:08.026351 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.444246 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:08.026567 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.444286 1568 reflector.go:150] 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-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:08.026756 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.445764 1568 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
W0708 21:28:08.026961 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.445799 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
I0708 21:28:08.064943 1295174 logs.go:123] Gathering logs for kube-apiserver [db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6] ...
I0708 21:28:08.064974 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6"
I0708 21:28:08.131635 1295174 logs.go:123] Gathering logs for kube-scheduler [fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde] ...
I0708 21:28:08.131676 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde"
I0708 21:28:08.182121 1295174 logs.go:123] Gathering logs for kube-controller-manager [cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e] ...
I0708 21:28:08.182152 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e"
I0708 21:28:08.248512 1295174 logs.go:123] Gathering logs for CRI-O ...
I0708 21:28:08.248548 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0708 21:28:08.341759 1295174 logs.go:123] Gathering logs for dmesg ...
I0708 21:28:08.341800 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0708 21:28:08.361487 1295174 out.go:304] Setting ErrFile to fd 2...
I0708 21:28:08.361511 1295174 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0708 21:28:08.361570 1295174 out.go:239] X Problems detected in kubelet:
W0708 21:28:08.361584 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.431153 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:08.361602 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.444246 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:08.361610 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.444286 1568 reflector.go:150] 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-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:08.361616 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.445764 1568 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
W0708 21:28:08.361625 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.445799 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
I0708 21:28:08.361636 1295174 out.go:304] Setting ErrFile to fd 2...
I0708 21:28:08.361642 1295174 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0708 21:28:18.362974 1295174 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0708 21:28:18.377078 1295174 api_server.go:72] duration metric: took 1m54.37714426s to wait for apiserver process to appear ...
I0708 21:28:18.377109 1295174 api_server.go:88] waiting for apiserver healthz status ...
I0708 21:28:18.377143 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0708 21:28:18.377205 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0708 21:28:18.416604 1295174 cri.go:89] found id: "db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6"
I0708 21:28:18.416626 1295174 cri.go:89] found id: ""
I0708 21:28:18.416643 1295174 logs.go:276] 1 containers: [db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6]
I0708 21:28:18.416716 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:18.420564 1295174 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0708 21:28:18.420642 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0708 21:28:18.466560 1295174 cri.go:89] found id: "927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985"
I0708 21:28:18.466580 1295174 cri.go:89] found id: ""
I0708 21:28:18.466587 1295174 logs.go:276] 1 containers: [927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985]
I0708 21:28:18.466644 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:18.471102 1295174 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0708 21:28:18.471179 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0708 21:28:18.511284 1295174 cri.go:89] found id: "df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06"
I0708 21:28:18.511307 1295174 cri.go:89] found id: ""
I0708 21:28:18.511314 1295174 logs.go:276] 1 containers: [df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06]
I0708 21:28:18.511370 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:18.514851 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0708 21:28:18.514924 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0708 21:28:18.556654 1295174 cri.go:89] found id: "fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde"
I0708 21:28:18.556682 1295174 cri.go:89] found id: ""
I0708 21:28:18.556691 1295174 logs.go:276] 1 containers: [fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde]
I0708 21:28:18.556747 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:18.560503 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0708 21:28:18.560576 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0708 21:28:18.598758 1295174 cri.go:89] found id: "19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611"
I0708 21:28:18.598779 1295174 cri.go:89] found id: ""
I0708 21:28:18.598787 1295174 logs.go:276] 1 containers: [19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611]
I0708 21:28:18.598843 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:18.602572 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0708 21:28:18.602656 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0708 21:28:18.641626 1295174 cri.go:89] found id: "cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e"
I0708 21:28:18.641647 1295174 cri.go:89] found id: ""
I0708 21:28:18.641655 1295174 logs.go:276] 1 containers: [cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e]
I0708 21:28:18.641708 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:18.645500 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0708 21:28:18.645569 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0708 21:28:18.688404 1295174 cri.go:89] found id: "358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300"
I0708 21:28:18.688424 1295174 cri.go:89] found id: ""
I0708 21:28:18.688433 1295174 logs.go:276] 1 containers: [358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300]
I0708 21:28:18.688488 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:18.691929 1295174 logs.go:123] Gathering logs for kube-scheduler [fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde] ...
I0708 21:28:18.691958 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde"
I0708 21:28:18.737644 1295174 logs.go:123] Gathering logs for kube-proxy [19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611] ...
I0708 21:28:18.737673 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611"
I0708 21:28:18.777088 1295174 logs.go:123] Gathering logs for container status ...
I0708 21:28:18.777116 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0708 21:28:18.837075 1295174 logs.go:123] Gathering logs for kubelet ...
I0708 21:28:18.837109 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0708 21:28:18.888548 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.430919 1568 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:18.888785 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.430966 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:18.888977 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.431136 1568 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:18.889187 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.431153 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:18.890298 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.444246 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:18.890520 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.444286 1568 reflector.go:150] 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-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:18.890705 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.445764 1568 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
W0708 21:28:18.890923 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.445799 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
I0708 21:28:18.932641 1295174 logs.go:123] Gathering logs for describe nodes ...
I0708 21:28:18.932685 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0708 21:28:19.074785 1295174 logs.go:123] Gathering logs for kube-apiserver [db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6] ...
I0708 21:28:19.074817 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6"
I0708 21:28:19.149845 1295174 logs.go:123] Gathering logs for kube-controller-manager [cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e] ...
I0708 21:28:19.149878 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e"
I0708 21:28:19.234865 1295174 logs.go:123] Gathering logs for kindnet [358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300] ...
I0708 21:28:19.234896 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300"
I0708 21:28:19.275091 1295174 logs.go:123] Gathering logs for CRI-O ...
I0708 21:28:19.275117 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0708 21:28:19.368275 1295174 logs.go:123] Gathering logs for dmesg ...
I0708 21:28:19.368315 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0708 21:28:19.386556 1295174 logs.go:123] Gathering logs for etcd [927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985] ...
I0708 21:28:19.386624 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985"
I0708 21:28:19.437980 1295174 logs.go:123] Gathering logs for coredns [df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06] ...
I0708 21:28:19.438011 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06"
I0708 21:28:19.481581 1295174 out.go:304] Setting ErrFile to fd 2...
I0708 21:28:19.481606 1295174 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0708 21:28:19.481657 1295174 out.go:239] X Problems detected in kubelet:
W0708 21:28:19.481669 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.431153 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:19.481676 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.444246 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:19.481686 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.444286 1568 reflector.go:150] 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-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:19.481692 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.445764 1568 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
W0708 21:28:19.481699 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.445799 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
I0708 21:28:19.481707 1295174 out.go:304] Setting ErrFile to fd 2...
I0708 21:28:19.481713 1295174 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0708 21:28:29.482368 1295174 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0708 21:28:29.489967 1295174 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0708 21:28:29.491030 1295174 api_server.go:141] control plane version: v1.30.2
I0708 21:28:29.491062 1295174 api_server.go:131] duration metric: took 11.113945291s to wait for apiserver health ...
I0708 21:28:29.491071 1295174 system_pods.go:43] waiting for kube-system pods to appear ...
I0708 21:28:29.491098 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0708 21:28:29.491163 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0708 21:28:29.533256 1295174 cri.go:89] found id: "db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6"
I0708 21:28:29.533275 1295174 cri.go:89] found id: ""
I0708 21:28:29.533283 1295174 logs.go:276] 1 containers: [db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6]
I0708 21:28:29.533338 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:29.536713 1295174 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0708 21:28:29.536788 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0708 21:28:29.575899 1295174 cri.go:89] found id: "927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985"
I0708 21:28:29.575920 1295174 cri.go:89] found id: ""
I0708 21:28:29.575928 1295174 logs.go:276] 1 containers: [927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985]
I0708 21:28:29.575984 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:29.581327 1295174 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0708 21:28:29.581396 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0708 21:28:29.619564 1295174 cri.go:89] found id: "df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06"
I0708 21:28:29.619587 1295174 cri.go:89] found id: ""
I0708 21:28:29.619595 1295174 logs.go:276] 1 containers: [df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06]
I0708 21:28:29.619648 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:29.623280 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0708 21:28:29.623354 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0708 21:28:29.661731 1295174 cri.go:89] found id: "fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde"
I0708 21:28:29.661754 1295174 cri.go:89] found id: ""
I0708 21:28:29.661762 1295174 logs.go:276] 1 containers: [fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde]
I0708 21:28:29.661817 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:29.665173 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0708 21:28:29.665393 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0708 21:28:29.707792 1295174 cri.go:89] found id: "19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611"
I0708 21:28:29.707862 1295174 cri.go:89] found id: ""
I0708 21:28:29.707883 1295174 logs.go:276] 1 containers: [19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611]
I0708 21:28:29.707965 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:29.712992 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0708 21:28:29.713064 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0708 21:28:29.754277 1295174 cri.go:89] found id: "cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e"
I0708 21:28:29.754301 1295174 cri.go:89] found id: ""
I0708 21:28:29.754310 1295174 logs.go:276] 1 containers: [cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e]
I0708 21:28:29.754365 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:29.759824 1295174 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0708 21:28:29.759896 1295174 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0708 21:28:29.807078 1295174 cri.go:89] found id: "358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300"
I0708 21:28:29.807099 1295174 cri.go:89] found id: ""
I0708 21:28:29.807107 1295174 logs.go:276] 1 containers: [358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300]
I0708 21:28:29.807160 1295174 ssh_runner.go:195] Run: which crictl
I0708 21:28:29.810747 1295174 logs.go:123] Gathering logs for etcd [927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985] ...
I0708 21:28:29.810775 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985"
I0708 21:28:29.865727 1295174 logs.go:123] Gathering logs for kube-scheduler [fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde] ...
I0708 21:28:29.865758 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde"
I0708 21:28:29.913500 1295174 logs.go:123] Gathering logs for kube-proxy [19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611] ...
I0708 21:28:29.913533 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611"
I0708 21:28:29.957232 1295174 logs.go:123] Gathering logs for kube-controller-manager [cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e] ...
I0708 21:28:29.957261 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e"
I0708 21:28:30.089948 1295174 logs.go:123] Gathering logs for kubelet ...
I0708 21:28:30.090747 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0708 21:28:30.150860 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.430919 1568 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:30.151118 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.430966 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:30.151311 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.431136 1568 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:30.151523 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.431153 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:30.152604 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.444246 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:30.152820 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.444286 1568 reflector.go:150] 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-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:30.153003 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.445764 1568 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
W0708 21:28:30.153206 1295174 logs.go:138] Found kubelet problem: Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.445799 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
I0708 21:28:30.194809 1295174 logs.go:123] Gathering logs for describe nodes ...
I0708 21:28:30.194849 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0708 21:28:30.335660 1295174 logs.go:123] Gathering logs for coredns [df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06] ...
I0708 21:28:30.335692 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06"
I0708 21:28:30.385405 1295174 logs.go:123] Gathering logs for kindnet [358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300] ...
I0708 21:28:30.385435 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300"
I0708 21:28:30.422527 1295174 logs.go:123] Gathering logs for CRI-O ...
I0708 21:28:30.422559 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0708 21:28:30.512398 1295174 logs.go:123] Gathering logs for container status ...
I0708 21:28:30.512434 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0708 21:28:30.566723 1295174 logs.go:123] Gathering logs for dmesg ...
I0708 21:28:30.566758 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0708 21:28:30.586867 1295174 logs.go:123] Gathering logs for kube-apiserver [db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6] ...
I0708 21:28:30.586896 1295174 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6"
I0708 21:28:30.663511 1295174 out.go:304] Setting ErrFile to fd 2...
I0708 21:28:30.663540 1295174 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0708 21:28:30.663615 1295174 out.go:239] X Problems detected in kubelet:
W0708 21:28:30.663633 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.431153 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-809641' and this object
W0708 21:28:30.663650 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.444246 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:30.663661 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.444286 1568 reflector.go:150] 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-809641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-809641' and this object
W0708 21:28:30.663668 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: W0708 21:26:56.445764 1568 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
W0708 21:28:30.663676 1295174 out.go:239] Jul 08 21:26:56 addons-809641 kubelet[1568]: E0708 21:26:56.445799 1568 reflector.go:150] 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-809641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-809641' and this object
I0708 21:28:30.663686 1295174 out.go:304] Setting ErrFile to fd 2...
I0708 21:28:30.663693 1295174 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0708 21:28:40.679524 1295174 system_pods.go:59] 18 kube-system pods found
I0708 21:28:40.679588 1295174 system_pods.go:61] "coredns-7db6d8ff4d-gbskc" [5224a2d2-eb96-4ba9-8683-a2b035fe38f2] Running
I0708 21:28:40.679594 1295174 system_pods.go:61] "csi-hostpath-attacher-0" [b1eb6395-8ee2-469a-8790-e5ad22a4f253] Running
I0708 21:28:40.679598 1295174 system_pods.go:61] "csi-hostpath-resizer-0" [20e8ff28-6b6f-446b-92f3-e74796c5d924] Running
I0708 21:28:40.679602 1295174 system_pods.go:61] "csi-hostpathplugin-6qxm5" [a4c418a4-cc77-4d60-8720-27cdd9a01f4a] Running
I0708 21:28:40.679606 1295174 system_pods.go:61] "etcd-addons-809641" [20066466-eaba-4f91-9d3d-946cf2886363] Running
I0708 21:28:40.679611 1295174 system_pods.go:61] "kindnet-hz2ld" [8d6390f1-76bf-45a1-be96-4c8d47ac2c20] Running
I0708 21:28:40.679621 1295174 system_pods.go:61] "kube-apiserver-addons-809641" [7390fa7e-356b-4774-a511-19a53229b5bb] Running
I0708 21:28:40.679626 1295174 system_pods.go:61] "kube-controller-manager-addons-809641" [51d39b03-f656-4241-b27b-6e01fb48f605] Running
I0708 21:28:40.679630 1295174 system_pods.go:61] "kube-ingress-dns-minikube" [feb193af-3147-4033-acfa-1e9545a488f0] Running
I0708 21:28:40.679661 1295174 system_pods.go:61] "kube-proxy-45g8d" [2192b54d-2d32-4ed6-9288-f3078eb68880] Running
I0708 21:28:40.679674 1295174 system_pods.go:61] "kube-scheduler-addons-809641" [3c74f07a-0c1c-41a1-ad5e-b941a674e31c] Running
I0708 21:28:40.679679 1295174 system_pods.go:61] "metrics-server-c59844bb4-jk744" [5418ed3c-6c2e-472c-985d-c87df7b17c53] Running
I0708 21:28:40.679688 1295174 system_pods.go:61] "nvidia-device-plugin-daemonset-wxd9g" [5d8f2360-d861-4256-a7e7-0fac81bd0111] Running
I0708 21:28:40.679716 1295174 system_pods.go:61] "registry-9n2mj" [081aa6a1-073d-4201-a7c5-8c609c4ee50e] Running
I0708 21:28:40.679733 1295174 system_pods.go:61] "registry-proxy-qf4zr" [eac815a6-2860-4ed6-bae6-2a13983eb310] Running
I0708 21:28:40.679737 1295174 system_pods.go:61] "snapshot-controller-745499f584-7j4r9" [3620ae99-9530-4eac-bf98-18740b34070d] Running
I0708 21:28:40.679741 1295174 system_pods.go:61] "snapshot-controller-745499f584-z6qmh" [df0768b6-b924-41e6-84f6-8bb15af7f552] Running
I0708 21:28:40.679760 1295174 system_pods.go:61] "storage-provisioner" [0e23398a-5b6c-4e40-9612-b95111d69740] Running
I0708 21:28:40.679767 1295174 system_pods.go:74] duration metric: took 11.188688842s to wait for pod list to return data ...
I0708 21:28:40.679780 1295174 default_sa.go:34] waiting for default service account to be created ...
I0708 21:28:40.682181 1295174 default_sa.go:45] found service account: "default"
I0708 21:28:40.682212 1295174 default_sa.go:55] duration metric: took 2.418818ms for default service account to be created ...
I0708 21:28:40.682222 1295174 system_pods.go:116] waiting for k8s-apps to be running ...
I0708 21:28:40.692678 1295174 system_pods.go:86] 18 kube-system pods found
I0708 21:28:40.692718 1295174 system_pods.go:89] "coredns-7db6d8ff4d-gbskc" [5224a2d2-eb96-4ba9-8683-a2b035fe38f2] Running
I0708 21:28:40.692726 1295174 system_pods.go:89] "csi-hostpath-attacher-0" [b1eb6395-8ee2-469a-8790-e5ad22a4f253] Running
I0708 21:28:40.692732 1295174 system_pods.go:89] "csi-hostpath-resizer-0" [20e8ff28-6b6f-446b-92f3-e74796c5d924] Running
I0708 21:28:40.692761 1295174 system_pods.go:89] "csi-hostpathplugin-6qxm5" [a4c418a4-cc77-4d60-8720-27cdd9a01f4a] Running
I0708 21:28:40.692772 1295174 system_pods.go:89] "etcd-addons-809641" [20066466-eaba-4f91-9d3d-946cf2886363] Running
I0708 21:28:40.692777 1295174 system_pods.go:89] "kindnet-hz2ld" [8d6390f1-76bf-45a1-be96-4c8d47ac2c20] Running
I0708 21:28:40.692781 1295174 system_pods.go:89] "kube-apiserver-addons-809641" [7390fa7e-356b-4774-a511-19a53229b5bb] Running
I0708 21:28:40.692788 1295174 system_pods.go:89] "kube-controller-manager-addons-809641" [51d39b03-f656-4241-b27b-6e01fb48f605] Running
I0708 21:28:40.692793 1295174 system_pods.go:89] "kube-ingress-dns-minikube" [feb193af-3147-4033-acfa-1e9545a488f0] Running
I0708 21:28:40.692799 1295174 system_pods.go:89] "kube-proxy-45g8d" [2192b54d-2d32-4ed6-9288-f3078eb68880] Running
I0708 21:28:40.692808 1295174 system_pods.go:89] "kube-scheduler-addons-809641" [3c74f07a-0c1c-41a1-ad5e-b941a674e31c] Running
I0708 21:28:40.692814 1295174 system_pods.go:89] "metrics-server-c59844bb4-jk744" [5418ed3c-6c2e-472c-985d-c87df7b17c53] Running
I0708 21:28:40.692818 1295174 system_pods.go:89] "nvidia-device-plugin-daemonset-wxd9g" [5d8f2360-d861-4256-a7e7-0fac81bd0111] Running
I0708 21:28:40.692848 1295174 system_pods.go:89] "registry-9n2mj" [081aa6a1-073d-4201-a7c5-8c609c4ee50e] Running
I0708 21:28:40.692858 1295174 system_pods.go:89] "registry-proxy-qf4zr" [eac815a6-2860-4ed6-bae6-2a13983eb310] Running
I0708 21:28:40.692862 1295174 system_pods.go:89] "snapshot-controller-745499f584-7j4r9" [3620ae99-9530-4eac-bf98-18740b34070d] Running
I0708 21:28:40.692866 1295174 system_pods.go:89] "snapshot-controller-745499f584-z6qmh" [df0768b6-b924-41e6-84f6-8bb15af7f552] Running
I0708 21:28:40.692872 1295174 system_pods.go:89] "storage-provisioner" [0e23398a-5b6c-4e40-9612-b95111d69740] Running
I0708 21:28:40.692880 1295174 system_pods.go:126] duration metric: took 10.651665ms to wait for k8s-apps to be running ...
I0708 21:28:40.692890 1295174 system_svc.go:44] waiting for kubelet service to be running ....
I0708 21:28:40.692974 1295174 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0708 21:28:40.705272 1295174 system_svc.go:56] duration metric: took 12.372113ms WaitForService to wait for kubelet
I0708 21:28:40.705299 1295174 kubeadm.go:576] duration metric: took 2m16.705371227s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0708 21:28:40.705319 1295174 node_conditions.go:102] verifying NodePressure condition ...
I0708 21:28:40.708787 1295174 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0708 21:28:40.708825 1295174 node_conditions.go:123] node cpu capacity is 2
I0708 21:28:40.708836 1295174 node_conditions.go:105] duration metric: took 3.511971ms to run NodePressure ...
I0708 21:28:40.708848 1295174 start.go:240] waiting for startup goroutines ...
I0708 21:28:40.708858 1295174 start.go:245] waiting for cluster config update ...
I0708 21:28:40.708898 1295174 start.go:254] writing updated cluster config ...
I0708 21:28:40.709231 1295174 ssh_runner.go:195] Run: rm -f paused
I0708 21:28:41.022895 1295174 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
I0708 21:28:41.025489 1295174 out.go:177] * Done! kubectl is now configured to use "addons-809641" cluster and "default" namespace by default
==> CRI-O <==
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.124712018Z" level=info msg="Stopped pod sandbox (already stopped): d151bc921f084e720116d79b9e2bb1f15292f7fd0eb28b9979764a319614bc2a" id=c91754d6-2502-44a0-a973-8c40ac9f76e6 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.125084362Z" level=info msg="Removing pod sandbox: d151bc921f084e720116d79b9e2bb1f15292f7fd0eb28b9979764a319614bc2a" id=c158c163-9045-4054-83f2-c2bd51ff7c4d name=/runtime.v1.RuntimeService/RemovePodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.135314155Z" level=info msg="Removed pod sandbox: d151bc921f084e720116d79b9e2bb1f15292f7fd0eb28b9979764a319614bc2a" id=c158c163-9045-4054-83f2-c2bd51ff7c4d name=/runtime.v1.RuntimeService/RemovePodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.135812507Z" level=info msg="Stopping pod sandbox: 781eaeac526f4919b4512942d0dba33b144fe1556032b038944371ce6ab22075" id=9f85ba24-7153-4ca2-aec8-0210b1ed87f5 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.135849398Z" level=info msg="Stopped pod sandbox (already stopped): 781eaeac526f4919b4512942d0dba33b144fe1556032b038944371ce6ab22075" id=9f85ba24-7153-4ca2-aec8-0210b1ed87f5 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.136200055Z" level=info msg="Removing pod sandbox: 781eaeac526f4919b4512942d0dba33b144fe1556032b038944371ce6ab22075" id=8b9d1c91-5713-4ed3-b285-4697849d3c13 name=/runtime.v1.RuntimeService/RemovePodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.147237815Z" level=info msg="Removed pod sandbox: 781eaeac526f4919b4512942d0dba33b144fe1556032b038944371ce6ab22075" id=8b9d1c91-5713-4ed3-b285-4697849d3c13 name=/runtime.v1.RuntimeService/RemovePodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.147754612Z" level=info msg="Stopping pod sandbox: 0076756c3a4a0e7619147248206923f02e64981c18a2113f245842920694c0b0" id=700c74af-d631-46ac-848f-b2eccc07aae2 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.147794990Z" level=info msg="Stopped pod sandbox (already stopped): 0076756c3a4a0e7619147248206923f02e64981c18a2113f245842920694c0b0" id=700c74af-d631-46ac-848f-b2eccc07aae2 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.148082853Z" level=info msg="Removing pod sandbox: 0076756c3a4a0e7619147248206923f02e64981c18a2113f245842920694c0b0" id=de13b58e-1c0e-4bda-bbdd-a1e0222e3242 name=/runtime.v1.RuntimeService/RemovePodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.157865848Z" level=info msg="Removed pod sandbox: 0076756c3a4a0e7619147248206923f02e64981c18a2113f245842920694c0b0" id=de13b58e-1c0e-4bda-bbdd-a1e0222e3242 name=/runtime.v1.RuntimeService/RemovePodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.385151837Z" level=warning msg="Stopping container ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=33ae1a52-b476-44f5-80a7-8970fe2284a1 name=/runtime.v1.RuntimeService/StopContainer
Jul 08 21:32:10 addons-809641 conmon[4996]: conmon ac5acb822cffec1df4fb <ninfo>: container 5007 exited with status 137
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.523155321Z" level=info msg="Stopped container ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63: ingress-nginx/ingress-nginx-controller-768f948f8f-pr6nw/controller" id=33ae1a52-b476-44f5-80a7-8970fe2284a1 name=/runtime.v1.RuntimeService/StopContainer
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.524001139Z" level=info msg="Stopping pod sandbox: f4bbbfba745bddcc118adb33a5aa0da349ae77139931cf75a711c4bb8e017fe6" id=7cdecf1c-b8c1-4bba-a25a-322124d308f3 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.527858686Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-V3OIM5SS2NEZXBKI - [0:0]\n:KUBE-HP-5I75YIY7KEDQQNAM - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-V3OIM5SS2NEZXBKI\n-X KUBE-HP-5I75YIY7KEDQQNAM\nCOMMIT\n"
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.529278638Z" level=info msg="Closing host port tcp:80"
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.529327623Z" level=info msg="Closing host port tcp:443"
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.530691763Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.530724207Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.530933029Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-768f948f8f-pr6nw Namespace:ingress-nginx ID:f4bbbfba745bddcc118adb33a5aa0da349ae77139931cf75a711c4bb8e017fe6 UID:6f384c49-a56c-4db3-9440-0b4a3721d70e NetNS:/var/run/netns/33112aa4-bf13-43c7-8f29-af9953ab9f46 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.531079345Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-768f948f8f-pr6nw from CNI network \"kindnet\" (type=ptp)"
Jul 08 21:32:10 addons-809641 crio[973]: time="2024-07-08 21:32:10.558834353Z" level=info msg="Stopped pod sandbox: f4bbbfba745bddcc118adb33a5aa0da349ae77139931cf75a711c4bb8e017fe6" id=7cdecf1c-b8c1-4bba-a25a-322124d308f3 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 08 21:32:11 addons-809641 crio[973]: time="2024-07-08 21:32:11.450085944Z" level=info msg="Removing container: ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63" id=ced66b13-5b54-4cae-aee0-5373cf5d5b3c name=/runtime.v1.RuntimeService/RemoveContainer
Jul 08 21:32:11 addons-809641 crio[973]: time="2024-07-08 21:32:11.471637365Z" level=info msg="Removed container ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63: ingress-nginx/ingress-nginx-controller-768f948f8f-pr6nw/controller" id=ced66b13-5b54-4cae-aee0-5373cf5d5b3c name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
87a91665ba22d dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 7 seconds ago Exited hello-world-app 1 030aa75147c9b hello-world-app-86c47465fc-56v47
44996b779b896 docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55 2 minutes ago Running nginx 0 eee77d1505368 nginx
a75ef7418c33e ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37 3 minutes ago Running headlamp 0 00c8a049b4ff8 headlamp-7867546754-gqh7x
205110bbbe3dc gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69 4 minutes ago Running gcp-auth 0 c169f349dee7f gcp-auth-5db96cd9b4-hx796
2c493021ae3ed docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 4 minutes ago Running local-path-provisioner 0 62615ce8443ba local-path-provisioner-8d985888d-q97zq
ad74b89ccf6ea docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17 4 minutes ago Running yakd 0 60dd5bca4555e yakd-dashboard-799879c74f-5w49g
54c0483321cc5 nvcr.io/nvidia/k8s-device-plugin@sha256:a7ea3c516fa4f570e6c73ce4ede510ad78918f0c6bea2acbc1f776871eac5074 4 minutes ago Running nvidia-device-plugin-ctr 0 9774c6e7ee174 nvidia-device-plugin-daemonset-wxd9g
f92cb01b51477 gcr.io/cloud-spanner-emulator/emulator@sha256:6a72be4b6978a014035656e130840ad1bc06c8aa7c4de78871464ad5714565d4 5 minutes ago Running cloud-spanner-emulator 0 9fa2fde6e6c4e cloud-spanner-emulator-6fcd4f6f98-pkhlv
58d2b4d3bc5d4 registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 5 minutes ago Running metrics-server 0 f5e6e6ef70944 metrics-server-c59844bb4-jk744
df6ae6fd8a882 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 5 minutes ago Running coredns 0 1511c42e38c1e coredns-7db6d8ff4d-gbskc
039d204fd91f7 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 7fb2e6d222186 storage-provisioner
19b17a8f3d399 66dbb96a9149f69913ff817f696be766014cacdffc2ce0889a76c81165415fae 5 minutes ago Running kube-proxy 0 343462d1f4b30 kube-proxy-45g8d
358e3b335d1c6 89d73d416b992e8f9602b67b4614d9e7f0655aebb3696e18efec695e0b654c40 5 minutes ago Running kindnet-cni 0 5fdf5b8e2a568 kindnet-hz2ld
db46dde407db5 84c601f3f72c87776cdcf77a73329d1f45297e43a92508b0f289fa2fcf8872a0 6 minutes ago Running kube-apiserver 0 4f0de95bbb7ca kube-apiserver-addons-809641
fa428c7beb652 c7dd04b1bafeb51c650fde7f34ac0fdafa96030e77ea7a822135ff302d895dd5 6 minutes ago Running kube-scheduler 0 03c2a271d20a6 kube-scheduler-addons-809641
cb40547514b47 e1dcc3400d3ea6a268c7ea6e66c3a196703770a8e346b695f54344ab53a47567 6 minutes ago Running kube-controller-manager 0 07bbf9aae869f kube-controller-manager-addons-809641
927701fb00c57 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 6 minutes ago Running etcd 0 2ed941d93b2ab etcd-addons-809641
==> coredns [df6ae6fd8a8828bbc84d3c87ca58292c005ffc8bed6488c6f158a2afcd23dc06] <==
[INFO] 10.244.0.15:43191 - 2135 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001903178s
[INFO] 10.244.0.15:33201 - 25909 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000183476s
[INFO] 10.244.0.15:33201 - 5690 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000226644s
[INFO] 10.244.0.15:45773 - 16374 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000118294s
[INFO] 10.244.0.15:45773 - 6386 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000052135s
[INFO] 10.244.0.15:41668 - 32814 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000059242s
[INFO] 10.244.0.15:41668 - 48940 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000141654s
[INFO] 10.244.0.15:45711 - 26922 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.00005203s
[INFO] 10.244.0.15:45711 - 53549 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000045482s
[INFO] 10.244.0.15:52688 - 3018 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001738278s
[INFO] 10.244.0.15:52688 - 19444 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001649079s
[INFO] 10.244.0.15:42384 - 27082 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000057895s
[INFO] 10.244.0.15:42384 - 43959 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000051052s
[INFO] 10.244.0.19:37046 - 29012 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000178521s
[INFO] 10.244.0.19:40544 - 7714 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000310854s
[INFO] 10.244.0.19:58661 - 64031 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000141687s
[INFO] 10.244.0.19:43126 - 12292 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000104936s
[INFO] 10.244.0.19:38071 - 10619 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000089125s
[INFO] 10.244.0.19:46128 - 47711 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000072197s
[INFO] 10.244.0.19:58109 - 6809 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002575765s
[INFO] 10.244.0.19:46677 - 42509 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.00275372s
[INFO] 10.244.0.19:56230 - 32186 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.001383822s
[INFO] 10.244.0.19:38763 - 59311 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000846587s
[INFO] 10.244.0.22:45794 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000224223s
[INFO] 10.244.0.22:51233 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000157334s
==> describe nodes <==
Name: addons-809641
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-809641
kubernetes.io/os=linux
minikube.k8s.io/commit=2dfbd68ba405aca732c579e607220b4538fd22ad
minikube.k8s.io/name=addons-809641
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_08T21_26_10_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-809641
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: Mon, 08 Jul 2024 21:26:07 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-809641
AcquireTime: <unset>
RenewTime: Mon, 08 Jul 2024 21:32:07 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 08 Jul 2024 21:30:15 +0000 Mon, 08 Jul 2024 21:26:05 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 08 Jul 2024 21:30:15 +0000 Mon, 08 Jul 2024 21:26:05 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 08 Jul 2024 21:30:15 +0000 Mon, 08 Jul 2024 21:26:05 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 08 Jul 2024 21:30:15 +0000 Mon, 08 Jul 2024 21:26:56 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-809641
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022364Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022364Ki
pods: 110
System Info:
Machine ID: ebc509ba95364d45b4fcd52ec3ee534f
System UUID: f2a3bcf7-1aa9-4cd6-a64a-426899f8974e
Boot ID: fe43e817-0fe5-4bb6-abcd-0ef3805fd765
Kernel Version: 5.15.0-1064-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.30.2
Kube-Proxy Version: v1.30.2
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 cloud-spanner-emulator-6fcd4f6f98-pkhlv 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m47s
default hello-world-app-86c47465fc-56v47 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 11s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m30s
gcp-auth gcp-auth-5db96cd9b4-hx796 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m42s
headlamp headlamp-7867546754-gqh7x 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m33s
kube-system coredns-7db6d8ff4d-gbskc 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 5m52s
kube-system etcd-addons-809641 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m6s
kube-system kindnet-hz2ld 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m52s
kube-system kube-apiserver-addons-809641 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m6s
kube-system kube-controller-manager-addons-809641 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m6s
kube-system kube-proxy-45g8d 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m52s
kube-system kube-scheduler-addons-809641 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m6s
kube-system metrics-server-c59844bb4-jk744 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 5m47s
kube-system nvidia-device-plugin-daemonset-wxd9g 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m19s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m47s
local-path-storage local-path-provisioner-8d985888d-q97zq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m47s
yakd-dashboard yakd-dashboard-799879c74f-5w49g 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 5m46s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%!)(MISSING) 100m (5%!)(MISSING)
memory 548Mi (6%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m46s kube-proxy
Normal NodeHasSufficientMemory 6m12s kubelet Node addons-809641 status is now: NodeHasSufficientMemory
Normal Starting 6m6s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m6s kubelet Node addons-809641 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m6s kubelet Node addons-809641 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m6s kubelet Node addons-809641 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m53s node-controller Node addons-809641 event: Registered Node addons-809641 in Controller
Normal NodeReady 5m19s kubelet Node addons-809641 status is now: NodeReady
==> dmesg <==
[ +0.001084] FS-Cache: O-key=[8] 'e1613b0000000000'
[ +0.000724] FS-Cache: N-cookie c=00000042 [p=00000039 fl=2 nc=0 na=1]
[ +0.000993] FS-Cache: N-cookie d=000000006f98188f{9p.inode} n=00000000bef54981
[ +0.001089] FS-Cache: N-key=[8] 'e1613b0000000000'
[ +0.002352] FS-Cache: Duplicate cookie detected
[ +0.000755] FS-Cache: O-cookie c=0000003c [p=00000039 fl=226 nc=0 na=1]
[ +0.000999] FS-Cache: O-cookie d=000000006f98188f{9p.inode} n=00000000351624fe
[ +0.001086] FS-Cache: O-key=[8] 'e1613b0000000000'
[ +0.000726] FS-Cache: N-cookie c=00000043 [p=00000039 fl=2 nc=0 na=1]
[ +0.000973] FS-Cache: N-cookie d=000000006f98188f{9p.inode} n=00000000cb6944e7
[ +0.001088] FS-Cache: N-key=[8] 'e1613b0000000000'
[ +2.547743] FS-Cache: Duplicate cookie detected
[ +0.000767] FS-Cache: O-cookie c=0000003a [p=00000039 fl=226 nc=0 na=1]
[ +0.001014] FS-Cache: O-cookie d=000000006f98188f{9p.inode} n=000000003df71890
[ +0.001106] FS-Cache: O-key=[8] 'e0613b0000000000'
[ +0.000733] FS-Cache: N-cookie c=00000045 [p=00000039 fl=2 nc=0 na=1]
[ +0.001023] FS-Cache: N-cookie d=000000006f98188f{9p.inode} n=00000000dbea0535
[ +0.001140] FS-Cache: N-key=[8] 'e0613b0000000000'
[ +0.348207] FS-Cache: Duplicate cookie detected
[ +0.000740] FS-Cache: O-cookie c=0000003f [p=00000039 fl=226 nc=0 na=1]
[ +0.001037] FS-Cache: O-cookie d=000000006f98188f{9p.inode} n=000000000716b597
[ +0.001097] FS-Cache: O-key=[8] 'e6613b0000000000'
[ +0.000736] FS-Cache: N-cookie c=00000046 [p=00000039 fl=2 nc=0 na=1]
[ +0.000968] FS-Cache: N-cookie d=000000006f98188f{9p.inode} n=00000000bef54981
[ +0.001095] FS-Cache: N-key=[8] 'e6613b0000000000'
==> etcd [927701fb00c579b7657788fbade404f6f35d1b8d5ff85f4c68429a222cd64985] <==
{"level":"info","ts":"2024-07-08T21:26:04.650772Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-08T21:26:04.65081Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-07-08T21:26:04.650846Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-08T21:26:04.654648Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-809641 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-07-08T21:26:04.654867Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-08T21:26:04.655204Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-08T21:26:04.655328Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-08T21:26:04.660061Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-07-08T21:26:04.66613Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-08T21:26:04.666285Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-08T21:26:04.66634Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-08T21:26:04.668488Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-07-08T21:26:04.674492Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-07-08T21:26:04.678551Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-07-08T21:26:24.906688Z","caller":"traceutil/trace.go:171","msg":"trace[299155795] transaction","detail":"{read_only:false; response_revision:369; number_of_response:1; }","duration":"118.543003ms","start":"2024-07-08T21:26:24.786897Z","end":"2024-07-08T21:26:24.90544Z","steps":["trace[299155795] 'process raft request' (duration: 44.342451ms)","trace[299155795] 'compare' (duration: 73.876529ms)"],"step_count":2}
{"level":"info","ts":"2024-07-08T21:26:25.437437Z","caller":"traceutil/trace.go:171","msg":"trace[1801431816] transaction","detail":"{read_only:false; response_revision:373; number_of_response:1; }","duration":"110.644734ms","start":"2024-07-08T21:26:25.326778Z","end":"2024-07-08T21:26:25.437422Z","steps":["trace[1801431816] 'process raft request' (duration: 110.557054ms)"],"step_count":1}
{"level":"info","ts":"2024-07-08T21:26:26.450615Z","caller":"traceutil/trace.go:171","msg":"trace[1261272330] transaction","detail":"{read_only:false; response_revision:377; number_of_response:1; }","duration":"174.244839ms","start":"2024-07-08T21:26:26.276324Z","end":"2024-07-08T21:26:26.450569Z","steps":["trace[1261272330] 'process raft request' (duration: 162.398513ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-08T21:26:26.939164Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"340.13263ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-809641\" ","response":"range_response_count:1 size:5744"}
{"level":"info","ts":"2024-07-08T21:26:26.939218Z","caller":"traceutil/trace.go:171","msg":"trace[1933307489] range","detail":"{range_begin:/registry/minions/addons-809641; range_end:; response_count:1; response_revision:377; }","duration":"340.182928ms","start":"2024-07-08T21:26:26.599023Z","end":"2024-07-08T21:26:26.939206Z","steps":["trace[1933307489] 'range keys from in-memory index tree' (duration: 335.014794ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-08T21:26:26.939243Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-08T21:26:26.599009Z","time spent":"340.22786ms","remote":"127.0.0.1:50186","response type":"/etcdserverpb.KV/Range","request count":0,"request size":33,"response count":1,"response size":5768,"request content":"key:\"/registry/minions/addons-809641\" "}
{"level":"warn","ts":"2024-07-08T21:26:26.93897Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"340.029573ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/coredns\" ","response":"range_response_count:1 size:4034"}
{"level":"info","ts":"2024-07-08T21:26:26.939506Z","caller":"traceutil/trace.go:171","msg":"trace[1040046566] range","detail":"{range_begin:/registry/deployments/kube-system/coredns; range_end:; response_count:1; response_revision:377; }","duration":"340.580297ms","start":"2024-07-08T21:26:26.598916Z","end":"2024-07-08T21:26:26.939497Z","steps":["trace[1040046566] 'range keys from in-memory index tree' (duration: 335.243152ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-08T21:26:26.939537Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-08T21:26:26.598876Z","time spent":"340.652371ms","remote":"127.0.0.1:50472","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-07-08T21:26:27.013748Z","caller":"traceutil/trace.go:171","msg":"trace[977984641] transaction","detail":"{read_only:false; response_revision:378; number_of_response:1; }","duration":"326.575433ms","start":"2024-07-08T21:26:26.687155Z","end":"2024-07-08T21:26:27.013731Z","steps":["trace[977984641] 'process raft request' (duration: 258.013466ms)","trace[977984641] 'compare' (duration: 20.171151ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-08T21:26:27.107224Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-08T21:26:26.687115Z","time spent":"350.93451ms","remote":"127.0.0.1:50220","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":176,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/serviceaccounts/kube-system/default\" mod_revision:350 > success:<request_put:<key:\"/registry/serviceaccounts/kube-system/default\" value_size:124 >> failure:<request_range:<key:\"/registry/serviceaccounts/kube-system/default\" > >"}
==> gcp-auth [205110bbbe3dc0c497eefd64214635da94d927873a4a52a2254e163ef0ff91da] <==
2024/07/08 21:27:47 GCP Auth Webhook started!
2024/07/08 21:28:41 Ready to marshal response ...
2024/07/08 21:28:41 Ready to write response ...
2024/07/08 21:28:41 Ready to marshal response ...
2024/07/08 21:28:41 Ready to write response ...
2024/07/08 21:28:42 Ready to marshal response ...
2024/07/08 21:28:42 Ready to write response ...
2024/07/08 21:28:52 Ready to marshal response ...
2024/07/08 21:28:52 Ready to write response ...
2024/07/08 21:28:56 Ready to marshal response ...
2024/07/08 21:28:56 Ready to write response ...
2024/07/08 21:29:16 Ready to marshal response ...
2024/07/08 21:29:16 Ready to write response ...
2024/07/08 21:29:45 Ready to marshal response ...
2024/07/08 21:29:45 Ready to write response ...
2024/07/08 21:32:04 Ready to marshal response ...
2024/07/08 21:32:04 Ready to write response ...
==> kernel <==
21:32:15 up 5:14, 0 users, load average: 0.28, 1.02, 1.82
Linux addons-809641 5.15.0-1064-aws #70~20.04.1-Ubuntu SMP Thu Jun 27 14:52:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [358e3b335d1c638e73842137c3e30930850b6b68925e3b0a7083da39186a3300] <==
I0708 21:30:05.994401 1 main.go:227] handling current node
I0708 21:30:16.007529 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:30:16.007643 1 main.go:227] handling current node
I0708 21:30:26.011943 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:30:26.011977 1 main.go:227] handling current node
I0708 21:30:36.022517 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:30:36.022546 1 main.go:227] handling current node
I0708 21:30:46.041434 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:30:46.041465 1 main.go:227] handling current node
I0708 21:30:56.045786 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:30:56.045820 1 main.go:227] handling current node
I0708 21:31:06.054681 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:31:06.054708 1 main.go:227] handling current node
I0708 21:31:16.058618 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:31:16.058648 1 main.go:227] handling current node
I0708 21:31:26.069515 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:31:26.069547 1 main.go:227] handling current node
I0708 21:31:36.080057 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:31:36.080085 1 main.go:227] handling current node
I0708 21:31:46.084701 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:31:46.084731 1 main.go:227] handling current node
I0708 21:31:56.094909 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:31:56.094935 1 main.go:227] handling current node
I0708 21:32:06.098907 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0708 21:32:06.098933 1 main.go:227] handling current node
==> kube-apiserver [db46dde407db5b0c036a327aad973078c01fa8b2faeabbc0fc858b68f9c21dc6] <==
I0708 21:27:30.226072 1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
W0708 21:28:06.742813 1 handler_proxy.go:93] no RequestInfo found in the context
E0708 21:28:06.742887 1 controller.go:146] 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]]
E0708 21:28:06.743640 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.96.133.177:443/apis/metrics.k8s.io/v1beta1: Get "https://10.96.133.177:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.96.133.177:443: connect: connection refused
I0708 21:28:06.834855 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0708 21:28:41.953738 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.100.206.40"}
I0708 21:29:08.547770 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0708 21:29:32.966786 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0708 21:29:32.966907 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0708 21:29:33.000013 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0708 21:29:33.000069 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0708 21:29:33.033786 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0708 21:29:33.037949 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0708 21:29:33.069410 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0708 21:29:33.071014 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0708 21:29:34.033986 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0708 21:29:34.069561 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0708 21:29:34.087326 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0708 21:29:39.706425 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0708 21:29:40.748457 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0708 21:29:45.296923 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0708 21:29:45.594596 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.103.96.237"}
I0708 21:32:04.634637 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.99.46.158"}
E0708 21:32:07.425893 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
==> kube-controller-manager [cb40547514b47cb2c9a1c5d40c0e69e9320599ff59d14b285815509f254ae15e] <==
W0708 21:30:51.394587 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0708 21:30:51.394625 1 reflector.go:150] 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
W0708 21:30:52.874911 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0708 21:30:52.874949 1 reflector.go:150] 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
W0708 21:30:53.756341 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0708 21:30:53.756378 1 reflector.go:150] 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
W0708 21:31:24.387612 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0708 21:31:24.387657 1 reflector.go:150] 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
W0708 21:31:30.200228 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0708 21:31:30.200267 1 reflector.go:150] 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
W0708 21:31:44.570929 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0708 21:31:44.570966 1 reflector.go:150] 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
W0708 21:31:44.955114 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0708 21:31:44.955149 1 reflector.go:150] 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
I0708 21:32:04.384553 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="33.819271ms"
I0708 21:32:04.416963 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="32.281838ms"
I0708 21:32:04.417134 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="38.761µs"
I0708 21:32:07.315553 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0708 21:32:07.322866 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0708 21:32:07.333852 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="8.755µs"
I0708 21:32:08.456615 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="36.793µs"
I0708 21:32:09.463012 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="45.251µs"
I0708 21:32:10.463983 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="41.444µs"
W0708 21:32:15.407995 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0708 21:32:15.408028 1 reflector.go:150] 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
==> kube-proxy [19b17a8f3d399436c20e77c618da3d14cd247f584bfde0268c0fc0eb7761b611] <==
I0708 21:26:28.722349 1 server_linux.go:69] "Using iptables proxy"
I0708 21:26:28.815087 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0708 21:26:28.992747 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0708 21:26:28.992873 1 server_linux.go:165] "Using iptables Proxier"
I0708 21:26:28.995205 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0708 21:26:28.995403 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0708 21:26:28.995635 1 proxier.go:243] "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"
I0708 21:26:28.995898 1 server.go:872] "Version info" version="v1.30.2"
I0708 21:26:29.008023 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0708 21:26:29.012020 1 config.go:192] "Starting service config controller"
I0708 21:26:29.012095 1 shared_informer.go:313] Waiting for caches to sync for service config
I0708 21:26:29.012801 1 config.go:101] "Starting endpoint slice config controller"
I0708 21:26:29.013029 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0708 21:26:29.014028 1 config.go:319] "Starting node config controller"
I0708 21:26:29.014596 1 shared_informer.go:313] Waiting for caches to sync for node config
I0708 21:26:29.122659 1 shared_informer.go:320] Caches are synced for node config
I0708 21:26:29.127239 1 shared_informer.go:320] Caches are synced for service config
I0708 21:26:29.138637 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [fa428c7beb6529b7244f0d9d4c1f421033bdae444facd602a14efce478528bde] <==
W0708 21:26:07.556349 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0708 21:26:07.556422 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0708 21:26:07.556908 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0708 21:26:07.557016 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0708 21:26:07.557147 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0708 21:26:07.557203 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0708 21:26:07.557328 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0708 21:26:07.557584 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0708 21:26:07.557510 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0708 21:26:07.557689 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0708 21:26:07.557565 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0708 21:26:07.557784 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0708 21:26:07.557440 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0708 21:26:07.557874 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0708 21:26:08.408512 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0708 21:26:08.408551 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0708 21:26:08.413625 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0708 21:26:08.413744 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0708 21:26:08.419068 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0708 21:26:08.420160 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0708 21:26:08.552576 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0708 21:26:08.552621 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0708 21:26:08.700348 1 reflector.go:547] runtime/asm_arm64.s:1222: 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"
E0708 21:26:08.700463 1 reflector.go:150] runtime/asm_arm64.s:1222: 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"
I0708 21:26:10.449091 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 08 21:32:06 addons-809641 kubelet[1568]: I0708 21:32:06.466066 1568 scope.go:117] "RemoveContainer" containerID="26cdb43138d203acfc8f1e9e236836b3646f42c76dd0ce7966e042da4cf7e526"
Jul 08 21:32:06 addons-809641 kubelet[1568]: E0708 21:32:06.466498 1568 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"26cdb43138d203acfc8f1e9e236836b3646f42c76dd0ce7966e042da4cf7e526\": container with ID starting with 26cdb43138d203acfc8f1e9e236836b3646f42c76dd0ce7966e042da4cf7e526 not found: ID does not exist" containerID="26cdb43138d203acfc8f1e9e236836b3646f42c76dd0ce7966e042da4cf7e526"
Jul 08 21:32:06 addons-809641 kubelet[1568]: I0708 21:32:06.466534 1568 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"26cdb43138d203acfc8f1e9e236836b3646f42c76dd0ce7966e042da4cf7e526"} err="failed to get container status \"26cdb43138d203acfc8f1e9e236836b3646f42c76dd0ce7966e042da4cf7e526\": rpc error: code = NotFound desc = could not find container \"26cdb43138d203acfc8f1e9e236836b3646f42c76dd0ce7966e042da4cf7e526\": container with ID starting with 26cdb43138d203acfc8f1e9e236836b3646f42c76dd0ce7966e042da4cf7e526 not found: ID does not exist"
Jul 08 21:32:07 addons-809641 kubelet[1568]: I0708 21:32:07.830395 1568 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="c4cac35c-bc5d-4a84-bd3a-ede1286494d6" path="/var/lib/kubelet/pods/c4cac35c-bc5d-4a84-bd3a-ede1286494d6/volumes"
Jul 08 21:32:07 addons-809641 kubelet[1568]: I0708 21:32:07.830878 1568 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f1b315d6-7acc-491d-972b-2a557fd0124f" path="/var/lib/kubelet/pods/f1b315d6-7acc-491d-972b-2a557fd0124f/volumes"
Jul 08 21:32:07 addons-809641 kubelet[1568]: I0708 21:32:07.831209 1568 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="feb193af-3147-4033-acfa-1e9545a488f0" path="/var/lib/kubelet/pods/feb193af-3147-4033-acfa-1e9545a488f0/volumes"
Jul 08 21:32:08 addons-809641 kubelet[1568]: I0708 21:32:08.437914 1568 scope.go:117] "RemoveContainer" containerID="8bdbf49b2db0fa7066864b79bd2a8a750f1e0e90c603ae9b9237039ad78c54e3"
Jul 08 21:32:09 addons-809641 kubelet[1568]: I0708 21:32:09.441794 1568 scope.go:117] "RemoveContainer" containerID="8bdbf49b2db0fa7066864b79bd2a8a750f1e0e90c603ae9b9237039ad78c54e3"
Jul 08 21:32:09 addons-809641 kubelet[1568]: I0708 21:32:09.441994 1568 scope.go:117] "RemoveContainer" containerID="87a91665ba22d8b50bca54976f103237028c2ae01bbf3e6e7bd195f7558cb620"
Jul 08 21:32:09 addons-809641 kubelet[1568]: E0708 21:32:09.442248 1568 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-56v47_default(c30cf98c-63f4-4f28-bab2-2e88a61c1983)\"" pod="default/hello-world-app-86c47465fc-56v47" podUID="c30cf98c-63f4-4f28-bab2-2e88a61c1983"
Jul 08 21:32:10 addons-809641 kubelet[1568]: I0708 21:32:10.081178 1568 scope.go:117] "RemoveContainer" containerID="380e40cc26a2f2fa169490b63f91c3bf7ff087c34c64440931628a83529ca40c"
Jul 08 21:32:10 addons-809641 kubelet[1568]: I0708 21:32:10.100867 1568 scope.go:117] "RemoveContainer" containerID="ef32dbd7d8243cc8b8591e999252ff18ad55000d686835b97ccab290a939bc5e"
Jul 08 21:32:10 addons-809641 kubelet[1568]: I0708 21:32:10.445362 1568 scope.go:117] "RemoveContainer" containerID="87a91665ba22d8b50bca54976f103237028c2ae01bbf3e6e7bd195f7558cb620"
Jul 08 21:32:10 addons-809641 kubelet[1568]: E0708 21:32:10.445634 1568 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-56v47_default(c30cf98c-63f4-4f28-bab2-2e88a61c1983)\"" pod="default/hello-world-app-86c47465fc-56v47" podUID="c30cf98c-63f4-4f28-bab2-2e88a61c1983"
Jul 08 21:32:10 addons-809641 kubelet[1568]: I0708 21:32:10.647345 1568 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/6f384c49-a56c-4db3-9440-0b4a3721d70e-webhook-cert\") pod \"6f384c49-a56c-4db3-9440-0b4a3721d70e\" (UID: \"6f384c49-a56c-4db3-9440-0b4a3721d70e\") "
Jul 08 21:32:10 addons-809641 kubelet[1568]: I0708 21:32:10.647403 1568 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-b9zjj\" (UniqueName: \"kubernetes.io/projected/6f384c49-a56c-4db3-9440-0b4a3721d70e-kube-api-access-b9zjj\") pod \"6f384c49-a56c-4db3-9440-0b4a3721d70e\" (UID: \"6f384c49-a56c-4db3-9440-0b4a3721d70e\") "
Jul 08 21:32:10 addons-809641 kubelet[1568]: I0708 21:32:10.650210 1568 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/6f384c49-a56c-4db3-9440-0b4a3721d70e-kube-api-access-b9zjj" (OuterVolumeSpecName: "kube-api-access-b9zjj") pod "6f384c49-a56c-4db3-9440-0b4a3721d70e" (UID: "6f384c49-a56c-4db3-9440-0b4a3721d70e"). InnerVolumeSpecName "kube-api-access-b9zjj". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 08 21:32:10 addons-809641 kubelet[1568]: I0708 21:32:10.650297 1568 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/6f384c49-a56c-4db3-9440-0b4a3721d70e-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "6f384c49-a56c-4db3-9440-0b4a3721d70e" (UID: "6f384c49-a56c-4db3-9440-0b4a3721d70e"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 08 21:32:10 addons-809641 kubelet[1568]: I0708 21:32:10.748573 1568 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-b9zjj\" (UniqueName: \"kubernetes.io/projected/6f384c49-a56c-4db3-9440-0b4a3721d70e-kube-api-access-b9zjj\") on node \"addons-809641\" DevicePath \"\""
Jul 08 21:32:10 addons-809641 kubelet[1568]: I0708 21:32:10.748615 1568 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/6f384c49-a56c-4db3-9440-0b4a3721d70e-webhook-cert\") on node \"addons-809641\" DevicePath \"\""
Jul 08 21:32:11 addons-809641 kubelet[1568]: I0708 21:32:11.448065 1568 scope.go:117] "RemoveContainer" containerID="ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63"
Jul 08 21:32:11 addons-809641 kubelet[1568]: I0708 21:32:11.471945 1568 scope.go:117] "RemoveContainer" containerID="ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63"
Jul 08 21:32:11 addons-809641 kubelet[1568]: E0708 21:32:11.472352 1568 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63\": container with ID starting with ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63 not found: ID does not exist" containerID="ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63"
Jul 08 21:32:11 addons-809641 kubelet[1568]: I0708 21:32:11.472390 1568 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63"} err="failed to get container status \"ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63\": rpc error: code = NotFound desc = could not find container \"ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63\": container with ID starting with ac5acb822cffec1df4fb5355be0bdc10fc020bf5b7ad1cfef80372e999ca6c63 not found: ID does not exist"
Jul 08 21:32:11 addons-809641 kubelet[1568]: I0708 21:32:11.830599 1568 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="6f384c49-a56c-4db3-9440-0b4a3721d70e" path="/var/lib/kubelet/pods/6f384c49-a56c-4db3-9440-0b4a3721d70e/volumes"
==> storage-provisioner [039d204fd91f7529eb511a072b4e6f3f5a8e048aea05edf7e8afa255e87d6299] <==
I0708 21:26:57.322336 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0708 21:26:57.339137 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0708 21:26:57.339176 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0708 21:26:57.370986 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0708 21:26:57.371208 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"9f744e51-14c1-484f-9ccf-77585d7c31c6", APIVersion:"v1", ResourceVersion:"902", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-809641_3b7c9b24-281d-4bf5-9ead-31aa947cda9b became leader
I0708 21:26:57.372100 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-809641_3b7c9b24-281d-4bf5-9ead-31aa947cda9b!
I0708 21:26:57.472449 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-809641_3b7c9b24-281d-4bf5-9ead-31aa947cda9b!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-809641 -n addons-809641
helpers_test.go:261: (dbg) Run: kubectl --context addons-809641 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (151.87s)