=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-694274 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run: kubectl --context addons-694274 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-694274 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [ce9ec894-f466-40ef-8bf2-8b337bffc6e1] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [ce9ec894-f466-40ef-8bf2-8b337bffc6e1] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.004523855s
I0127 14:56:33.401957 1914562 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-694274 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-694274 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.193707199s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run: kubectl --context addons-694274 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-694274 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
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-694274
helpers_test.go:235: (dbg) docker inspect addons-694274:
-- stdout --
[
{
"Id": "fdc231d736db8d1df612c757a3f43cafb6ac2dd4509a31b16215aae4a0a6cd18",
"Created": "2025-01-27T14:52:51.081458673Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1915821,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-01-27T14:52:51.242738Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:0434cf58b6dbace281e5de753aa4b2e3fe33dc9a3be53021531403743c3f155a",
"ResolvConfPath": "/var/lib/docker/containers/fdc231d736db8d1df612c757a3f43cafb6ac2dd4509a31b16215aae4a0a6cd18/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/fdc231d736db8d1df612c757a3f43cafb6ac2dd4509a31b16215aae4a0a6cd18/hostname",
"HostsPath": "/var/lib/docker/containers/fdc231d736db8d1df612c757a3f43cafb6ac2dd4509a31b16215aae4a0a6cd18/hosts",
"LogPath": "/var/lib/docker/containers/fdc231d736db8d1df612c757a3f43cafb6ac2dd4509a31b16215aae4a0a6cd18/fdc231d736db8d1df612c757a3f43cafb6ac2dd4509a31b16215aae4a0a6cd18-json.log",
"Name": "/addons-694274",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-694274:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-694274",
"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/ef24c7cfced5e13b71e0158d54a46ba05432cd42bae110dc904b41fcbd42a64f-init/diff:/var/lib/docker/overlay2/4afe5125113c34989d180cf1d6a80abee20bc5552091d8d9ad258f96fc787ebb/diff",
"MergedDir": "/var/lib/docker/overlay2/ef24c7cfced5e13b71e0158d54a46ba05432cd42bae110dc904b41fcbd42a64f/merged",
"UpperDir": "/var/lib/docker/overlay2/ef24c7cfced5e13b71e0158d54a46ba05432cd42bae110dc904b41fcbd42a64f/diff",
"WorkDir": "/var/lib/docker/overlay2/ef24c7cfced5e13b71e0158d54a46ba05432cd42bae110dc904b41fcbd42a64f/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-694274",
"Source": "/var/lib/docker/volumes/addons-694274/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-694274",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279",
"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-694274",
"name.minikube.sigs.k8s.io": "addons-694274",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "ac012f5d7b668cf8bc6ae0e706ecfe8a732ae45566472a82aefa0978e4fbe2a8",
"SandboxKey": "/var/run/docker/netns/ac012f5d7b66",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34700"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34701"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34704"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34702"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34703"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-694274": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "fd25abc278f24326aa4e252418115e23944a9c2a56c0a785d4621a0610d9643f",
"EndpointID": "b5268b0502fa5f27299553a8f531517a71cf03264072291cf02d2b5f5c407d3f",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-694274",
"fdc231d736db"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-694274 -n addons-694274
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-694274 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-694274 logs -n 25: (1.575538903s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-840031 | download-only-840031 | jenkins | v1.35.0 | 27 Jan 25 14:52 UTC | 27 Jan 25 14:52 UTC |
| start | --download-only -p | download-docker-649323 | jenkins | v1.35.0 | 27 Jan 25 14:52 UTC | |
| | download-docker-649323 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-649323 | download-docker-649323 | jenkins | v1.35.0 | 27 Jan 25 14:52 UTC | 27 Jan 25 14:52 UTC |
| start | --download-only -p | binary-mirror-355255 | jenkins | v1.35.0 | 27 Jan 25 14:52 UTC | |
| | binary-mirror-355255 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:41639 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-355255 | binary-mirror-355255 | jenkins | v1.35.0 | 27 Jan 25 14:52 UTC | 27 Jan 25 14:52 UTC |
| addons | disable dashboard -p | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:52 UTC | |
| | addons-694274 | | | | | |
| addons | enable dashboard -p | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:52 UTC | |
| | addons-694274 | | | | | |
| start | -p addons-694274 --wait=true | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:52 UTC | 27 Jan 25 14:55 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=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --addons=amd-gpu-device-plugin | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| addons | addons-694274 addons disable | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:55 UTC | 27 Jan 25 14:55 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-694274 addons disable | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:55 UTC | 27 Jan 25 14:55 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | enable headlamp | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:55 UTC | 27 Jan 25 14:55 UTC |
| | -p addons-694274 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-694274 addons disable | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:55 UTC | 27 Jan 25 14:56 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ip | addons-694274 ip | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:56 UTC | 27 Jan 25 14:56 UTC |
| addons | addons-694274 addons disable | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:56 UTC | 27 Jan 25 14:56 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-694274 addons | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:56 UTC | 27 Jan 25 14:56 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-694274 addons | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:56 UTC | 27 Jan 25 14:56 UTC |
| | disable inspektor-gadget | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-694274 ssh curl -s | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:56 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-694274 addons | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:56 UTC | 27 Jan 25 14:56 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-694274 addons | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:56 UTC | 27 Jan 25 14:57 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-694274 addons | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:57 UTC | 27 Jan 25 14:57 UTC |
| | disable nvidia-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-694274 addons disable | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:57 UTC | 27 Jan 25 14:57 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| ssh | addons-694274 ssh cat | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:57 UTC | 27 Jan 25 14:57 UTC |
| | /opt/local-path-provisioner/pvc-22fda7bd-9f88-477b-90a8-3beea0473c29_default_test-pvc/file1 | | | | | |
| addons | addons-694274 addons disable | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:57 UTC | 27 Jan 25 14:57 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-694274 addons | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:57 UTC | 27 Jan 25 14:57 UTC |
| | disable cloud-spanner | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-694274 ip | addons-694274 | jenkins | v1.35.0 | 27 Jan 25 14:58 UTC | 27 Jan 25 14:58 UTC |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2025/01/27 14:52:26
Running on machine: ip-172-31-29-130
Binary: Built with gc go1.23.4 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0127 14:52:26.459628 1915327 out.go:345] Setting OutFile to fd 1 ...
I0127 14:52:26.459843 1915327 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:52:26.459858 1915327 out.go:358] Setting ErrFile to fd 2...
I0127 14:52:26.459865 1915327 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:52:26.460123 1915327 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-1909167/.minikube/bin
I0127 14:52:26.460612 1915327 out.go:352] Setting JSON to false
I0127 14:52:26.461571 1915327 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":27292,"bootTime":1737962255,"procs":172,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
I0127 14:52:26.461654 1915327 start.go:139] virtualization:
I0127 14:52:26.464833 1915327 out.go:177] * [addons-694274] minikube v1.35.0 on Ubuntu 20.04 (arm64)
I0127 14:52:26.468274 1915327 out.go:177] - MINIKUBE_LOCATION=20321
I0127 14:52:26.468418 1915327 notify.go:220] Checking for updates...
I0127 14:52:26.474068 1915327 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0127 14:52:26.476672 1915327 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/20321-1909167/kubeconfig
I0127 14:52:26.479308 1915327 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/20321-1909167/.minikube
I0127 14:52:26.481970 1915327 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0127 14:52:26.484548 1915327 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0127 14:52:26.487360 1915327 driver.go:394] Setting default libvirt URI to qemu:///system
I0127 14:52:26.511442 1915327 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
I0127 14:52:26.511552 1915327 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0127 14:52:26.579688 1915327 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:46 SystemTime:2025-01-27 14:52:26.570516 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarc
h64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:
[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
I0127 14:52:26.579812 1915327 docker.go:318] overlay module found
I0127 14:52:26.582582 1915327 out.go:177] * Using the docker driver based on user configuration
I0127 14:52:26.585111 1915327 start.go:297] selected driver: docker
I0127 14:52:26.585127 1915327 start.go:901] validating driver "docker" against <nil>
I0127 14:52:26.585139 1915327 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0127 14:52:26.585924 1915327 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0127 14:52:26.634981 1915327 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:46 SystemTime:2025-01-27 14:52:26.626733668 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} 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.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
I0127 14:52:26.635188 1915327 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0127 14:52:26.635413 1915327 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]
I0127 14:52:26.638017 1915327 out.go:177] * Using Docker driver with root privileges
I0127 14:52:26.640628 1915327 cni.go:84] Creating CNI manager for ""
I0127 14:52:26.640693 1915327 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0127 14:52:26.640705 1915327 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0127 14:52:26.640794 1915327 start.go:340] cluster config:
{Name:addons-694274 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.32.1 ClusterName:addons-694274 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: Network
Plugin: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.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPau
seInterval:1m0s}
I0127 14:52:26.643722 1915327 out.go:177] * Starting "addons-694274" primary control-plane node in "addons-694274" cluster
I0127 14:52:26.646292 1915327 cache.go:121] Beginning downloading kic base image for docker with crio
I0127 14:52:26.649142 1915327 out.go:177] * Pulling base image v0.0.46 ...
I0127 14:52:26.651628 1915327 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
I0127 14:52:26.651673 1915327 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20321-1909167/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4
I0127 14:52:26.651681 1915327 cache.go:56] Caching tarball of preloaded images
I0127 14:52:26.651776 1915327 preload.go:172] Found /home/jenkins/minikube-integration/20321-1909167/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0127 14:52:26.651786 1915327 cache.go:59] Finished verifying existence of preloaded tar for v1.32.1 on crio
I0127 14:52:26.652045 1915327 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
I0127 14:52:26.652140 1915327 profile.go:143] Saving config to /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/config.json ...
I0127 14:52:26.652159 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/config.json: {Name:mk2b35ff83ece361dcbbb645015617e8e7e7d789 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:26.667236 1915327 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
I0127 14:52:26.667355 1915327 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
I0127 14:52:26.667378 1915327 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory, skipping pull
I0127 14:52:26.667383 1915327 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 exists in cache, skipping pull
I0127 14:52:26.667394 1915327 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 as a tarball
I0127 14:52:26.667402 1915327 cache.go:163] Loading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 from local cache
I0127 14:52:44.052692 1915327 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 from cached tarball
I0127 14:52:44.052739 1915327 cache.go:227] Successfully downloaded all kic artifacts
I0127 14:52:44.052787 1915327 start.go:360] acquireMachinesLock for addons-694274: {Name:mk744ad0305b7b0149cfc82a32382b82917bd468 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0127 14:52:44.052920 1915327 start.go:364] duration metric: took 107.526µs to acquireMachinesLock for "addons-694274"
I0127 14:52:44.052950 1915327 start.go:93] Provisioning new machine with config: &{Name:addons-694274 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.32.1 ClusterName:addons-694274 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.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVM
netClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}
I0127 14:52:44.053072 1915327 start.go:125] createHost starting for "" (driver="docker")
I0127 14:52:44.056216 1915327 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0127 14:52:44.056481 1915327 start.go:159] libmachine.API.Create for "addons-694274" (driver="docker")
I0127 14:52:44.056523 1915327 client.go:168] LocalClient.Create starting
I0127 14:52:44.056656 1915327 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20321-1909167/.minikube/certs/ca.pem
I0127 14:52:44.548823 1915327 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20321-1909167/.minikube/certs/cert.pem
I0127 14:52:44.885069 1915327 cli_runner.go:164] Run: docker network inspect addons-694274 --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}}]}"
W0127 14:52:44.901270 1915327 cli_runner.go:211] docker network inspect addons-694274 --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
I0127 14:52:44.901363 1915327 network_create.go:284] running [docker network inspect addons-694274] to gather additional debugging logs...
I0127 14:52:44.901386 1915327 cli_runner.go:164] Run: docker network inspect addons-694274
W0127 14:52:44.927116 1915327 cli_runner.go:211] docker network inspect addons-694274 returned with exit code 1
I0127 14:52:44.927159 1915327 network_create.go:287] error running [docker network inspect addons-694274]: docker network inspect addons-694274: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-694274 not found
I0127 14:52:44.927180 1915327 network_create.go:289] output of [docker network inspect addons-694274]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-694274 not found
** /stderr **
I0127 14:52:44.927300 1915327 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}}]}"
I0127 14:52:44.944512 1915327 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:0x400045bbd0}
I0127 14:52:44.944554 1915327 network_create.go:124] attempt to create docker network addons-694274 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0127 14:52:44.944616 1915327 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-694274 addons-694274
I0127 14:52:45.043525 1915327 network_create.go:108] docker network addons-694274 192.168.49.0/24 created
I0127 14:52:45.043579 1915327 kic.go:121] calculated static IP "192.168.49.2" for the "addons-694274" container
I0127 14:52:45.043695 1915327 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0127 14:52:45.061337 1915327 cli_runner.go:164] Run: docker volume create addons-694274 --label name.minikube.sigs.k8s.io=addons-694274 --label created_by.minikube.sigs.k8s.io=true
I0127 14:52:45.083469 1915327 oci.go:103] Successfully created a docker volume addons-694274
I0127 14:52:45.083581 1915327 cli_runner.go:164] Run: docker run --rm --name addons-694274-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-694274 --entrypoint /usr/bin/test -v addons-694274:/var gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -d /var/lib
I0127 14:52:46.810777 1915327 cli_runner.go:217] Completed: docker run --rm --name addons-694274-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-694274 --entrypoint /usr/bin/test -v addons-694274:/var gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -d /var/lib: (1.727152649s)
I0127 14:52:46.810810 1915327 oci.go:107] Successfully prepared a docker volume addons-694274
I0127 14:52:46.810828 1915327 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
I0127 14:52:46.810847 1915327 kic.go:194] Starting extracting preloaded images to volume ...
I0127 14:52:46.810913 1915327 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20321-1909167/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-694274:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir
I0127 14:52:51.011528 1915327 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20321-1909167/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-694274:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir: (4.20057075s)
I0127 14:52:51.011571 1915327 kic.go:203] duration metric: took 4.200719973s to extract preloaded images to volume ...
W0127 14:52:51.011723 1915327 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0127 14:52:51.011859 1915327 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0127 14:52:51.066557 1915327 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-694274 --name addons-694274 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-694274 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-694274 --network addons-694274 --ip 192.168.49.2 --volume addons-694274:/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:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279
I0127 14:52:51.415251 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Running}}
I0127 14:52:51.441608 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:52:51.467002 1915327 cli_runner.go:164] Run: docker exec addons-694274 stat /var/lib/dpkg/alternatives/iptables
I0127 14:52:51.531933 1915327 oci.go:144] the created container "addons-694274" has a running status.
I0127 14:52:51.531964 1915327 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa...
I0127 14:52:51.929167 1915327 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0127 14:52:51.954840 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:52:51.978490 1915327 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0127 14:52:51.978521 1915327 kic_runner.go:114] Args: [docker exec --privileged addons-694274 chown docker:docker /home/docker/.ssh/authorized_keys]
I0127 14:52:52.039602 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:52:52.072469 1915327 machine.go:93] provisionDockerMachine start ...
I0127 14:52:52.072576 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:52:52.098616 1915327 main.go:141] libmachine: Using SSH client type: native
I0127 14:52:52.098900 1915327 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4132a0] 0x415ae0 <nil> [] 0s} 127.0.0.1 34700 <nil> <nil>}
I0127 14:52:52.098917 1915327 main.go:141] libmachine: About to run SSH command:
hostname
I0127 14:52:52.260673 1915327 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-694274
I0127 14:52:52.260700 1915327 ubuntu.go:169] provisioning hostname "addons-694274"
I0127 14:52:52.260799 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:52:52.282799 1915327 main.go:141] libmachine: Using SSH client type: native
I0127 14:52:52.283045 1915327 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4132a0] 0x415ae0 <nil> [] 0s} 127.0.0.1 34700 <nil> <nil>}
I0127 14:52:52.283059 1915327 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-694274 && echo "addons-694274" | sudo tee /etc/hostname
I0127 14:52:52.420975 1915327 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-694274
I0127 14:52:52.421143 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:52:52.442913 1915327 main.go:141] libmachine: Using SSH client type: native
I0127 14:52:52.443211 1915327 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4132a0] 0x415ae0 <nil> [] 0s} 127.0.0.1 34700 <nil> <nil>}
I0127 14:52:52.443230 1915327 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-694274' /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-694274/g' /etc/hosts;
else
echo '127.0.1.1 addons-694274' | sudo tee -a /etc/hosts;
fi
fi
I0127 14:52:52.572943 1915327 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0127 14:52:52.572973 1915327 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20321-1909167/.minikube CaCertPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20321-1909167/.minikube}
I0127 14:52:52.572994 1915327 ubuntu.go:177] setting up certificates
I0127 14:52:52.573003 1915327 provision.go:84] configureAuth start
I0127 14:52:52.573078 1915327 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-694274
I0127 14:52:52.589885 1915327 provision.go:143] copyHostCerts
I0127 14:52:52.589982 1915327 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20321-1909167/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20321-1909167/.minikube/ca.pem (1078 bytes)
I0127 14:52:52.590104 1915327 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20321-1909167/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20321-1909167/.minikube/cert.pem (1123 bytes)
I0127 14:52:52.590164 1915327 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20321-1909167/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20321-1909167/.minikube/key.pem (1675 bytes)
I0127 14:52:52.590218 1915327 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20321-1909167/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20321-1909167/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20321-1909167/.minikube/certs/ca-key.pem org=jenkins.addons-694274 san=[127.0.0.1 192.168.49.2 addons-694274 localhost minikube]
I0127 14:52:52.825994 1915327 provision.go:177] copyRemoteCerts
I0127 14:52:52.826064 1915327 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0127 14:52:52.826105 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:52:52.844271 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:52:52.933917 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0127 14:52:52.957074 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0127 14:52:52.980544 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0127 14:52:53.005724 1915327 provision.go:87] duration metric: took 432.704619ms to configureAuth
I0127 14:52:53.005755 1915327 ubuntu.go:193] setting minikube options for container-runtime
I0127 14:52:53.005979 1915327 config.go:182] Loaded profile config "addons-694274": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:52:53.006094 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:52:53.023500 1915327 main.go:141] libmachine: Using SSH client type: native
I0127 14:52:53.023744 1915327 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4132a0] 0x415ae0 <nil> [] 0s} 127.0.0.1 34700 <nil> <nil>}
I0127 14:52:53.023768 1915327 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %s "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I0127 14:52:53.241747 1915327 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0127 14:52:53.241769 1915327 machine.go:96] duration metric: took 1.169272879s to provisionDockerMachine
I0127 14:52:53.241780 1915327 client.go:171] duration metric: took 9.185245803s to LocalClient.Create
I0127 14:52:53.241802 1915327 start.go:167] duration metric: took 9.185313355s to libmachine.API.Create "addons-694274"
I0127 14:52:53.241810 1915327 start.go:293] postStartSetup for "addons-694274" (driver="docker")
I0127 14:52:53.241822 1915327 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]
I0127 14:52:53.241901 1915327 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
I0127 14:52:53.241944 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:52:53.259095 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:52:53.350359 1915327 ssh_runner.go:195] Run: cat /etc/os-release
I0127 14:52:53.353522 1915327 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0127 14:52:53.353561 1915327 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0127 14:52:53.353597 1915327 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0127 14:52:53.353612 1915327 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0127 14:52:53.353622 1915327 filesync.go:126] Scanning /home/jenkins/minikube-integration/20321-1909167/.minikube/addons for local assets ...
I0127 14:52:53.353708 1915327 filesync.go:126] Scanning /home/jenkins/minikube-integration/20321-1909167/.minikube/files for local assets ...
I0127 14:52:53.353757 1915327 start.go:296] duration metric: took 111.938785ms for postStartSetup
I0127 14:52:53.354088 1915327 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-694274
I0127 14:52:53.372644 1915327 profile.go:143] Saving config to /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/config.json ...
I0127 14:52:53.372932 1915327 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0127 14:52:53.372985 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:52:53.388983 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:52:53.474382 1915327 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0127 14:52:53.479113 1915327 start.go:128] duration metric: took 9.426011158s to createHost
I0127 14:52:53.479140 1915327 start.go:83] releasing machines lock for "addons-694274", held for 9.426208355s
I0127 14:52:53.479223 1915327 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-694274
I0127 14:52:53.495710 1915327 ssh_runner.go:195] Run: cat /version.json
I0127 14:52:53.495777 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:52:53.495869 1915327 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0127 14:52:53.495928 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:52:53.521955 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:52:53.524553 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:52:53.756535 1915327 ssh_runner.go:195] Run: systemctl --version
I0127 14:52:53.760559 1915327 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0127 14:52:53.902853 1915327 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0127 14:52:53.906913 1915327 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" ;
I0127 14:52:53.928690 1915327 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0127 14:52:53.928779 1915327 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0127 14:52:53.960656 1915327 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0127 14:52:53.960683 1915327 start.go:495] detecting cgroup driver to use...
I0127 14:52:53.960716 1915327 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0127 14:52:53.960768 1915327 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0127 14:52:53.976070 1915327 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0127 14:52:53.987418 1915327 docker.go:217] disabling cri-docker service (if available) ...
I0127 14:52:53.987487 1915327 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0127 14:52:54.004839 1915327 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0127 14:52:54.021535 1915327 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0127 14:52:54.104204 1915327 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0127 14:52:54.198826 1915327 docker.go:233] disabling docker service ...
I0127 14:52:54.198919 1915327 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0127 14:52:54.218280 1915327 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0127 14:52:54.229860 1915327 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0127 14:52:54.332341 1915327 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0127 14:52:54.429467 1915327 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0127 14:52:54.440849 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I0127 14:52:54.457441 1915327 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I0127 14:52:54.457561 1915327 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
I0127 14:52:54.468149 1915327 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0127 14:52:54.468276 1915327 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0127 14:52:54.477931 1915327 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0127 14:52:54.487833 1915327 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0127 14:52:54.497274 1915327 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0127 14:52:54.508344 1915327 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"
I0127 14:52:54.517924 1915327 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"
I0127 14:52:54.533634 1915327 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"
I0127 14:52:54.543123 1915327 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0127 14:52:54.551693 1915327 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0127 14:52:54.560183 1915327 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0127 14:52:54.636729 1915327 ssh_runner.go:195] Run: sudo systemctl restart crio
I0127 14:52:54.731169 1915327 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0127 14:52:54.731269 1915327 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0127 14:52:54.735098 1915327 start.go:563] Will wait 60s for crictl version
I0127 14:52:54.735214 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:52:54.738646 1915327 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0127 14:52:54.775623 1915327 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0127 14:52:54.775726 1915327 ssh_runner.go:195] Run: crio --version
I0127 14:52:54.820408 1915327 ssh_runner.go:195] Run: crio --version
I0127 14:52:54.863718 1915327 out.go:177] * Preparing Kubernetes v1.32.1 on CRI-O 1.24.6 ...
I0127 14:52:54.866499 1915327 cli_runner.go:164] Run: docker network inspect addons-694274 --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}}]}"
I0127 14:52:54.882798 1915327 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0127 14:52:54.886375 1915327 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""
I0127 14:52:54.897291 1915327 kubeadm.go:883] updating cluster {Name:addons-694274 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.32.1 ClusterName:addons-694274 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] D
NSDomain: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.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClie
ntPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0127 14:52:54.897412 1915327 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
I0127 14:52:54.897468 1915327 ssh_runner.go:195] Run: sudo crictl images --output json
I0127 14:52:54.980271 1915327 crio.go:514] all images are preloaded for cri-o runtime.
I0127 14:52:54.980294 1915327 crio.go:433] Images already preloaded, skipping extraction
I0127 14:52:54.980350 1915327 ssh_runner.go:195] Run: sudo crictl images --output json
I0127 14:52:55.022302 1915327 crio.go:514] all images are preloaded for cri-o runtime.
I0127 14:52:55.022330 1915327 cache_images.go:84] Images are preloaded, skipping loading
I0127 14:52:55.022339 1915327 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.1 crio true true} ...
I0127 14:52:55.022442 1915327 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.32.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-694274 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.32.1 ClusterName:addons-694274 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:}
I0127 14:52:55.022532 1915327 ssh_runner.go:195] Run: crio config
I0127 14:52:55.072269 1915327 cni.go:84] Creating CNI manager for ""
I0127 14:52:55.072296 1915327 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0127 14:52:55.072310 1915327 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0127 14:52:55.072345 1915327 kubeadm.go:189] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.32.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-694274 NodeName:addons-694274 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}
I0127 14:52:55.072491 1915327 kubeadm.go:195] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta4
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/crio/crio.sock
name: "addons-694274"
kubeletExtraArgs:
- name: "node-ip"
value: "192.168.49.2"
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
- name: "enable-admission-plugins"
value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
- name: "allocate-node-cidrs"
value: "true"
- name: "leader-elect"
value: "false"
scheduler:
extraArgs:
- name: "leader-elect"
value: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
- name: "proxy-refresh-interval"
value: "70000"
kubernetesVersion: v1.32.1
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0127 14:52:55.072586 1915327 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.1
I0127 14:52:55.081890 1915327 binaries.go:44] Found k8s binaries, skipping transfer
I0127 14:52:55.082063 1915327 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0127 14:52:55.091356 1915327 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0127 14:52:55.110901 1915327 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0127 14:52:55.130104 1915327 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
I0127 14:52:55.147662 1915327 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0127 14:52:55.151263 1915327 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""
I0127 14:52:55.162209 1915327 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0127 14:52:55.243396 1915327 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0127 14:52:55.257546 1915327 certs.go:68] Setting up /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274 for IP: 192.168.49.2
I0127 14:52:55.257569 1915327 certs.go:194] generating shared ca certs ...
I0127 14:52:55.257585 1915327 certs.go:226] acquiring lock for ca certs: {Name:mka0bede95be67146df412c85e365b5935e51716 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:55.258296 1915327 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20321-1909167/.minikube/ca.key
I0127 14:52:55.643466 1915327 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20321-1909167/.minikube/ca.crt ...
I0127 14:52:55.643498 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/.minikube/ca.crt: {Name:mk8d81982acf2729b1a8c53fc41d95810a222bde Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:55.643689 1915327 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20321-1909167/.minikube/ca.key ...
I0127 14:52:55.643701 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/.minikube/ca.key: {Name:mk4e3a58053c906c5b75e1895e084504893907ce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:55.643791 1915327 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20321-1909167/.minikube/proxy-client-ca.key
I0127 14:52:56.224936 1915327 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20321-1909167/.minikube/proxy-client-ca.crt ...
I0127 14:52:56.224971 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/.minikube/proxy-client-ca.crt: {Name:mk2eb3627e1bbf36137292e3a980aab1c53353c5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:56.225759 1915327 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20321-1909167/.minikube/proxy-client-ca.key ...
I0127 14:52:56.225778 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/.minikube/proxy-client-ca.key: {Name:mkf7d31ca74b0fe212616bfd5b34f08c20a89216 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:56.225868 1915327 certs.go:256] generating profile certs ...
I0127 14:52:56.225935 1915327 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/client.key
I0127 14:52:56.225964 1915327 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/client.crt with IP's: []
I0127 14:52:56.502894 1915327 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/client.crt ...
I0127 14:52:56.502926 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/client.crt: {Name:mkcc1c4aac122d98d283aa66ed48cb2bd86a7c6a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:56.503121 1915327 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/client.key ...
I0127 14:52:56.503134 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/client.key: {Name:mk594987c66ed81720e187b5ed300bf8b0cd01ee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:56.503805 1915327 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.key.4fd392d9
I0127 14:52:56.503831 1915327 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.crt.4fd392d9 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0127 14:52:56.775462 1915327 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.crt.4fd392d9 ...
I0127 14:52:56.775493 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.crt.4fd392d9: {Name:mk1760204ebaf2f968499b3141fb3ff2f6b40f50 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:56.775699 1915327 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.key.4fd392d9 ...
I0127 14:52:56.775715 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.key.4fd392d9: {Name:mk3dc4cb3903ca6cdcdbbf9c629d882c17f06b5b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:56.775827 1915327 certs.go:381] copying /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.crt.4fd392d9 -> /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.crt
I0127 14:52:56.775911 1915327 certs.go:385] copying /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.key.4fd392d9 -> /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.key
I0127 14:52:56.775965 1915327 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/proxy-client.key
I0127 14:52:56.775985 1915327 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/proxy-client.crt with IP's: []
I0127 14:52:57.033860 1915327 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/proxy-client.crt ...
I0127 14:52:57.033895 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/proxy-client.crt: {Name:mkeebe1ee3b78a255d0ef12354f24dcc3cb4bbc4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:57.034669 1915327 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/proxy-client.key ...
I0127 14:52:57.034693 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/proxy-client.key: {Name:mkabfd5e814524cc0b14d2c9ec7114d3d13d7d4d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:52:57.034918 1915327 certs.go:484] found cert: /home/jenkins/minikube-integration/20321-1909167/.minikube/certs/ca-key.pem (1679 bytes)
I0127 14:52:57.034965 1915327 certs.go:484] found cert: /home/jenkins/minikube-integration/20321-1909167/.minikube/certs/ca.pem (1078 bytes)
I0127 14:52:57.034991 1915327 certs.go:484] found cert: /home/jenkins/minikube-integration/20321-1909167/.minikube/certs/cert.pem (1123 bytes)
I0127 14:52:57.035019 1915327 certs.go:484] found cert: /home/jenkins/minikube-integration/20321-1909167/.minikube/certs/key.pem (1675 bytes)
I0127 14:52:57.035669 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0127 14:52:57.061305 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0127 14:52:57.085252 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0127 14:52:57.108489 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0127 14:52:57.132365 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0127 14:52:57.159135 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0127 14:52:57.182875 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0127 14:52:57.206649 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/profiles/addons-694274/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0127 14:52:57.230120 1915327 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-1909167/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0127 14:52:57.253980 1915327 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0127 14:52:57.271894 1915327 ssh_runner.go:195] Run: openssl version
I0127 14:52:57.277458 1915327 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"
I0127 14:52:57.286952 1915327 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0127 14:52:57.290351 1915327 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jan 27 14:52 /usr/share/ca-certificates/minikubeCA.pem
I0127 14:52:57.290440 1915327 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0127 14:52:57.296978 1915327 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"
I0127 14:52:57.306275 1915327 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0127 14:52:57.309502 1915327 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
I0127 14:52:57.309549 1915327 kubeadm.go:392] StartCluster: {Name:addons-694274 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.32.1 ClusterName:addons-694274 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSD
omain: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.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientP
ath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0127 14:52:57.309666 1915327 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0127 14:52:57.309727 1915327 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0127 14:52:57.350197 1915327 cri.go:89] found id: ""
I0127 14:52:57.350324 1915327 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0127 14:52:57.358966 1915327 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0127 14:52:57.367535 1915327 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0127 14:52:57.367631 1915327 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
I0127 14:52:57.376086 1915327 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
I0127 14:52:57.376107 1915327 kubeadm.go:157] found existing configuration files:
I0127 14:52:57.376161 1915327 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0127 14:52:57.384653 1915327 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
I0127 14:52:57.384718 1915327 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0127 14:52:57.392966 1915327 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0127 14:52:57.401745 1915327 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
I0127 14:52:57.401815 1915327 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0127 14:52:57.410341 1915327 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0127 14:52:57.419303 1915327 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
I0127 14:52:57.419367 1915327 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0127 14:52:57.427814 1915327 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0127 14:52:57.436258 1915327 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
I0127 14:52:57.436353 1915327 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0127 14:52:57.444584 1915327 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0127 14:52:57.487985 1915327 kubeadm.go:310] [init] Using Kubernetes version: v1.32.1
I0127 14:52:57.488098 1915327 kubeadm.go:310] [preflight] Running pre-flight checks
I0127 14:52:57.520836 1915327 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0127 14:52:57.520919 1915327 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1075-aws[0m
I0127 14:52:57.520962 1915327 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0127 14:52:57.521012 1915327 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0127 14:52:57.521080 1915327 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0127 14:52:57.521133 1915327 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0127 14:52:57.521185 1915327 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0127 14:52:57.521239 1915327 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0127 14:52:57.521294 1915327 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0127 14:52:57.521342 1915327 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0127 14:52:57.521394 1915327 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0127 14:52:57.521445 1915327 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0127 14:52:57.585881 1915327 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0127 14:52:57.586067 1915327 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0127 14:52:57.586208 1915327 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0127 14:52:57.593399 1915327 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0127 14:52:57.597157 1915327 out.go:235] - Generating certificates and keys ...
I0127 14:52:57.597314 1915327 kubeadm.go:310] [certs] Using existing ca certificate authority
I0127 14:52:57.597437 1915327 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0127 14:52:58.509004 1915327 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0127 14:52:59.453561 1915327 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0127 14:53:00.428147 1915327 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0127 14:53:01.000677 1915327 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0127 14:53:01.272484 1915327 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0127 14:53:01.273065 1915327 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-694274 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0127 14:53:01.919678 1915327 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0127 14:53:01.920062 1915327 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-694274 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0127 14:53:02.417465 1915327 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0127 14:53:02.580021 1915327 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0127 14:53:03.057913 1915327 kubeadm.go:310] [certs] Generating "sa" key and public key
I0127 14:53:03.059308 1915327 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0127 14:53:03.693871 1915327 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0127 14:53:04.956716 1915327 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0127 14:53:05.434960 1915327 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0127 14:53:05.913022 1915327 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0127 14:53:06.360661 1915327 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0127 14:53:06.361542 1915327 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0127 14:53:06.364276 1915327 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0127 14:53:06.367534 1915327 out.go:235] - Booting up control plane ...
I0127 14:53:06.367635 1915327 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0127 14:53:06.367713 1915327 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0127 14:53:06.367779 1915327 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0127 14:53:06.376357 1915327 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0127 14:53:06.382378 1915327 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0127 14:53:06.382434 1915327 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0127 14:53:06.475571 1915327 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0127 14:53:06.475697 1915327 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0127 14:53:07.977115 1915327 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.501636608s
I0127 14:53:07.977208 1915327 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0127 14:53:13.479199 1915327 kubeadm.go:310] [api-check] The API server is healthy after 5.502080364s
I0127 14:53:13.502238 1915327 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0127 14:53:13.520872 1915327 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0127 14:53:13.548688 1915327 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0127 14:53:13.548884 1915327 kubeadm.go:310] [mark-control-plane] Marking the node addons-694274 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0127 14:53:13.560264 1915327 kubeadm.go:310] [bootstrap-token] Using token: n8nyvl.yhtkfjar8ahjpfdr
I0127 14:53:13.563306 1915327 out.go:235] - Configuring RBAC rules ...
I0127 14:53:13.563430 1915327 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0127 14:53:13.567414 1915327 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0127 14:53:13.577112 1915327 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
I0127 14:53:13.580856 1915327 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0127 14:53:13.589088 1915327 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0127 14:53:13.593720 1915327 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0127 14:53:13.887003 1915327 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0127 14:53:14.338740 1915327 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0127 14:53:14.887278 1915327 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0127 14:53:14.888848 1915327 kubeadm.go:310]
I0127 14:53:14.888948 1915327 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0127 14:53:14.888964 1915327 kubeadm.go:310]
I0127 14:53:14.889066 1915327 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0127 14:53:14.889074 1915327 kubeadm.go:310]
I0127 14:53:14.889097 1915327 kubeadm.go:310] mkdir -p $HOME/.kube
I0127 14:53:14.889152 1915327 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0127 14:53:14.889200 1915327 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0127 14:53:14.889205 1915327 kubeadm.go:310]
I0127 14:53:14.889254 1915327 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0127 14:53:14.889259 1915327 kubeadm.go:310]
I0127 14:53:14.889303 1915327 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0127 14:53:14.889308 1915327 kubeadm.go:310]
I0127 14:53:14.889358 1915327 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0127 14:53:14.889428 1915327 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0127 14:53:14.889492 1915327 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0127 14:53:14.889497 1915327 kubeadm.go:310]
I0127 14:53:14.889575 1915327 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0127 14:53:14.889648 1915327 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0127 14:53:14.889652 1915327 kubeadm.go:310]
I0127 14:53:14.889731 1915327 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token n8nyvl.yhtkfjar8ahjpfdr \
I0127 14:53:14.889827 1915327 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:dd9dbd6239204b1aca40b74da6cb2f4fe11bd7088819c9d993c859c20f425ba1 \
I0127 14:53:14.889847 1915327 kubeadm.go:310] --control-plane
I0127 14:53:14.889852 1915327 kubeadm.go:310]
I0127 14:53:14.889930 1915327 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0127 14:53:14.889935 1915327 kubeadm.go:310]
I0127 14:53:14.890011 1915327 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token n8nyvl.yhtkfjar8ahjpfdr \
I0127 14:53:14.890107 1915327 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:dd9dbd6239204b1aca40b74da6cb2f4fe11bd7088819c9d993c859c20f425ba1
I0127 14:53:14.892811 1915327 kubeadm.go:310] [WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
I0127 14:53:14.893059 1915327 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-1075-aws\n", err: exit status 1
I0127 14:53:14.893167 1915327 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0127 14:53:14.893185 1915327 cni.go:84] Creating CNI manager for ""
I0127 14:53:14.893193 1915327 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0127 14:53:14.896184 1915327 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0127 14:53:14.898830 1915327 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0127 14:53:14.902696 1915327 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.1/kubectl ...
I0127 14:53:14.902715 1915327 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I0127 14:53:14.920248 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0127 14:53:15.212594 1915327 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0127 14:53:15.212670 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0127 14:53:15.212793 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-694274 minikube.k8s.io/updated_at=2025_01_27T14_53_15_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=f6a4bc0699f1a012c34860b426fc47f95a8e8743 minikube.k8s.io/name=addons-694274 minikube.k8s.io/primary=true
I0127 14:53:15.336568 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0127 14:53:15.372154 1915327 ops.go:34] apiserver oom_adj: -16
I0127 14:53:15.837364 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0127 14:53:16.337340 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0127 14:53:16.836698 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0127 14:53:17.336688 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0127 14:53:17.836902 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0127 14:53:18.336688 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0127 14:53:18.836702 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0127 14:53:19.337254 1915327 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0127 14:53:19.460378 1915327 kubeadm.go:1113] duration metric: took 4.247776199s to wait for elevateKubeSystemPrivileges
I0127 14:53:19.460413 1915327 kubeadm.go:394] duration metric: took 22.150867562s to StartCluster
I0127 14:53:19.460434 1915327 settings.go:142] acquiring lock: {Name:mkc01d7adb58042e4b5e1008c4ce17993fb9f9e7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:53:19.461294 1915327 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/20321-1909167/kubeconfig
I0127 14:53:19.461810 1915327 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-1909167/kubeconfig: {Name:mk997cd41c75b6646a7d74b9f336ed9b73291ed6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0127 14:53:19.462656 1915327 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}
I0127 14:53:19.462831 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0127 14:53:19.463135 1915327 config.go:182] Loaded profile config "addons-694274": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:53:19.463178 1915327 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false 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]
I0127 14:53:19.463296 1915327 addons.go:69] Setting yakd=true in profile "addons-694274"
I0127 14:53:19.463319 1915327 addons.go:238] Setting addon yakd=true in "addons-694274"
I0127 14:53:19.463347 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.463940 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.464608 1915327 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-694274"
I0127 14:53:19.464632 1915327 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-694274"
I0127 14:53:19.464658 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.465207 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.465393 1915327 addons.go:69] Setting metrics-server=true in profile "addons-694274"
I0127 14:53:19.465422 1915327 addons.go:238] Setting addon metrics-server=true in "addons-694274"
I0127 14:53:19.465474 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.466017 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.469570 1915327 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-694274"
I0127 14:53:19.469721 1915327 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-694274"
I0127 14:53:19.469763 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.470259 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.471925 1915327 addons.go:69] Setting cloud-spanner=true in profile "addons-694274"
I0127 14:53:19.471952 1915327 addons.go:238] Setting addon cloud-spanner=true in "addons-694274"
I0127 14:53:19.471987 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.472475 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.484353 1915327 addons.go:69] Setting registry=true in profile "addons-694274"
I0127 14:53:19.484429 1915327 addons.go:238] Setting addon registry=true in "addons-694274"
I0127 14:53:19.484500 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.485047 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.485335 1915327 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-694274"
I0127 14:53:19.485379 1915327 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-694274"
I0127 14:53:19.485404 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.485818 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.505165 1915327 addons.go:69] Setting storage-provisioner=true in profile "addons-694274"
I0127 14:53:19.505237 1915327 addons.go:69] Setting ingress=true in profile "addons-694274"
I0127 14:53:19.505250 1915327 addons.go:238] Setting addon storage-provisioner=true in "addons-694274"
I0127 14:53:19.505258 1915327 addons.go:238] Setting addon ingress=true in "addons-694274"
I0127 14:53:19.505290 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.505296 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.505761 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.505765 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.531190 1915327 addons.go:69] Setting ingress-dns=true in profile "addons-694274"
I0127 14:53:19.531220 1915327 addons.go:238] Setting addon ingress-dns=true in "addons-694274"
I0127 14:53:19.531266 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.531948 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.505219 1915327 addons.go:69] Setting default-storageclass=true in profile "addons-694274"
I0127 14:53:19.532550 1915327 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-694274"
I0127 14:53:19.533596 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.505230 1915327 addons.go:69] Setting gcp-auth=true in profile "addons-694274"
I0127 14:53:19.545951 1915327 mustload.go:65] Loading cluster: addons-694274
I0127 14:53:19.546487 1915327 config.go:182] Loaded profile config "addons-694274": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:53:19.552174 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.553495 1915327 addons.go:69] Setting inspektor-gadget=true in profile "addons-694274"
I0127 14:53:19.553527 1915327 addons.go:238] Setting addon inspektor-gadget=true in "addons-694274"
I0127 14:53:19.553563 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.554532 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.557925 1915327 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-694274"
I0127 14:53:19.557959 1915327 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-694274"
I0127 14:53:19.558342 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.578637 1915327 addons.go:69] Setting volcano=true in profile "addons-694274"
I0127 14:53:19.578729 1915327 addons.go:238] Setting addon volcano=true in "addons-694274"
I0127 14:53:19.578801 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.579425 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.580884 1915327 out.go:177] * Verifying Kubernetes components...
I0127 14:53:19.586300 1915327 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0127 14:53:19.602051 1915327 addons.go:69] Setting volumesnapshots=true in profile "addons-694274"
I0127 14:53:19.602092 1915327 addons.go:238] Setting addon volumesnapshots=true in "addons-694274"
I0127 14:53:19.602144 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.602718 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.671305 1915327 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0127 14:53:19.687906 1915327 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
I0127 14:53:19.707501 1915327 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I0127 14:53:19.707930 1915327 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0127 14:53:19.708031 1915327 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0127 14:53:19.708087 1915327 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0127 14:53:19.708309 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:19.712434 1915327 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0127 14:53:19.712577 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0127 14:53:19.712645 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:19.717284 1915327 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0127 14:53:19.718273 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I0127 14:53:19.718364 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:19.740948 1915327 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.28
I0127 14:53:19.743709 1915327 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I0127 14:53:19.743734 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0127 14:53:19.743811 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:19.717306 1915327 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I0127 14:53:19.744174 1915327 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0127 14:53:19.744234 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:19.775965 1915327 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.36.0
I0127 14:53:19.785299 1915327 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I0127 14:53:19.785328 1915327 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I0127 14:53:19.785405 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:19.797185 1915327 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
I0127 14:53:19.811545 1915327 out.go:177] - Using image docker.io/registry:2.8.3
I0127 14:53:19.811882 1915327 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0127 14:53:19.812042 1915327 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0127 14:53:19.816255 1915327 addons.go:238] Setting addon default-storageclass=true in "addons-694274"
I0127 14:53:19.816664 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.817146 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:19.824724 1915327 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0127 14:53:19.824743 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0127 14:53:19.824803 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:19.839031 1915327 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0127 14:53:19.841994 1915327 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0127 14:53:19.847681 1915327 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0127 14:53:19.847801 1915327 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0127 14:53:19.848157 1915327 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I0127 14:53:19.848173 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0127 14:53:19.848232 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:19.852364 1915327 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0127 14:53:19.852384 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0127 14:53:19.852448 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:19.881108 1915327 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
I0127 14:53:19.885193 1915327 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0127 14:53:19.892866 1915327 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0127 14:53:19.897595 1915327 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0127 14:53:19.897621 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0127 14:53:19.897691 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:19.905691 1915327 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
W0127 14:53:19.906177 1915327 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0127 14:53:19.906435 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.920493 1915327 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0127 14:53:19.925305 1915327 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0127 14:53:19.929259 1915327 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0127 14:53:19.937153 1915327 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0127 14:53:19.937226 1915327 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0127 14:53:19.937324 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:19.987295 1915327 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-694274"
I0127 14:53:19.987349 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:19.987779 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:20.010234 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.025399 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.027100 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.050248 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.050893 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.060656 1915327 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0127 14:53:20.069913 1915327 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0127 14:53:20.069990 1915327 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0127 14:53:20.070100 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:20.098748 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.113444 1915327 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I0127 14:53:20.113467 1915327 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0127 14:53:20.113622 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:20.120904 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.126577 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.137193 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.150791 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.153814 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.183140 1915327 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0127 14:53:20.191883 1915327 out.go:177] - Using image docker.io/busybox:stable
I0127 14:53:20.196006 1915327 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0127 14:53:20.196032 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0127 14:53:20.196101 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:20.201747 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
W0127 14:53:20.202872 1915327 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0127 14:53:20.202900 1915327 retry.go:31] will retry after 309.265002ms: ssh: handshake failed: EOF
I0127 14:53:20.208337 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.239242 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:20.359348 1915327 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0127 14:53:20.359533 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0127 14:53:20.390106 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0127 14:53:20.469081 1915327 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I0127 14:53:20.469104 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
I0127 14:53:20.491759 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0127 14:53:20.566631 1915327 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0127 14:53:20.566663 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0127 14:53:20.572415 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0127 14:53:20.575576 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0127 14:53:20.628570 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0127 14:53:20.632710 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0127 14:53:20.664207 1915327 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I0127 14:53:20.664234 1915327 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0127 14:53:20.667430 1915327 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I0127 14:53:20.667456 1915327 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0127 14:53:20.731590 1915327 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0127 14:53:20.731618 1915327 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0127 14:53:20.753356 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0127 14:53:20.769264 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0127 14:53:20.890017 1915327 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0127 14:53:20.890044 1915327 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0127 14:53:20.896189 1915327 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I0127 14:53:20.896215 1915327 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0127 14:53:20.905523 1915327 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I0127 14:53:20.905548 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0127 14:53:20.917423 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0127 14:53:20.964335 1915327 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I0127 14:53:20.964362 1915327 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0127 14:53:21.024682 1915327 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0127 14:53:21.024710 1915327 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)
I0127 14:53:21.052601 1915327 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I0127 14:53:21.052627 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0127 14:53:21.063196 1915327 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0127 14:53:21.063225 1915327 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0127 14:53:21.156219 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0127 14:53:21.207249 1915327 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0127 14:53:21.207276 1915327 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0127 14:53:21.221915 1915327 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0127 14:53:21.221952 1915327 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0127 14:53:21.278718 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0127 14:53:21.317096 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0127 14:53:21.372082 1915327 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0127 14:53:21.372110 1915327 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0127 14:53:21.423149 1915327 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0127 14:53:21.423179 1915327 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0127 14:53:21.482875 1915327 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0127 14:53:21.482903 1915327 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0127 14:53:21.595075 1915327 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0127 14:53:21.595104 1915327 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0127 14:53:21.597791 1915327 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0127 14:53:21.597830 1915327 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0127 14:53:21.712147 1915327 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0127 14:53:21.712180 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0127 14:53:21.731690 1915327 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0127 14:53:21.731720 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0127 14:53:21.834732 1915327 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0127 14:53:21.834759 1915327 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0127 14:53:21.845662 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0127 14:53:21.952722 1915327 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0127 14:53:21.952748 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0127 14:53:22.122708 1915327 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0127 14:53:22.122733 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0127 14:53:22.265584 1915327 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0127 14:53:22.265627 1915327 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0127 14:53:22.459451 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0127 14:53:23.168822 1915327 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.809259797s)
I0127 14:53:23.168861 1915327 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0127 14:53:23.170065 1915327 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.810688579s)
I0127 14:53:23.171033 1915327 node_ready.go:35] waiting up to 6m0s for node "addons-694274" to be "Ready" ...
I0127 14:53:23.171247 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (2.781115315s)
I0127 14:53:23.845521 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.353726043s)
I0127 14:53:23.892953 1915327 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-694274" context rescaled to 1 replicas
I0127 14:53:24.398987 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.826521482s)
I0127 14:53:24.929083 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (4.353468582s)
I0127 14:53:24.929159 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.300566818s)
I0127 14:53:24.929208 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.296470128s)
I0127 14:53:25.183008 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:25.677058 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.923633398s)
I0127 14:53:25.677094 1915327 addons.go:479] Verifying addon ingress=true in "addons-694274"
I0127 14:53:25.677520 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.398765544s)
I0127 14:53:25.677259 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.907960978s)
I0127 14:53:25.677370 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.75983245s)
I0127 14:53:25.677400 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.521147242s)
I0127 14:53:25.677889 1915327 addons.go:479] Verifying addon registry=true in "addons-694274"
I0127 14:53:25.678030 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.360903862s)
I0127 14:53:25.678556 1915327 addons.go:479] Verifying addon metrics-server=true in "addons-694274"
I0127 14:53:25.680278 1915327 out.go:177] * Verifying registry addon...
I0127 14:53:25.680347 1915327 out.go:177] * Verifying ingress addon...
I0127 14:53:25.680364 1915327 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-694274 service yakd-dashboard -n yakd-dashboard
I0127 14:53:25.684507 1915327 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0127 14:53:25.686003 1915327 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
W0127 14:53:25.705522 1915327 out.go:270] ! 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]
I0127 14:53:25.711062 1915327 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0127 14:53:25.711099 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:25.713104 1915327 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0127 14:53:25.713131 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:25.757312 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.911586944s)
W0127 14:53:25.757351 1915327 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0127 14:53:25.757368 1915327 retry.go:31] will retry after 247.558327ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0127 14:53:26.006120 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0127 14:53:26.124697 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.665176461s)
I0127 14:53:26.124734 1915327 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-694274"
I0127 14:53:26.127805 1915327 out.go:177] * Verifying csi-hostpath-driver addon...
I0127 14:53:26.131284 1915327 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0127 14:53:26.149345 1915327 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0127 14:53:26.149425 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:26.245456 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:26.246168 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:26.635373 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:26.688637 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:26.690436 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:27.135210 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:27.236237 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:27.237460 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:27.635471 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:27.674589 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:27.687566 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:27.690653 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:28.135560 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:28.164069 1915327 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0127 14:53:28.164179 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:28.183713 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:28.235564 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:28.236304 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:28.292020 1915327 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0127 14:53:28.309524 1915327 addons.go:238] Setting addon gcp-auth=true in "addons-694274"
I0127 14:53:28.309571 1915327 host.go:66] Checking if "addons-694274" exists ...
I0127 14:53:28.310036 1915327 cli_runner.go:164] Run: docker container inspect addons-694274 --format={{.State.Status}}
I0127 14:53:28.327830 1915327 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0127 14:53:28.327894 1915327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-694274
I0127 14:53:28.353307 1915327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34700 SSHKeyPath:/home/jenkins/minikube-integration/20321-1909167/.minikube/machines/addons-694274/id_rsa Username:docker}
I0127 14:53:28.637162 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:28.689805 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:28.690994 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:28.745547 1915327 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.739366483s)
I0127 14:53:28.748494 1915327 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I0127 14:53:28.751003 1915327 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0127 14:53:28.753545 1915327 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0127 14:53:28.753576 1915327 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0127 14:53:28.771073 1915327 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0127 14:53:28.771138 1915327 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0127 14:53:28.788234 1915327 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0127 14:53:28.788258 1915327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0127 14:53:28.806082 1915327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0127 14:53:29.138287 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:29.238432 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:29.239478 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:29.311441 1915327 addons.go:479] Verifying addon gcp-auth=true in "addons-694274"
I0127 14:53:29.314324 1915327 out.go:177] * Verifying gcp-auth addon...
I0127 14:53:29.317960 1915327 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0127 14:53:29.340414 1915327 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0127 14:53:29.340437 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:29.635951 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:29.675060 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:29.687918 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:29.691439 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:29.821853 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:30.135454 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:30.188153 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:30.189487 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:30.322059 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:30.635028 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:30.688220 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:30.690069 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:30.821212 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:31.134906 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:31.187610 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:31.190051 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:31.321443 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:31.635189 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:31.688282 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:31.689725 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:31.821922 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:32.135671 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:32.174795 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:32.188153 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:32.189519 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:32.322175 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:32.635290 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:32.689492 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:32.690809 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:32.822420 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:33.135284 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:33.187564 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:33.190296 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:33.321551 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:33.635080 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:33.688343 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:33.690113 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:33.821427 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:34.134557 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:34.188114 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:34.189823 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:34.321618 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:34.635408 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:34.674526 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:34.688389 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:34.689418 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:34.822059 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:35.134463 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:35.187801 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:35.190432 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:35.321546 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:35.635639 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:35.688481 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:35.690271 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:35.821750 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:36.134649 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:36.188217 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:36.189958 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:36.321570 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:36.635435 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:36.674697 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:36.688012 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:36.690420 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:36.821886 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:37.135886 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:37.189997 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:37.190800 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:37.321574 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:37.634942 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:37.688725 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:37.689967 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:37.821415 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:38.135102 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:38.188289 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:38.190594 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:38.322092 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:38.635109 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:38.687507 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:38.690358 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:38.821617 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:39.134561 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:39.173968 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:39.187623 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:39.190310 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:39.321611 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:39.635161 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:39.688613 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:39.690375 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:39.821836 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:40.135683 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:40.187655 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:40.190553 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:40.321344 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:40.634927 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:40.689878 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:40.690887 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:40.821150 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:41.135211 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:41.174115 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:41.188139 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:41.189940 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:41.321704 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:41.634976 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:41.688950 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:41.690315 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:41.821592 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:42.136859 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:42.189971 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:42.191441 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:42.322490 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:42.634950 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:42.687771 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:42.689922 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:42.820944 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:43.134379 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:43.174594 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:43.187706 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:43.190751 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:43.322524 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:43.635095 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:43.687786 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:43.688837 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:43.820786 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:44.135183 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:44.188536 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:44.190317 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:44.322446 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:44.640219 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:44.689184 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:44.690249 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:44.821686 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:45.135851 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:45.175170 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:45.188410 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:45.189929 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:45.321913 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:45.635027 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:45.687659 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:45.690123 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:45.821139 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:46.135081 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:46.187683 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:46.190636 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:46.322661 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:46.635179 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:46.688243 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:46.689800 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:46.820862 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:47.135368 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:47.187498 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:47.189822 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:47.320805 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:47.634840 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:47.674909 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:47.687984 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:47.690689 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:47.822063 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:48.134482 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:48.188021 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:48.190337 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:48.321797 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:48.634876 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:48.687993 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:48.692969 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:48.821188 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:49.134575 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:49.188687 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:49.189092 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:49.322514 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:49.635368 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:49.687876 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:49.689556 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:49.821074 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:50.135075 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:50.174312 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:50.188173 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:50.189404 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:50.321938 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:50.635529 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:50.688278 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:50.690173 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:50.821790 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:51.134634 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:51.188482 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:51.190517 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:51.321746 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:51.635093 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:51.687811 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:51.688886 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:51.820765 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:52.135251 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:52.174406 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:52.189059 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:52.189699 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:52.321270 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:52.634621 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:52.688169 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:52.690788 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:52.820881 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:53.135153 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:53.188381 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:53.189548 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:53.321146 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:53.634667 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:53.687522 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:53.690001 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:53.820900 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:54.135346 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:54.188123 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:54.189368 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:54.322544 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:54.634494 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:54.674964 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:54.688188 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:54.690680 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:54.822030 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:55.134613 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:55.187792 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:55.190528 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:55.321697 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:55.635740 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:55.687706 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:55.690674 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:55.825782 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:56.135087 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:56.188120 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:56.189936 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:56.320846 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:56.635166 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:56.688020 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:56.690466 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:56.821998 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:57.135310 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:57.174436 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:57.189159 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:57.190038 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:57.321494 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:57.634442 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:57.688410 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:57.690701 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:57.822011 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:58.134634 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:58.187698 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:58.191089 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:58.321176 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:58.634408 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:58.688206 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:58.689838 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:58.821098 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:59.134517 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:59.174787 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:53:59.188204 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:59.189852 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:59.320950 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:53:59.634892 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:53:59.687859 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:53:59.690136 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:53:59.822122 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:00.151798 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:00.225248 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:00.229280 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:00.322634 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:00.634808 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:00.688764 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:00.689625 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:00.822278 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:01.135699 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:01.175085 1915327 node_ready.go:53] node "addons-694274" has status "Ready":"False"
I0127 14:54:01.188495 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:01.189855 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:01.321661 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:01.635414 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:01.688876 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:01.690348 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:01.821855 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:02.135668 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:02.188120 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:02.192388 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:02.384094 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:02.695279 1915327 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0127 14:54:02.695302 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:02.735651 1915327 node_ready.go:49] node "addons-694274" has status "Ready":"True"
I0127 14:54:02.735692 1915327 node_ready.go:38] duration metric: took 39.564604311s for node "addons-694274" to be "Ready" ...
I0127 14:54:02.735704 1915327 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0127 14:54:02.831080 1915327 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-k5fgd" in "kube-system" namespace to be "Ready" ...
I0127 14:54:02.832692 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:02.833312 1915327 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0127 14:54:02.833331 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:02.881002 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:03.137993 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:03.239431 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:03.240641 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:03.344494 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:03.636086 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:03.735731 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:03.736976 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:03.821467 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:03.840088 1915327 pod_ready.go:93] pod "coredns-668d6bf9bc-k5fgd" in "kube-system" namespace has status "Ready":"True"
I0127 14:54:03.840112 1915327 pod_ready.go:82] duration metric: took 1.008998347s for pod "coredns-668d6bf9bc-k5fgd" in "kube-system" namespace to be "Ready" ...
I0127 14:54:03.840138 1915327 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-694274" in "kube-system" namespace to be "Ready" ...
I0127 14:54:03.845283 1915327 pod_ready.go:93] pod "etcd-addons-694274" in "kube-system" namespace has status "Ready":"True"
I0127 14:54:03.845309 1915327 pod_ready.go:82] duration metric: took 5.161427ms for pod "etcd-addons-694274" in "kube-system" namespace to be "Ready" ...
I0127 14:54:03.845324 1915327 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-694274" in "kube-system" namespace to be "Ready" ...
I0127 14:54:03.850226 1915327 pod_ready.go:93] pod "kube-apiserver-addons-694274" in "kube-system" namespace has status "Ready":"True"
I0127 14:54:03.850250 1915327 pod_ready.go:82] duration metric: took 4.91948ms for pod "kube-apiserver-addons-694274" in "kube-system" namespace to be "Ready" ...
I0127 14:54:03.850262 1915327 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-694274" in "kube-system" namespace to be "Ready" ...
I0127 14:54:03.855339 1915327 pod_ready.go:93] pod "kube-controller-manager-addons-694274" in "kube-system" namespace has status "Ready":"True"
I0127 14:54:03.855361 1915327 pod_ready.go:82] duration metric: took 5.090035ms for pod "kube-controller-manager-addons-694274" in "kube-system" namespace to be "Ready" ...
I0127 14:54:03.855376 1915327 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-crcqx" in "kube-system" namespace to be "Ready" ...
I0127 14:54:03.875252 1915327 pod_ready.go:93] pod "kube-proxy-crcqx" in "kube-system" namespace has status "Ready":"True"
I0127 14:54:03.875281 1915327 pod_ready.go:82] duration metric: took 19.897096ms for pod "kube-proxy-crcqx" in "kube-system" namespace to be "Ready" ...
I0127 14:54:03.875294 1915327 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-694274" in "kube-system" namespace to be "Ready" ...
I0127 14:54:04.136428 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:04.237289 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:04.238029 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:04.275877 1915327 pod_ready.go:93] pod "kube-scheduler-addons-694274" in "kube-system" namespace has status "Ready":"True"
I0127 14:54:04.275903 1915327 pod_ready.go:82] duration metric: took 400.599635ms for pod "kube-scheduler-addons-694274" in "kube-system" namespace to be "Ready" ...
I0127 14:54:04.275916 1915327 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace to be "Ready" ...
I0127 14:54:04.322586 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:04.635887 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:04.691769 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:04.692958 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:04.821918 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:05.137635 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:05.189188 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:05.191837 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:05.321860 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:05.637157 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:05.691033 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:05.692019 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:05.825564 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:06.136889 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:06.188826 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:06.190050 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:06.283867 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:06.321449 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:06.636276 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:06.688901 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:06.690086 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:06.821985 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:07.135546 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:07.188081 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:07.191222 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:07.321128 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:07.635981 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:07.690613 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:07.691068 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:07.821792 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:08.137148 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:08.190255 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:08.192845 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:08.323024 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:08.636801 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:08.696714 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:08.701829 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:08.796485 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:08.822349 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:09.136900 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:09.192291 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:09.193731 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:09.323858 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:09.636559 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:09.691476 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:09.692849 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:09.822377 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:10.137645 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:10.192975 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:10.194552 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:10.322694 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:10.636028 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:10.735301 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:10.738107 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:10.821759 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:11.138969 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:11.190185 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:11.193496 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:11.286875 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:11.322559 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:11.637580 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:11.737344 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:11.738825 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:11.823018 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:12.136430 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:12.188144 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:12.192619 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:12.322651 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:12.637584 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:12.690175 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:12.694999 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:12.822153 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:13.137349 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:13.191862 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:13.192783 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:13.321963 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:13.637456 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:13.689386 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:13.693141 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:13.784429 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:13.821748 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:14.136632 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:14.237468 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:14.238164 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:14.321670 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:14.635762 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:14.697116 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:14.698136 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:14.822582 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:15.135929 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:15.188699 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:15.191846 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:15.321487 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:15.636835 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:15.689058 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:15.698371 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:15.821708 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:16.135934 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:16.188962 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:16.191079 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:16.283039 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:16.322287 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:16.636991 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:16.690226 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:16.691434 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:16.822266 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:17.136538 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:17.189626 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:17.191019 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:17.321262 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:17.636870 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:17.691447 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:17.692743 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:17.822306 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:18.137248 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:18.195202 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:18.198118 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:18.285475 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:18.323734 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:18.636105 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:18.692587 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:18.693251 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:18.824709 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:19.137681 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:19.193900 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:19.194301 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:19.322379 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:19.636781 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:19.698398 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:19.698678 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:19.821988 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:20.136987 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:20.191747 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:20.192241 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:20.321862 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:20.637605 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:20.696264 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:20.699033 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:20.784040 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:20.827083 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:21.136906 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:21.191592 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:21.194027 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:21.325014 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:21.639887 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:21.765874 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:21.767456 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:21.826989 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:22.144677 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:22.188757 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:22.193378 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:22.322361 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:22.636122 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:22.688163 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:22.690546 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:22.831601 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:23.136827 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:23.188125 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:23.190629 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:23.283011 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:23.321882 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:23.636416 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:23.737278 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:23.738167 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:23.837020 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:24.136067 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:24.188965 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:24.190672 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:24.321820 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:24.636407 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:24.688320 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:24.690519 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:24.821243 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:25.136567 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:25.189866 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:25.192396 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:25.286898 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:25.326124 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:25.638092 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:25.717162 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:25.719201 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:25.823977 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:26.137245 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:26.189583 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:26.190598 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:26.322993 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:26.637811 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:26.690083 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:26.693328 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:26.821495 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:27.137823 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:27.192080 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:27.193908 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:27.336232 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:27.639674 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:27.738172 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:27.740487 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:27.786781 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:27.837655 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:28.137678 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:28.192085 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:28.193343 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:28.325248 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:28.658820 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:28.691774 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:28.695472 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:28.828414 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:29.135867 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:29.190364 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:29.196510 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:29.323502 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:29.650968 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:29.691120 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:29.691349 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:29.791978 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:29.830871 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:30.139020 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:30.191174 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:30.194828 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:30.322300 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:30.643088 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:30.707615 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:30.711689 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:30.822188 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:31.136821 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:31.190590 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:31.191427 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:31.323829 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:31.636214 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:31.689295 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:31.691876 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:31.822140 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:32.136816 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:32.188295 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:32.191424 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:32.282379 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:32.321933 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:32.636407 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:32.690151 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:32.690421 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:32.822416 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:33.146714 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:33.189455 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:33.192768 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:33.321855 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:33.636846 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:33.688454 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:33.690584 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:33.821994 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:34.136048 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:34.188266 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:34.191594 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:34.282569 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:34.321416 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:34.636423 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:34.688167 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:34.691247 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:34.821929 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:35.136287 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:35.188758 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:35.191018 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:35.334658 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:35.638226 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:35.689394 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:35.690680 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:35.827297 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:36.137814 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:36.190332 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:36.190782 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:36.287553 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:36.324321 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:36.637255 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:36.688323 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:36.692400 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:36.827336 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:37.136672 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:37.188261 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:37.191939 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:37.321808 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:37.635961 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:37.689063 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:37.690411 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:37.822709 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:38.137151 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:38.200101 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:38.207528 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:38.321577 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:38.637137 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:38.689455 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:38.737301 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:38.784869 1915327 pod_ready.go:103] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:38.821249 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:39.136565 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:39.188097 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:39.191578 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:39.322155 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:39.635878 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:39.688099 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:39.690183 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:39.798923 1915327 pod_ready.go:93] pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace has status "Ready":"True"
I0127 14:54:39.798988 1915327 pod_ready.go:82] duration metric: took 35.523062946s for pod "metrics-server-7fbb699795-ph2zn" in "kube-system" namespace to be "Ready" ...
I0127 14:54:39.799028 1915327 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-xfvmx" in "kube-system" namespace to be "Ready" ...
I0127 14:54:39.823304 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:40.136876 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:40.189089 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:40.191415 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:40.322074 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:40.636900 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:40.691602 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:40.692212 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:40.840408 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:41.136970 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:41.191062 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:41.192096 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:41.322245 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:41.637051 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:41.691287 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:41.692114 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:41.805981 1915327 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-xfvmx" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:41.828458 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:42.138171 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:42.192917 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:42.193747 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:42.323528 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:42.637377 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:42.692335 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:42.694052 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:42.822860 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:43.136850 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:43.190066 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:43.193208 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:43.322444 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:43.640792 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:43.688796 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:43.692198 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:43.822297 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:44.137432 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:44.238638 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:44.239918 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:44.307585 1915327 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-xfvmx" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:44.329186 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:44.635989 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:44.693489 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:44.696015 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:44.822006 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:45.136536 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:45.191446 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:45.196700 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:45.324787 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:45.637693 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:45.688808 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:45.693711 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:45.821937 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:46.137373 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:46.191767 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:46.192492 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:46.326112 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:46.637535 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:46.689799 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:46.692536 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:46.807390 1915327 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-xfvmx" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:46.822216 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:47.136466 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:47.192033 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:47.193172 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:47.321928 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:47.636344 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:47.689326 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:47.690861 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:47.824249 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:48.137574 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:48.191615 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:48.193293 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:48.322548 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:48.636142 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:48.691379 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:48.692318 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:48.811666 1915327 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-xfvmx" in "kube-system" namespace has status "Ready":"False"
I0127 14:54:48.823612 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:49.136295 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:49.190992 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:49.198250 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:49.322142 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:49.643670 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:49.690381 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:49.693607 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:49.822903 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:50.138273 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:50.198434 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:50.200371 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:50.322738 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:50.639770 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:50.689621 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:50.690860 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:50.821309 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:51.136301 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:51.191128 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:51.193300 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:51.308259 1915327 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-xfvmx" in "kube-system" namespace has status "Ready":"True"
I0127 14:54:51.308286 1915327 pod_ready.go:82] duration metric: took 11.509237201s for pod "nvidia-device-plugin-daemonset-xfvmx" in "kube-system" namespace to be "Ready" ...
I0127 14:54:51.308341 1915327 pod_ready.go:39] duration metric: took 48.572592438s 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" ...
I0127 14:54:51.308366 1915327 api_server.go:52] waiting for apiserver process to appear ...
I0127 14:54:51.308419 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0127 14:54:51.308481 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0127 14:54:51.324182 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:51.355251 1915327 cri.go:89] found id: "403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984"
I0127 14:54:51.355324 1915327 cri.go:89] found id: ""
I0127 14:54:51.355342 1915327 logs.go:282] 1 containers: [403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984]
I0127 14:54:51.355423 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:54:51.359331 1915327 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0127 14:54:51.359409 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0127 14:54:51.406743 1915327 cri.go:89] found id: "f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3"
I0127 14:54:51.406767 1915327 cri.go:89] found id: ""
I0127 14:54:51.406774 1915327 logs.go:282] 1 containers: [f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3]
I0127 14:54:51.406843 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:54:51.411249 1915327 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0127 14:54:51.411361 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0127 14:54:51.450543 1915327 cri.go:89] found id: "31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e"
I0127 14:54:51.450565 1915327 cri.go:89] found id: ""
I0127 14:54:51.450574 1915327 logs.go:282] 1 containers: [31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e]
I0127 14:54:51.450685 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:54:51.454419 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0127 14:54:51.454543 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0127 14:54:51.493089 1915327 cri.go:89] found id: "37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6"
I0127 14:54:51.493112 1915327 cri.go:89] found id: ""
I0127 14:54:51.493121 1915327 logs.go:282] 1 containers: [37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6]
I0127 14:54:51.493204 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:54:51.496679 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0127 14:54:51.496774 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0127 14:54:51.538385 1915327 cri.go:89] found id: "e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6"
I0127 14:54:51.538408 1915327 cri.go:89] found id: ""
I0127 14:54:51.538416 1915327 logs.go:282] 1 containers: [e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6]
I0127 14:54:51.538497 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:54:51.542162 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0127 14:54:51.542283 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0127 14:54:51.582483 1915327 cri.go:89] found id: "a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7"
I0127 14:54:51.582512 1915327 cri.go:89] found id: ""
I0127 14:54:51.582525 1915327 logs.go:282] 1 containers: [a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7]
I0127 14:54:51.582646 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:54:51.586280 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0127 14:54:51.586396 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0127 14:54:51.626255 1915327 cri.go:89] found id: "114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793"
I0127 14:54:51.626276 1915327 cri.go:89] found id: ""
I0127 14:54:51.626284 1915327 logs.go:282] 1 containers: [114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793]
I0127 14:54:51.626380 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:54:51.630007 1915327 logs.go:123] Gathering logs for kube-controller-manager [a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7] ...
I0127 14:54:51.630034 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7"
I0127 14:54:51.636686 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:51.691186 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:51.697782 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:51.705940 1915327 logs.go:123] Gathering logs for kindnet [114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793] ...
I0127 14:54:51.705974 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793"
I0127 14:54:51.744406 1915327 logs.go:123] Gathering logs for kubelet ...
I0127 14:54:51.744435 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0127 14:54:51.799834 1915327 logs.go:138] Found kubelet problem: Jan 27 14:53:19 addons-694274 kubelet[1513]: I0127 14:53:19.478868 1513 status_manager.go:890] "Failed to get status for pod" podUID="55cef515-61b7-45da-8197-97390a58aa0e" pod="kube-system/kindnet-q5rrm" err="pods \"kindnet-q5rrm\" is forbidden: User \"system:node:addons-694274\" cannot get resource \"pods\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-694274' and this object"
I0127 14:54:51.822181 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W0127 14:54:51.823509 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375062 1513 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:54:51.823752 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375125 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
W0127 14:54:51.823952 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375448 1513 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:54:51.824187 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375488 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
I0127 14:54:51.860564 1915327 logs.go:123] Gathering logs for dmesg ...
I0127 14:54:51.860607 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0127 14:54:51.879068 1915327 logs.go:123] Gathering logs for describe nodes ...
I0127 14:54:51.879096 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0127 14:54:52.083560 1915327 logs.go:123] Gathering logs for etcd [f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3] ...
I0127 14:54:52.083592 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3"
I0127 14:54:52.135909 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:52.147227 1915327 logs.go:123] Gathering logs for coredns [31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e] ...
I0127 14:54:52.147266 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e"
I0127 14:54:52.183283 1915327 logs.go:123] Gathering logs for kube-scheduler [37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6] ...
I0127 14:54:52.183353 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6"
I0127 14:54:52.191324 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:52.194604 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:52.233889 1915327 logs.go:123] Gathering logs for CRI-O ...
I0127 14:54:52.233923 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0127 14:54:52.322982 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:52.336243 1915327 logs.go:123] Gathering logs for container status ...
I0127 14:54:52.336329 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0127 14:54:52.401120 1915327 logs.go:123] Gathering logs for kube-apiserver [403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984] ...
I0127 14:54:52.401152 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984"
I0127 14:54:52.465147 1915327 logs.go:123] Gathering logs for kube-proxy [e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6] ...
I0127 14:54:52.465182 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6"
I0127 14:54:52.505157 1915327 out.go:358] Setting ErrFile to fd 2...
I0127 14:54:52.505231 1915327 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0127 14:54:52.505317 1915327 out.go:270] X Problems detected in kubelet:
W0127 14:54:52.505471 1915327 out.go:270] Jan 27 14:53:19 addons-694274 kubelet[1513]: I0127 14:53:19.478868 1513 status_manager.go:890] "Failed to get status for pod" podUID="55cef515-61b7-45da-8197-97390a58aa0e" pod="kube-system/kindnet-q5rrm" err="pods \"kindnet-q5rrm\" is forbidden: User \"system:node:addons-694274\" cannot get resource \"pods\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-694274' and this object"
W0127 14:54:52.505480 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375062 1513 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:54:52.505490 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375125 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
W0127 14:54:52.505495 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375448 1513 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:54:52.505514 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375488 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
I0127 14:54:52.505520 1915327 out.go:358] Setting ErrFile to fd 2...
I0127 14:54:52.505528 1915327 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:54:52.636407 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:52.688361 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:52.691715 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:52.822522 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:53.136552 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:53.191703 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:53.193191 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:53.323571 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:53.636771 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:53.693760 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:53.694428 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:53.821664 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:54.137628 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:54.188710 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:54.192787 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:54.321414 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:54.636973 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:54.688625 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:54.690423 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:54.821860 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:55.137101 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:55.190079 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:55.190257 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0127 14:54:55.331417 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:55.636823 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:55.691097 1915327 kapi.go:107] duration metric: took 1m30.006586164s to wait for kubernetes.io/minikube-addons=registry ...
I0127 14:54:55.692591 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:55.827395 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:56.137142 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:56.190796 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:56.324137 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:56.636423 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:56.690387 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:56.821598 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:57.137102 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:57.191973 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:57.322898 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:57.637233 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:57.693832 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:57.821923 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:58.137948 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:58.191889 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:58.322043 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:58.635885 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:58.690290 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:58.821888 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:59.144161 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:59.190447 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:59.321744 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:54:59.636521 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:54:59.691797 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:54:59.821519 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:00.151949 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:00.195328 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:00.328417 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:00.637948 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:00.693554 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:00.822904 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:01.136970 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:01.192003 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:01.322342 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:01.645310 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:01.698927 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:01.821949 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:02.138902 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:02.191575 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:02.322255 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:02.506665 1915327 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0127 14:55:02.548495 1915327 api_server.go:72] duration metric: took 1m43.085793259s to wait for apiserver process to appear ...
I0127 14:55:02.548570 1915327 api_server.go:88] waiting for apiserver healthz status ...
I0127 14:55:02.548617 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0127 14:55:02.548694 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0127 14:55:02.636595 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:02.690920 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:02.822171 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:02.832951 1915327 cri.go:89] found id: "403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984"
I0127 14:55:02.833019 1915327 cri.go:89] found id: ""
I0127 14:55:02.833063 1915327 logs.go:282] 1 containers: [403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984]
I0127 14:55:02.833146 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:02.856605 1915327 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0127 14:55:02.856752 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0127 14:55:03.132526 1915327 cri.go:89] found id: "f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3"
I0127 14:55:03.132592 1915327 cri.go:89] found id: ""
I0127 14:55:03.132614 1915327 logs.go:282] 1 containers: [f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3]
I0127 14:55:03.132700 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:03.137795 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:03.144437 1915327 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0127 14:55:03.144561 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0127 14:55:03.191305 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:03.265040 1915327 cri.go:89] found id: "31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e"
I0127 14:55:03.265104 1915327 cri.go:89] found id: ""
I0127 14:55:03.265135 1915327 logs.go:282] 1 containers: [31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e]
I0127 14:55:03.265214 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:03.283423 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0127 14:55:03.283558 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0127 14:55:03.322361 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:03.468780 1915327 cri.go:89] found id: "37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6"
I0127 14:55:03.468849 1915327 cri.go:89] found id: ""
I0127 14:55:03.468881 1915327 logs.go:282] 1 containers: [37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6]
I0127 14:55:03.468972 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:03.482682 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0127 14:55:03.482811 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0127 14:55:03.537083 1915327 cri.go:89] found id: "e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6"
I0127 14:55:03.537106 1915327 cri.go:89] found id: ""
I0127 14:55:03.537115 1915327 logs.go:282] 1 containers: [e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6]
I0127 14:55:03.537204 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:03.547368 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0127 14:55:03.547562 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0127 14:55:03.615968 1915327 cri.go:89] found id: "a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7"
I0127 14:55:03.615991 1915327 cri.go:89] found id: ""
I0127 14:55:03.615998 1915327 logs.go:282] 1 containers: [a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7]
I0127 14:55:03.616101 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:03.624252 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0127 14:55:03.624351 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0127 14:55:03.637738 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:03.682167 1915327 cri.go:89] found id: "114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793"
I0127 14:55:03.682241 1915327 cri.go:89] found id: ""
I0127 14:55:03.682263 1915327 logs.go:282] 1 containers: [114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793]
I0127 14:55:03.682356 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:03.691995 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:03.696970 1915327 logs.go:123] Gathering logs for describe nodes ...
I0127 14:55:03.697062 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0127 14:55:03.823975 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:03.937651 1915327 logs.go:123] Gathering logs for kube-apiserver [403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984] ...
I0127 14:55:03.937679 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984"
I0127 14:55:04.020417 1915327 logs.go:123] Gathering logs for container status ...
I0127 14:55:04.020457 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0127 14:55:04.097424 1915327 logs.go:123] Gathering logs for kubelet ...
I0127 14:55:04.097452 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0127 14:55:04.139603 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W0127 14:55:04.183893 1915327 logs.go:138] Found kubelet problem: Jan 27 14:53:19 addons-694274 kubelet[1513]: I0127 14:53:19.478868 1513 status_manager.go:890] "Failed to get status for pod" podUID="55cef515-61b7-45da-8197-97390a58aa0e" pod="kube-system/kindnet-q5rrm" err="pods \"kindnet-q5rrm\" is forbidden: User \"system:node:addons-694274\" cannot get resource \"pods\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-694274' and this object"
I0127 14:55:04.193164 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0127 14:55:04.221726 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375062 1513 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:55:04.222005 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375125 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
W0127 14:55:04.222223 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375448 1513 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:55:04.222460 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375488 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
I0127 14:55:04.279156 1915327 logs.go:123] Gathering logs for etcd [f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3] ...
I0127 14:55:04.279194 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3"
I0127 14:55:04.322528 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:04.433585 1915327 logs.go:123] Gathering logs for coredns [31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e] ...
I0127 14:55:04.433621 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e"
I0127 14:55:04.491703 1915327 logs.go:123] Gathering logs for kube-scheduler [37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6] ...
I0127 14:55:04.491734 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6"
I0127 14:55:04.581476 1915327 logs.go:123] Gathering logs for kube-proxy [e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6] ...
I0127 14:55:04.581558 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6"
I0127 14:55:04.640578 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:04.655785 1915327 logs.go:123] Gathering logs for kube-controller-manager [a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7] ...
I0127 14:55:04.655820 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7"
I0127 14:55:04.692996 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:04.745805 1915327 logs.go:123] Gathering logs for kindnet [114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793] ...
I0127 14:55:04.745889 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793"
I0127 14:55:04.798783 1915327 logs.go:123] Gathering logs for CRI-O ...
I0127 14:55:04.798862 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0127 14:55:04.835448 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:04.926333 1915327 logs.go:123] Gathering logs for dmesg ...
I0127 14:55:04.926411 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0127 14:55:04.971657 1915327 out.go:358] Setting ErrFile to fd 2...
I0127 14:55:04.971681 1915327 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0127 14:55:04.971727 1915327 out.go:270] X Problems detected in kubelet:
W0127 14:55:04.971736 1915327 out.go:270] Jan 27 14:53:19 addons-694274 kubelet[1513]: I0127 14:53:19.478868 1513 status_manager.go:890] "Failed to get status for pod" podUID="55cef515-61b7-45da-8197-97390a58aa0e" pod="kube-system/kindnet-q5rrm" err="pods \"kindnet-q5rrm\" is forbidden: User \"system:node:addons-694274\" cannot get resource \"pods\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-694274' and this object"
W0127 14:55:04.971743 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375062 1513 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:55:04.971752 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375125 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
W0127 14:55:04.971758 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375448 1513 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:55:04.971764 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375488 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
I0127 14:55:04.971773 1915327 out.go:358] Setting ErrFile to fd 2...
I0127 14:55:04.971779 1915327 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:55:05.136222 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:05.194516 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:05.321941 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:05.638120 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:05.699670 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:05.821955 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:06.141112 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:06.190844 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:06.322371 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:06.636834 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:06.691698 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:06.823409 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:07.136812 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:07.192189 1915327 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0127 14:55:07.321961 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:07.638173 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:07.692621 1915327 kapi.go:107] duration metric: took 1m42.006614323s to wait for app.kubernetes.io/name=ingress-nginx ...
I0127 14:55:07.822585 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:08.136975 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:08.322122 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:08.636827 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:08.821481 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:09.139651 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:09.321854 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:09.636413 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:09.822515 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:10.138205 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:10.322301 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:10.637521 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:10.821962 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:11.136437 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:11.322357 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:11.636622 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:11.829671 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:12.136749 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:12.322197 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0127 14:55:12.642836 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:12.821824 1915327 kapi.go:107] duration metric: took 1m43.503859437s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0127 14:55:12.824519 1915327 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-694274 cluster.
I0127 14:55:12.827131 1915327 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.
I0127 14:55:12.829747 1915327 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0127 14:55:13.137878 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:13.636761 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:14.137959 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:14.635800 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:14.973370 1915327 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0127 14:55:14.983919 1915327 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0127 14:55:14.984902 1915327 api_server.go:141] control plane version: v1.32.1
I0127 14:55:14.984931 1915327 api_server.go:131] duration metric: took 12.436349018s to wait for apiserver health ...
I0127 14:55:14.984941 1915327 system_pods.go:43] waiting for kube-system pods to appear ...
I0127 14:55:14.984962 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0127 14:55:14.985059 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0127 14:55:15.039664 1915327 cri.go:89] found id: "403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984"
I0127 14:55:15.039688 1915327 cri.go:89] found id: ""
I0127 14:55:15.039697 1915327 logs.go:282] 1 containers: [403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984]
I0127 14:55:15.039759 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:15.043940 1915327 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0127 14:55:15.044018 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0127 14:55:15.094690 1915327 cri.go:89] found id: "f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3"
I0127 14:55:15.094716 1915327 cri.go:89] found id: ""
I0127 14:55:15.094725 1915327 logs.go:282] 1 containers: [f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3]
I0127 14:55:15.094789 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:15.098784 1915327 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0127 14:55:15.098876 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0127 14:55:15.137005 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:15.143062 1915327 cri.go:89] found id: "31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e"
I0127 14:55:15.143081 1915327 cri.go:89] found id: ""
I0127 14:55:15.143088 1915327 logs.go:282] 1 containers: [31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e]
I0127 14:55:15.143145 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:15.147006 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0127 14:55:15.147130 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0127 14:55:15.188368 1915327 cri.go:89] found id: "37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6"
I0127 14:55:15.188437 1915327 cri.go:89] found id: ""
I0127 14:55:15.188461 1915327 logs.go:282] 1 containers: [37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6]
I0127 14:55:15.188557 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:15.192302 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0127 14:55:15.192385 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0127 14:55:15.233265 1915327 cri.go:89] found id: "e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6"
I0127 14:55:15.233289 1915327 cri.go:89] found id: ""
I0127 14:55:15.233297 1915327 logs.go:282] 1 containers: [e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6]
I0127 14:55:15.233359 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:15.236877 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0127 14:55:15.236968 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0127 14:55:15.285616 1915327 cri.go:89] found id: "a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7"
I0127 14:55:15.285677 1915327 cri.go:89] found id: ""
I0127 14:55:15.285696 1915327 logs.go:282] 1 containers: [a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7]
I0127 14:55:15.285759 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:15.289458 1915327 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0127 14:55:15.289532 1915327 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0127 14:55:15.328706 1915327 cri.go:89] found id: "114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793"
I0127 14:55:15.328731 1915327 cri.go:89] found id: ""
I0127 14:55:15.328740 1915327 logs.go:282] 1 containers: [114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793]
I0127 14:55:15.328800 1915327 ssh_runner.go:195] Run: which crictl
I0127 14:55:15.332895 1915327 logs.go:123] Gathering logs for describe nodes ...
I0127 14:55:15.332923 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0127 14:55:15.564763 1915327 logs.go:123] Gathering logs for kube-apiserver [403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984] ...
I0127 14:55:15.564867 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984"
I0127 14:55:15.637253 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:15.689969 1915327 logs.go:123] Gathering logs for etcd [f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3] ...
I0127 14:55:15.690059 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3"
I0127 14:55:15.818804 1915327 logs.go:123] Gathering logs for kube-controller-manager [a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7] ...
I0127 14:55:15.818924 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7"
I0127 14:55:15.948631 1915327 logs.go:123] Gathering logs for container status ...
I0127 14:55:15.949693 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0127 14:55:16.040981 1915327 logs.go:123] Gathering logs for kubelet ...
I0127 14:55:16.041205 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0127 14:55:16.117445 1915327 logs.go:138] Found kubelet problem: Jan 27 14:53:19 addons-694274 kubelet[1513]: I0127 14:53:19.478868 1513 status_manager.go:890] "Failed to get status for pod" podUID="55cef515-61b7-45da-8197-97390a58aa0e" pod="kube-system/kindnet-q5rrm" err="pods \"kindnet-q5rrm\" is forbidden: User \"system:node:addons-694274\" cannot get resource \"pods\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-694274' and this object"
W0127 14:55:16.145505 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375062 1513 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:55:16.145747 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375125 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
W0127 14:55:16.145934 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375448 1513 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:55:16.146161 1915327 logs.go:138] Found kubelet problem: Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375488 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
I0127 14:55:16.165259 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:16.195547 1915327 logs.go:123] Gathering logs for coredns [31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e] ...
I0127 14:55:16.195645 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e"
I0127 14:55:16.250378 1915327 logs.go:123] Gathering logs for kube-scheduler [37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6] ...
I0127 14:55:16.250561 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6"
I0127 14:55:16.367485 1915327 logs.go:123] Gathering logs for kube-proxy [e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6] ...
I0127 14:55:16.367568 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6"
I0127 14:55:16.438741 1915327 logs.go:123] Gathering logs for kindnet [114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793] ...
I0127 14:55:16.438769 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793"
I0127 14:55:16.488137 1915327 logs.go:123] Gathering logs for CRI-O ...
I0127 14:55:16.488166 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0127 14:55:16.607908 1915327 logs.go:123] Gathering logs for dmesg ...
I0127 14:55:16.607987 1915327 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0127 14:55:16.628325 1915327 out.go:358] Setting ErrFile to fd 2...
I0127 14:55:16.628348 1915327 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0127 14:55:16.628393 1915327 out.go:270] X Problems detected in kubelet:
W0127 14:55:16.628402 1915327 out.go:270] Jan 27 14:53:19 addons-694274 kubelet[1513]: I0127 14:53:19.478868 1513 status_manager.go:890] "Failed to get status for pod" podUID="55cef515-61b7-45da-8197-97390a58aa0e" pod="kube-system/kindnet-q5rrm" err="pods \"kindnet-q5rrm\" is forbidden: User \"system:node:addons-694274\" cannot get resource \"pods\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-694274' and this object"
W0127 14:55:16.628409 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375062 1513 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:55:16.628416 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375125 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
W0127 14:55:16.628421 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: W0127 14:54:02.375448 1513 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-694274" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-694274' and this object
W0127 14:55:16.628427 1915327 out.go:270] Jan 27 14:54:02 addons-694274 kubelet[1513]: E0127 14:54:02.375488 1513 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-694274\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-694274' and this object" logger="UnhandledError"
I0127 14:55:16.628437 1915327 out.go:358] Setting ErrFile to fd 2...
I0127 14:55:16.628445 1915327 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:55:16.638442 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:17.139172 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:17.636855 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:18.135676 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:18.639499 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:19.138006 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:19.657694 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:20.136942 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:20.637231 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:21.146986 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:21.635973 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:22.136290 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:22.635967 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:23.137294 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:23.638047 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:24.136761 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:24.635974 1915327 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0127 14:55:25.136297 1915327 kapi.go:107] duration metric: took 1m59.005010637s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0127 14:55:25.139376 1915327 out.go:177] * Enabled addons: amd-gpu-device-plugin, cloud-spanner, ingress-dns, inspektor-gadget, storage-provisioner, nvidia-device-plugin, metrics-server, yakd, default-storageclass, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I0127 14:55:25.142734 1915327 addons.go:514] duration metric: took 2m5.679539301s for enable addons: enabled=[amd-gpu-device-plugin cloud-spanner ingress-dns inspektor-gadget storage-provisioner nvidia-device-plugin metrics-server yakd default-storageclass volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I0127 14:55:26.640821 1915327 system_pods.go:59] 18 kube-system pods found
I0127 14:55:26.640865 1915327 system_pods.go:61] "coredns-668d6bf9bc-k5fgd" [3e53c9a3-5965-4777-978f-423b428d53f2] Running
I0127 14:55:26.640872 1915327 system_pods.go:61] "csi-hostpath-attacher-0" [a27d4ca1-8918-447d-849c-394d1ef1e966] Running
I0127 14:55:26.640877 1915327 system_pods.go:61] "csi-hostpath-resizer-0" [b3622300-fe49-42af-8b8e-e45bc0a00314] Running
I0127 14:55:26.640882 1915327 system_pods.go:61] "csi-hostpathplugin-xd9fz" [1281afab-bf33-4616-9753-e6db87d540ac] Running
I0127 14:55:26.640886 1915327 system_pods.go:61] "etcd-addons-694274" [8672d41a-4d92-44d6-8791-721b4305a016] Running
I0127 14:55:26.640891 1915327 system_pods.go:61] "kindnet-q5rrm" [55cef515-61b7-45da-8197-97390a58aa0e] Running
I0127 14:55:26.640895 1915327 system_pods.go:61] "kube-apiserver-addons-694274" [b47b4f45-677a-46bb-b5f1-6ae34ce4372a] Running
I0127 14:55:26.640899 1915327 system_pods.go:61] "kube-controller-manager-addons-694274" [4dcb64d4-0dd7-4696-8fa8-ed0ff7ed03c7] Running
I0127 14:55:26.640940 1915327 system_pods.go:61] "kube-ingress-dns-minikube" [32a53d50-ac2e-4553-a3c0-d6530ed06bd8] Running
I0127 14:55:26.640952 1915327 system_pods.go:61] "kube-proxy-crcqx" [6e14b5f2-fca4-4277-8f21-906a5b473349] Running
I0127 14:55:26.640956 1915327 system_pods.go:61] "kube-scheduler-addons-694274" [4cf50723-727f-43b4-ae18-20fa0739c1d4] Running
I0127 14:55:26.640960 1915327 system_pods.go:61] "metrics-server-7fbb699795-ph2zn" [7456c876-d4b2-44fa-88a1-ecae83fd2d80] Running
I0127 14:55:26.640964 1915327 system_pods.go:61] "nvidia-device-plugin-daemonset-xfvmx" [6c5be485-1206-41f0-8be1-b3616f17d72c] Running
I0127 14:55:26.640981 1915327 system_pods.go:61] "registry-6c88467877-x6fkg" [3103886e-5459-4022-9d26-180b9ee67a5d] Running
I0127 14:55:26.640985 1915327 system_pods.go:61] "registry-proxy-cs7jd" [3b2afeb0-fbc0-481f-8898-553530aa6c7f] Running
I0127 14:55:26.640989 1915327 system_pods.go:61] "snapshot-controller-68b874b76f-5cfm7" [40a42e4a-cc7c-4576-9bf0-0ee5f206b94d] Running
I0127 14:55:26.640993 1915327 system_pods.go:61] "snapshot-controller-68b874b76f-gsvzv" [f0139ebb-1a46-49db-8b3b-72406676ca46] Running
I0127 14:55:26.641014 1915327 system_pods.go:61] "storage-provisioner" [088bbe3a-5e34-4f8b-97a5-574d050af382] Running
I0127 14:55:26.641037 1915327 system_pods.go:74] duration metric: took 11.656078358s to wait for pod list to return data ...
I0127 14:55:26.641051 1915327 default_sa.go:34] waiting for default service account to be created ...
I0127 14:55:26.643670 1915327 default_sa.go:45] found service account: "default"
I0127 14:55:26.643697 1915327 default_sa.go:55] duration metric: took 2.639533ms for default service account to be created ...
I0127 14:55:26.643707 1915327 system_pods.go:137] waiting for k8s-apps to be running ...
I0127 14:55:26.653730 1915327 system_pods.go:87] 18 kube-system pods found
I0127 14:55:26.656974 1915327 system_pods.go:105] "coredns-668d6bf9bc-k5fgd" [3e53c9a3-5965-4777-978f-423b428d53f2] Running
I0127 14:55:26.656999 1915327 system_pods.go:105] "csi-hostpath-attacher-0" [a27d4ca1-8918-447d-849c-394d1ef1e966] Running
I0127 14:55:26.657006 1915327 system_pods.go:105] "csi-hostpath-resizer-0" [b3622300-fe49-42af-8b8e-e45bc0a00314] Running
I0127 14:55:26.657012 1915327 system_pods.go:105] "csi-hostpathplugin-xd9fz" [1281afab-bf33-4616-9753-e6db87d540ac] Running
I0127 14:55:26.657017 1915327 system_pods.go:105] "etcd-addons-694274" [8672d41a-4d92-44d6-8791-721b4305a016] Running
I0127 14:55:26.657022 1915327 system_pods.go:105] "kindnet-q5rrm" [55cef515-61b7-45da-8197-97390a58aa0e] Running
I0127 14:55:26.657049 1915327 system_pods.go:105] "kube-apiserver-addons-694274" [b47b4f45-677a-46bb-b5f1-6ae34ce4372a] Running
I0127 14:55:26.657056 1915327 system_pods.go:105] "kube-controller-manager-addons-694274" [4dcb64d4-0dd7-4696-8fa8-ed0ff7ed03c7] Running
I0127 14:55:26.657061 1915327 system_pods.go:105] "kube-ingress-dns-minikube" [32a53d50-ac2e-4553-a3c0-d6530ed06bd8] Running
I0127 14:55:26.657066 1915327 system_pods.go:105] "kube-proxy-crcqx" [6e14b5f2-fca4-4277-8f21-906a5b473349] Running
I0127 14:55:26.657070 1915327 system_pods.go:105] "kube-scheduler-addons-694274" [4cf50723-727f-43b4-ae18-20fa0739c1d4] Running
I0127 14:55:26.657076 1915327 system_pods.go:105] "metrics-server-7fbb699795-ph2zn" [7456c876-d4b2-44fa-88a1-ecae83fd2d80] Running
I0127 14:55:26.657086 1915327 system_pods.go:105] "nvidia-device-plugin-daemonset-xfvmx" [6c5be485-1206-41f0-8be1-b3616f17d72c] Running
I0127 14:55:26.657090 1915327 system_pods.go:105] "registry-6c88467877-x6fkg" [3103886e-5459-4022-9d26-180b9ee67a5d] Running
I0127 14:55:26.657095 1915327 system_pods.go:105] "registry-proxy-cs7jd" [3b2afeb0-fbc0-481f-8898-553530aa6c7f] Running
I0127 14:55:26.657099 1915327 system_pods.go:105] "snapshot-controller-68b874b76f-5cfm7" [40a42e4a-cc7c-4576-9bf0-0ee5f206b94d] Running
I0127 14:55:26.657106 1915327 system_pods.go:105] "snapshot-controller-68b874b76f-gsvzv" [f0139ebb-1a46-49db-8b3b-72406676ca46] Running
I0127 14:55:26.657110 1915327 system_pods.go:105] "storage-provisioner" [088bbe3a-5e34-4f8b-97a5-574d050af382] Running
I0127 14:55:26.657120 1915327 system_pods.go:147] duration metric: took 13.406114ms to wait for k8s-apps to be running ...
I0127 14:55:26.657128 1915327 system_svc.go:44] waiting for kubelet service to be running ....
I0127 14:55:26.657188 1915327 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0127 14:55:26.669394 1915327 system_svc.go:56] duration metric: took 12.255636ms WaitForService to wait for kubelet
I0127 14:55:26.669421 1915327 kubeadm.go:582] duration metric: took 2m7.206724736s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0127 14:55:26.669441 1915327 node_conditions.go:102] verifying NodePressure condition ...
I0127 14:55:26.673292 1915327 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0127 14:55:26.673338 1915327 node_conditions.go:123] node cpu capacity is 2
I0127 14:55:26.673352 1915327 node_conditions.go:105] duration metric: took 3.906292ms to run NodePressure ...
I0127 14:55:26.673370 1915327 start.go:241] waiting for startup goroutines ...
I0127 14:55:26.673386 1915327 start.go:246] waiting for cluster config update ...
I0127 14:55:26.673404 1915327 start.go:255] writing updated cluster config ...
I0127 14:55:26.673691 1915327 ssh_runner.go:195] Run: rm -f paused
I0127 14:55:27.048588 1915327 start.go:600] kubectl: 1.32.1, cluster: 1.32.1 (minor skew: 0)
I0127 14:55:27.051817 1915327 out.go:177] * Done! kubectl is now configured to use "addons-694274" cluster and "default" namespace by default
==> CRI-O <==
Jan 27 14:58:17 addons-694274 crio[973]: time="2025-01-27 14:58:17.813764084Z" level=info msg="Removed pod sandbox: f4d28210631a8cceb33663acb31a502254b08da79f7c43be73f72d6cbbfdc9a4" id=dd69732f-0b7d-4bf9-8fd3-33fc6a94e8c4 name=/runtime.v1.RuntimeService/RemovePodSandbox
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.089512559Z" level=info msg="Running pod sandbox: default/hello-world-app-7d9564db4-bmhw5/POD" id=9acd0d29-1967-45e9-96c3-24b20fd52093 name=/runtime.v1.RuntimeService/RunPodSandbox
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.089580135Z" level=warning msg="Allowed annotations are specified for workload []"
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.127976457Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-bmhw5 Namespace:default ID:0263eb0537ca194fbfcc8aeabcb8253ab644710081e9bf8f925e44e52f32b953 UID:0dfc3653-177c-49b2-bcc2-cc832bfc98d7 NetNS:/var/run/netns/dd05ef65-e67e-4d2e-a5cb-e5b67df2f502 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.128025145Z" level=info msg="Adding pod default_hello-world-app-7d9564db4-bmhw5 to CNI network \"kindnet\" (type=ptp)"
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.169529083Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-bmhw5 Namespace:default ID:0263eb0537ca194fbfcc8aeabcb8253ab644710081e9bf8f925e44e52f32b953 UID:0dfc3653-177c-49b2-bcc2-cc832bfc98d7 NetNS:/var/run/netns/dd05ef65-e67e-4d2e-a5cb-e5b67df2f502 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.169717320Z" level=info msg="Checking pod default_hello-world-app-7d9564db4-bmhw5 for CNI network kindnet (type=ptp)"
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.185449024Z" level=info msg="Ran pod sandbox 0263eb0537ca194fbfcc8aeabcb8253ab644710081e9bf8f925e44e52f32b953 with infra container: default/hello-world-app-7d9564db4-bmhw5/POD" id=9acd0d29-1967-45e9-96c3-24b20fd52093 name=/runtime.v1.RuntimeService/RunPodSandbox
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.187081468Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=047d0d27-55d5-402d-8f47-0ebb59333baf name=/runtime.v1.ImageService/ImageStatus
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.187371241Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=047d0d27-55d5-402d-8f47-0ebb59333baf name=/runtime.v1.ImageService/ImageStatus
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.188252836Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=15ce547e-3c65-4ac8-ace8-7ffbc358422e name=/runtime.v1.ImageService/PullImage
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.191647443Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Jan 27 14:58:45 addons-694274 crio[973]: time="2025-01-27 14:58:45.488402552Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.303661965Z" level=info msg="Pulled image: docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6" id=15ce547e-3c65-4ac8-ace8-7ffbc358422e name=/runtime.v1.ImageService/PullImage
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.304178694Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=8d0ae6a0-381d-4420-9a0d-12ad1dee8998 name=/runtime.v1.ImageService/ImageStatus
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.304827047Z" 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=8d0ae6a0-381d-4420-9a0d-12ad1dee8998 name=/runtime.v1.ImageService/ImageStatus
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.305906315Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=ce0fe984-ceb1-4101-be7a-d457eeefd183 name=/runtime.v1.ImageService/ImageStatus
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.306531374Z" 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=ce0fe984-ceb1-4101-be7a-d457eeefd183 name=/runtime.v1.ImageService/ImageStatus
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.307233503Z" level=info msg="Creating container: default/hello-world-app-7d9564db4-bmhw5/hello-world-app" id=35b8608a-db73-4f12-a738-a4f452dbb7cc name=/runtime.v1.RuntimeService/CreateContainer
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.307332306Z" level=warning msg="Allowed annotations are specified for workload []"
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.334170393Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/b195875a1265f674949bcdc25c1e145bdf15cd34cb544a32cd0adc3253360420/merged/etc/passwd: no such file or directory"
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.334220197Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/b195875a1265f674949bcdc25c1e145bdf15cd34cb544a32cd0adc3253360420/merged/etc/group: no such file or directory"
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.400439410Z" level=info msg="Created container 59f90cbef95d81d514739307cec010b5b497fb21b801005eafaa833a5e8c1655: default/hello-world-app-7d9564db4-bmhw5/hello-world-app" id=35b8608a-db73-4f12-a738-a4f452dbb7cc name=/runtime.v1.RuntimeService/CreateContainer
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.402028367Z" level=info msg="Starting container: 59f90cbef95d81d514739307cec010b5b497fb21b801005eafaa833a5e8c1655" id=c48948dc-218f-4f3c-bfa2-b2b83fd1fbcc name=/runtime.v1.RuntimeService/StartContainer
Jan 27 14:58:46 addons-694274 crio[973]: time="2025-01-27 14:58:46.415274192Z" level=info msg="Started container" PID=8714 containerID=59f90cbef95d81d514739307cec010b5b497fb21b801005eafaa833a5e8c1655 description=default/hello-world-app-7d9564db4-bmhw5/hello-world-app id=c48948dc-218f-4f3c-bfa2-b2b83fd1fbcc name=/runtime.v1.RuntimeService/StartContainer sandboxID=0263eb0537ca194fbfcc8aeabcb8253ab644710081e9bf8f925e44e52f32b953
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
59f90cbef95d8 docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 Less than a second ago Running hello-world-app 0 0263eb0537ca1 hello-world-app-7d9564db4-bmhw5
7a50c936b9cfd docker.io/library/nginx@sha256:4338a8ba9b9962d07e30e7ff4bbf27d62ee7523deb7205e8f0912169f1bbac10 2 minutes ago Running nginx 0 a902b181c61ed nginx
85f24296e3a54 gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 3 minutes ago Running busybox 0 96ef00d3a591c busybox
05202e8a9bd92 registry.k8s.io/ingress-nginx/controller@sha256:787a5408fa511266888b2e765f9666bee67d9bf2518a6b7cfd4ab6cc01c22eee 3 minutes ago Running controller 0 010bcdf9b171a ingress-nginx-controller-56d7c84fd4-nv2kb
36f9c7216ba93 docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 3 minutes ago Running local-path-provisioner 0 41472ebd3be9a local-path-provisioner-76f89f99b5-ltwd8
94dbc45eaf610 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 4 minutes ago Exited patch 0 d1bcd2fa4e598 ingress-nginx-admission-patch-gspdn
d67c674159bd2 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 4 minutes ago Exited create 0 e86f32b501cc4 ingress-nginx-admission-create-xb4rm
2e4e75ea0e8b7 gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 4 minutes ago Running minikube-ingress-dns 0 05f1224ab80bd kube-ingress-dns-minikube
41db9c76cc7fb ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 4 minutes ago Running storage-provisioner 0 6029b00f84e43 storage-provisioner
31298e160a92e 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4 4 minutes ago Running coredns 0 7cea86d3a384e coredns-668d6bf9bc-k5fgd
e8f825424e9c8 e124fbed851d756107a6153db4dc52269a2fd34af3cc46f00a2ef113f868aab0 5 minutes ago Running kube-proxy 0 a463b49892d4f kube-proxy-crcqx
114a7bb292fb2 2be0bcf609c6573ee83e676c747f31bda661ab2d4e039c51839e38fd258d2903 5 minutes ago Running kindnet-cni 0 19bbddce17118 kindnet-q5rrm
403356b6c40ec 265c2dedf28ab9b88c7910c1643e210ad62483867f2bab88f56919a6e49a0d19 5 minutes ago Running kube-apiserver 0 90b28f94d1f1d kube-apiserver-addons-694274
a358a20ecebcc 2933761aa7adae93679cdde1c0bf457bd4dc4b53f95fc066a4c50aa9c375ea13 5 minutes ago Running kube-controller-manager 0 3a9d1ae2e09c9 kube-controller-manager-addons-694274
37251da44295a ddb38cac617cb18802e09e448db4b3aa70e9e469b02defa76e6de7192847a71c 5 minutes ago Running kube-scheduler 0 8a96009b26bde kube-scheduler-addons-694274
f97b654eacdd2 7fc9d4aa817aa6a3e549f3cd49d1f7b496407be979fc36dd5f356d59ce8c3a82 5 minutes ago Running etcd 0 290b19b743ad9 etcd-addons-694274
==> coredns [31298e160a92eb1f830ec843f4a7e2ea52232570bd7f77858113b97db953051e] <==
[INFO] 10.244.0.17:47767 - 32407 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.002543783s
[INFO] 10.244.0.17:47767 - 22522 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000117618s
[INFO] 10.244.0.17:47767 - 35195 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000084716s
[INFO] 10.244.0.17:58295 - 24264 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000160587s
[INFO] 10.244.0.17:58295 - 24034 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000097171s
[INFO] 10.244.0.17:51790 - 13273 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000089844s
[INFO] 10.244.0.17:51790 - 12845 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000170104s
[INFO] 10.244.0.17:56096 - 11740 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000123403s
[INFO] 10.244.0.17:56096 - 11921 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000244318s
[INFO] 10.244.0.17:36990 - 12500 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001137048s
[INFO] 10.244.0.17:36990 - 12055 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001370429s
[INFO] 10.244.0.17:38899 - 39572 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000103916s
[INFO] 10.244.0.17:38899 - 39176 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000188426s
[INFO] 10.244.0.21:56980 - 57365 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000332898s
[INFO] 10.244.0.21:55522 - 19890 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000125289s
[INFO] 10.244.0.21:40621 - 4329 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000175733s
[INFO] 10.244.0.21:36009 - 9371 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000101339s
[INFO] 10.244.0.21:53871 - 4012 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000255165s
[INFO] 10.244.0.21:54961 - 9784 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000215141s
[INFO] 10.244.0.21:35426 - 19858 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002769278s
[INFO] 10.244.0.21:50952 - 27678 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.006997146s
[INFO] 10.244.0.21:49872 - 1342 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.01423812s
[INFO] 10.244.0.21:43845 - 7419 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.009003005s
[INFO] 10.244.0.24:51174 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000201915s
[INFO] 10.244.0.24:38301 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.0001432s
==> describe nodes <==
Name: addons-694274
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-694274
kubernetes.io/os=linux
minikube.k8s.io/commit=f6a4bc0699f1a012c34860b426fc47f95a8e8743
minikube.k8s.io/name=addons-694274
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_01_27T14_53_15_0700
minikube.k8s.io/version=v1.35.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-694274
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 27 Jan 2025 14:53:11 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-694274
AcquireTime: <unset>
RenewTime: Mon, 27 Jan 2025 14:58:41 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 27 Jan 2025 14:57:49 +0000 Mon, 27 Jan 2025 14:53:09 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 27 Jan 2025 14:57:49 +0000 Mon, 27 Jan 2025 14:53:09 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 27 Jan 2025 14:57:49 +0000 Mon, 27 Jan 2025 14:53:09 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 27 Jan 2025 14:57:49 +0000 Mon, 27 Jan 2025 14:54:02 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-694274
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022300Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022300Ki
pods: 110
System Info:
Machine ID: 3055ce2e88de497aa035acc3ee55c274
System UUID: 0fb3b47d-6093-4c30-bc6f-67f4420346f3
Boot ID: 9a2b5a8b-82ce-43cf-92bd-6297263d30a0
Kernel Version: 5.15.0-1075-aws
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.32.1
Kube-Proxy Version: v1.32.1
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (14 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 3m19s
default hello-world-app-7d9564db4-bmhw5 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2m22s
ingress-nginx ingress-nginx-controller-56d7c84fd4-nv2kb 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 5m21s
kube-system coredns-668d6bf9bc-k5fgd 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 5m27s
kube-system etcd-addons-694274 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 5m32s
kube-system kindnet-q5rrm 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 5m27s
kube-system kube-apiserver-addons-694274 250m (12%) 0 (0%) 0 (0%) 0 (0%) 5m32s
kube-system kube-controller-manager-addons-694274 200m (10%) 0 (0%) 0 (0%) 0 (0%) 5m32s
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 5m22s
kube-system kube-proxy-crcqx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 5m27s
kube-system kube-scheduler-addons-694274 100m (5%) 0 (0%) 0 (0%) 0 (0%) 5m32s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 5m22s
local-path-storage local-path-provisioner-76f89f99b5-ltwd8 0 (0%) 0 (0%) 0 (0%) 0 (0%) 5m22s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%) 100m (5%)
memory 310Mi (3%) 220Mi (2%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
hugepages-32Mi 0 (0%) 0 (0%)
hugepages-64Ki 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m21s kube-proxy
Normal Starting 5m32s kubelet Starting kubelet.
Warning CgroupV1 5m32s kubelet cgroup v1 support is in maintenance mode, please migrate to cgroup v2
Normal NodeHasSufficientMemory 5m32s kubelet Node addons-694274 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m32s kubelet Node addons-694274 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m32s kubelet Node addons-694274 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m28s node-controller Node addons-694274 event: Registered Node addons-694274 in Controller
Normal NodeReady 4m44s kubelet Node addons-694274 status is now: NodeReady
==> dmesg <==
[Jan27 14:23] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
[ +0.008064] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
[ +0.167153] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
[ +0.005979] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
==> etcd [f97b654eacdd29a2440ff732d921000ee5937a2f4421ac923c96096f94bf30a3] <==
{"level":"warn","ts":"2025-01-27T14:53:22.985962Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"128.319763ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" limit:1 ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2025-01-27T14:53:23.024742Z","caller":"traceutil/trace.go:171","msg":"trace[153888398] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:357; }","duration":"170.890188ms","start":"2025-01-27T14:53:22.853836Z","end":"2025-01-27T14:53:23.024726Z","steps":["trace[153888398] 'agreement among raft nodes before linearized reading' (duration: 128.278024ms)"],"step_count":1}
{"level":"info","ts":"2025-01-27T14:53:22.990083Z","caller":"traceutil/trace.go:171","msg":"trace[1411463115] transaction","detail":"{read_only:false; response_revision:357; number_of_response:1; }","duration":"136.093345ms","start":"2025-01-27T14:53:22.853970Z","end":"2025-01-27T14:53:22.990064Z","steps":["trace[1411463115] 'process raft request' (duration: 126.886066ms)"],"step_count":1}
{"level":"warn","ts":"2025-01-27T14:53:23.319596Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"134.099332ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128034877854829151 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/deployments/kube-system/registry\" mod_revision:0 > success:<request_put:<key:\"/registry/deployments/kube-system/registry\" value_size:2801 >> failure:<>>","response":"size:16"}
{"level":"info","ts":"2025-01-27T14:53:23.319800Z","caller":"traceutil/trace.go:171","msg":"trace[1368358588] transaction","detail":"{read_only:false; response_revision:362; number_of_response:1; }","duration":"196.083881ms","start":"2025-01-27T14:53:23.123703Z","end":"2025-01-27T14:53:23.319787Z","steps":["trace[1368358588] 'process raft request' (duration: 61.740484ms)","trace[1368358588] 'compare' (duration: 133.988451ms)"],"step_count":2}
{"level":"info","ts":"2025-01-27T14:53:23.320616Z","caller":"traceutil/trace.go:171","msg":"trace[1912445229] transaction","detail":"{read_only:false; response_revision:363; number_of_response:1; }","duration":"196.846726ms","start":"2025-01-27T14:53:23.123758Z","end":"2025-01-27T14:53:23.320605Z","steps":["trace[1912445229] 'process raft request' (duration: 195.996966ms)"],"step_count":1}
{"level":"info","ts":"2025-01-27T14:53:23.320930Z","caller":"traceutil/trace.go:171","msg":"trace[1393785049] transaction","detail":"{read_only:false; response_revision:364; number_of_response:1; }","duration":"197.096616ms","start":"2025-01-27T14:53:23.123824Z","end":"2025-01-27T14:53:23.320920Z","steps":["trace[1393785049] 'process raft request' (duration: 196.387464ms)"],"step_count":1}
{"level":"info","ts":"2025-01-27T14:53:23.321166Z","caller":"traceutil/trace.go:171","msg":"trace[1559179036] transaction","detail":"{read_only:false; response_revision:365; number_of_response:1; }","duration":"196.806252ms","start":"2025-01-27T14:53:23.124352Z","end":"2025-01-27T14:53:23.321158Z","steps":["trace[1559179036] 'process raft request' (duration: 195.909445ms)"],"step_count":1}
{"level":"info","ts":"2025-01-27T14:53:23.321321Z","caller":"traceutil/trace.go:171","msg":"trace[309615897] transaction","detail":"{read_only:false; response_revision:366; number_of_response:1; }","duration":"196.726771ms","start":"2025-01-27T14:53:23.124587Z","end":"2025-01-27T14:53:23.321313Z","steps":["trace[309615897] 'process raft request' (duration: 195.728977ms)"],"step_count":1}
{"level":"info","ts":"2025-01-27T14:53:23.321517Z","caller":"traceutil/trace.go:171","msg":"trace[1723880770] transaction","detail":"{read_only:false; response_revision:367; number_of_response:1; }","duration":"196.754437ms","start":"2025-01-27T14:53:23.124755Z","end":"2025-01-27T14:53:23.321509Z","steps":["trace[1723880770] 'process raft request' (duration: 195.598362ms)"],"step_count":1}
{"level":"info","ts":"2025-01-27T14:53:23.321668Z","caller":"traceutil/trace.go:171","msg":"trace[1478429518] linearizableReadLoop","detail":"{readStateIndex:377; appliedIndex:371; }","duration":"196.050281ms","start":"2025-01-27T14:53:23.125609Z","end":"2025-01-27T14:53:23.321659Z","steps":["trace[1478429518] 'read index received' (duration: 59.762185ms)","trace[1478429518] 'applied index is now lower than readState.Index' (duration: 136.287169ms)"],"step_count":2}
{"level":"warn","ts":"2025-01-27T14:53:23.322144Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"198.179707ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" limit:1 ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2025-01-27T14:53:23.322242Z","caller":"traceutil/trace.go:171","msg":"trace[1334829346] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:369; }","duration":"198.299722ms","start":"2025-01-27T14:53:23.123934Z","end":"2025-01-27T14:53:23.322234Z","steps":["trace[1334829346] 'agreement among raft nodes before linearized reading' (duration: 198.153805ms)"],"step_count":1}
{"level":"warn","ts":"2025-01-27T14:53:23.322474Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"198.586984ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" limit:1 ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2025-01-27T14:53:23.322528Z","caller":"traceutil/trace.go:171","msg":"trace[1105662888] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:369; }","duration":"198.653657ms","start":"2025-01-27T14:53:23.123867Z","end":"2025-01-27T14:53:23.322521Z","steps":["trace[1105662888] 'agreement among raft nodes before linearized reading' (duration: 198.531642ms)"],"step_count":1}
{"level":"warn","ts":"2025-01-27T14:53:23.322675Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"199.006765ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiregistration.k8s.io/apiservices/v1beta1.metrics.k8s.io\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-01-27T14:53:23.322737Z","caller":"traceutil/trace.go:171","msg":"trace[221328843] range","detail":"{range_begin:/registry/apiregistration.k8s.io/apiservices/v1beta1.metrics.k8s.io; range_end:; response_count:0; response_revision:369; }","duration":"199.057865ms","start":"2025-01-27T14:53:23.123660Z","end":"2025-01-27T14:53:23.322718Z","steps":["trace[221328843] 'agreement among raft nodes before linearized reading' (duration: 198.99394ms)"],"step_count":1}
{"level":"info","ts":"2025-01-27T14:53:24.030087Z","caller":"traceutil/trace.go:171","msg":"trace[1569013906] transaction","detail":"{read_only:false; response_revision:414; number_of_response:1; }","duration":"111.21906ms","start":"2025-01-27T14:53:23.918853Z","end":"2025-01-27T14:53:24.030072Z","steps":["trace[1569013906] 'process raft request' (duration: 111.173334ms)"],"step_count":1}
{"level":"info","ts":"2025-01-27T14:53:24.033495Z","caller":"traceutil/trace.go:171","msg":"trace[333464161] transaction","detail":"{read_only:false; response_revision:410; number_of_response:1; }","duration":"135.927292ms","start":"2025-01-27T14:53:23.897550Z","end":"2025-01-27T14:53:24.033478Z","steps":["trace[333464161] 'process raft request' (duration: 93.467683ms)","trace[333464161] 'compare' (duration: 37.873635ms)"],"step_count":2}
{"level":"info","ts":"2025-01-27T14:53:24.033784Z","caller":"traceutil/trace.go:171","msg":"trace[1618129629] transaction","detail":"{read_only:false; response_revision:411; number_of_response:1; }","duration":"131.490139ms","start":"2025-01-27T14:53:23.902284Z","end":"2025-01-27T14:53:24.033774Z","steps":["trace[1618129629] 'process raft request' (duration: 126.726085ms)"],"step_count":1}
{"level":"info","ts":"2025-01-27T14:53:24.033932Z","caller":"traceutil/trace.go:171","msg":"trace[54675425] transaction","detail":"{read_only:false; response_revision:412; number_of_response:1; }","duration":"131.525224ms","start":"2025-01-27T14:53:23.902399Z","end":"2025-01-27T14:53:24.033925Z","steps":["trace[54675425] 'process raft request' (duration: 127.539768ms)"],"step_count":1}
{"level":"info","ts":"2025-01-27T14:53:24.034040Z","caller":"traceutil/trace.go:171","msg":"trace[600255189] linearizableReadLoop","detail":"{readStateIndex:422; appliedIndex:421; }","duration":"134.01981ms","start":"2025-01-27T14:53:23.899994Z","end":"2025-01-27T14:53:24.034014Z","steps":["trace[600255189] 'read index received' (duration: 2.892254ms)","trace[600255189] 'applied index is now lower than readState.Index' (duration: 131.126768ms)"],"step_count":2}
{"level":"info","ts":"2025-01-27T14:53:24.034134Z","caller":"traceutil/trace.go:171","msg":"trace[324777605] transaction","detail":"{read_only:false; response_revision:413; number_of_response:1; }","duration":"115.45045ms","start":"2025-01-27T14:53:23.918678Z","end":"2025-01-27T14:53:24.034128Z","steps":["trace[324777605] 'process raft request' (duration: 111.32387ms)"],"step_count":1}
{"level":"warn","ts":"2025-01-27T14:53:24.036081Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"136.066407ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/yakd-dashboard/yakd-dashboard\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-01-27T14:53:24.056838Z","caller":"traceutil/trace.go:171","msg":"trace[1358262739] range","detail":"{range_begin:/registry/serviceaccounts/yakd-dashboard/yakd-dashboard; range_end:; response_count:0; response_revision:414; }","duration":"156.823563ms","start":"2025-01-27T14:53:23.899990Z","end":"2025-01-27T14:53:24.056813Z","steps":["trace[1358262739] 'agreement among raft nodes before linearized reading' (duration: 136.036041ms)"],"step_count":1}
==> kernel <==
14:58:47 up 7:41, 0 users, load average: 0.34, 1.55, 2.93
Linux addons-694274 5.15.0-1075-aws #82~20.04.1-Ubuntu SMP Thu Dec 19 05:23:06 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [114a7bb292fb22bf4134f528d197afec42dd056946e1b6ee023456f4a7865793] <==
I0127 14:56:41.893714 1 main.go:301] handling current node
I0127 14:56:51.887099 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:56:51.887134 1 main.go:301] handling current node
I0127 14:57:01.885199 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:57:01.885237 1 main.go:301] handling current node
I0127 14:57:11.884769 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:57:11.884803 1 main.go:301] handling current node
I0127 14:57:21.884435 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:57:21.884472 1 main.go:301] handling current node
I0127 14:57:31.884441 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:57:31.884477 1 main.go:301] handling current node
I0127 14:57:41.887078 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:57:41.887215 1 main.go:301] handling current node
I0127 14:57:51.885107 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:57:51.885146 1 main.go:301] handling current node
I0127 14:58:01.887198 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:58:01.887236 1 main.go:301] handling current node
I0127 14:58:11.893079 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:58:11.893110 1 main.go:301] handling current node
I0127 14:58:21.884290 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:58:21.884409 1 main.go:301] handling current node
I0127 14:58:31.888898 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:58:31.888932 1 main.go:301] handling current node
I0127 14:58:41.890698 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0127 14:58:41.890812 1 main.go:301] handling current node
==> kube-apiserver [403356b6c40ec85aad1198e45f0b915b8ee65145d0631a44d0b4073f030f6984] <==
E0127 14:54:39.848152 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.106.126.230:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.106.126.230:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.106.126.230:443: connect: connection refused" logger="UnhandledError"
I0127 14:54:39.975324 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0127 14:55:37.121535 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:53494: use of closed network connection
E0127 14:55:37.539665 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:53552: use of closed network connection
I0127 14:55:46.822924 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.111.142.8"}
I0127 14:56:18.322293 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0127 14:56:19.375862 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0127 14:56:23.596675 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0127 14:56:24.040452 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0127 14:56:24.387540 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.108.191.221"}
I0127 14:56:40.856458 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0127 14:56:56.598528 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0127 14:56:56.598594 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0127 14:56:56.628909 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0127 14:56:56.628960 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0127 14:56:56.671780 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0127 14:56:56.671919 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0127 14:56:56.709811 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0127 14:56:56.709860 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0127 14:56:56.738055 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0127 14:56:56.738100 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0127 14:56:57.710246 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
W0127 14:56:57.738166 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0127 14:56:57.811179 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
I0127 14:58:45.096334 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.96.134.65"}
==> kube-controller-manager [a358a20ecebccaba2a56775bf42b32a330238f9aadedc8108021041c85bb1ac7] <==
E0127 14:58:04.483152 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotcontents"
W0127 14:58:04.484088 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0127 14:58:04.484126 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0127 14:58:24.077360 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0127 14:58:24.078386 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotclasses"
W0127 14:58:24.080355 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0127 14:58:24.080410 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0127 14:58:38.433171 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0127 14:58:38.434279 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="gadget.kinvolk.io/v1alpha1, Resource=traces"
W0127 14:58:38.435348 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0127 14:58:38.435388 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0127 14:58:38.519955 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0127 14:58:38.521072 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotcontents"
W0127 14:58:38.522106 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0127 14:58:38.522143 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0127 14:58:42.555970 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0127 14:58:42.557235 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshots"
W0127 14:58:42.558237 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0127 14:58:42.558274 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
I0127 14:58:44.791862 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="38.732585ms"
I0127 14:58:44.801019 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="9.103823ms"
I0127 14:58:44.801201 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="42.715µs"
I0127 14:58:44.816828 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="44.733µs"
I0127 14:58:46.664229 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="10.492022ms"
I0127 14:58:46.664303 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="36.43µs"
==> kube-proxy [e8f825424e9c87bead7ef178494b1f2c0fa2f4b398c0f5a3fa1c6bf946ae4fc6] <==
I0127 14:53:24.419947 1 server_linux.go:66] "Using iptables proxy"
I0127 14:53:25.036289 1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0127 14:53:25.081133 1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
I0127 14:53:25.485210 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0127 14:53:25.498443 1 server_linux.go:170] "Using iptables Proxier"
I0127 14:53:25.568299 1 proxier.go:255] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
I0127 14:53:25.568762 1 server.go:497] "Version info" version="v1.32.1"
I0127 14:53:25.569045 1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0127 14:53:25.570528 1 config.go:199] "Starting service config controller"
I0127 14:53:25.570614 1 shared_informer.go:313] Waiting for caches to sync for service config
I0127 14:53:25.570687 1 config.go:105] "Starting endpoint slice config controller"
I0127 14:53:25.570721 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0127 14:53:25.571416 1 config.go:329] "Starting node config controller"
I0127 14:53:25.571480 1 shared_informer.go:313] Waiting for caches to sync for node config
I0127 14:53:25.672169 1 shared_informer.go:320] Caches are synced for node config
I0127 14:53:25.678636 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0127 14:53:25.677439 1 shared_informer.go:320] Caches are synced for service config
==> kube-scheduler [37251da44295a4f29673d6dcbc9176795ec5f9c6be70f182edc6bdff1f103fa6] <==
W0127 14:53:11.940809 1 reflector.go:569] 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
E0127 14:53:11.940858 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0127 14:53:11.940945 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope
E0127 14:53:11.941007 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.VolumeAttachment: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0127 14:53:11.941150 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0127 14:53:11.941199 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0127 14:53:11.942472 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0127 14:53:11.942504 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0127 14:53:11.942962 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0127 14:53:11.942991 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0127 14:53:12.749108 1 reflector.go:569] 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
E0127 14:53:12.749150 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0127 14:53:12.808771 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope
E0127 14:53:12.808819 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.VolumeAttachment: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0127 14:53:12.942519 1 reflector.go:569] 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
E0127 14:53:12.942635 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0127 14:53:12.999542 1 reflector.go:569] 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
E0127 14:53:12.999669 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0127 14:53:13.076575 1 reflector.go:569] 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
E0127 14:53:13.076687 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0127 14:53:13.078147 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0127 14:53:13.078184 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0127 14:53:13.178336 1 reflector.go:569] runtime/asm_arm64.s:1223: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0127 14:53:13.179773 1 reflector.go:166] "Unhandled Error" err="runtime/asm_arm64.s:1223: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
I0127 14:53:15.025090 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.378285 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/d145a70aade9e446abf2b3dd91a090aaf3b99abff8a19f5bb4f45246a2f813dc/diff" to get inode usage: stat /var/lib/containers/storage/overlay/d145a70aade9e446abf2b3dd91a090aaf3b99abff8a19f5bb4f45246a2f813dc/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.378290 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/0817f35de8d8c966e2c3c949f6e085c6e1f15759bd7b78b79d9b00718c73d2d3/diff" to get inode usage: stat /var/lib/containers/storage/overlay/0817f35de8d8c966e2c3c949f6e085c6e1f15759bd7b78b79d9b00718c73d2d3/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.382760 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/0c94ba6275201ab8146060f644c72ce5a3f17d37f4138ca979a5aef676a1e467/diff" to get inode usage: stat /var/lib/containers/storage/overlay/0c94ba6275201ab8146060f644c72ce5a3f17d37f4138ca979a5aef676a1e467/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.384951 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/d145a70aade9e446abf2b3dd91a090aaf3b99abff8a19f5bb4f45246a2f813dc/diff" to get inode usage: stat /var/lib/containers/storage/overlay/d145a70aade9e446abf2b3dd91a090aaf3b99abff8a19f5bb4f45246a2f813dc/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.386066 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/542b99fb7472cb2a366f52f05311b4355dcb27ebf5b2170c9d60155356020d06/diff" to get inode usage: stat /var/lib/containers/storage/overlay/542b99fb7472cb2a366f52f05311b4355dcb27ebf5b2170c9d60155356020d06/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.389406 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/53f3dd4b6500067bc2626ca27cf982bd531a616d321c5137895885bd6caedbfd/diff" to get inode usage: stat /var/lib/containers/storage/overlay/53f3dd4b6500067bc2626ca27cf982bd531a616d321c5137895885bd6caedbfd/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.392660 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/5b226bf33b5f946488be97cc1c861d510b4a57e4c0b11fc5ca02da7ddcafb983/diff" to get inode usage: stat /var/lib/containers/storage/overlay/5b226bf33b5f946488be97cc1c861d510b4a57e4c0b11fc5ca02da7ddcafb983/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.393754 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/433c403acd1bdb9c914ee36ea32724c01b68356728acab574582f40cb29d1a2b/diff" to get inode usage: stat /var/lib/containers/storage/overlay/433c403acd1bdb9c914ee36ea32724c01b68356728acab574582f40cb29d1a2b/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.399012 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/771c747d377f068e78aaa719e4cbedb407a6ef02fa83a0f8a35e09334a3d3b1d/diff" to get inode usage: stat /var/lib/containers/storage/overlay/771c747d377f068e78aaa719e4cbedb407a6ef02fa83a0f8a35e09334a3d3b1d/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.408453 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/4acf4d7e59a6f06bf65db1d99845a82cb4403c6c7fabbd19106bc6cd3c1f41ec/diff" to get inode usage: stat /var/lib/containers/storage/overlay/4acf4d7e59a6f06bf65db1d99845a82cb4403c6c7fabbd19106bc6cd3c1f41ec/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.434849 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/433c403acd1bdb9c914ee36ea32724c01b68356728acab574582f40cb29d1a2b/diff" to get inode usage: stat /var/lib/containers/storage/overlay/433c403acd1bdb9c914ee36ea32724c01b68356728acab574582f40cb29d1a2b/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.460736 1513 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737989894460479177,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:595443,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Jan 27 14:58:14 addons-694274 kubelet[1513]: E0127 14:58:14.460772 1513 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737989894460479177,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:595443,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Jan 27 14:58:17 addons-694274 kubelet[1513]: I0127 14:58:17.746918 1513 scope.go:117] "RemoveContainer" containerID="f8338ffc805b6272706722f307f7900d54ae7a954db73c04f75a3b56a6d6cc5d"
Jan 27 14:58:22 addons-694274 kubelet[1513]: E0127 14:58:22.833357 1513 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/72fb71275dc6ca955243594b47773931fe2f2a7b663ec87afb279fa549da0e7d/diff" to get inode usage: stat /var/lib/containers/storage/overlay/72fb71275dc6ca955243594b47773931fe2f2a7b663ec87afb279fa549da0e7d/diff: no such file or directory, extraDiskErr: <nil>
Jan 27 14:58:24 addons-694274 kubelet[1513]: E0127 14:58:24.463652 1513 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737989904463417950,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:595443,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Jan 27 14:58:24 addons-694274 kubelet[1513]: E0127 14:58:24.463686 1513 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737989904463417950,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:595443,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Jan 27 14:58:34 addons-694274 kubelet[1513]: E0127 14:58:34.466675 1513 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737989914466458423,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:595443,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Jan 27 14:58:34 addons-694274 kubelet[1513]: E0127 14:58:34.466719 1513 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737989914466458423,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:595443,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Jan 27 14:58:44 addons-694274 kubelet[1513]: E0127 14:58:44.469701 1513 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737989924469447970,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:595443,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Jan 27 14:58:44 addons-694274 kubelet[1513]: E0127 14:58:44.469737 1513 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737989924469447970,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:595443,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Jan 27 14:58:44 addons-694274 kubelet[1513]: I0127 14:58:44.787485 1513 memory_manager.go:355] "RemoveStaleState removing state" podUID="8ebecc00-1a51-40fc-83f3-50f7cdd75a59" containerName="cloud-spanner-emulator"
Jan 27 14:58:44 addons-694274 kubelet[1513]: I0127 14:58:44.787531 1513 memory_manager.go:355] "RemoveStaleState removing state" podUID="9870ef7b-7241-4f17-afc6-85eec4b30fc8" containerName="helper-pod"
Jan 27 14:58:44 addons-694274 kubelet[1513]: I0127 14:58:44.927064 1513 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-t2f9m\" (UniqueName: \"kubernetes.io/projected/0dfc3653-177c-49b2-bcc2-cc832bfc98d7-kube-api-access-t2f9m\") pod \"hello-world-app-7d9564db4-bmhw5\" (UID: \"0dfc3653-177c-49b2-bcc2-cc832bfc98d7\") " pod="default/hello-world-app-7d9564db4-bmhw5"
Jan 27 14:58:45 addons-694274 kubelet[1513]: W0127 14:58:45.181950 1513 manager.go:1169] Failed to process watch event {EventType:0 Name:/docker/fdc231d736db8d1df612c757a3f43cafb6ac2dd4509a31b16215aae4a0a6cd18/crio-0263eb0537ca194fbfcc8aeabcb8253ab644710081e9bf8f925e44e52f32b953 WatchSource:0}: Error finding container 0263eb0537ca194fbfcc8aeabcb8253ab644710081e9bf8f925e44e52f32b953: Status 404 returned error can't find the container with id 0263eb0537ca194fbfcc8aeabcb8253ab644710081e9bf8f925e44e52f32b953
==> storage-provisioner [41db9c76cc7fb9f1397114ca260fa4b9a5d5bb5c6b28d47d0d37a31f92a9c80d] <==
I0127 14:54:03.399445 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0127 14:54:03.429892 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0127 14:54:03.430016 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0127 14:54:03.469718 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0127 14:54:03.470058 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"2f218bad-69b7-4981-b5b3-46b996127d7c", APIVersion:"v1", ResourceVersion:"897", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-694274_1170b62f-7eb5-45de-80f7-c2f5545c9864 became leader
I0127 14:54:03.470159 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-694274_1170b62f-7eb5-45de-80f7-c2f5545c9864!
I0127 14:54:03.570672 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-694274_1170b62f-7eb5-45de-80f7-c2f5545c9864!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-694274 -n addons-694274
helpers_test.go:261: (dbg) Run: kubectl --context addons-694274 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: ingress-nginx-admission-create-xb4rm ingress-nginx-admission-patch-gspdn
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-694274 describe pod ingress-nginx-admission-create-xb4rm ingress-nginx-admission-patch-gspdn
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-694274 describe pod ingress-nginx-admission-create-xb4rm ingress-nginx-admission-patch-gspdn: exit status 1 (99.990657ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-xb4rm" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-gspdn" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-694274 describe pod ingress-nginx-admission-create-xb4rm ingress-nginx-admission-patch-gspdn: exit status 1
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-694274 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-694274 addons disable ingress-dns --alsologtostderr -v=1: (1.473997877s)
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-694274 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-694274 addons disable ingress --alsologtostderr -v=1: (7.762679639s)
--- FAIL: TestAddons/parallel/Ingress (153.81s)