=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-583371 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-583371 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-583371 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" [8dafa127-a8be-4616-acf0-ef6b803e8ec3] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [8dafa127-a8be-4616-acf0-ef6b803e8ec3] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003889991s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-583371 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-583371 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.858192818s)
** 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-583371 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-583371 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-583371 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-583371 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-583371 addons disable ingress --alsologtostderr -v=1: (7.742355392s)
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-583371
helpers_test.go:235: (dbg) docker inspect addons-583371:
-- stdout --
[
{
"Id": "df5f908de4fc6e5f3c2a01df8f158db2cbe371e44c7fcb2595697e6fd28ca5ac",
"Created": "2024-07-17T20:31:26.643987567Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1009924,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-17T20:31:26.775507398Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:a11bb5e2546f3ca503b3c47550c3b044149515e29579deea734475d97cc9a2be",
"ResolvConfPath": "/var/lib/docker/containers/df5f908de4fc6e5f3c2a01df8f158db2cbe371e44c7fcb2595697e6fd28ca5ac/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/df5f908de4fc6e5f3c2a01df8f158db2cbe371e44c7fcb2595697e6fd28ca5ac/hostname",
"HostsPath": "/var/lib/docker/containers/df5f908de4fc6e5f3c2a01df8f158db2cbe371e44c7fcb2595697e6fd28ca5ac/hosts",
"LogPath": "/var/lib/docker/containers/df5f908de4fc6e5f3c2a01df8f158db2cbe371e44c7fcb2595697e6fd28ca5ac/df5f908de4fc6e5f3c2a01df8f158db2cbe371e44c7fcb2595697e6fd28ca5ac-json.log",
"Name": "/addons-583371",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-583371:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-583371",
"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/495ca1d705e799d806aa1d06e05f218f0cb41eb38265d1f56c7324779f78acea-init/diff:/var/lib/docker/overlay2/892a442694c30f5aa58d1b95b81b41183dfd18b7b27acf376a483b23246d5113/diff",
"MergedDir": "/var/lib/docker/overlay2/495ca1d705e799d806aa1d06e05f218f0cb41eb38265d1f56c7324779f78acea/merged",
"UpperDir": "/var/lib/docker/overlay2/495ca1d705e799d806aa1d06e05f218f0cb41eb38265d1f56c7324779f78acea/diff",
"WorkDir": "/var/lib/docker/overlay2/495ca1d705e799d806aa1d06e05f218f0cb41eb38265d1f56c7324779f78acea/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-583371",
"Source": "/var/lib/docker/volumes/addons-583371/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-583371",
"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-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2",
"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-583371",
"name.minikube.sigs.k8s.io": "addons-583371",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "535ff62717b46f2838ec3b521026e24880ef001c72dc9cc96da4d342f34026ea",
"SandboxKey": "/var/run/docker/netns/535ff62717b4",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33899"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33900"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33903"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33901"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33902"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-583371": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "2631edb85321ac368623461236580d409f4f6c3c76ea14fc44616df39253e586",
"EndpointID": "82257d2e343a41a4bd5126cb0425dafb7647cb674864a9393d2defb88997584b",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-583371",
"df5f908de4fc"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-583371 -n addons-583371
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-583371 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-583371 logs -n 25: (1.44260876s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-414746 | download-only-414746 | jenkins | v1.33.1 | 17 Jul 24 20:31 UTC | 17 Jul 24 20:31 UTC |
| delete | -p download-only-728681 | download-only-728681 | jenkins | v1.33.1 | 17 Jul 24 20:31 UTC | 17 Jul 24 20:31 UTC |
| delete | -p download-only-973013 | download-only-973013 | jenkins | v1.33.1 | 17 Jul 24 20:31 UTC | 17 Jul 24 20:31 UTC |
| delete | -p download-only-414746 | download-only-414746 | jenkins | v1.33.1 | 17 Jul 24 20:31 UTC | 17 Jul 24 20:31 UTC |
| start | --download-only -p | download-docker-331466 | jenkins | v1.33.1 | 17 Jul 24 20:31 UTC | |
| | download-docker-331466 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-331466 | download-docker-331466 | jenkins | v1.33.1 | 17 Jul 24 20:31 UTC | 17 Jul 24 20:31 UTC |
| start | --download-only -p | binary-mirror-590789 | jenkins | v1.33.1 | 17 Jul 24 20:31 UTC | |
| | binary-mirror-590789 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:36929 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-590789 | binary-mirror-590789 | jenkins | v1.33.1 | 17 Jul 24 20:31 UTC | 17 Jul 24 20:31 UTC |
| addons | enable dashboard -p | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:31 UTC | |
| | addons-583371 | | | | | |
| addons | disable dashboard -p | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:31 UTC | |
| | addons-583371 | | | | | |
| start | -p addons-583371 --wait=true | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:31 UTC | 17 Jul 24 20:34 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-583371 | jenkins | v1.33.1 | 17 Jul 24 20:34 UTC | 17 Jul 24 20:34 UTC |
| | -p addons-583371 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-583371 ip | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:34 UTC | 17 Jul 24 20:34 UTC |
| addons | addons-583371 addons disable | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:34 UTC | 17 Jul 24 20:34 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:34 UTC | 17 Jul 24 20:34 UTC |
| | -p addons-583371 | | | | | |
| ssh | addons-583371 ssh cat | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:35 UTC | 17 Jul 24 20:35 UTC |
| | /opt/local-path-provisioner/pvc-dd03a160-aedd-42e4-bff7-532236e473b2_default_test-pvc/file1 | | | | | |
| addons | addons-583371 addons disable | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:35 UTC | 17 Jul 24 20:35 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:35 UTC | 17 Jul 24 20:35 UTC |
| | addons-583371 | | | | | |
| addons | disable inspektor-gadget -p | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:35 UTC | 17 Jul 24 20:35 UTC |
| | addons-583371 | | | | | |
| addons | addons-583371 addons | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:35 UTC | 17 Jul 24 20:35 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-583371 addons | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:35 UTC | 17 Jul 24 20:35 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-583371 ssh curl -s | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:36 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-583371 ip | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:38 UTC | 17 Jul 24 20:38 UTC |
| addons | addons-583371 addons disable | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:38 UTC | 17 Jul 24 20:38 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-583371 addons disable | addons-583371 | jenkins | v1.33.1 | 17 Jul 24 20:38 UTC | 17 Jul 24 20:38 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/17 20:31:02
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.22.5 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0717 20:31:02.572991 1009440 out.go:291] Setting OutFile to fd 1 ...
I0717 20:31:02.573177 1009440 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 20:31:02.573190 1009440 out.go:304] Setting ErrFile to fd 2...
I0717 20:31:02.573195 1009440 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 20:31:02.573466 1009440 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19282-1003029/.minikube/bin
I0717 20:31:02.573949 1009440 out.go:298] Setting JSON to false
I0717 20:31:02.574905 1009440 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":15210,"bootTime":1721233052,"procs":166,"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"}
I0717 20:31:02.574981 1009440 start.go:139] virtualization:
I0717 20:31:02.577197 1009440 out.go:177] * [addons-583371] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0717 20:31:02.579187 1009440 out.go:177] - MINIKUBE_LOCATION=19282
I0717 20:31:02.579275 1009440 notify.go:220] Checking for updates...
I0717 20:31:02.582829 1009440 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0717 20:31:02.584534 1009440 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19282-1003029/kubeconfig
I0717 20:31:02.586265 1009440 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19282-1003029/.minikube
I0717 20:31:02.588081 1009440 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0717 20:31:02.589881 1009440 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0717 20:31:02.591613 1009440 driver.go:392] Setting default libvirt URI to qemu:///system
I0717 20:31:02.620515 1009440 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
I0717 20:31:02.620648 1009440 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0717 20:31:02.677141 1009440 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:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-17 20:31:02.667845241 +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:8214896640 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} 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>}}
I0717 20:31:02.677264 1009440 docker.go:307] overlay module found
I0717 20:31:02.679353 1009440 out.go:177] * Using the docker driver based on user configuration
I0717 20:31:02.681444 1009440 start.go:297] selected driver: docker
I0717 20:31:02.681461 1009440 start.go:901] validating driver "docker" against <nil>
I0717 20:31:02.681496 1009440 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0717 20:31:02.682137 1009440 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0717 20:31:02.748678 1009440 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:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-17 20:31:02.731751507 +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:8214896640 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} 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>}}
I0717 20:31:02.748851 1009440 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0717 20:31:02.749092 1009440 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]
I0717 20:31:02.750902 1009440 out.go:177] * Using Docker driver with root privileges
I0717 20:31:02.752550 1009440 cni.go:84] Creating CNI manager for ""
I0717 20:31:02.752572 1009440 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0717 20:31:02.752592 1009440 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0717 20:31:02.752692 1009440 start.go:340] cluster config:
{Name:addons-583371 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 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-583371 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}
I0717 20:31:02.754825 1009440 out.go:177] * Starting "addons-583371" primary control-plane node in "addons-583371" cluster
I0717 20:31:02.756678 1009440 cache.go:121] Beginning downloading kic base image for docker with crio
I0717 20:31:02.758583 1009440 out.go:177] * Pulling base image v0.0.44-1721234491-19282 ...
I0717 20:31:02.760088 1009440 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0717 20:31:02.760103 1009440 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 in local docker daemon
I0717 20:31:02.760147 1009440 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19282-1003029/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4
I0717 20:31:02.760164 1009440 cache.go:56] Caching tarball of preloaded images
I0717 20:31:02.760255 1009440 preload.go:172] Found /home/jenkins/minikube-integration/19282-1003029/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0717 20:31:02.760262 1009440 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on crio
I0717 20:31:02.760592 1009440 profile.go:143] Saving config to /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/config.json ...
I0717 20:31:02.760610 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/config.json: {Name:mkf842dcf524eab1ec60111ff188747eb03743b2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:02.775397 1009440 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 to local cache
I0717 20:31:02.775518 1009440 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 in local cache directory
I0717 20:31:02.775546 1009440 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 in local cache directory, skipping pull
I0717 20:31:02.775552 1009440 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 exists in cache, skipping pull
I0717 20:31:02.775561 1009440 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 as a tarball
I0717 20:31:02.775569 1009440 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 from local cache
I0717 20:31:19.443461 1009440 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 from cached tarball
I0717 20:31:19.443510 1009440 cache.go:194] Successfully downloaded all kic artifacts
I0717 20:31:19.443549 1009440 start.go:360] acquireMachinesLock for addons-583371: {Name:mkaea7d0dc6a4da197a9c6b543675e8079df91b4 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0717 20:31:19.443675 1009440 start.go:364] duration metric: took 102.09µs to acquireMachinesLock for "addons-583371"
I0717 20:31:19.443705 1009440 start.go:93] Provisioning new machine with config: &{Name:addons-583371 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 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-583371 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}
I0717 20:31:19.443791 1009440 start.go:125] createHost starting for "" (driver="docker")
I0717 20:31:19.446070 1009440 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0717 20:31:19.446311 1009440 start.go:159] libmachine.API.Create for "addons-583371" (driver="docker")
I0717 20:31:19.446343 1009440 client.go:168] LocalClient.Create starting
I0717 20:31:19.446467 1009440 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19282-1003029/.minikube/certs/ca.pem
I0717 20:31:19.676843 1009440 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19282-1003029/.minikube/certs/cert.pem
I0717 20:31:20.149930 1009440 cli_runner.go:164] Run: docker network inspect addons-583371 --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}}]}"
W0717 20:31:20.167206 1009440 cli_runner.go:211] docker network inspect addons-583371 --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
I0717 20:31:20.167305 1009440 network_create.go:284] running [docker network inspect addons-583371] to gather additional debugging logs...
I0717 20:31:20.167328 1009440 cli_runner.go:164] Run: docker network inspect addons-583371
W0717 20:31:20.181767 1009440 cli_runner.go:211] docker network inspect addons-583371 returned with exit code 1
I0717 20:31:20.181801 1009440 network_create.go:287] error running [docker network inspect addons-583371]: docker network inspect addons-583371: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-583371 not found
I0717 20:31:20.181815 1009440 network_create.go:289] output of [docker network inspect addons-583371]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-583371 not found
** /stderr **
I0717 20:31:20.181930 1009440 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}}]}"
I0717 20:31:20.199064 1009440 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:0x40017eaeb0}
I0717 20:31:20.199109 1009440 network_create.go:124] attempt to create docker network addons-583371 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0717 20:31:20.199172 1009440 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-583371 addons-583371
I0717 20:31:20.278670 1009440 network_create.go:108] docker network addons-583371 192.168.49.0/24 created
I0717 20:31:20.278711 1009440 kic.go:121] calculated static IP "192.168.49.2" for the "addons-583371" container
I0717 20:31:20.278854 1009440 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0717 20:31:20.295159 1009440 cli_runner.go:164] Run: docker volume create addons-583371 --label name.minikube.sigs.k8s.io=addons-583371 --label created_by.minikube.sigs.k8s.io=true
I0717 20:31:20.314115 1009440 oci.go:103] Successfully created a docker volume addons-583371
I0717 20:31:20.314214 1009440 cli_runner.go:164] Run: docker run --rm --name addons-583371-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-583371 --entrypoint /usr/bin/test -v addons-583371:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 -d /var/lib
I0717 20:31:22.432958 1009440 cli_runner.go:217] Completed: docker run --rm --name addons-583371-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-583371 --entrypoint /usr/bin/test -v addons-583371:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 -d /var/lib: (2.118700184s)
I0717 20:31:22.432991 1009440 oci.go:107] Successfully prepared a docker volume addons-583371
I0717 20:31:22.433018 1009440 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0717 20:31:22.433043 1009440 kic.go:194] Starting extracting preloaded images to volume ...
I0717 20:31:22.433128 1009440 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19282-1003029/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-583371:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 -I lz4 -xf /preloaded.tar -C /extractDir
I0717 20:31:26.566966 1009440 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19282-1003029/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-583371:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 -I lz4 -xf /preloaded.tar -C /extractDir: (4.133798043s)
I0717 20:31:26.567003 1009440 kic.go:203] duration metric: took 4.133956569s to extract preloaded images to volume ...
W0717 20:31:26.567147 1009440 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0717 20:31:26.567269 1009440 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0717 20:31:26.629563 1009440 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-583371 --name addons-583371 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-583371 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-583371 --network addons-583371 --ip 192.168.49.2 --volume addons-583371:/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-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2
I0717 20:31:26.967812 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Running}}
I0717 20:31:26.985906 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:31:27.006450 1009440 cli_runner.go:164] Run: docker exec addons-583371 stat /var/lib/dpkg/alternatives/iptables
I0717 20:31:27.085472 1009440 oci.go:144] the created container "addons-583371" has a running status.
I0717 20:31:27.085503 1009440 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa...
I0717 20:31:27.567436 1009440 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0717 20:31:27.600184 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:31:27.625020 1009440 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0717 20:31:27.625044 1009440 kic_runner.go:114] Args: [docker exec --privileged addons-583371 chown docker:docker /home/docker/.ssh/authorized_keys]
I0717 20:31:27.710188 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:31:27.727862 1009440 machine.go:94] provisionDockerMachine start ...
I0717 20:31:27.727972 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:31:27.759025 1009440 main.go:141] libmachine: Using SSH client type: native
I0717 20:31:27.759305 1009440 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil> [] 0s} 127.0.0.1 33899 <nil> <nil>}
I0717 20:31:27.759322 1009440 main.go:141] libmachine: About to run SSH command:
hostname
I0717 20:31:27.898620 1009440 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-583371
I0717 20:31:27.898643 1009440 ubuntu.go:169] provisioning hostname "addons-583371"
I0717 20:31:27.898712 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:31:27.917505 1009440 main.go:141] libmachine: Using SSH client type: native
I0717 20:31:27.917747 1009440 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil> [] 0s} 127.0.0.1 33899 <nil> <nil>}
I0717 20:31:27.917764 1009440 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-583371 && echo "addons-583371" | sudo tee /etc/hostname
I0717 20:31:28.059147 1009440 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-583371
I0717 20:31:28.059237 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:31:28.078519 1009440 main.go:141] libmachine: Using SSH client type: native
I0717 20:31:28.078807 1009440 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil> [] 0s} 127.0.0.1 33899 <nil> <nil>}
I0717 20:31:28.078828 1009440 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-583371' /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-583371/g' /etc/hosts;
else
echo '127.0.1.1 addons-583371' | sudo tee -a /etc/hosts;
fi
fi
I0717 20:31:28.206844 1009440 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0717 20:31:28.206872 1009440 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19282-1003029/.minikube CaCertPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19282-1003029/.minikube}
I0717 20:31:28.206906 1009440 ubuntu.go:177] setting up certificates
I0717 20:31:28.206922 1009440 provision.go:84] configureAuth start
I0717 20:31:28.206992 1009440 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-583371
I0717 20:31:28.224016 1009440 provision.go:143] copyHostCerts
I0717 20:31:28.224103 1009440 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19282-1003029/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19282-1003029/.minikube/ca.pem (1082 bytes)
I0717 20:31:28.224239 1009440 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19282-1003029/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19282-1003029/.minikube/cert.pem (1123 bytes)
I0717 20:31:28.224298 1009440 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19282-1003029/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19282-1003029/.minikube/key.pem (1675 bytes)
I0717 20:31:28.224351 1009440 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19282-1003029/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19282-1003029/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19282-1003029/.minikube/certs/ca-key.pem org=jenkins.addons-583371 san=[127.0.0.1 192.168.49.2 addons-583371 localhost minikube]
I0717 20:31:28.494753 1009440 provision.go:177] copyRemoteCerts
I0717 20:31:28.494841 1009440 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0717 20:31:28.494893 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:31:28.510235 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:31:28.599875 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0717 20:31:28.624531 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0717 20:31:28.648224 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0717 20:31:28.671803 1009440 provision.go:87] duration metric: took 464.860885ms to configureAuth
I0717 20:31:28.671830 1009440 ubuntu.go:193] setting minikube options for container-runtime
I0717 20:31:28.672056 1009440 config.go:182] Loaded profile config "addons-583371": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 20:31:28.672168 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:31:28.689389 1009440 main.go:141] libmachine: Using SSH client type: native
I0717 20:31:28.689659 1009440 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil> [] 0s} 127.0.0.1 33899 <nil> <nil>}
I0717 20:31:28.689674 1009440 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
I0717 20:31:28.908595 1009440 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0717 20:31:28.908660 1009440 machine.go:97] duration metric: took 1.180772315s to provisionDockerMachine
I0717 20:31:28.908686 1009440 client.go:171] duration metric: took 9.462332878s to LocalClient.Create
I0717 20:31:28.908734 1009440 start.go:167] duration metric: took 9.462411246s to libmachine.API.Create "addons-583371"
I0717 20:31:28.908760 1009440 start.go:293] postStartSetup for "addons-583371" (driver="docker")
I0717 20:31:28.908784 1009440 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]
I0717 20:31:28.908880 1009440 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
I0717 20:31:28.908977 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:31:28.926463 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:31:29.020571 1009440 ssh_runner.go:195] Run: cat /etc/os-release
I0717 20:31:29.024025 1009440 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0717 20:31:29.024110 1009440 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0717 20:31:29.024128 1009440 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0717 20:31:29.024137 1009440 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0717 20:31:29.024148 1009440 filesync.go:126] Scanning /home/jenkins/minikube-integration/19282-1003029/.minikube/addons for local assets ...
I0717 20:31:29.024224 1009440 filesync.go:126] Scanning /home/jenkins/minikube-integration/19282-1003029/.minikube/files for local assets ...
I0717 20:31:29.024256 1009440 start.go:296] duration metric: took 115.47523ms for postStartSetup
I0717 20:31:29.024579 1009440 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-583371
I0717 20:31:29.045910 1009440 profile.go:143] Saving config to /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/config.json ...
I0717 20:31:29.046207 1009440 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0717 20:31:29.046259 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:31:29.061852 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:31:29.147546 1009440 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0717 20:31:29.152127 1009440 start.go:128] duration metric: took 9.708318615s to createHost
I0717 20:31:29.152152 1009440 start.go:83] releasing machines lock for "addons-583371", held for 9.708463889s
I0717 20:31:29.152226 1009440 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-583371
I0717 20:31:29.167927 1009440 ssh_runner.go:195] Run: cat /version.json
I0717 20:31:29.167990 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:31:29.168052 1009440 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0717 20:31:29.168120 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:31:29.187583 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:31:29.204467 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:31:29.409855 1009440 ssh_runner.go:195] Run: systemctl --version
I0717 20:31:29.414182 1009440 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0717 20:31:29.557376 1009440 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0717 20:31:29.561746 1009440 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" ;
I0717 20:31:29.581308 1009440 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0717 20:31:29.581393 1009440 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" ;
I0717 20:31:29.611779 1009440 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0717 20:31:29.611801 1009440 start.go:495] detecting cgroup driver to use...
I0717 20:31:29.611853 1009440 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0717 20:31:29.611918 1009440 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0717 20:31:29.628537 1009440 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0717 20:31:29.639998 1009440 docker.go:217] disabling cri-docker service (if available) ...
I0717 20:31:29.640082 1009440 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0717 20:31:29.654292 1009440 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0717 20:31:29.669207 1009440 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0717 20:31:29.751774 1009440 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0717 20:31:29.847990 1009440 docker.go:233] disabling docker service ...
I0717 20:31:29.848059 1009440 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0717 20:31:29.869420 1009440 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0717 20:31:29.881610 1009440 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0717 20:31:29.963148 1009440 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0717 20:31:30.068645 1009440 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0717 20:31:30.083996 1009440 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"
I0717 20:31:30.104322 1009440 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0717 20:31:30.104429 1009440 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"
I0717 20:31:30.117265 1009440 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0717 20:31:30.117340 1009440 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0717 20:31:30.129775 1009440 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0717 20:31:30.141477 1009440 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0717 20:31:30.152278 1009440 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0717 20:31:30.161889 1009440 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"
I0717 20:31:30.172229 1009440 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"
I0717 20:31:30.189657 1009440 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"
I0717 20:31:30.200003 1009440 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0717 20:31:30.209085 1009440 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0717 20:31:30.217711 1009440 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 20:31:30.316990 1009440 ssh_runner.go:195] Run: sudo systemctl restart crio
I0717 20:31:30.428968 1009440 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0717 20:31:30.429101 1009440 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0717 20:31:30.432650 1009440 start.go:563] Will wait 60s for crictl version
I0717 20:31:30.432719 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:31:30.436244 1009440 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0717 20:31:30.472218 1009440 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0717 20:31:30.472323 1009440 ssh_runner.go:195] Run: crio --version
I0717 20:31:30.510240 1009440 ssh_runner.go:195] Run: crio --version
I0717 20:31:30.553725 1009440 out.go:177] * Preparing Kubernetes v1.30.2 on CRI-O 1.24.6 ...
I0717 20:31:30.555425 1009440 cli_runner.go:164] Run: docker network inspect addons-583371 --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}}]}"
I0717 20:31:30.570259 1009440 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0717 20:31:30.573928 1009440 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""
I0717 20:31:30.584812 1009440 kubeadm.go:883] updating cluster {Name:addons-583371 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 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-583371 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} ...
I0717 20:31:30.584940 1009440 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0717 20:31:30.585001 1009440 ssh_runner.go:195] Run: sudo crictl images --output json
I0717 20:31:30.660083 1009440 crio.go:514] all images are preloaded for cri-o runtime.
I0717 20:31:30.660115 1009440 crio.go:433] Images already preloaded, skipping extraction
I0717 20:31:30.660193 1009440 ssh_runner.go:195] Run: sudo crictl images --output json
I0717 20:31:30.705511 1009440 crio.go:514] all images are preloaded for cri-o runtime.
I0717 20:31:30.705535 1009440 cache_images.go:84] Images are preloaded, skipping loading
I0717 20:31:30.705543 1009440 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.2 crio true true} ...
I0717 20:31:30.705634 1009440 kubeadm.go:946] 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-583371 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.2 ClusterName:addons-583371 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:}
I0717 20:31:30.705718 1009440 ssh_runner.go:195] Run: crio config
I0717 20:31:30.763827 1009440 cni.go:84] Creating CNI manager for ""
I0717 20:31:30.763851 1009440 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0717 20:31:30.763861 1009440 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0717 20:31:30.763886 1009440 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-583371 NodeName:addons-583371 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}
I0717 20:31:30.764030 1009440 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-583371"
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
I0717 20:31:30.764125 1009440 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
I0717 20:31:30.773231 1009440 binaries.go:44] Found k8s binaries, skipping transfer
I0717 20:31:30.773328 1009440 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0717 20:31:30.782237 1009440 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0717 20:31:30.800778 1009440 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0717 20:31:30.818733 1009440 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0717 20:31:30.837603 1009440 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0717 20:31:30.841048 1009440 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""
I0717 20:31:30.852082 1009440 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 20:31:30.939324 1009440 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0717 20:31:30.953035 1009440 certs.go:68] Setting up /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371 for IP: 192.168.49.2
I0717 20:31:30.953071 1009440 certs.go:194] generating shared ca certs ...
I0717 20:31:30.953089 1009440 certs.go:226] acquiring lock for ca certs: {Name:mk802855e93c674b3c71255d74b4937ee2e301b4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:30.953866 1009440 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19282-1003029/.minikube/ca.key
I0717 20:31:31.808175 1009440 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19282-1003029/.minikube/ca.crt ...
I0717 20:31:31.808214 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/.minikube/ca.crt: {Name:mkb6b7134a53695a1de78a48083f417aa3fbfa37 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:31.808417 1009440 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19282-1003029/.minikube/ca.key ...
I0717 20:31:31.808434 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/.minikube/ca.key: {Name:mk331dca2243e3560570a572d4db763b05234e6b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:31.808518 1009440 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19282-1003029/.minikube/proxy-client-ca.key
I0717 20:31:32.323615 1009440 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19282-1003029/.minikube/proxy-client-ca.crt ...
I0717 20:31:32.323646 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/.minikube/proxy-client-ca.crt: {Name:mkfab7d3b102ccaabe798c97ca6998a66b015606 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:32.323835 1009440 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19282-1003029/.minikube/proxy-client-ca.key ...
I0717 20:31:32.323848 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/.minikube/proxy-client-ca.key: {Name:mkd63d6e1da4bae1436ed9703fdd8a821fb26c5e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:32.323960 1009440 certs.go:256] generating profile certs ...
I0717 20:31:32.324026 1009440 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/client.key
I0717 20:31:32.324044 1009440 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/client.crt with IP's: []
I0717 20:31:32.568715 1009440 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/client.crt ...
I0717 20:31:32.568745 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/client.crt: {Name:mkf194ce2b5d036820edc54642fe8a8061c8e882 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:32.568935 1009440 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/client.key ...
I0717 20:31:32.568952 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/client.key: {Name:mke0849f2760ab68869a971e4ac4d16fb1feaec1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:32.569629 1009440 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.key.b4415f0b
I0717 20:31:32.569655 1009440 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.crt.b4415f0b with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0717 20:31:33.010329 1009440 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.crt.b4415f0b ...
I0717 20:31:33.010367 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.crt.b4415f0b: {Name:mk2d4c045dca76377c53bf9dd27f01f572e47cf7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:33.010559 1009440 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.key.b4415f0b ...
I0717 20:31:33.010570 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.key.b4415f0b: {Name:mk960bc97a75bfca98bb3b97ef9c0143858f530e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:33.010642 1009440 certs.go:381] copying /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.crt.b4415f0b -> /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.crt
I0717 20:31:33.010721 1009440 certs.go:385] copying /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.key.b4415f0b -> /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.key
I0717 20:31:33.010773 1009440 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/proxy-client.key
I0717 20:31:33.010815 1009440 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/proxy-client.crt with IP's: []
I0717 20:31:33.677685 1009440 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/proxy-client.crt ...
I0717 20:31:33.677714 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/proxy-client.crt: {Name:mkdfcdbefe3c659d2266db0f692638c978bb8876 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:33.678512 1009440 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/proxy-client.key ...
I0717 20:31:33.678533 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/proxy-client.key: {Name:mk2f5ddba5b027f4650623ebbf8bf0f606fed4a9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:31:33.678736 1009440 certs.go:484] found cert: /home/jenkins/minikube-integration/19282-1003029/.minikube/certs/ca-key.pem (1675 bytes)
I0717 20:31:33.678806 1009440 certs.go:484] found cert: /home/jenkins/minikube-integration/19282-1003029/.minikube/certs/ca.pem (1082 bytes)
I0717 20:31:33.678843 1009440 certs.go:484] found cert: /home/jenkins/minikube-integration/19282-1003029/.minikube/certs/cert.pem (1123 bytes)
I0717 20:31:33.678872 1009440 certs.go:484] found cert: /home/jenkins/minikube-integration/19282-1003029/.minikube/certs/key.pem (1675 bytes)
I0717 20:31:33.679966 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0717 20:31:33.707183 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0717 20:31:33.732452 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0717 20:31:33.756666 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0717 20:31:33.780393 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0717 20:31:33.804895 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0717 20:31:33.828803 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0717 20:31:33.853746 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/profiles/addons-583371/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0717 20:31:33.877934 1009440 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19282-1003029/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0717 20:31:33.902335 1009440 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0717 20:31:33.920293 1009440 ssh_runner.go:195] Run: openssl version
I0717 20:31:33.926367 1009440 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"
I0717 20:31:33.937136 1009440 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0717 20:31:33.943402 1009440 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 17 20:31 /usr/share/ca-certificates/minikubeCA.pem
I0717 20:31:33.943493 1009440 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0717 20:31:33.952333 1009440 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"
I0717 20:31:33.963299 1009440 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0717 20:31:33.967500 1009440 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
I0717 20:31:33.967560 1009440 kubeadm.go:392] StartCluster: {Name:addons-583371 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 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-583371 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}
I0717 20:31:33.967655 1009440 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0717 20:31:33.967723 1009440 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0717 20:31:34.015309 1009440 cri.go:89] found id: ""
I0717 20:31:34.015386 1009440 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0717 20:31:34.024602 1009440 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0717 20:31:34.034206 1009440 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0717 20:31:34.034281 1009440 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
I0717 20:31:34.043540 1009440 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0717 20:31:34.043563 1009440 kubeadm.go:157] found existing configuration files:
I0717 20:31:34.043642 1009440 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0717 20:31:34.052470 1009440 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0717 20:31:34.052534 1009440 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0717 20:31:34.061862 1009440 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0717 20:31:34.071552 1009440 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0717 20:31:34.071634 1009440 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0717 20:31:34.080256 1009440 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0717 20:31:34.088984 1009440 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0717 20:31:34.089055 1009440 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0717 20:31:34.097675 1009440 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0717 20:31:34.106468 1009440 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0717 20:31:34.106550 1009440 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0717 20:31:34.115336 1009440 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"
I0717 20:31:34.163929 1009440 kubeadm.go:310] [init] Using Kubernetes version: v1.30.2
I0717 20:31:34.164368 1009440 kubeadm.go:310] [preflight] Running pre-flight checks
I0717 20:31:34.202704 1009440 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0717 20:31:34.202843 1009440 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1064-aws[0m
I0717 20:31:34.202898 1009440 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0717 20:31:34.202976 1009440 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0717 20:31:34.203047 1009440 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0717 20:31:34.203122 1009440 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0717 20:31:34.203234 1009440 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0717 20:31:34.203328 1009440 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0717 20:31:34.203406 1009440 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0717 20:31:34.203466 1009440 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0717 20:31:34.203524 1009440 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0717 20:31:34.203575 1009440 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0717 20:31:34.266305 1009440 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0717 20:31:34.266501 1009440 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0717 20:31:34.266646 1009440 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0717 20:31:34.495235 1009440 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0717 20:31:34.498073 1009440 out.go:204] - Generating certificates and keys ...
I0717 20:31:34.498288 1009440 kubeadm.go:310] [certs] Using existing ca certificate authority
I0717 20:31:34.498408 1009440 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0717 20:31:35.191605 1009440 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0717 20:31:36.085813 1009440 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0717 20:31:36.417274 1009440 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0717 20:31:37.603076 1009440 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0717 20:31:38.636182 1009440 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0717 20:31:38.636569 1009440 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-583371 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0717 20:31:40.023735 1009440 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0717 20:31:40.023888 1009440 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-583371 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0717 20:31:40.230284 1009440 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0717 20:31:41.031191 1009440 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0717 20:31:41.339766 1009440 kubeadm.go:310] [certs] Generating "sa" key and public key
I0717 20:31:41.340136 1009440 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0717 20:31:41.465560 1009440 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0717 20:31:42.388120 1009440 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0717 20:31:43.016142 1009440 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0717 20:31:43.411167 1009440 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0717 20:31:43.668124 1009440 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0717 20:31:43.668762 1009440 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0717 20:31:43.671486 1009440 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0717 20:31:43.673868 1009440 out.go:204] - Booting up control plane ...
I0717 20:31:43.673992 1009440 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0717 20:31:43.674717 1009440 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0717 20:31:43.675119 1009440 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0717 20:31:43.689998 1009440 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0717 20:31:43.694021 1009440 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0717 20:31:43.694079 1009440 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0717 20:31:43.778762 1009440 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0717 20:31:43.778867 1009440 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0717 20:31:44.780655 1009440 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001769891s
I0717 20:31:44.780751 1009440 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0717 20:31:50.781923 1009440 kubeadm.go:310] [api-check] The API server is healthy after 6.001437515s
I0717 20:31:50.801276 1009440 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0717 20:31:50.814396 1009440 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0717 20:31:50.838508 1009440 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0717 20:31:50.838705 1009440 kubeadm.go:310] [mark-control-plane] Marking the node addons-583371 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0717 20:31:50.849140 1009440 kubeadm.go:310] [bootstrap-token] Using token: gqsyu4.wlvudivwg7ubryu6
I0717 20:31:50.850967 1009440 out.go:204] - Configuring RBAC rules ...
I0717 20:31:50.851092 1009440 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0717 20:31:50.856095 1009440 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0717 20:31:50.870036 1009440 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0717 20:31:50.874290 1009440 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0717 20:31:50.878381 1009440 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0717 20:31:50.882385 1009440 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0717 20:31:51.190877 1009440 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0717 20:31:51.625979 1009440 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0717 20:31:52.188285 1009440 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0717 20:31:52.189370 1009440 kubeadm.go:310]
I0717 20:31:52.189457 1009440 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0717 20:31:52.189470 1009440 kubeadm.go:310]
I0717 20:31:52.189545 1009440 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0717 20:31:52.189554 1009440 kubeadm.go:310]
I0717 20:31:52.189578 1009440 kubeadm.go:310] mkdir -p $HOME/.kube
I0717 20:31:52.189638 1009440 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0717 20:31:52.189693 1009440 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0717 20:31:52.189702 1009440 kubeadm.go:310]
I0717 20:31:52.189754 1009440 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0717 20:31:52.189768 1009440 kubeadm.go:310]
I0717 20:31:52.189814 1009440 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0717 20:31:52.189822 1009440 kubeadm.go:310]
I0717 20:31:52.189873 1009440 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0717 20:31:52.189948 1009440 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0717 20:31:52.190017 1009440 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0717 20:31:52.190024 1009440 kubeadm.go:310]
I0717 20:31:52.190105 1009440 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0717 20:31:52.190182 1009440 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0717 20:31:52.190190 1009440 kubeadm.go:310]
I0717 20:31:52.190271 1009440 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token gqsyu4.wlvudivwg7ubryu6 \
I0717 20:31:52.190373 1009440 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:ef3b4fba069ee17eb5a0c95ac32cfec12da3200baa5b5c88cb2a35b124dc915b \
I0717 20:31:52.190396 1009440 kubeadm.go:310] --control-plane
I0717 20:31:52.190404 1009440 kubeadm.go:310]
I0717 20:31:52.190494 1009440 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0717 20:31:52.190503 1009440 kubeadm.go:310]
I0717 20:31:52.190581 1009440 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token gqsyu4.wlvudivwg7ubryu6 \
I0717 20:31:52.190686 1009440 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:ef3b4fba069ee17eb5a0c95ac32cfec12da3200baa5b5c88cb2a35b124dc915b
I0717 20:31:52.194621 1009440 kubeadm.go:310] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1064-aws\n", err: exit status 1
I0717 20:31:52.194739 1009440 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0717 20:31:52.194765 1009440 cni.go:84] Creating CNI manager for ""
I0717 20:31:52.194773 1009440 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0717 20:31:52.197248 1009440 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0717 20:31:52.199239 1009440 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0717 20:31:52.203073 1009440 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
I0717 20:31:52.203091 1009440 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0717 20:31:52.221253 1009440 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
I0717 20:31:52.489537 1009440 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0717 20:31:52.489595 1009440 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
I0717 20:31:52.489678 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-583371 minikube.k8s.io/updated_at=2024_07_17T20_31_52_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=ea5c2d8818055de88db951b296600d4e926998e6 minikube.k8s.io/name=addons-583371 minikube.k8s.io/primary=true
I0717 20:31:52.503334 1009440 ops.go:34] apiserver oom_adj: -16
I0717 20:31:52.597528 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:53.098124 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:53.598102 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:54.097890 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:54.598328 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:55.098140 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:55.597839 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:56.098424 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:56.598200 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:57.098159 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:57.598388 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:58.098234 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:58.597697 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:59.097594 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:31:59.598245 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:00.098005 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:00.597889 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:01.097718 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:01.598434 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:02.098241 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:02.597856 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:03.097737 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:03.597852 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:04.097847 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:04.598436 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:05.098431 1009440 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:32:05.209503 1009440 kubeadm.go:1113] duration metric: took 12.71997121s to wait for elevateKubeSystemPrivileges
I0717 20:32:05.209537 1009440 kubeadm.go:394] duration metric: took 31.241980394s to StartCluster
I0717 20:32:05.209556 1009440 settings.go:142] acquiring lock: {Name:mk480cb7c811c785c0ec4b551a0ef1c0df8ccb12 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:32:05.209683 1009440 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19282-1003029/kubeconfig
I0717 20:32:05.210066 1009440 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19282-1003029/kubeconfig: {Name:mk53ac8466ed385165cebcb1b491f72bf6b3fa49 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:32:05.210260 1009440 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"
I0717 20:32:05.210285 1009440 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0717 20:32:05.210526 1009440 config.go:182] Loaded profile config "addons-583371": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 20:32:05.210556 1009440 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]
I0717 20:32:05.210627 1009440 addons.go:69] Setting yakd=true in profile "addons-583371"
I0717 20:32:05.210648 1009440 addons.go:234] Setting addon yakd=true in "addons-583371"
I0717 20:32:05.210671 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.211140 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.211586 1009440 addons.go:69] Setting metrics-server=true in profile "addons-583371"
I0717 20:32:05.211615 1009440 addons.go:234] Setting addon metrics-server=true in "addons-583371"
I0717 20:32:05.211638 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.212019 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.212189 1009440 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-583371"
I0717 20:32:05.212255 1009440 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-583371"
I0717 20:32:05.212294 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.212741 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.215008 1009440 addons.go:69] Setting cloud-spanner=true in profile "addons-583371"
I0717 20:32:05.215055 1009440 addons.go:234] Setting addon cloud-spanner=true in "addons-583371"
I0717 20:32:05.215090 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.215509 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.216648 1009440 addons.go:69] Setting registry=true in profile "addons-583371"
I0717 20:32:05.216679 1009440 addons.go:234] Setting addon registry=true in "addons-583371"
I0717 20:32:05.216714 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.217205 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.228079 1009440 addons.go:69] Setting storage-provisioner=true in profile "addons-583371"
I0717 20:32:05.228131 1009440 addons.go:234] Setting addon storage-provisioner=true in "addons-583371"
I0717 20:32:05.228167 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.228584 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.230150 1009440 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-583371"
I0717 20:32:05.230230 1009440 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-583371"
I0717 20:32:05.230266 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.230668 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.233496 1009440 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-583371"
I0717 20:32:05.233532 1009440 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-583371"
I0717 20:32:05.233801 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.240398 1009440 addons.go:69] Setting default-storageclass=true in profile "addons-583371"
I0717 20:32:05.240490 1009440 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-583371"
I0717 20:32:05.240840 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.242739 1009440 addons.go:69] Setting gcp-auth=true in profile "addons-583371"
I0717 20:32:05.242809 1009440 mustload.go:65] Loading cluster: addons-583371
I0717 20:32:05.242974 1009440 config.go:182] Loaded profile config "addons-583371": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 20:32:05.243201 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.252546 1009440 addons.go:69] Setting volcano=true in profile "addons-583371"
I0717 20:32:05.252593 1009440 addons.go:234] Setting addon volcano=true in "addons-583371"
I0717 20:32:05.252630 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.253076 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.258860 1009440 addons.go:69] Setting ingress=true in profile "addons-583371"
I0717 20:32:05.258903 1009440 addons.go:234] Setting addon ingress=true in "addons-583371"
I0717 20:32:05.258947 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.259368 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.269506 1009440 addons.go:69] Setting volumesnapshots=true in profile "addons-583371"
I0717 20:32:05.269549 1009440 addons.go:234] Setting addon volumesnapshots=true in "addons-583371"
I0717 20:32:05.269587 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.270037 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.284445 1009440 addons.go:69] Setting ingress-dns=true in profile "addons-583371"
I0717 20:32:05.284493 1009440 addons.go:234] Setting addon ingress-dns=true in "addons-583371"
I0717 20:32:05.284549 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.285005 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.301529 1009440 out.go:177] * Verifying Kubernetes components...
I0717 20:32:05.302574 1009440 addons.go:69] Setting inspektor-gadget=true in profile "addons-583371"
I0717 20:32:05.302624 1009440 addons.go:234] Setting addon inspektor-gadget=true in "addons-583371"
I0717 20:32:05.302678 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.303269 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.303705 1009440 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 20:32:05.382742 1009440 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0717 20:32:05.385243 1009440 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0717 20:32:05.385298 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0717 20:32:05.385404 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.387945 1009440 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0717 20:32:05.390929 1009440 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0717 20:32:05.390995 1009440 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0717 20:32:05.391096 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.411611 1009440 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
I0717 20:32:05.414854 1009440 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0717 20:32:05.415002 1009440 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0717 20:32:05.415026 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0717 20:32:05.415093 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.441748 1009440 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0717 20:32:05.441827 1009440 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0717 20:32:05.441940 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.450073 1009440 addons.go:234] Setting addon default-storageclass=true in "addons-583371"
I0717 20:32:05.450115 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.450520 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.459529 1009440 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0717 20:32:05.459590 1009440 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0717 20:32:05.459609 1009440 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0717 20:32:05.459619 1009440 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0717 20:32:05.465044 1009440 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0717 20:32:05.465069 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0717 20:32:05.465136 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.475065 1009440 out.go:177] - Using image docker.io/registry:2.8.3
I0717 20:32:05.475393 1009440 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0717 20:32:05.475406 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0717 20:32:05.475469 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.486691 1009440 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0717 20:32:05.491098 1009440 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0717 20:32:05.491121 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0717 20:32:05.491186 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.505457 1009440 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0717 20:32:05.505525 1009440 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
W0717 20:32:05.507338 1009440 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0717 20:32:05.509078 1009440 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0717 20:32:05.509096 1009440 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0717 20:32:05.509164 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.521594 1009440 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0717 20:32:05.526672 1009440 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0717 20:32:05.528814 1009440 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0717 20:32:05.530892 1009440 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0717 20:32:05.532758 1009440 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0717 20:32:05.538857 1009440 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0717 20:32:05.538884 1009440 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0717 20:32:05.538957 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.572970 1009440 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-583371"
I0717 20:32:05.573013 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.573419 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:05.573827 1009440 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 -"
I0717 20:32:05.578872 1009440 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0717 20:32:05.581295 1009440 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0717 20:32:05.581319 1009440 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0717 20:32:05.581412 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.596726 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.597154 1009440 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0717 20:32:05.600380 1009440 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0717 20:32:05.602528 1009440 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0717 20:32:05.606741 1009440 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0717 20:32:05.606763 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0717 20:32:05.606927 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.638218 1009440 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0717 20:32:05.639201 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:05.680146 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.680547 1009440 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0717 20:32:05.680558 1009440 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0717 20:32:05.680608 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.703015 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.750791 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.750845 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.772688 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.774554 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.803180 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.803533 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.808587 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.809199 1009440 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0717 20:32:05.809470 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.815502 1009440 out.go:177] - Using image docker.io/busybox:stable
I0717 20:32:05.818515 1009440 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0717 20:32:05.818539 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0717 20:32:05.818605 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:05.820362 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:05.847443 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:06.044833 1009440 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0717 20:32:06.044894 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0717 20:32:06.153888 1009440 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0717 20:32:06.153961 1009440 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0717 20:32:06.179133 1009440 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0717 20:32:06.179206 1009440 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0717 20:32:06.183366 1009440 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0717 20:32:06.183439 1009440 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0717 20:32:06.205072 1009440 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
I0717 20:32:06.206719 1009440 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
I0717 20:32:06.209345 1009440 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0717 20:32:06.209409 1009440 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0717 20:32:06.242355 1009440 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0717 20:32:06.242427 1009440 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0717 20:32:06.248592 1009440 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0717 20:32:06.248663 1009440 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0717 20:32:06.250228 1009440 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
I0717 20:32:06.289742 1009440 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
I0717 20:32:06.295850 1009440 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0717 20:32:06.295920 1009440 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0717 20:32:06.299721 1009440 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0717 20:32:06.299799 1009440 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0717 20:32:06.308141 1009440 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
I0717 20:32:06.325135 1009440 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
I0717 20:32:06.335686 1009440 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0717 20:32:06.335759 1009440 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0717 20:32:06.345458 1009440 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
I0717 20:32:06.361651 1009440 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0717 20:32:06.361724 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0717 20:32:06.362345 1009440 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0717 20:32:06.362401 1009440 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)
I0717 20:32:06.384170 1009440 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0717 20:32:06.384191 1009440 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0717 20:32:06.445439 1009440 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0717 20:32:06.445460 1009440 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0717 20:32:06.449901 1009440 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0717 20:32:06.449921 1009440 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0717 20:32:06.510196 1009440 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0717 20:32:06.510216 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0717 20:32:06.521563 1009440 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
I0717 20:32:06.541683 1009440 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0717 20:32:06.541760 1009440 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0717 20:32:06.571596 1009440 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
I0717 20:32:06.602698 1009440 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0717 20:32:06.602773 1009440 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0717 20:32:06.608556 1009440 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0717 20:32:06.608651 1009440 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0717 20:32:06.679759 1009440 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
I0717 20:32:06.743997 1009440 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0717 20:32:06.744071 1009440 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0717 20:32:06.755613 1009440 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0717 20:32:06.755692 1009440 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0717 20:32:06.776926 1009440 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0717 20:32:06.776995 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0717 20:32:06.908842 1009440 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0717 20:32:06.908913 1009440 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0717 20:32:06.911963 1009440 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0717 20:32:06.912021 1009440 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0717 20:32:06.916618 1009440 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
I0717 20:32:06.994570 1009440 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0717 20:32:06.994645 1009440 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0717 20:32:07.023373 1009440 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0717 20:32:07.023447 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0717 20:32:07.064961 1009440 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0717 20:32:07.065021 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0717 20:32:07.144196 1009440 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0717 20:32:07.144270 1009440 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0717 20:32:07.178304 1009440 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
I0717 20:32:07.258133 1009440 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0717 20:32:07.258207 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0717 20:32:07.383933 1009440 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0717 20:32:07.384010 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0717 20:32:07.516049 1009440 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0717 20:32:07.516121 1009440 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0717 20:32:07.653768 1009440 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
I0717 20:32:08.695938 1009440 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.057682962s)
I0717 20:32:08.696340 1009440 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 -": (3.122490558s)
I0717 20:32:08.696382 1009440 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0717 20:32:08.697650 1009440 node_ready.go:35] waiting up to 6m0s for node "addons-583371" to be "Ready" ...
I0717 20:32:09.365787 1009440 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-583371" context rescaled to 1 replicas
I0717 20:32:10.757563 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:12.043321 1009440 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: (5.838165766s)
I0717 20:32:12.043748 1009440 addons.go:475] Verifying addon ingress=true in "addons-583371"
I0717 20:32:12.043420 1009440 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: (5.836638266s)
I0717 20:32:12.043458 1009440 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: (5.793168515s)
I0717 20:32:12.043479 1009440 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: (5.75367356s)
I0717 20:32:12.043509 1009440 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: (5.735311763s)
I0717 20:32:12.043547 1009440 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: (5.718347946s)
I0717 20:32:12.043584 1009440 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: (5.698057718s)
I0717 20:32:12.043611 1009440 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: (5.521979692s)
I0717 20:32:12.044051 1009440 addons.go:475] Verifying addon registry=true in "addons-583371"
I0717 20:32:12.043659 1009440 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: (5.471992242s)
I0717 20:32:12.044434 1009440 addons.go:475] Verifying addon metrics-server=true in "addons-583371"
I0717 20:32:12.043690 1009440 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: (5.363853867s)
I0717 20:32:12.046677 1009440 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-583371 service yakd-dashboard -n yakd-dashboard
I0717 20:32:12.046817 1009440 out.go:177] * Verifying registry addon...
I0717 20:32:12.046863 1009440 out.go:177] * Verifying ingress addon...
I0717 20:32:12.049609 1009440 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0717 20:32:12.050601 1009440 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0717 20:32:12.075366 1009440 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0717 20:32:12.075435 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:12.076854 1009440 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0717 20:32:12.076914 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0717 20:32:12.086969 1009440 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]
I0717 20:32:12.144828 1009440 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: (5.22812981s)
W0717 20:32:12.145125 1009440 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
I0717 20:32:12.145185 1009440 retry.go:31] will retry after 132.932207ms: 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
I0717 20:32:12.144973 1009440 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.966571555s)
I0717 20:32:12.279231 1009440 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
I0717 20:32:12.636712 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:12.637861 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:13.069898 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:13.092913 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:13.182802 1009440 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: (5.528919804s)
I0717 20:32:13.182839 1009440 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-583371"
I0717 20:32:13.185026 1009440 out.go:177] * Verifying csi-hostpath-driver addon...
I0717 20:32:13.187895 1009440 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0717 20:32:13.217000 1009440 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0717 20:32:13.217025 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:13.246166 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:13.553983 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:13.556802 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:13.695422 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:13.805232 1009440 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: (1.525954405s)
I0717 20:32:14.055724 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:14.057502 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:14.175670 1009440 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0717 20:32:14.175826 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:14.197130 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:14.200043 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:14.342631 1009440 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0717 20:32:14.363321 1009440 addons.go:234] Setting addon gcp-auth=true in "addons-583371"
I0717 20:32:14.363372 1009440 host.go:66] Checking if "addons-583371" exists ...
I0717 20:32:14.363807 1009440 cli_runner.go:164] Run: docker container inspect addons-583371 --format={{.State.Status}}
I0717 20:32:14.386192 1009440 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0717 20:32:14.386249 1009440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-583371
I0717 20:32:14.407767 1009440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33899 SSHKeyPath:/home/jenkins/minikube-integration/19282-1003029/.minikube/machines/addons-583371/id_rsa Username:docker}
I0717 20:32:14.498265 1009440 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0717 20:32:14.500140 1009440 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0717 20:32:14.502194 1009440 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0717 20:32:14.502222 1009440 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0717 20:32:14.537940 1009440 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0717 20:32:14.537969 1009440 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0717 20:32:14.557080 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:14.561532 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:14.577882 1009440 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0717 20:32:14.577913 1009440 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0717 20:32:14.601022 1009440 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
I0717 20:32:14.695061 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:15.059224 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:15.061514 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:15.219514 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:15.336487 1009440 addons.go:475] Verifying addon gcp-auth=true in "addons-583371"
I0717 20:32:15.338559 1009440 out.go:177] * Verifying gcp-auth addon...
I0717 20:32:15.341154 1009440 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0717 20:32:15.358463 1009440 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0717 20:32:15.358490 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:15.555401 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:15.556177 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:15.692898 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:15.701321 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:15.846226 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:16.058129 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:16.058653 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:16.193997 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:16.345432 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:16.553185 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:16.555042 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:16.694813 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:16.844697 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:17.053222 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:17.054494 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:17.193027 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:17.344488 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:17.554460 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:17.555186 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:17.702373 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:17.704187 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:17.846063 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:18.056997 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:18.059134 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:18.192560 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:18.345325 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:18.554688 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:18.555742 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:18.695623 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:18.845020 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:19.053893 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:19.055695 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:19.193126 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:19.345614 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:19.553471 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:19.554500 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:19.704913 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:19.845449 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:20.055637 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:20.056841 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:20.192502 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:20.201081 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:20.344302 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:20.553771 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:20.555596 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:20.695303 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:20.844734 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:21.056134 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:21.057121 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:21.192396 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:21.344931 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:21.554271 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:21.555240 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:21.692923 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:21.844430 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:22.055404 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:22.056088 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:22.191870 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:22.201209 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:22.345758 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:22.553636 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:22.555194 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:22.693049 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:22.844678 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:23.055424 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:23.056394 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:23.192853 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:23.344250 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:23.555635 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:23.556242 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:23.692519 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:23.845290 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:24.054414 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:24.056025 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:24.192444 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:24.344578 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:24.554959 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:24.555828 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:24.692197 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:24.701303 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:24.845106 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:25.053699 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:25.055431 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:25.191898 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:25.344808 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:25.554457 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:25.555615 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:25.692514 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:25.844471 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:26.055699 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:26.056309 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:26.192252 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:26.344862 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:26.554192 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:26.555220 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:26.692453 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:26.844682 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:27.054091 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:27.054936 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:27.192331 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:27.201010 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:27.345089 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:27.553916 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:27.554736 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:27.692162 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:27.845062 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:28.055386 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:28.056759 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:28.192036 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:28.344858 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:28.555556 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:28.556268 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:28.692558 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:28.845050 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:29.054240 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:29.055362 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:29.192639 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:29.344529 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:29.555478 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:29.555944 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:29.692257 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:29.701174 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:29.844691 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:30.054387 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:30.056139 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:30.192444 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:30.344999 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:30.554199 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:30.555052 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:30.692420 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:30.844786 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:31.054629 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:31.056881 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:31.192321 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:31.345106 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:31.554946 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:31.555432 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:31.693998 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:31.701316 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:31.845214 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:32.055107 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:32.055485 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:32.192845 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:32.344556 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:32.554484 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:32.555252 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:32.693217 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:32.846711 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:33.055584 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:33.055994 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:33.192901 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:33.344316 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:33.555155 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:33.555679 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:33.691896 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:33.701497 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:33.844492 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:34.053847 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:34.054530 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:34.192087 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:34.344468 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:34.555419 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:34.556721 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:34.692883 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:34.847602 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:35.063642 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:35.064665 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:35.194570 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:35.345476 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:35.556837 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:35.558658 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:35.694102 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:35.848774 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:36.055213 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:36.056139 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:36.192311 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:36.200780 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:36.345280 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:36.559018 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:36.559322 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:36.692583 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:36.845182 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:37.054647 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:37.055796 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:37.192393 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:37.345022 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:37.553994 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:37.555343 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:37.693209 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:37.844972 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:38.054398 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:38.057114 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:38.192338 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:38.200941 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:38.345164 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:38.554209 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:38.554931 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:38.691772 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:38.844700 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:39.054127 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:39.055435 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:39.194604 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:39.345483 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:39.554130 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:39.556058 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:39.692498 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:39.846169 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:40.053974 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:40.056694 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:40.191874 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:40.201595 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:40.344462 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:40.554878 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:40.555284 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:40.692314 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:40.844221 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:41.054405 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:41.056795 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:41.191907 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:41.345434 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:41.553930 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:41.556030 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:41.692411 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:41.845226 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:42.055582 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:42.056821 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:42.193109 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:42.202305 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:42.344981 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:42.553811 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:42.555798 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:42.692099 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:42.845204 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:43.056221 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:43.056524 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:43.192380 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:43.345092 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:43.555883 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:43.555942 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:43.691978 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:43.844725 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:44.054443 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:44.055531 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:44.193067 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:44.344348 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:44.555619 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:44.555956 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:44.692657 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:44.700716 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:44.844471 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:45.056636 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:45.057465 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:45.193806 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:45.345516 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:45.554620 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:45.556011 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:45.693020 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:45.845032 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:46.054612 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:46.055540 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:46.192478 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:46.344723 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:46.554767 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:46.555513 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:46.692063 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:46.701774 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:46.844694 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:47.054282 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:47.055450 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:47.192163 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:47.345444 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:47.555811 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:47.556442 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:47.692983 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:47.844545 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:48.054280 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:48.055724 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:48.192829 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:48.345286 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:48.553990 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:48.555666 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:48.693618 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:48.845327 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:49.054451 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:49.054583 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:49.192574 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:49.200958 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:49.345091 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:49.555512 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:49.555665 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:49.693302 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:49.845593 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:50.055051 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:50.055908 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:50.192366 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:50.345425 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:50.554130 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:50.556420 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:50.692794 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:50.845304 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:51.055318 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:51.056408 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:51.192449 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:51.201547 1009440 node_ready.go:53] node "addons-583371" has status "Ready":"False"
I0717 20:32:51.345139 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:51.556609 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:51.557772 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:51.692938 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:51.844844 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:52.081984 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:52.084772 1009440 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0717 20:32:52.084848 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:52.225764 1009440 node_ready.go:49] node "addons-583371" has status "Ready":"True"
I0717 20:32:52.225838 1009440 node_ready.go:38] duration metric: took 43.528161542s for node "addons-583371" to be "Ready" ...
I0717 20:32:52.225864 1009440 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" ...
I0717 20:32:52.278883 1009440 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0717 20:32:52.278965 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:52.310566 1009440 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-sjmkd" in "kube-system" namespace to be "Ready" ...
I0717 20:32:52.350147 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:52.582579 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:52.584181 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:52.711352 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:52.852534 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:53.057005 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:53.058812 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:53.193233 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:53.344720 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:53.555335 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:53.556318 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:53.694763 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:53.832608 1009440 pod_ready.go:92] pod "coredns-7db6d8ff4d-sjmkd" in "kube-system" namespace has status "Ready":"True"
I0717 20:32:53.832637 1009440 pod_ready.go:81] duration metric: took 1.521868288s for pod "coredns-7db6d8ff4d-sjmkd" in "kube-system" namespace to be "Ready" ...
I0717 20:32:53.832664 1009440 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-583371" in "kube-system" namespace to be "Ready" ...
I0717 20:32:53.845233 1009440 pod_ready.go:92] pod "etcd-addons-583371" in "kube-system" namespace has status "Ready":"True"
I0717 20:32:53.845262 1009440 pod_ready.go:81] duration metric: took 12.586574ms for pod "etcd-addons-583371" in "kube-system" namespace to be "Ready" ...
I0717 20:32:53.845277 1009440 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-583371" in "kube-system" namespace to be "Ready" ...
I0717 20:32:53.850333 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:53.852265 1009440 pod_ready.go:92] pod "kube-apiserver-addons-583371" in "kube-system" namespace has status "Ready":"True"
I0717 20:32:53.852286 1009440 pod_ready.go:81] duration metric: took 7.001225ms for pod "kube-apiserver-addons-583371" in "kube-system" namespace to be "Ready" ...
I0717 20:32:53.852297 1009440 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-583371" in "kube-system" namespace to be "Ready" ...
I0717 20:32:53.857458 1009440 pod_ready.go:92] pod "kube-controller-manager-addons-583371" in "kube-system" namespace has status "Ready":"True"
I0717 20:32:53.857482 1009440 pod_ready.go:81] duration metric: took 5.17654ms for pod "kube-controller-manager-addons-583371" in "kube-system" namespace to be "Ready" ...
I0717 20:32:53.857497 1009440 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-c4ccx" in "kube-system" namespace to be "Ready" ...
I0717 20:32:53.865592 1009440 pod_ready.go:92] pod "kube-proxy-c4ccx" in "kube-system" namespace has status "Ready":"True"
I0717 20:32:53.865618 1009440 pod_ready.go:81] duration metric: took 8.112137ms for pod "kube-proxy-c4ccx" in "kube-system" namespace to be "Ready" ...
I0717 20:32:53.865629 1009440 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-583371" in "kube-system" namespace to be "Ready" ...
I0717 20:32:54.055507 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:54.057220 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:54.194792 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:54.228728 1009440 pod_ready.go:92] pod "kube-scheduler-addons-583371" in "kube-system" namespace has status "Ready":"True"
I0717 20:32:54.228755 1009440 pod_ready.go:81] duration metric: took 363.117641ms for pod "kube-scheduler-addons-583371" in "kube-system" namespace to be "Ready" ...
I0717 20:32:54.228768 1009440 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace to be "Ready" ...
I0717 20:32:54.373122 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:54.561006 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:54.563539 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:54.694376 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:54.845809 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:55.055258 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:55.057349 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:55.195106 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:55.344967 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:55.555180 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:55.556205 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:55.698428 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:55.845746 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:56.063754 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:56.069718 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:56.198165 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:56.236254 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:32:56.346147 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:56.565105 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:56.566563 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:56.694632 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:56.848359 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:57.057715 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:57.058996 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:57.196732 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:57.346284 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:57.560436 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:57.560550 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:57.695598 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:57.854425 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:58.057897 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:58.059113 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:58.193526 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:58.345857 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:58.556893 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:58.558753 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:58.694306 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:58.736009 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:32:58.846854 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:59.061499 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:59.063361 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:59.195395 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:59.345426 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:32:59.555709 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:32:59.559046 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:32:59.694600 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:32:59.845871 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:00.102136 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:00.107926 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:00.196567 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:00.344919 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:00.555426 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:00.557486 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:00.693143 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:00.846110 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:01.056579 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:01.057548 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:01.194019 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:01.234432 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:01.344518 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:01.554618 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:01.555836 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:01.693555 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:01.844755 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:02.056356 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:02.057244 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:02.194467 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:02.345942 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:02.559357 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:02.561068 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:02.704968 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:02.845344 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:03.057604 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:03.070837 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:03.194486 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:03.238540 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:03.345429 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:03.560572 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:03.561931 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:03.696021 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:03.845584 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:04.060450 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:04.060859 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:04.196145 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:04.345529 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:04.557046 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:04.600624 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:04.709865 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:04.845442 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:05.058405 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:05.059645 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:05.194776 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:05.353854 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:05.556566 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:05.558024 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:05.693317 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:05.734982 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:05.845299 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:06.057855 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:06.059435 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:06.194680 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:06.346079 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:06.556182 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:06.559036 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:06.693591 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:06.845354 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:07.059997 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:07.060618 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:07.194431 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:07.345693 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:07.558094 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:07.561609 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:07.696908 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:07.741636 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:07.847372 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:08.054831 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:08.056551 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:08.196578 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:08.345069 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:08.554606 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:08.555989 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:08.693522 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:08.846685 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:09.056392 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:09.058988 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:09.193900 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:09.359713 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:09.556975 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:09.560119 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:09.699757 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:09.749352 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:09.847856 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:10.086688 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:10.093291 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:10.194969 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:10.347029 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:10.556752 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:10.558248 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:10.696204 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:10.845921 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:11.058134 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:11.061520 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:11.194373 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:11.345712 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:11.556909 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:11.559932 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:11.694447 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:11.845344 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:12.056534 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:12.057397 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:12.193490 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:12.234997 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:12.349849 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:12.555258 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:12.556168 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:12.694277 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:12.845720 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:13.059887 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:13.061942 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:13.194634 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:13.353643 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:13.559957 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:13.561583 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:13.695132 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:13.847143 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:14.057334 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:14.060876 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:14.196466 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:14.238018 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:14.345185 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:14.555903 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:14.560589 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:14.694815 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:14.845100 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:15.056027 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:15.056691 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:15.194066 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:15.344713 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:15.555107 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:15.555743 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:15.693822 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:15.845386 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:16.054615 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:16.056516 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:16.194453 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:16.239482 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:16.344954 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:16.564386 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:16.573895 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:16.694939 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:16.848595 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:17.062217 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:17.063959 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:17.193567 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:17.346177 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:17.556923 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:17.557774 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:17.693767 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:17.844807 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:18.055596 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:18.056976 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:18.194260 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:18.346881 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:18.556853 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:18.557874 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:18.695729 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:18.737281 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:18.845602 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:19.058043 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:19.058191 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:19.195878 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:19.345746 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:19.556058 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:19.557838 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:19.693158 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:19.845391 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:20.055971 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:20.056724 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:20.193649 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:20.345669 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:20.562515 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:20.563900 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:20.693450 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:20.844635 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:21.056650 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:21.057730 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:21.196139 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:21.236207 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:21.345384 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:21.557141 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:21.557468 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:21.693674 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:21.845095 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:22.054395 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:22.055623 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:22.194921 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:22.347454 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:22.555531 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:22.556318 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:22.693858 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:22.845233 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:23.056800 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:23.057648 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:23.195963 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:23.237028 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:23.351284 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:23.558210 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:23.559723 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:23.693911 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:23.845448 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:24.065811 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:24.068770 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:24.194066 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:24.345978 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:24.554839 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:24.563975 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:24.694840 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:24.847256 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:25.060516 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:25.062222 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:25.194528 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:25.239729 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:25.345774 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:25.557380 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:25.564741 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:25.695010 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:25.845893 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:26.057215 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:26.062442 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:26.197809 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:26.345123 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:26.560671 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:26.561521 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:26.694225 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:26.845467 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:27.060761 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:27.064916 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:27.196581 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:27.347672 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:27.556857 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:27.559272 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:27.694342 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:27.735673 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:27.845389 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:28.058593 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:28.059956 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:28.194570 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:28.345057 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:28.557409 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:28.558314 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:28.697555 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:28.845979 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:29.054635 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:29.055074 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:29.194301 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:29.344648 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:29.555471 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:29.556234 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:29.693773 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:29.845157 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:30.056424 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:30.058017 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:30.196115 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:30.236049 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:30.346358 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:30.556237 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:30.562475 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:30.697007 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:30.845769 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:31.071965 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:31.073419 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:31.194068 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:31.345387 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:31.587960 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:31.591586 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:31.698177 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:31.849308 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:32.070572 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:32.072011 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:32.194562 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:32.243858 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:32.346130 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:32.558177 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:32.560377 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:32.698393 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:32.845109 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:33.063646 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:33.068833 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:33.194907 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:33.356284 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:33.558094 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:33.559355 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:33.714644 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:33.845054 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:34.056697 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:34.057474 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:34.195808 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:34.345093 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:34.555243 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:34.556104 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:33:34.696380 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:34.738015 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:34.847169 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:35.054303 1009440 kapi.go:107] duration metric: took 1m23.004689603s to wait for kubernetes.io/minikube-addons=registry ...
I0717 20:33:35.056340 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:35.194535 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:35.345326 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:35.555666 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:35.695378 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:35.846809 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:36.056863 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:36.194000 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:36.345451 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:36.555483 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:36.702536 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:36.845309 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:37.055689 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:37.194225 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:37.234684 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:37.345421 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:37.555741 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:37.694589 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:37.844837 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:38.055993 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:38.195035 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:38.345004 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:38.555849 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:38.755121 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:38.846545 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:39.072664 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:39.195396 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:39.236070 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:39.345620 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:39.557869 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:39.695526 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:39.846422 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:40.056420 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:40.194809 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:40.345061 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:40.556150 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:40.694175 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:40.845936 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:41.058825 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:41.195490 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:41.236711 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:41.344700 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:41.556498 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:41.699641 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:41.845063 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:42.057891 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:42.195045 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:42.345424 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:42.555304 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:42.694441 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:42.845153 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:43.056608 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:43.195821 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:43.239997 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:43.345597 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:33:43.555034 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:43.697388 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:43.844897 1009440 kapi.go:107] duration metric: took 1m28.503738877s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0717 20:33:43.846739 1009440 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-583371 cluster.
I0717 20:33:43.848583 1009440 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.
I0717 20:33:43.850329 1009440 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0717 20:33:44.055490 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:44.194426 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:44.554774 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:44.693462 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:45.055884 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:45.194372 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:45.556133 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:45.693086 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:45.734975 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:46.055600 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:46.193926 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:46.556117 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:46.693638 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:47.056024 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:47.193301 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:47.555349 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:47.693478 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:47.735106 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:48.055962 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:48.193299 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:48.555477 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:48.697712 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:49.054899 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:49.193525 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:49.556129 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:49.693939 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:49.736370 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:50.055321 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:50.193770 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:50.557206 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:50.694356 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:51.057116 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:51.193771 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:51.558185 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:51.693923 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:51.736786 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:52.055931 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:52.194131 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:52.556431 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:52.694518 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:53.056851 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:53.194124 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:53.555348 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:53.694064 1009440 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:33:54.054901 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:54.193341 1009440 kapi.go:107] duration metric: took 1m41.005444639s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0717 20:33:54.236354 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:54.554994 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:55.055735 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:55.555365 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:56.055190 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:56.555300 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:56.735740 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:57.055909 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:57.555785 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:58.055444 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:58.557350 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:58.737219 1009440 pod_ready.go:102] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"False"
I0717 20:33:59.056922 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:59.559459 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:33:59.743593 1009440 pod_ready.go:92] pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace has status "Ready":"True"
I0717 20:33:59.743619 1009440 pod_ready.go:81] duration metric: took 1m5.514843225s for pod "metrics-server-c59844bb4-s7grf" in "kube-system" namespace to be "Ready" ...
I0717 20:33:59.743631 1009440 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-tt4h4" in "kube-system" namespace to be "Ready" ...
I0717 20:33:59.759926 1009440 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-tt4h4" in "kube-system" namespace has status "Ready":"True"
I0717 20:33:59.759961 1009440 pod_ready.go:81] duration metric: took 16.321197ms for pod "nvidia-device-plugin-daemonset-tt4h4" in "kube-system" namespace to be "Ready" ...
I0717 20:33:59.759985 1009440 pod_ready.go:38] duration metric: took 1m7.534092784s 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" ...
I0717 20:33:59.759999 1009440 api_server.go:52] waiting for apiserver process to appear ...
I0717 20:33:59.760582 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0717 20:33:59.760690 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0717 20:34:00.067826 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:34:00.082045 1009440 cri.go:89] found id: "97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8"
I0717 20:34:00.082075 1009440 cri.go:89] found id: ""
I0717 20:34:00.082096 1009440 logs.go:276] 1 containers: [97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8]
I0717 20:34:00.082174 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:00.110543 1009440 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0717 20:34:00.110651 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0717 20:34:00.324537 1009440 cri.go:89] found id: "98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857"
I0717 20:34:00.324585 1009440 cri.go:89] found id: ""
I0717 20:34:00.324594 1009440 logs.go:276] 1 containers: [98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857]
I0717 20:34:00.324676 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:00.346273 1009440 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0717 20:34:00.346394 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0717 20:34:00.529629 1009440 cri.go:89] found id: "bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210"
I0717 20:34:00.529652 1009440 cri.go:89] found id: ""
I0717 20:34:00.529662 1009440 logs.go:276] 1 containers: [bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210]
I0717 20:34:00.529730 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:00.534045 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0717 20:34:00.534131 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0717 20:34:00.556353 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:34:00.660828 1009440 cri.go:89] found id: "bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a"
I0717 20:34:00.660854 1009440 cri.go:89] found id: ""
I0717 20:34:00.660871 1009440 logs.go:276] 1 containers: [bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a]
I0717 20:34:00.660927 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:00.674025 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0717 20:34:00.674120 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0717 20:34:00.757558 1009440 cri.go:89] found id: "9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722"
I0717 20:34:00.757588 1009440 cri.go:89] found id: ""
I0717 20:34:00.757597 1009440 logs.go:276] 1 containers: [9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722]
I0717 20:34:00.757672 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:00.762722 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0717 20:34:00.762836 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0717 20:34:00.828243 1009440 cri.go:89] found id: "816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97"
I0717 20:34:00.828271 1009440 cri.go:89] found id: ""
I0717 20:34:00.828280 1009440 logs.go:276] 1 containers: [816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97]
I0717 20:34:00.828345 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:00.831726 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0717 20:34:00.831813 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0717 20:34:00.884939 1009440 cri.go:89] found id: "6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f"
I0717 20:34:00.884967 1009440 cri.go:89] found id: ""
I0717 20:34:00.884974 1009440 logs.go:276] 1 containers: [6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f]
I0717 20:34:00.885038 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:00.889155 1009440 logs.go:123] Gathering logs for kube-proxy [9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722] ...
I0717 20:34:00.889192 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722"
I0717 20:34:00.941462 1009440 logs.go:123] Gathering logs for kube-controller-manager [816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97] ...
I0717 20:34:00.941501 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97"
I0717 20:34:01.041009 1009440 logs.go:123] Gathering logs for CRI-O ...
I0717 20:34:01.041047 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0717 20:34:01.054863 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:34:01.180454 1009440 logs.go:123] Gathering logs for kubelet ...
I0717 20:34:01.180538 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0717 20:34:01.252699 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: W0717 20:32:07.467132 1580 reflector.go:547] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.252919 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: E0717 20:32:07.467177 1580 reflector.go:150] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.253104 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: W0717 20:32:07.467260 1580 reflector.go:547] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.253313 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: E0717 20:32:07.467275 1580 reflector.go:150] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.262697 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: W0717 20:32:51.994850 1580 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.262934 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: E0717 20:32:51.994895 1580 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.263121 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: W0717 20:32:51.995069 1580 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.263321 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: E0717 20:32:51.995096 1580 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.263487 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: W0717 20:32:51.995241 1580 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.263670 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: E0717 20:32:51.995267 1580 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.264165 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.010326 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.264374 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.010378 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.264587 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.010426 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.264799 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.010441 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.265136 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012565 1580 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.265358 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012614 1580 reflector.go:150] object-"ingress-nginx"/"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-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.265550 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012664 1580 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:01.265802 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012675 1580 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-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
I0717 20:34:01.301457 1009440 logs.go:123] Gathering logs for dmesg ...
I0717 20:34:01.301493 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0717 20:34:01.327376 1009440 logs.go:123] Gathering logs for etcd [98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857] ...
I0717 20:34:01.327415 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857"
I0717 20:34:01.402217 1009440 logs.go:123] Gathering logs for kube-scheduler [bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a] ...
I0717 20:34:01.402255 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a"
I0717 20:34:01.485144 1009440 logs.go:123] Gathering logs for kindnet [6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f] ...
I0717 20:34:01.485218 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f"
I0717 20:34:01.545373 1009440 logs.go:123] Gathering logs for container status ...
I0717 20:34:01.545448 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0717 20:34:01.555817 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:34:01.654154 1009440 logs.go:123] Gathering logs for describe nodes ...
I0717 20:34:01.654187 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0717 20:34:01.903296 1009440 logs.go:123] Gathering logs for kube-apiserver [97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8] ...
I0717 20:34:01.903331 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8"
I0717 20:34:01.996859 1009440 logs.go:123] Gathering logs for coredns [bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210] ...
I0717 20:34:01.996903 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210"
I0717 20:34:02.071982 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:34:02.105914 1009440 out.go:304] Setting ErrFile to fd 2...
I0717 20:34:02.105940 1009440 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0717 20:34:02.105988 1009440 out.go:239] X Problems detected in kubelet:
W0717 20:34:02.106003 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.010441 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:02.106014 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012565 1580 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:02.106021 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012614 1580 reflector.go:150] object-"ingress-nginx"/"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-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:02.106028 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012664 1580 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:02.106035 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012675 1580 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-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
I0717 20:34:02.106050 1009440 out.go:304] Setting ErrFile to fd 2...
I0717 20:34:02.106057 1009440 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 20:34:02.555548 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:34:03.055685 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:34:03.559749 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:34:04.056063 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:34:04.557230 1009440 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:34:05.055496 1009440 kapi.go:107] duration metric: took 1m53.004888784s to wait for app.kubernetes.io/name=ingress-nginx ...
I0717 20:34:05.057853 1009440 out.go:177] * Enabled addons: cloud-spanner, nvidia-device-plugin, ingress-dns, storage-provisioner, metrics-server, yakd, default-storageclass, inspektor-gadget, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I0717 20:34:05.059918 1009440 addons.go:510] duration metric: took 1m59.849353059s for enable addons: enabled=[cloud-spanner nvidia-device-plugin ingress-dns storage-provisioner metrics-server yakd default-storageclass inspektor-gadget volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I0717 20:34:12.107702 1009440 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0717 20:34:12.122474 1009440 api_server.go:72] duration metric: took 2m6.912158293s to wait for apiserver process to appear ...
I0717 20:34:12.122504 1009440 api_server.go:88] waiting for apiserver healthz status ...
I0717 20:34:12.122548 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0717 20:34:12.122618 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0717 20:34:12.161331 1009440 cri.go:89] found id: "97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8"
I0717 20:34:12.161353 1009440 cri.go:89] found id: ""
I0717 20:34:12.161361 1009440 logs.go:276] 1 containers: [97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8]
I0717 20:34:12.161417 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:12.164946 1009440 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0717 20:34:12.165018 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0717 20:34:12.204191 1009440 cri.go:89] found id: "98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857"
I0717 20:34:12.204213 1009440 cri.go:89] found id: ""
I0717 20:34:12.204222 1009440 logs.go:276] 1 containers: [98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857]
I0717 20:34:12.204282 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:12.207875 1009440 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0717 20:34:12.207952 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0717 20:34:12.247401 1009440 cri.go:89] found id: "bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210"
I0717 20:34:12.247424 1009440 cri.go:89] found id: ""
I0717 20:34:12.247433 1009440 logs.go:276] 1 containers: [bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210]
I0717 20:34:12.247492 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:12.251035 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0717 20:34:12.251115 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0717 20:34:12.292375 1009440 cri.go:89] found id: "bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a"
I0717 20:34:12.292398 1009440 cri.go:89] found id: ""
I0717 20:34:12.292406 1009440 logs.go:276] 1 containers: [bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a]
I0717 20:34:12.292463 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:12.296807 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0717 20:34:12.296883 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0717 20:34:12.344505 1009440 cri.go:89] found id: "9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722"
I0717 20:34:12.344540 1009440 cri.go:89] found id: ""
I0717 20:34:12.344549 1009440 logs.go:276] 1 containers: [9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722]
I0717 20:34:12.344610 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:12.348197 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0717 20:34:12.348277 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0717 20:34:12.391381 1009440 cri.go:89] found id: "816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97"
I0717 20:34:12.391407 1009440 cri.go:89] found id: ""
I0717 20:34:12.391416 1009440 logs.go:276] 1 containers: [816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97]
I0717 20:34:12.391473 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:12.395510 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0717 20:34:12.395608 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0717 20:34:12.433323 1009440 cri.go:89] found id: "6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f"
I0717 20:34:12.433346 1009440 cri.go:89] found id: ""
I0717 20:34:12.433355 1009440 logs.go:276] 1 containers: [6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f]
I0717 20:34:12.433446 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:12.437266 1009440 logs.go:123] Gathering logs for kube-controller-manager [816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97] ...
I0717 20:34:12.437290 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97"
I0717 20:34:12.514692 1009440 logs.go:123] Gathering logs for describe nodes ...
I0717 20:34:12.514732 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0717 20:34:12.653399 1009440 logs.go:123] Gathering logs for etcd [98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857] ...
I0717 20:34:12.653429 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857"
I0717 20:34:12.708753 1009440 logs.go:123] Gathering logs for kube-scheduler [bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a] ...
I0717 20:34:12.708790 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a"
I0717 20:34:12.758899 1009440 logs.go:123] Gathering logs for kube-proxy [9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722] ...
I0717 20:34:12.758973 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722"
I0717 20:34:12.806299 1009440 logs.go:123] Gathering logs for kindnet [6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f] ...
I0717 20:34:12.806330 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f"
I0717 20:34:12.855391 1009440 logs.go:123] Gathering logs for CRI-O ...
I0717 20:34:12.855431 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0717 20:34:12.959046 1009440 logs.go:123] Gathering logs for container status ...
I0717 20:34:12.959083 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0717 20:34:13.022406 1009440 logs.go:123] Gathering logs for kubelet ...
I0717 20:34:13.022436 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0717 20:34:13.080382 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: W0717 20:32:07.467132 1580 reflector.go:547] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.080597 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: E0717 20:32:07.467177 1580 reflector.go:150] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.080787 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: W0717 20:32:07.467260 1580 reflector.go:547] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.080992 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: E0717 20:32:07.467275 1580 reflector.go:150] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.090336 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: W0717 20:32:51.994850 1580 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.090540 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: E0717 20:32:51.994895 1580 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.090722 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: W0717 20:32:51.995069 1580 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.090973 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: E0717 20:32:51.995096 1580 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.091146 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: W0717 20:32:51.995241 1580 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.091333 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: E0717 20:32:51.995267 1580 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.091819 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.010326 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.092028 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.010378 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.092223 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.010426 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.092433 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.010441 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.092768 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012565 1580 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.092976 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012614 1580 reflector.go:150] object-"ingress-nginx"/"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-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.093165 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012664 1580 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.093378 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012675 1580 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-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
I0717 20:34:13.128784 1009440 logs.go:123] Gathering logs for dmesg ...
I0717 20:34:13.128814 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0717 20:34:13.148834 1009440 logs.go:123] Gathering logs for kube-apiserver [97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8] ...
I0717 20:34:13.148863 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8"
I0717 20:34:13.209459 1009440 logs.go:123] Gathering logs for coredns [bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210] ...
I0717 20:34:13.209494 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210"
I0717 20:34:13.248706 1009440 out.go:304] Setting ErrFile to fd 2...
I0717 20:34:13.248783 1009440 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0717 20:34:13.248841 1009440 out.go:239] X Problems detected in kubelet:
W0717 20:34:13.248854 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.010441 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.248867 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012565 1580 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.248874 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012614 1580 reflector.go:150] object-"ingress-nginx"/"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-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.248881 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012664 1580 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:13.248888 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012675 1580 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-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
I0717 20:34:13.248901 1009440 out.go:304] Setting ErrFile to fd 2...
I0717 20:34:13.248906 1009440 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 20:34:23.250116 1009440 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0717 20:34:23.258928 1009440 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0717 20:34:23.260523 1009440 api_server.go:141] control plane version: v1.30.2
I0717 20:34:23.260552 1009440 api_server.go:131] duration metric: took 11.138034415s to wait for apiserver health ...
I0717 20:34:23.260561 1009440 system_pods.go:43] waiting for kube-system pods to appear ...
I0717 20:34:23.260582 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0717 20:34:23.260666 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0717 20:34:23.308573 1009440 cri.go:89] found id: "97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8"
I0717 20:34:23.308599 1009440 cri.go:89] found id: ""
I0717 20:34:23.308608 1009440 logs.go:276] 1 containers: [97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8]
I0717 20:34:23.308665 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:23.312172 1009440 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0717 20:34:23.312246 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0717 20:34:23.354827 1009440 cri.go:89] found id: "98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857"
I0717 20:34:23.354854 1009440 cri.go:89] found id: ""
I0717 20:34:23.354862 1009440 logs.go:276] 1 containers: [98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857]
I0717 20:34:23.354922 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:23.358462 1009440 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0717 20:34:23.358586 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0717 20:34:23.396283 1009440 cri.go:89] found id: "bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210"
I0717 20:34:23.396302 1009440 cri.go:89] found id: ""
I0717 20:34:23.396310 1009440 logs.go:276] 1 containers: [bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210]
I0717 20:34:23.396369 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:23.400035 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0717 20:34:23.400105 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0717 20:34:23.447381 1009440 cri.go:89] found id: "bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a"
I0717 20:34:23.447403 1009440 cri.go:89] found id: ""
I0717 20:34:23.447412 1009440 logs.go:276] 1 containers: [bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a]
I0717 20:34:23.447497 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:23.451332 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0717 20:34:23.451466 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0717 20:34:23.498520 1009440 cri.go:89] found id: "9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722"
I0717 20:34:23.498595 1009440 cri.go:89] found id: ""
I0717 20:34:23.498617 1009440 logs.go:276] 1 containers: [9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722]
I0717 20:34:23.498705 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:23.502294 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0717 20:34:23.502413 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0717 20:34:23.544845 1009440 cri.go:89] found id: "816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97"
I0717 20:34:23.544924 1009440 cri.go:89] found id: ""
I0717 20:34:23.544939 1009440 logs.go:276] 1 containers: [816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97]
I0717 20:34:23.545016 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:23.548619 1009440 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0717 20:34:23.548705 1009440 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0717 20:34:23.585592 1009440 cri.go:89] found id: "6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f"
I0717 20:34:23.585615 1009440 cri.go:89] found id: ""
I0717 20:34:23.585623 1009440 logs.go:276] 1 containers: [6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f]
I0717 20:34:23.585679 1009440 ssh_runner.go:195] Run: which crictl
I0717 20:34:23.594930 1009440 logs.go:123] Gathering logs for kubelet ...
I0717 20:34:23.594955 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0717 20:34:23.649152 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: W0717 20:32:07.467132 1580 reflector.go:547] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.649388 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: E0717 20:32:07.467177 1580 reflector.go:150] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.649580 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: W0717 20:32:07.467260 1580 reflector.go:547] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.649787 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:07 addons-583371 kubelet[1580]: E0717 20:32:07.467275 1580 reflector.go:150] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.659186 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: W0717 20:32:51.994850 1580 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.659389 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: E0717 20:32:51.994895 1580 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.659570 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: W0717 20:32:51.995069 1580 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.659771 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: E0717 20:32:51.995096 1580 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.659937 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: W0717 20:32:51.995241 1580 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.660121 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:51 addons-583371 kubelet[1580]: E0717 20:32:51.995267 1580 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.660608 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.010326 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.660813 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.010378 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.660999 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.010426 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.661206 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.010441 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.661542 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012565 1580 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.661745 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012614 1580 reflector.go:150] object-"ingress-nginx"/"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-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.661931 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012664 1580 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:23.662138 1009440 logs.go:138] Found kubelet problem: Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012675 1580 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-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
I0717 20:34:23.697655 1009440 logs.go:123] Gathering logs for etcd [98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857] ...
I0717 20:34:23.697686 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857"
I0717 20:34:23.756439 1009440 logs.go:123] Gathering logs for coredns [bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210] ...
I0717 20:34:23.756473 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210"
I0717 20:34:23.798524 1009440 logs.go:123] Gathering logs for kube-proxy [9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722] ...
I0717 20:34:23.798553 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722"
I0717 20:34:23.842450 1009440 logs.go:123] Gathering logs for kindnet [6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f] ...
I0717 20:34:23.842478 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f"
I0717 20:34:23.901546 1009440 logs.go:123] Gathering logs for CRI-O ...
I0717 20:34:23.901575 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0717 20:34:24.004122 1009440 logs.go:123] Gathering logs for container status ...
I0717 20:34:24.004175 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0717 20:34:24.058590 1009440 logs.go:123] Gathering logs for dmesg ...
I0717 20:34:24.058626 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0717 20:34:24.080004 1009440 logs.go:123] Gathering logs for describe nodes ...
I0717 20:34:24.080046 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0717 20:34:24.211342 1009440 logs.go:123] Gathering logs for kube-apiserver [97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8] ...
I0717 20:34:24.211373 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8"
I0717 20:34:24.264858 1009440 logs.go:123] Gathering logs for kube-scheduler [bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a] ...
I0717 20:34:24.264893 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a"
I0717 20:34:24.312336 1009440 logs.go:123] Gathering logs for kube-controller-manager [816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97] ...
I0717 20:34:24.312368 1009440 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97"
I0717 20:34:24.399085 1009440 out.go:304] Setting ErrFile to fd 2...
I0717 20:34:24.399118 1009440 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0717 20:34:24.399179 1009440 out.go:239] X Problems detected in kubelet:
W0717 20:34:24.399195 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.010441 1580 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-583371" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-583371' and this object
W0717 20:34:24.399204 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012565 1580 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:24.399216 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012614 1580 reflector.go:150] object-"ingress-nginx"/"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-583371" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:24.399226 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: W0717 20:32:52.012664 1580 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
W0717 20:34:24.399237 1009440 out.go:239] Jul 17 20:32:52 addons-583371 kubelet[1580]: E0717 20:32:52.012675 1580 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-583371" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-583371' and this object
I0717 20:34:24.399243 1009440 out.go:304] Setting ErrFile to fd 2...
I0717 20:34:24.399250 1009440 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 20:34:34.413846 1009440 system_pods.go:59] 18 kube-system pods found
I0717 20:34:34.413888 1009440 system_pods.go:61] "coredns-7db6d8ff4d-sjmkd" [49973a4c-e396-46c1-8eda-41c529eb8173] Running
I0717 20:34:34.413895 1009440 system_pods.go:61] "csi-hostpath-attacher-0" [6f25d3bb-c613-499b-a077-e79b90110263] Running
I0717 20:34:34.413900 1009440 system_pods.go:61] "csi-hostpath-resizer-0" [ccc5085b-2e9c-4181-8d21-e9b3ac3a5234] Running
I0717 20:34:34.413904 1009440 system_pods.go:61] "csi-hostpathplugin-n56dx" [919a82f2-bf47-43b6-a0cd-8d32f76b0ee6] Running
I0717 20:34:34.413908 1009440 system_pods.go:61] "etcd-addons-583371" [7e098127-d6cf-4d8d-93c8-5309f784cd14] Running
I0717 20:34:34.413913 1009440 system_pods.go:61] "kindnet-kbskh" [bef724fc-f2bd-468b-a4fb-c31e2b8ca5a3] Running
I0717 20:34:34.413919 1009440 system_pods.go:61] "kube-apiserver-addons-583371" [abfa2938-54c4-4717-8a93-73d304644b40] Running
I0717 20:34:34.413924 1009440 system_pods.go:61] "kube-controller-manager-addons-583371" [bbe4b475-ca39-422d-bf8f-3d5f079d8126] Running
I0717 20:34:34.413927 1009440 system_pods.go:61] "kube-ingress-dns-minikube" [c618be9f-434c-4381-abb8-550ff032e439] Running
I0717 20:34:34.413932 1009440 system_pods.go:61] "kube-proxy-c4ccx" [376053d1-e59f-4a7f-b9b6-bf1cc1063a6a] Running
I0717 20:34:34.413936 1009440 system_pods.go:61] "kube-scheduler-addons-583371" [719214d4-fab6-469e-bd53-c9a0893fbb3c] Running
I0717 20:34:34.413940 1009440 system_pods.go:61] "metrics-server-c59844bb4-s7grf" [ea051cd4-bb43-4582-b7de-f97fab45dfc3] Running
I0717 20:34:34.413945 1009440 system_pods.go:61] "nvidia-device-plugin-daemonset-tt4h4" [a317a5d7-5abc-4749-9eb0-639bc4b0addd] Running
I0717 20:34:34.413948 1009440 system_pods.go:61] "registry-656c9c8d9c-kdzch" [2fc7153f-e540-449e-9cb0-cf774eab57a8] Running
I0717 20:34:34.413952 1009440 system_pods.go:61] "registry-proxy-2l497" [632442e8-1d1c-494c-a1f1-26a825879a40] Running
I0717 20:34:34.413956 1009440 system_pods.go:61] "snapshot-controller-745499f584-8286g" [2d9c84a9-3bde-4892-be03-fe0ac3db52b0] Running
I0717 20:34:34.413961 1009440 system_pods.go:61] "snapshot-controller-745499f584-b269p" [c6784329-6b58-4d5a-9277-da7f8d822e2d] Running
I0717 20:34:34.413964 1009440 system_pods.go:61] "storage-provisioner" [69b17eef-ea44-4bd3-a949-8e1c2743bd2b] Running
I0717 20:34:34.413970 1009440 system_pods.go:74] duration metric: took 11.153403684s to wait for pod list to return data ...
I0717 20:34:34.413978 1009440 default_sa.go:34] waiting for default service account to be created ...
I0717 20:34:34.417325 1009440 default_sa.go:45] found service account: "default"
I0717 20:34:34.417354 1009440 default_sa.go:55] duration metric: took 3.368308ms for default service account to be created ...
I0717 20:34:34.417364 1009440 system_pods.go:116] waiting for k8s-apps to be running ...
I0717 20:34:34.427455 1009440 system_pods.go:86] 18 kube-system pods found
I0717 20:34:34.427490 1009440 system_pods.go:89] "coredns-7db6d8ff4d-sjmkd" [49973a4c-e396-46c1-8eda-41c529eb8173] Running
I0717 20:34:34.427497 1009440 system_pods.go:89] "csi-hostpath-attacher-0" [6f25d3bb-c613-499b-a077-e79b90110263] Running
I0717 20:34:34.427503 1009440 system_pods.go:89] "csi-hostpath-resizer-0" [ccc5085b-2e9c-4181-8d21-e9b3ac3a5234] Running
I0717 20:34:34.427507 1009440 system_pods.go:89] "csi-hostpathplugin-n56dx" [919a82f2-bf47-43b6-a0cd-8d32f76b0ee6] Running
I0717 20:34:34.427511 1009440 system_pods.go:89] "etcd-addons-583371" [7e098127-d6cf-4d8d-93c8-5309f784cd14] Running
I0717 20:34:34.427515 1009440 system_pods.go:89] "kindnet-kbskh" [bef724fc-f2bd-468b-a4fb-c31e2b8ca5a3] Running
I0717 20:34:34.427519 1009440 system_pods.go:89] "kube-apiserver-addons-583371" [abfa2938-54c4-4717-8a93-73d304644b40] Running
I0717 20:34:34.427526 1009440 system_pods.go:89] "kube-controller-manager-addons-583371" [bbe4b475-ca39-422d-bf8f-3d5f079d8126] Running
I0717 20:34:34.427531 1009440 system_pods.go:89] "kube-ingress-dns-minikube" [c618be9f-434c-4381-abb8-550ff032e439] Running
I0717 20:34:34.427536 1009440 system_pods.go:89] "kube-proxy-c4ccx" [376053d1-e59f-4a7f-b9b6-bf1cc1063a6a] Running
I0717 20:34:34.427547 1009440 system_pods.go:89] "kube-scheduler-addons-583371" [719214d4-fab6-469e-bd53-c9a0893fbb3c] Running
I0717 20:34:34.427551 1009440 system_pods.go:89] "metrics-server-c59844bb4-s7grf" [ea051cd4-bb43-4582-b7de-f97fab45dfc3] Running
I0717 20:34:34.427562 1009440 system_pods.go:89] "nvidia-device-plugin-daemonset-tt4h4" [a317a5d7-5abc-4749-9eb0-639bc4b0addd] Running
I0717 20:34:34.427566 1009440 system_pods.go:89] "registry-656c9c8d9c-kdzch" [2fc7153f-e540-449e-9cb0-cf774eab57a8] Running
I0717 20:34:34.427570 1009440 system_pods.go:89] "registry-proxy-2l497" [632442e8-1d1c-494c-a1f1-26a825879a40] Running
I0717 20:34:34.427574 1009440 system_pods.go:89] "snapshot-controller-745499f584-8286g" [2d9c84a9-3bde-4892-be03-fe0ac3db52b0] Running
I0717 20:34:34.427578 1009440 system_pods.go:89] "snapshot-controller-745499f584-b269p" [c6784329-6b58-4d5a-9277-da7f8d822e2d] Running
I0717 20:34:34.427582 1009440 system_pods.go:89] "storage-provisioner" [69b17eef-ea44-4bd3-a949-8e1c2743bd2b] Running
I0717 20:34:34.427592 1009440 system_pods.go:126] duration metric: took 10.222842ms to wait for k8s-apps to be running ...
I0717 20:34:34.427605 1009440 system_svc.go:44] waiting for kubelet service to be running ....
I0717 20:34:34.427668 1009440 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0717 20:34:34.439678 1009440 system_svc.go:56] duration metric: took 12.062993ms WaitForService to wait for kubelet
I0717 20:34:34.439715 1009440 kubeadm.go:582] duration metric: took 2m29.229404909s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0717 20:34:34.439737 1009440 node_conditions.go:102] verifying NodePressure condition ...
I0717 20:34:34.443624 1009440 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0717 20:34:34.443659 1009440 node_conditions.go:123] node cpu capacity is 2
I0717 20:34:34.443673 1009440 node_conditions.go:105] duration metric: took 3.930111ms to run NodePressure ...
I0717 20:34:34.443708 1009440 start.go:241] waiting for startup goroutines ...
I0717 20:34:34.443726 1009440 start.go:246] waiting for cluster config update ...
I0717 20:34:34.443742 1009440 start.go:255] writing updated cluster config ...
I0717 20:34:34.444032 1009440 ssh_runner.go:195] Run: rm -f paused
I0717 20:34:34.771020 1009440 start.go:600] kubectl: 1.30.3, cluster: 1.30.2 (minor skew: 0)
I0717 20:34:34.774464 1009440 out.go:177] * Done! kubectl is now configured to use "addons-583371" cluster and "default" namespace by default
==> CRI-O <==
Jul 17 20:38:22 addons-583371 crio[971]: time="2024-07-17 20:38:22.032618159Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:42a89d9b22e5307cb88494990d5d929c401339f508c0a7e98a4d8ac52623fc5b],Size_:4789170,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=cb502493-f253-45ba-8fc7-489a2541b6b6 name=/runtime.v1.ImageService/ImageStatus
Jul 17 20:38:22 addons-583371 crio[971]: time="2024-07-17 20:38:22.033738369Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=9dd2c85e-7593-41f6-a920-5d764bf08d7f name=/runtime.v1.ImageService/ImageStatus
Jul 17 20:38:22 addons-583371 crio[971]: time="2024-07-17 20:38:22.036177084Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:42a89d9b22e5307cb88494990d5d929c401339f508c0a7e98a4d8ac52623fc5b],Size_:4789170,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=9dd2c85e-7593-41f6-a920-5d764bf08d7f name=/runtime.v1.ImageService/ImageStatus
Jul 17 20:38:22 addons-583371 crio[971]: time="2024-07-17 20:38:22.039076711Z" level=info msg="Creating container: default/hello-world-app-6778b5fc9f-nvv6t/hello-world-app" id=09b62d96-2b5d-4269-8ea2-3d42f227d4d7 name=/runtime.v1.RuntimeService/CreateContainer
Jul 17 20:38:22 addons-583371 crio[971]: time="2024-07-17 20:38:22.039181919Z" level=warning msg="Allowed annotations are specified for workload []"
Jul 17 20:38:22 addons-583371 crio[971]: time="2024-07-17 20:38:22.069610025Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/c215d6cc738ca7d8a4f777f6c2138487e34abc73e48574564ef643097dfef57e/merged/etc/passwd: no such file or directory"
Jul 17 20:38:22 addons-583371 crio[971]: time="2024-07-17 20:38:22.069656909Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/c215d6cc738ca7d8a4f777f6c2138487e34abc73e48574564ef643097dfef57e/merged/etc/group: no such file or directory"
Jul 17 20:38:22 addons-583371 crio[971]: time="2024-07-17 20:38:22.123024741Z" level=info msg="Created container a1a8432d8e32e66e909f5834538f52b9d5875c26e748bb3544aa668e24ae6eac: default/hello-world-app-6778b5fc9f-nvv6t/hello-world-app" id=09b62d96-2b5d-4269-8ea2-3d42f227d4d7 name=/runtime.v1.RuntimeService/CreateContainer
Jul 17 20:38:22 addons-583371 crio[971]: time="2024-07-17 20:38:22.123768626Z" level=info msg="Starting container: a1a8432d8e32e66e909f5834538f52b9d5875c26e748bb3544aa668e24ae6eac" id=e483d6f4-c043-4daf-b36a-10dc3f89633b name=/runtime.v1.RuntimeService/StartContainer
Jul 17 20:38:22 addons-583371 crio[971]: time="2024-07-17 20:38:22.133186301Z" level=info msg="Started container" PID=7901 containerID=a1a8432d8e32e66e909f5834538f52b9d5875c26e748bb3544aa668e24ae6eac description=default/hello-world-app-6778b5fc9f-nvv6t/hello-world-app id=e483d6f4-c043-4daf-b36a-10dc3f89633b name=/runtime.v1.RuntimeService/StartContainer sandboxID=6946ff81e6bcb2fe772b0162e880767f712d547018a317b671626f7ac7d7b6dd
Jul 17 20:38:23 addons-583371 crio[971]: time="2024-07-17 20:38:23.690169197Z" level=info msg="Stopping container: 30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179 (timeout: 2s)" id=a3032d15-5bfc-4838-80b6-5782511b7e15 name=/runtime.v1.RuntimeService/StopContainer
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.696916984Z" level=warning msg="Stopping container 30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=a3032d15-5bfc-4838-80b6-5782511b7e15 name=/runtime.v1.RuntimeService/StopContainer
Jul 17 20:38:25 addons-583371 conmon[5240]: conmon 30be811f01e9ee44586f <ninfo>: container 5251 exited with status 137
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.833987747Z" level=info msg="Stopped container 30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179: ingress-nginx/ingress-nginx-controller-768f948f8f-45mrc/controller" id=a3032d15-5bfc-4838-80b6-5782511b7e15 name=/runtime.v1.RuntimeService/StopContainer
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.834521710Z" level=info msg="Stopping pod sandbox: 44bd293ddb612f8f1a18e14632bd6bc293bf2a41bf4ffe2840446be4c6f42bda" id=9ea8ff15-159a-4639-825c-35b8be2b6eac name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.837879345Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-XKYK5H24TFCTV2J6 - [0:0]\n:KUBE-HP-3SKOIROHL2DU7QN7 - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-XKYK5H24TFCTV2J6\n-X KUBE-HP-3SKOIROHL2DU7QN7\nCOMMIT\n"
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.852389968Z" level=info msg="Closing host port tcp:80"
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.852442917Z" level=info msg="Closing host port tcp:443"
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.853796844Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.853823987Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.853999357Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-768f948f8f-45mrc Namespace:ingress-nginx ID:44bd293ddb612f8f1a18e14632bd6bc293bf2a41bf4ffe2840446be4c6f42bda UID:329b1f00-0b61-44d8-ab1d-19e762358a41 NetNS:/var/run/netns/e23700cf-b8c2-4964-a89b-c8d3b664f386 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.854135876Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-768f948f8f-45mrc from CNI network \"kindnet\" (type=ptp)"
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.880437223Z" level=info msg="Stopped pod sandbox: 44bd293ddb612f8f1a18e14632bd6bc293bf2a41bf4ffe2840446be4c6f42bda" id=9ea8ff15-159a-4639-825c-35b8be2b6eac name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 17 20:38:25 addons-583371 crio[971]: time="2024-07-17 20:38:25.997668227Z" level=info msg="Removing container: 30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179" id=ff825450-40b2-48df-98fc-4bce183048a8 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 17 20:38:26 addons-583371 crio[971]: time="2024-07-17 20:38:26.015703141Z" level=info msg="Removed container 30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179: ingress-nginx/ingress-nginx-controller-768f948f8f-45mrc/controller" id=ff825450-40b2-48df-98fc-4bce183048a8 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
a1a8432d8e32e docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 8 seconds ago Running hello-world-app 0 6946ff81e6bcb hello-world-app-6778b5fc9f-nvv6t
b144f6f80bf14 docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55 2 minutes ago Running nginx 0 ff3ce58369304 nginx
5b8e27192c241 ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37 3 minutes ago Running headlamp 0 7d52604844449 headlamp-7867546754-fhzh4
7cd9a3947e282 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69 4 minutes ago Running gcp-auth 0 332b165408654 gcp-auth-5db96cd9b4-m4kpc
5d53d48759e47 docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 4 minutes ago Running local-path-provisioner 0 89e8b6e7ab172 local-path-provisioner-8d985888d-slst6
6e9acaf613783 296b5f799fcd8a39f0e93373bc18787d846c6a2a78a5657b1514831f043c09bf 4 minutes ago Exited patch 1 fa91d4e322214 ingress-nginx-admission-patch-npdnl
02bfb55b1a401 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 4 minutes ago Exited create 0 41ff862e7a904 ingress-nginx-admission-create-fxhs8
32bb234e06e18 docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17 5 minutes ago Running yakd 0 aa1a93932b342 yakd-dashboard-799879c74f-fdtbr
7dc6438735068 registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 5 minutes ago Running metrics-server 0 b878becae3a18 metrics-server-c59844bb4-s7grf
bcf7f9f232f42 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 5 minutes ago Running coredns 0 9616c3510b4e5 coredns-7db6d8ff4d-sjmkd
d2ee152278315 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 39a0b710f120c storage-provisioner
6149617b3c07c docker.io/kindest/kindnetd@sha256:88ed2adbc140254762f98fad7f4b16d279117356ebaf95aebf191713c828a493 6 minutes ago Running kindnet-cni 0 70edb78959ce6 kindnet-kbskh
9a824df359e21 66dbb96a9149f69913ff817f696be766014cacdffc2ce0889a76c81165415fae 6 minutes ago Running kube-proxy 0 fe9e312416580 kube-proxy-c4ccx
816d8fb318119 e1dcc3400d3ea6a268c7ea6e66c3a196703770a8e346b695f54344ab53a47567 6 minutes ago Running kube-controller-manager 0 6386f07348f00 kube-controller-manager-addons-583371
bf54ba1076327 c7dd04b1bafeb51c650fde7f34ac0fdafa96030e77ea7a822135ff302d895dd5 6 minutes ago Running kube-scheduler 0 e15d0078306c0 kube-scheduler-addons-583371
98a71ae675f32 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 6 minutes ago Running etcd 0 124953c2c3a2e etcd-addons-583371
97a5246f2d8ef 84c601f3f72c87776cdcf77a73329d1f45297e43a92508b0f289fa2fcf8872a0 6 minutes ago Running kube-apiserver 0 4d966432fab15 kube-apiserver-addons-583371
==> coredns [bcf7f9f232f4266ce919eed82c51659f8dec5437a286695465fc6eb8cb77f210] <==
[INFO] 10.244.0.12:55093 - 27182 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001862962s
[INFO] 10.244.0.12:36048 - 61972 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000130537s
[INFO] 10.244.0.12:36048 - 25867 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000151928s
[INFO] 10.244.0.12:33380 - 32889 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00014392s
[INFO] 10.244.0.12:33380 - 9541 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000180712s
[INFO] 10.244.0.12:37404 - 42643 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000053424s
[INFO] 10.244.0.12:37404 - 37230 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000148449s
[INFO] 10.244.0.12:38583 - 52864 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000041552s
[INFO] 10.244.0.12:38583 - 11137 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000033485s
[INFO] 10.244.0.12:37016 - 33542 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001572982s
[INFO] 10.244.0.12:37016 - 55832 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.00168783s
[INFO] 10.244.0.12:47324 - 28553 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000050118s
[INFO] 10.244.0.12:47324 - 22411 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000120239s
[INFO] 10.244.0.19:55033 - 21397 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000193044s
[INFO] 10.244.0.19:58880 - 48958 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000182451s
[INFO] 10.244.0.19:51485 - 29952 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000147669s
[INFO] 10.244.0.19:36870 - 49407 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000317501s
[INFO] 10.244.0.19:40773 - 61688 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000135697s
[INFO] 10.244.0.19:55130 - 19834 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00008348s
[INFO] 10.244.0.19:44685 - 37231 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003178316s
[INFO] 10.244.0.19:49397 - 30124 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003287052s
[INFO] 10.244.0.19:46527 - 3144 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000891391s
[INFO] 10.244.0.19:51221 - 57130 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.000967214s
[INFO] 10.244.0.22:59634 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000419008s
[INFO] 10.244.0.22:40907 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000140949s
==> describe nodes <==
Name: addons-583371
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-583371
kubernetes.io/os=linux
minikube.k8s.io/commit=ea5c2d8818055de88db951b296600d4e926998e6
minikube.k8s.io/name=addons-583371
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_17T20_31_52_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-583371
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: Wed, 17 Jul 2024 20:31:49 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-583371
AcquireTime: <unset>
RenewTime: Wed, 17 Jul 2024 20:38:29 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 17 Jul 2024 20:36:26 +0000 Wed, 17 Jul 2024 20:31:46 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 17 Jul 2024 20:36:26 +0000 Wed, 17 Jul 2024 20:31:46 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 17 Jul 2024 20:36:26 +0000 Wed, 17 Jul 2024 20:31:46 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 17 Jul 2024 20:36:26 +0000 Wed, 17 Jul 2024 20:32:51 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-583371
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022360Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022360Ki
pods: 110
System Info:
Machine ID: 4f2c8e7f1d4c4875bb060c869b8c6290
System UUID: 99826e64-3700-46ab-9569-1eef0ecbdb29
Boot ID: db84ecf5-388f-4fbb-903a-e67f1c9c3200
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: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-6778b5fc9f-nvv6t 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) 2m31s
gcp-auth gcp-auth-5db96cd9b4-m4kpc 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m16s
headlamp headlamp-7867546754-fhzh4 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m56s
kube-system coredns-7db6d8ff4d-sjmkd 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m26s
kube-system etcd-addons-583371 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m40s
kube-system kindnet-kbskh 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m26s
kube-system kube-apiserver-addons-583371 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m40s
kube-system kube-controller-manager-addons-583371 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m40s
kube-system kube-proxy-c4ccx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m25s
kube-system kube-scheduler-addons-583371 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m41s
kube-system metrics-server-c59844bb4-s7grf 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 6m21s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m21s
local-path-storage local-path-provisioner-8d985888d-slst6 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m21s
yakd-dashboard yakd-dashboard-799879c74f-fdtbr 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 6m21s
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 6m19s kube-proxy
Normal Starting 6m40s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m40s kubelet Node addons-583371 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m40s kubelet Node addons-583371 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m40s kubelet Node addons-583371 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m27s node-controller Node addons-583371 event: Registered Node addons-583371 in Controller
Normal NodeReady 5m40s kubelet Node addons-583371 status is now: NodeReady
==> dmesg <==
[ +0.001108] FS-Cache: O-key=[8] '01603b0000000000'
[ +0.000746] FS-Cache: N-cookie c=00000030 [p=00000027 fl=2 nc=0 na=1]
[ +0.000991] FS-Cache: N-cookie d=00000000b058b47a{9p.inode} n=000000002bac5ede
[ +0.001160] FS-Cache: N-key=[8] '01603b0000000000'
[ +0.002667] FS-Cache: Duplicate cookie detected
[ +0.000706] FS-Cache: O-cookie c=0000002a [p=00000027 fl=226 nc=0 na=1]
[ +0.001042] FS-Cache: O-cookie d=00000000b058b47a{9p.inode} n=00000000f6861395
[ +0.001094] FS-Cache: O-key=[8] '01603b0000000000'
[ +0.000737] FS-Cache: N-cookie c=00000031 [p=00000027 fl=2 nc=0 na=1]
[ +0.000982] FS-Cache: N-cookie d=00000000b058b47a{9p.inode} n=000000005e87a84c
[ +0.001161] FS-Cache: N-key=[8] '01603b0000000000'
[ +2.750183] FS-Cache: Duplicate cookie detected
[ +0.000739] FS-Cache: O-cookie c=00000028 [p=00000027 fl=226 nc=0 na=1]
[ +0.001025] FS-Cache: O-cookie d=00000000b058b47a{9p.inode} n=0000000053a65d44
[ +0.001099] FS-Cache: O-key=[8] '00603b0000000000'
[ +0.000743] FS-Cache: N-cookie c=00000033 [p=00000027 fl=2 nc=0 na=1]
[ +0.000992] FS-Cache: N-cookie d=00000000b058b47a{9p.inode} n=000000002bac5ede
[ +0.001112] FS-Cache: N-key=[8] '00603b0000000000'
[ +0.338454] FS-Cache: Duplicate cookie detected
[ +0.000728] FS-Cache: O-cookie c=0000002d [p=00000027 fl=226 nc=0 na=1]
[ +0.001054] FS-Cache: O-cookie d=00000000b058b47a{9p.inode} n=000000005f378419
[ +0.001088] FS-Cache: O-key=[8] '06603b0000000000'
[ +0.000737] FS-Cache: N-cookie c=00000034 [p=00000027 fl=2 nc=0 na=1]
[ +0.000987] FS-Cache: N-cookie d=00000000b058b47a{9p.inode} n=00000000657fbc09
[ +0.001109] FS-Cache: N-key=[8] '06603b0000000000'
==> etcd [98a71ae675f32994676c92eee28c513705fc6c2ee8fc1e9a7e6c6db7c306f857] <==
{"level":"info","ts":"2024-07-17T20:31:46.099049Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-17T20:31:46.100352Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-07-17T20:31:46.100529Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-07-17T20:32:06.497935Z","caller":"traceutil/trace.go:171","msg":"trace[1701579803] transaction","detail":"{read_only:false; response_revision:347; number_of_response:1; }","duration":"158.428368ms","start":"2024-07-17T20:32:06.339489Z","end":"2024-07-17T20:32:06.497917Z","steps":["trace[1701579803] 'process raft request' (duration: 99.67161ms)","trace[1701579803] 'compare' (duration: 58.668905ms)"],"step_count":2}
{"level":"info","ts":"2024-07-17T20:32:06.556842Z","caller":"traceutil/trace.go:171","msg":"trace[1853617708] linearizableReadLoop","detail":"{readStateIndex:360; appliedIndex:356; }","duration":"159.169143ms","start":"2024-07-17T20:32:06.397656Z","end":"2024-07-17T20:32:06.556825Z","steps":["trace[1853617708] 'read index received' (duration: 41.510247ms)","trace[1853617708] 'applied index is now lower than readState.Index' (duration: 117.658355ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-17T20:32:06.557308Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"159.618986ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-17T20:32:06.557483Z","caller":"traceutil/trace.go:171","msg":"trace[279491326] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:350; }","duration":"159.822844ms","start":"2024-07-17T20:32:06.397652Z","end":"2024-07-17T20:32:06.557475Z","steps":["trace[279491326] 'agreement among raft nodes before linearized reading' (duration: 159.584835ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T20:32:06.557787Z","caller":"traceutil/trace.go:171","msg":"trace[946870911] transaction","detail":"{read_only:false; response_revision:348; number_of_response:1; }","duration":"216.091305ms","start":"2024-07-17T20:32:06.341688Z","end":"2024-07-17T20:32:06.557779Z","steps":["trace[946870911] 'process raft request' (duration: 214.967199ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T20:32:06.592446Z","caller":"traceutil/trace.go:171","msg":"trace[1723471174] transaction","detail":"{read_only:false; response_revision:349; number_of_response:1; }","duration":"250.690774ms","start":"2024-07-17T20:32:06.341734Z","end":"2024-07-17T20:32:06.592424Z","steps":["trace[1723471174] 'process raft request' (duration: 215.022034ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T20:32:06.660958Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-17T20:32:06.341729Z","time spent":"318.874012ms","remote":"127.0.0.1:48748","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":185,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/serviceaccounts/kube-node-lease/default\" mod_revision:324 > success:<request_put:<key:\"/registry/serviceaccounts/kube-node-lease/default\" value_size:128 >> failure:<request_range:<key:\"/registry/serviceaccounts/kube-node-lease/default\" > >"}
{"level":"info","ts":"2024-07-17T20:32:06.592487Z","caller":"traceutil/trace.go:171","msg":"trace[617484303] transaction","detail":"{read_only:false; response_revision:350; number_of_response:1; }","duration":"195.016124ms","start":"2024-07-17T20:32:06.397465Z","end":"2024-07-17T20:32:06.592481Z","steps":["trace[617484303] 'process raft request' (duration: 159.326084ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T20:32:06.823011Z","caller":"traceutil/trace.go:171","msg":"trace[1192340442] linearizableReadLoop","detail":"{readStateIndex:361; appliedIndex:360; }","duration":"265.765774ms","start":"2024-07-17T20:32:06.557227Z","end":"2024-07-17T20:32:06.822993Z","steps":["trace[1192340442] 'read index received' (duration: 174.284324ms)","trace[1192340442] 'applied index is now lower than readState.Index' (duration: 91.480917ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-17T20:32:06.823128Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"384.169647ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/configmaps/kube-system/coredns\" ","response":"range_response_count:1 size:612"}
{"level":"info","ts":"2024-07-17T20:32:06.823157Z","caller":"traceutil/trace.go:171","msg":"trace[2105139554] range","detail":"{range_begin:/registry/configmaps/kube-system/coredns; range_end:; response_count:1; response_revision:351; }","duration":"384.215638ms","start":"2024-07-17T20:32:06.438935Z","end":"2024-07-17T20:32:06.823151Z","steps":["trace[2105139554] 'agreement among raft nodes before linearized reading' (duration: 384.128728ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T20:32:06.823179Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-17T20:32:06.438897Z","time spent":"384.276266ms","remote":"127.0.0.1:48646","response type":"/etcdserverpb.KV/Range","request count":0,"request size":42,"response count":1,"response size":636,"request content":"key:\"/registry/configmaps/kube-system/coredns\" "}
{"level":"info","ts":"2024-07-17T20:32:06.823358Z","caller":"traceutil/trace.go:171","msg":"trace[70482918] transaction","detail":"{read_only:false; response_revision:351; number_of_response:1; }","duration":"384.231301ms","start":"2024-07-17T20:32:06.439116Z","end":"2024-07-17T20:32:06.823348Z","steps":["trace[70482918] 'process raft request' (duration: 292.43066ms)","trace[70482918] 'compare' (duration: 91.357469ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-17T20:32:06.823411Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-17T20:32:06.439107Z","time spent":"384.273123ms","remote":"127.0.0.1:48620","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":669,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/events/kube-system/kube-proxy.17e31a3bb304e578\" mod_revision:0 > success:<request_put:<key:\"/registry/events/kube-system/kube-proxy.17e31a3bb304e578\" value_size:595 lease:8128030592086372910 >> failure:<>"}
{"level":"info","ts":"2024-07-17T20:32:06.83659Z","caller":"traceutil/trace.go:171","msg":"trace[509211751] transaction","detail":"{read_only:false; response_revision:352; number_of_response:1; }","duration":"140.186711ms","start":"2024-07-17T20:32:06.696388Z","end":"2024-07-17T20:32:06.836575Z","steps":["trace[509211751] 'process raft request' (duration: 140.093976ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T20:32:06.913715Z","caller":"traceutil/trace.go:171","msg":"trace[1419215180] transaction","detail":"{read_only:false; response_revision:353; number_of_response:1; }","duration":"182.099654ms","start":"2024-07-17T20:32:06.731598Z","end":"2024-07-17T20:32:06.913697Z","steps":["trace[1419215180] 'process raft request' (duration: 182.0129ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T20:32:06.972667Z","caller":"traceutil/trace.go:171","msg":"trace[1275091480] transaction","detail":"{read_only:false; response_revision:354; number_of_response:1; }","duration":"131.040595ms","start":"2024-07-17T20:32:06.841609Z","end":"2024-07-17T20:32:06.97265Z","steps":["trace[1275091480] 'process raft request' (duration: 90.61251ms)","trace[1275091480] 'compare' (duration: 40.038542ms)"],"step_count":2}
{"level":"info","ts":"2024-07-17T20:32:06.981183Z","caller":"traceutil/trace.go:171","msg":"trace[967405046] transaction","detail":"{read_only:false; response_revision:355; number_of_response:1; }","duration":"119.018459ms","start":"2024-07-17T20:32:06.861487Z","end":"2024-07-17T20:32:06.980506Z","steps":["trace[967405046] 'process raft request' (duration: 110.858257ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T20:32:08.207684Z","caller":"traceutil/trace.go:171","msg":"trace[844034111] transaction","detail":"{read_only:false; response_revision:360; number_of_response:1; }","duration":"150.120546ms","start":"2024-07-17T20:32:08.057548Z","end":"2024-07-17T20:32:08.207669Z","steps":["trace[844034111] 'process raft request' (duration: 92.04048ms)","trace[844034111] 'compare' (duration: 57.725166ms)"],"step_count":2}
{"level":"info","ts":"2024-07-17T20:32:08.529794Z","caller":"traceutil/trace.go:171","msg":"trace[106735994] transaction","detail":"{read_only:false; response_revision:362; number_of_response:1; }","duration":"126.291637ms","start":"2024-07-17T20:32:08.403491Z","end":"2024-07-17T20:32:08.529783Z","steps":[],"step_count":0}
{"level":"warn","ts":"2024-07-17T20:32:08.578063Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"154.213299ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/kube-system/coredns-7db6d8ff4d\" ","response":"range_response_count:1 size:3797"}
{"level":"info","ts":"2024-07-17T20:32:08.589501Z","caller":"traceutil/trace.go:171","msg":"trace[229881218] range","detail":"{range_begin:/registry/replicasets/kube-system/coredns-7db6d8ff4d; range_end:; response_count:1; response_revision:363; }","duration":"165.651117ms","start":"2024-07-17T20:32:08.423831Z","end":"2024-07-17T20:32:08.589482Z","steps":["trace[229881218] 'agreement among raft nodes before linearized reading' (duration: 154.191531ms)"],"step_count":1}
==> gcp-auth [7cd9a3947e28246b27b0a9e6c4e50b07521b1b6da231ed150b4d8a3d1daf241b] <==
2024/07/17 20:33:43 GCP Auth Webhook started!
2024/07/17 20:34:35 Ready to marshal response ...
2024/07/17 20:34:35 Ready to write response ...
2024/07/17 20:34:35 Ready to marshal response ...
2024/07/17 20:34:35 Ready to write response ...
2024/07/17 20:34:35 Ready to marshal response ...
2024/07/17 20:34:35 Ready to write response ...
2024/07/17 20:34:46 Ready to marshal response ...
2024/07/17 20:34:46 Ready to write response ...
2024/07/17 20:34:51 Ready to marshal response ...
2024/07/17 20:34:51 Ready to write response ...
2024/07/17 20:34:51 Ready to marshal response ...
2024/07/17 20:34:51 Ready to write response ...
2024/07/17 20:35:00 Ready to marshal response ...
2024/07/17 20:35:00 Ready to write response ...
2024/07/17 20:35:09 Ready to marshal response ...
2024/07/17 20:35:09 Ready to write response ...
2024/07/17 20:35:44 Ready to marshal response ...
2024/07/17 20:35:44 Ready to write response ...
2024/07/17 20:36:00 Ready to marshal response ...
2024/07/17 20:36:00 Ready to write response ...
2024/07/17 20:38:20 Ready to marshal response ...
2024/07/17 20:38:20 Ready to write response ...
==> kernel <==
20:38:31 up 4:20, 0 users, load average: 0.45, 1.23, 2.10
Linux addons-583371 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 [6149617b3c07cd5f92f6aa5432cf5679392b9c454ead76cd7049810ffba28f1f] <==
I0717 20:37:11.807606 1 main.go:303] handling current node
I0717 20:37:21.807944 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:37:21.807984 1 main.go:303] handling current node
W0717 20:37:30.033618 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0717 20:37:30.033883 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
I0717 20:37:31.807956 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:37:31.807995 1 main.go:303] handling current node
I0717 20:37:41.807547 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:37:41.807580 1 main.go:303] handling current node
W0717 20:37:46.785457 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0717 20:37:46.785498 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
W0717 20:37:50.764726 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0717 20:37:50.764760 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
I0717 20:37:51.807443 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:37:51.807479 1 main.go:303] handling current node
I0717 20:38:01.807809 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:38:01.807849 1 main.go:303] handling current node
W0717 20:38:09.681158 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0717 20:38:09.681193 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
I0717 20:38:11.807918 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:38:11.807952 1 main.go:303] handling current node
I0717 20:38:21.808106 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:38:21.808136 1 main.go:303] handling current node
W0717 20:38:25.080747 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0717 20:38:25.080780 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
==> kube-apiserver [97a5246f2d8efc5e25e28ae4fc650b6d1dc914bff2f94171e7cf2edc5ddfa7f8] <==
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
E0717 20:33:59.682916 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.104.107.246:443/apis/metrics.k8s.io/v1beta1: Get "https://10.104.107.246:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.104.107.246:443: connect: connection refused
E0717 20:33:59.691607 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.104.107.246:443/apis/metrics.k8s.io/v1beta1: Get "https://10.104.107.246:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.104.107.246:443: connect: connection refused
I0717 20:34:00.039719 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0717 20:34:35.775502 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.104.18.151"}
E0717 20:34:49.409405 1 watch.go:250] http2: stream closed
I0717 20:35:09.007568 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0717 20:35:10.045079 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0717 20:35:21.829781 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0717 20:35:59.307351 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 20:35:59.307443 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 20:35:59.332254 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 20:35:59.332706 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 20:35:59.351245 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 20:35:59.351288 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 20:35:59.370485 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 20:35:59.371794 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 20:35:59.404514 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 20:35:59.404560 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 20:35:59.941205 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
W0717 20:36:00.350950 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0717 20:36:00.411658 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0717 20:36:00.420245 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0717 20:36:00.453111 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.104.129.68"}
I0717 20:38:20.730728 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.97.182.135"}
==> kube-controller-manager [816d8fb318119eedeb62c13227d59fa953bbf80c0d12afb2fe73ecf7bbed6e97] <==
W0717 20:37:14.263131 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
E0717 20:37:14.263266 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
W0717 20:37:15.701386 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
E0717 20:37:15.701431 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
W0717 20:37:22.637274 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
E0717 20:37:22.637316 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
W0717 20:37:42.945118 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
E0717 20:37:42.945158 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
W0717 20:37:51.594743 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
E0717 20:37:51.594819 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
W0717 20:37:55.150834 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
E0717 20:37:55.150875 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
W0717 20:38:03.109128 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
E0717 20:38:03.109169 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
W0717 20:38:17.070336 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
E0717 20:38:17.070470 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
I0717 20:38:20.538501 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="60.325982ms"
I0717 20:38:20.551027 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="12.476877ms"
I0717 20:38:20.551106 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="43.217µs"
I0717 20:38:20.575232 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="41.469µs"
I0717 20:38:22.661675 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0717 20:38:22.668776 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0717 20:38:22.671196 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="10.42µs"
I0717 20:38:23.009178 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="8.518391ms"
I0717 20:38:23.009457 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="44.185µs"
==> kube-proxy [9a824df359e21f017989131d9315d30208609e45df05dff3acd8100158951722] <==
I0717 20:32:10.964491 1 server_linux.go:69] "Using iptables proxy"
I0717 20:32:11.125035 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0717 20:32:11.475832 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0717 20:32:11.475946 1 server_linux.go:165] "Using iptables Proxier"
I0717 20:32:11.514330 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0717 20:32:11.519477 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0717 20:32:11.519602 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"
I0717 20:32:11.519912 1 server.go:872] "Version info" version="v1.30.2"
I0717 20:32:11.519982 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0717 20:32:11.538948 1 config.go:192] "Starting service config controller"
I0717 20:32:11.539247 1 shared_informer.go:313] Waiting for caches to sync for service config
I0717 20:32:11.539330 1 config.go:101] "Starting endpoint slice config controller"
I0717 20:32:11.539370 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0717 20:32:11.571420 1 config.go:319] "Starting node config controller"
I0717 20:32:11.571871 1 shared_informer.go:313] Waiting for caches to sync for node config
I0717 20:32:11.994368 1 shared_informer.go:320] Caches are synced for service config
I0717 20:32:12.108556 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0717 20:32:12.108743 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [bf54ba10763277794ebebdf10a96117d52804c5cad831c291f70a017657b785a] <==
W0717 20:31:49.266919 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0717 20:31:49.267004 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
E0717 20:31:49.267052 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
E0717 20:31:49.267007 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0717 20:31:49.266950 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
W0717 20:31:49.267196 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0717 20:31:49.267266 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0717 20:31:49.267283 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
E0717 20:31:49.267341 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
E0717 20:31:49.267206 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
W0717 20:31:49.267083 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
E0717 20:31:49.267470 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
W0717 20:31:49.267354 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0717 20:31:49.267552 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0717 20:31:49.267141 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
E0717 20:31:49.267622 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
W0717 20:31:50.168319 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
E0717 20:31:50.168440 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
W0717 20:31:50.177232 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
E0717 20:31:50.177274 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
W0717 20:31:50.377671 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
E0717 20:31:50.377711 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
W0717 20:31:50.385077 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0717 20:31:50.385117 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
I0717 20:31:50.856427 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 17 20:38:20 addons-583371 kubelet[1580]: I0717 20:38:20.526165 1580 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/nginx" podStartSLOduration=138.398616517 podStartE2EDuration="2m20.526146762s" podCreationTimestamp="2024-07-17 20:36:00 +0000 UTC" firstStartedPulling="2024-07-17 20:36:00.75438976 +0000 UTC m=+249.386021340" lastFinishedPulling="2024-07-17 20:36:02.881920005 +0000 UTC m=+251.513551585" observedRunningTime="2024-07-17 20:36:03.718610274 +0000 UTC m=+252.350241854" watchObservedRunningTime="2024-07-17 20:38:20.526146762 +0000 UTC m=+389.157778342"
Jul 17 20:38:20 addons-583371 kubelet[1580]: I0717 20:38:20.526573 1580 topology_manager.go:215] "Topology Admit Handler" podUID="ac4d7aaf-ef9c-418b-9a6c-b74c580c3246" podNamespace="default" podName="hello-world-app-6778b5fc9f-nvv6t"
Jul 17 20:38:20 addons-583371 kubelet[1580]: I0717 20:38:20.682125 1580 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/ac4d7aaf-ef9c-418b-9a6c-b74c580c3246-gcp-creds\") pod \"hello-world-app-6778b5fc9f-nvv6t\" (UID: \"ac4d7aaf-ef9c-418b-9a6c-b74c580c3246\") " pod="default/hello-world-app-6778b5fc9f-nvv6t"
Jul 17 20:38:20 addons-583371 kubelet[1580]: I0717 20:38:20.682180 1580 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-mqxv7\" (UniqueName: \"kubernetes.io/projected/ac4d7aaf-ef9c-418b-9a6c-b74c580c3246-kube-api-access-mqxv7\") pod \"hello-world-app-6778b5fc9f-nvv6t\" (UID: \"ac4d7aaf-ef9c-418b-9a6c-b74c580c3246\") " pod="default/hello-world-app-6778b5fc9f-nvv6t"
Jul 17 20:38:21 addons-583371 kubelet[1580]: I0717 20:38:21.790004 1580 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-g272z\" (UniqueName: \"kubernetes.io/projected/c618be9f-434c-4381-abb8-550ff032e439-kube-api-access-g272z\") pod \"c618be9f-434c-4381-abb8-550ff032e439\" (UID: \"c618be9f-434c-4381-abb8-550ff032e439\") "
Jul 17 20:38:21 addons-583371 kubelet[1580]: I0717 20:38:21.792189 1580 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/c618be9f-434c-4381-abb8-550ff032e439-kube-api-access-g272z" (OuterVolumeSpecName: "kube-api-access-g272z") pod "c618be9f-434c-4381-abb8-550ff032e439" (UID: "c618be9f-434c-4381-abb8-550ff032e439"). InnerVolumeSpecName "kube-api-access-g272z". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 17 20:38:21 addons-583371 kubelet[1580]: I0717 20:38:21.890491 1580 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-g272z\" (UniqueName: \"kubernetes.io/projected/c618be9f-434c-4381-abb8-550ff032e439-kube-api-access-g272z\") on node \"addons-583371\" DevicePath \"\""
Jul 17 20:38:21 addons-583371 kubelet[1580]: I0717 20:38:21.983688 1580 scope.go:117] "RemoveContainer" containerID="c4d50529ef3649d8a56d3f8964f8d9ab90438b6ff056be3435b0ff217439f926"
Jul 17 20:38:22 addons-583371 kubelet[1580]: I0717 20:38:22.028816 1580 scope.go:117] "RemoveContainer" containerID="c4d50529ef3649d8a56d3f8964f8d9ab90438b6ff056be3435b0ff217439f926"
Jul 17 20:38:22 addons-583371 kubelet[1580]: E0717 20:38:22.029326 1580 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"c4d50529ef3649d8a56d3f8964f8d9ab90438b6ff056be3435b0ff217439f926\": container with ID starting with c4d50529ef3649d8a56d3f8964f8d9ab90438b6ff056be3435b0ff217439f926 not found: ID does not exist" containerID="c4d50529ef3649d8a56d3f8964f8d9ab90438b6ff056be3435b0ff217439f926"
Jul 17 20:38:22 addons-583371 kubelet[1580]: I0717 20:38:22.029367 1580 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"c4d50529ef3649d8a56d3f8964f8d9ab90438b6ff056be3435b0ff217439f926"} err="failed to get container status \"c4d50529ef3649d8a56d3f8964f8d9ab90438b6ff056be3435b0ff217439f926\": rpc error: code = NotFound desc = could not find container \"c4d50529ef3649d8a56d3f8964f8d9ab90438b6ff056be3435b0ff217439f926\": container with ID starting with c4d50529ef3649d8a56d3f8964f8d9ab90438b6ff056be3435b0ff217439f926 not found: ID does not exist"
Jul 17 20:38:23 addons-583371 kubelet[1580]: I0717 20:38:23.542750 1580 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="1b7e3de0-e5ae-481a-a8cf-60af8435cc9c" path="/var/lib/kubelet/pods/1b7e3de0-e5ae-481a-a8cf-60af8435cc9c/volumes"
Jul 17 20:38:23 addons-583371 kubelet[1580]: I0717 20:38:23.543205 1580 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="1fc66fab-3d45-4281-b871-536816887bde" path="/var/lib/kubelet/pods/1fc66fab-3d45-4281-b871-536816887bde/volumes"
Jul 17 20:38:23 addons-583371 kubelet[1580]: I0717 20:38:23.544217 1580 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="c618be9f-434c-4381-abb8-550ff032e439" path="/var/lib/kubelet/pods/c618be9f-434c-4381-abb8-550ff032e439/volumes"
Jul 17 20:38:25 addons-583371 kubelet[1580]: I0717 20:38:25.996556 1580 scope.go:117] "RemoveContainer" containerID="30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179"
Jul 17 20:38:26 addons-583371 kubelet[1580]: I0717 20:38:26.015983 1580 scope.go:117] "RemoveContainer" containerID="30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179"
Jul 17 20:38:26 addons-583371 kubelet[1580]: E0717 20:38:26.016407 1580 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179\": container with ID starting with 30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179 not found: ID does not exist" containerID="30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179"
Jul 17 20:38:26 addons-583371 kubelet[1580]: I0717 20:38:26.016445 1580 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179"} err="failed to get container status \"30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179\": rpc error: code = NotFound desc = could not find container \"30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179\": container with ID starting with 30be811f01e9ee44586fc8e81f7e862104db90997bb76fce6bf6d9e513b79179 not found: ID does not exist"
Jul 17 20:38:26 addons-583371 kubelet[1580]: I0717 20:38:26.020715 1580 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/329b1f00-0b61-44d8-ab1d-19e762358a41-webhook-cert\") pod \"329b1f00-0b61-44d8-ab1d-19e762358a41\" (UID: \"329b1f00-0b61-44d8-ab1d-19e762358a41\") "
Jul 17 20:38:26 addons-583371 kubelet[1580]: I0717 20:38:26.020789 1580 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-p6swx\" (UniqueName: \"kubernetes.io/projected/329b1f00-0b61-44d8-ab1d-19e762358a41-kube-api-access-p6swx\") pod \"329b1f00-0b61-44d8-ab1d-19e762358a41\" (UID: \"329b1f00-0b61-44d8-ab1d-19e762358a41\") "
Jul 17 20:38:26 addons-583371 kubelet[1580]: I0717 20:38:26.023240 1580 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/329b1f00-0b61-44d8-ab1d-19e762358a41-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "329b1f00-0b61-44d8-ab1d-19e762358a41" (UID: "329b1f00-0b61-44d8-ab1d-19e762358a41"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 17 20:38:26 addons-583371 kubelet[1580]: I0717 20:38:26.027696 1580 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/329b1f00-0b61-44d8-ab1d-19e762358a41-kube-api-access-p6swx" (OuterVolumeSpecName: "kube-api-access-p6swx") pod "329b1f00-0b61-44d8-ab1d-19e762358a41" (UID: "329b1f00-0b61-44d8-ab1d-19e762358a41"). InnerVolumeSpecName "kube-api-access-p6swx". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 17 20:38:26 addons-583371 kubelet[1580]: I0717 20:38:26.121412 1580 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-p6swx\" (UniqueName: \"kubernetes.io/projected/329b1f00-0b61-44d8-ab1d-19e762358a41-kube-api-access-p6swx\") on node \"addons-583371\" DevicePath \"\""
Jul 17 20:38:26 addons-583371 kubelet[1580]: I0717 20:38:26.121457 1580 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/329b1f00-0b61-44d8-ab1d-19e762358a41-webhook-cert\") on node \"addons-583371\" DevicePath \"\""
Jul 17 20:38:27 addons-583371 kubelet[1580]: I0717 20:38:27.542379 1580 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="329b1f00-0b61-44d8-ab1d-19e762358a41" path="/var/lib/kubelet/pods/329b1f00-0b61-44d8-ab1d-19e762358a41/volumes"
==> storage-provisioner [d2ee152278315b3884bd1a5013b00027ff6e3fa163b8126a20aac0bee0dca288] <==
I0717 20:32:52.740863 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0717 20:32:52.772934 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0717 20:32:52.773053 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0717 20:32:52.782919 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0717 20:32:52.783133 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-583371_410b46b9-2a87-447a-9d5f-59d3764d1b2d!
I0717 20:32:52.783317 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"1e1226df-d2be-43bf-aad5-a9c158d8324c", APIVersion:"v1", ResourceVersion:"911", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-583371_410b46b9-2a87-447a-9d5f-59d3764d1b2d became leader
I0717 20:32:52.885915 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-583371_410b46b9-2a87-447a-9d5f-59d3764d1b2d!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-583371 -n addons-583371
helpers_test.go:261: (dbg) Run: kubectl --context addons-583371 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 (152.76s)