=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-477895 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-477895 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-477895 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" [e054e6cc-561a-4f67-a7bd-b927bfb657bf] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [e054e6cc-561a-4f67-a7bd-b927bfb657bf] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.004348271s
I1204 19:59:12.237920 283432 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-477895 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-477895 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.340052133s)
** 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-477895 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-477895 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-477895
helpers_test.go:235: (dbg) docker inspect addons-477895:
-- stdout --
[
{
"Id": "68ffafb304a8e876eeab913dc7088595e7e3bb534807de3fe0197af01bb79467",
"Created": "2024-12-04T19:53:32.654288501Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 284685,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-12-04T19:53:32.811847807Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:51526bd7c0894c18bc1ef50650a0aaaea3bed24f70f72f77ac668ae72dfff137",
"ResolvConfPath": "/var/lib/docker/containers/68ffafb304a8e876eeab913dc7088595e7e3bb534807de3fe0197af01bb79467/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/68ffafb304a8e876eeab913dc7088595e7e3bb534807de3fe0197af01bb79467/hostname",
"HostsPath": "/var/lib/docker/containers/68ffafb304a8e876eeab913dc7088595e7e3bb534807de3fe0197af01bb79467/hosts",
"LogPath": "/var/lib/docker/containers/68ffafb304a8e876eeab913dc7088595e7e3bb534807de3fe0197af01bb79467/68ffafb304a8e876eeab913dc7088595e7e3bb534807de3fe0197af01bb79467-json.log",
"Name": "/addons-477895",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-477895:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-477895",
"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/7a8534028037b4e9e0a5f075f2776fd4a6640db657775c36ad0cc80b11d7c4d7-init/diff:/var/lib/docker/overlay2/399303f2182c31aa21bd1b794908b6d696c79faeb1542b4ca52297a53530c6de/diff",
"MergedDir": "/var/lib/docker/overlay2/7a8534028037b4e9e0a5f075f2776fd4a6640db657775c36ad0cc80b11d7c4d7/merged",
"UpperDir": "/var/lib/docker/overlay2/7a8534028037b4e9e0a5f075f2776fd4a6640db657775c36ad0cc80b11d7c4d7/diff",
"WorkDir": "/var/lib/docker/overlay2/7a8534028037b4e9e0a5f075f2776fd4a6640db657775c36ad0cc80b11d7c4d7/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-477895",
"Source": "/var/lib/docker/volumes/addons-477895/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-477895",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615",
"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-477895",
"name.minikube.sigs.k8s.io": "addons-477895",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "d436422dd6245607d62da267b6758c56b820da0ba3b06b2f1553a074b0bc43e8",
"SandboxKey": "/var/run/docker/netns/d436422dd624",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33135"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33136"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33139"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33137"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33138"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-477895": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "d190d231f8821662e1b5fe63136aa8c33b7340f80902e41fa0d3f8933279f42d",
"EndpointID": "8677db04949644ed2f88d841f019d4cd6ce1f03beb1dcbee93384b36627a22c1",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-477895",
"68ffafb304a8"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-477895 -n addons-477895
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-477895 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-477895 logs -n 25: (1.666153606s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-588301 | download-only-588301 | jenkins | v1.34.0 | 04 Dec 24 19:53 UTC | 04 Dec 24 19:53 UTC |
| delete | -p download-only-674697 | download-only-674697 | jenkins | v1.34.0 | 04 Dec 24 19:53 UTC | 04 Dec 24 19:53 UTC |
| start | --download-only -p | download-docker-042555 | jenkins | v1.34.0 | 04 Dec 24 19:53 UTC | |
| | download-docker-042555 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-042555 | download-docker-042555 | jenkins | v1.34.0 | 04 Dec 24 19:53 UTC | 04 Dec 24 19:53 UTC |
| start | --download-only -p | binary-mirror-783049 | jenkins | v1.34.0 | 04 Dec 24 19:53 UTC | |
| | binary-mirror-783049 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:36977 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-783049 | binary-mirror-783049 | jenkins | v1.34.0 | 04 Dec 24 19:53 UTC | 04 Dec 24 19:53 UTC |
| addons | enable dashboard -p | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:53 UTC | |
| | addons-477895 | | | | | |
| addons | disable dashboard -p | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:53 UTC | |
| | addons-477895 | | | | | |
| start | -p addons-477895 --wait=true | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:53 UTC | 04 Dec 24 19:57 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=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-477895 addons disable | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:57 UTC | 04 Dec 24 19:57 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-477895 addons disable | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:57 UTC | 04 Dec 24 19:57 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-477895 addons disable | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:57 UTC | 04 Dec 24 19:57 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| ip | addons-477895 ip | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:57 UTC | 04 Dec 24 19:57 UTC |
| addons | addons-477895 addons disable | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:57 UTC | 04 Dec 24 19:57 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-477895 addons | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:57 UTC | 04 Dec 24 19:57 UTC |
| | disable nvidia-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-477895 addons | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:57 UTC | 04 Dec 24 19:57 UTC |
| | disable cloud-spanner | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | enable headlamp | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:57 UTC | 04 Dec 24 19:57 UTC |
| | -p addons-477895 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-477895 ssh cat | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:57 UTC | 04 Dec 24 19:57 UTC |
| | /opt/local-path-provisioner/pvc-0435f342-f4c4-4d89-b146-6df519d98003_default_test-pvc/file1 | | | | | |
| addons | addons-477895 addons disable | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:57 UTC | 04 Dec 24 19:58 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-477895 addons disable | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:58 UTC | 04 Dec 24 19:58 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-477895 addons | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:58 UTC | 04 Dec 24 19:58 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-477895 addons | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:58 UTC | 04 Dec 24 19:58 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-477895 addons | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:58 UTC | 04 Dec 24 19:59 UTC |
| | disable inspektor-gadget | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-477895 ssh curl -s | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 19:59 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-477895 ip | addons-477895 | jenkins | v1.34.0 | 04 Dec 24 20:01 UTC | 04 Dec 24 20:01 UTC |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/12/04 19:53:07
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.23.2 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1204 19:53:07.700028 284195 out.go:345] Setting OutFile to fd 1 ...
I1204 19:53:07.700242 284195 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 19:53:07.700268 284195 out.go:358] Setting ErrFile to fd 2...
I1204 19:53:07.700286 284195 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 19:53:07.700674 284195 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-278044/.minikube/bin
I1204 19:53:07.701774 284195 out.go:352] Setting JSON to false
I1204 19:53:07.702666 284195 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":9338,"bootTime":1733332650,"procs":146,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1072-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I1204 19:53:07.702758 284195 start.go:139] virtualization:
I1204 19:53:07.706150 284195 out.go:177] * [addons-477895] minikube v1.34.0 on Ubuntu 20.04 (arm64)
I1204 19:53:07.709429 284195 out.go:177] - MINIKUBE_LOCATION=19985
I1204 19:53:07.709537 284195 notify.go:220] Checking for updates...
I1204 19:53:07.714563 284195 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1204 19:53:07.717209 284195 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19985-278044/kubeconfig
I1204 19:53:07.719793 284195 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-278044/.minikube
I1204 19:53:07.722379 284195 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I1204 19:53:07.724912 284195 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I1204 19:53:07.727617 284195 driver.go:394] Setting default libvirt URI to qemu:///system
I1204 19:53:07.752537 284195 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
I1204 19:53:07.752666 284195 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1204 19:53:07.807350 284195 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-12-04 19:53:07.7990913 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1072-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridge-n
f-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I1204 19:53:07.807455 284195 docker.go:318] overlay module found
I1204 19:53:07.810321 284195 out.go:177] * Using the docker driver based on user configuration
I1204 19:53:07.812886 284195 start.go:297] selected driver: docker
I1204 19:53:07.812905 284195 start.go:901] validating driver "docker" against <nil>
I1204 19:53:07.812920 284195 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1204 19:53:07.813610 284195 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1204 19:53:07.863396 284195 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-12-04 19:53:07.855126576 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1072-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridge
-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I1204 19:53:07.863609 284195 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I1204 19:53:07.863846 284195 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]
I1204 19:53:07.866387 284195 out.go:177] * Using Docker driver with root privileges
I1204 19:53:07.868915 284195 cni.go:84] Creating CNI manager for ""
I1204 19:53:07.868984 284195 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1204 19:53:07.869003 284195 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I1204 19:53:07.869089 284195 start.go:340] cluster config:
{Name:addons-477895 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-477895 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I1204 19:53:07.871874 284195 out.go:177] * Starting "addons-477895" primary control-plane node in "addons-477895" cluster
I1204 19:53:07.874429 284195 cache.go:121] Beginning downloading kic base image for docker with crio
I1204 19:53:07.877093 284195 out.go:177] * Pulling base image v0.0.45-1730888964-19917 ...
I1204 19:53:07.879566 284195 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1204 19:53:07.879617 284195 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19985-278044/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4
I1204 19:53:07.879630 284195 cache.go:56] Caching tarball of preloaded images
I1204 19:53:07.879655 284195 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local docker daemon
I1204 19:53:07.879728 284195 preload.go:172] Found /home/jenkins/minikube-integration/19985-278044/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I1204 19:53:07.879738 284195 cache.go:59] Finished verifying existence of preloaded tar for v1.31.2 on crio
I1204 19:53:07.880085 284195 profile.go:143] Saving config to /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/config.json ...
I1204 19:53:07.880120 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/config.json: {Name:mk7f43f95219efe995c51a5f45f7938d76a55530 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:07.894401 284195 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 to local cache
I1204 19:53:07.894523 284195 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory
I1204 19:53:07.894547 284195 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory, skipping pull
I1204 19:53:07.894555 284195 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 exists in cache, skipping pull
I1204 19:53:07.894562 284195 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 as a tarball
I1204 19:53:07.894568 284195 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from local cache
I1204 19:53:24.921729 284195 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from cached tarball
I1204 19:53:24.921770 284195 cache.go:194] Successfully downloaded all kic artifacts
I1204 19:53:24.921800 284195 start.go:360] acquireMachinesLock for addons-477895: {Name:mk3231c53926c308e743c3ce51a983bab42e9f9b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1204 19:53:24.922359 284195 start.go:364] duration metric: took 534.76µs to acquireMachinesLock for "addons-477895"
I1204 19:53:24.922395 284195 start.go:93] Provisioning new machine with config: &{Name:addons-477895 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-477895 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I1204 19:53:24.922472 284195 start.go:125] createHost starting for "" (driver="docker")
I1204 19:53:24.925427 284195 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I1204 19:53:24.925659 284195 start.go:159] libmachine.API.Create for "addons-477895" (driver="docker")
I1204 19:53:24.925695 284195 client.go:168] LocalClient.Create starting
I1204 19:53:24.925803 284195 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19985-278044/.minikube/certs/ca.pem
I1204 19:53:26.009416 284195 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19985-278044/.minikube/certs/cert.pem
I1204 19:53:26.726049 284195 cli_runner.go:164] Run: docker network inspect addons-477895 --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}}]}"
W1204 19:53:26.740537 284195 cli_runner.go:211] docker network inspect addons-477895 --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
I1204 19:53:26.740622 284195 network_create.go:284] running [docker network inspect addons-477895] to gather additional debugging logs...
I1204 19:53:26.740644 284195 cli_runner.go:164] Run: docker network inspect addons-477895
W1204 19:53:26.753927 284195 cli_runner.go:211] docker network inspect addons-477895 returned with exit code 1
I1204 19:53:26.753959 284195 network_create.go:287] error running [docker network inspect addons-477895]: docker network inspect addons-477895: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-477895 not found
I1204 19:53:26.753982 284195 network_create.go:289] output of [docker network inspect addons-477895]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-477895 not found
** /stderr **
I1204 19:53:26.754075 284195 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}}]}"
I1204 19:53:26.768512 284195 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:0x400055bfe0}
I1204 19:53:26.768560 284195 network_create.go:124] attempt to create docker network addons-477895 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1204 19:53:26.768616 284195 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-477895 addons-477895
I1204 19:53:26.835546 284195 network_create.go:108] docker network addons-477895 192.168.49.0/24 created
I1204 19:53:26.835580 284195 kic.go:121] calculated static IP "192.168.49.2" for the "addons-477895" container
I1204 19:53:26.835677 284195 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1204 19:53:26.853449 284195 cli_runner.go:164] Run: docker volume create addons-477895 --label name.minikube.sigs.k8s.io=addons-477895 --label created_by.minikube.sigs.k8s.io=true
I1204 19:53:26.870379 284195 oci.go:103] Successfully created a docker volume addons-477895
I1204 19:53:26.870478 284195 cli_runner.go:164] Run: docker run --rm --name addons-477895-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-477895 --entrypoint /usr/bin/test -v addons-477895:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib
I1204 19:53:28.536968 284195 cli_runner.go:217] Completed: docker run --rm --name addons-477895-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-477895 --entrypoint /usr/bin/test -v addons-477895:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib: (1.666442173s)
I1204 19:53:28.536998 284195 oci.go:107] Successfully prepared a docker volume addons-477895
I1204 19:53:28.537024 284195 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1204 19:53:28.537044 284195 kic.go:194] Starting extracting preloaded images to volume ...
I1204 19:53:28.537116 284195 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19985-278044/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-477895:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir
I1204 19:53:32.584525 284195 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19985-278044/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-477895:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir: (4.047365168s)
I1204 19:53:32.584557 284195 kic.go:203] duration metric: took 4.0475108s to extract preloaded images to volume ...
W1204 19:53:32.584695 284195 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1204 19:53:32.584808 284195 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1204 19:53:32.640124 284195 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-477895 --name addons-477895 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-477895 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-477895 --network addons-477895 --ip 192.168.49.2 --volume addons-477895:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615
I1204 19:53:32.972302 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Running}}
I1204 19:53:32.989566 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:53:33.007312 284195 cli_runner.go:164] Run: docker exec addons-477895 stat /var/lib/dpkg/alternatives/iptables
I1204 19:53:33.062022 284195 oci.go:144] the created container "addons-477895" has a running status.
I1204 19:53:33.062049 284195 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa...
I1204 19:53:33.731973 284195 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1204 19:53:33.755950 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:53:33.775059 284195 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1204 19:53:33.775080 284195 kic_runner.go:114] Args: [docker exec --privileged addons-477895 chown docker:docker /home/docker/.ssh/authorized_keys]
I1204 19:53:33.829548 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:53:33.855861 284195 machine.go:93] provisionDockerMachine start ...
I1204 19:53:33.855967 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:53:33.876718 284195 main.go:141] libmachine: Using SSH client type: native
I1204 19:53:33.876983 284195 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415f50] 0x418790 <nil> [] 0s} 127.0.0.1 33135 <nil> <nil>}
I1204 19:53:33.876999 284195 main.go:141] libmachine: About to run SSH command:
hostname
I1204 19:53:34.011029 284195 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-477895
I1204 19:53:34.011054 284195 ubuntu.go:169] provisioning hostname "addons-477895"
I1204 19:53:34.011171 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:53:34.030223 284195 main.go:141] libmachine: Using SSH client type: native
I1204 19:53:34.030464 284195 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415f50] 0x418790 <nil> [] 0s} 127.0.0.1 33135 <nil> <nil>}
I1204 19:53:34.030486 284195 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-477895 && echo "addons-477895" | sudo tee /etc/hostname
I1204 19:53:34.167015 284195 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-477895
I1204 19:53:34.167201 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:53:34.183755 284195 main.go:141] libmachine: Using SSH client type: native
I1204 19:53:34.184001 284195 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415f50] 0x418790 <nil> [] 0s} 127.0.0.1 33135 <nil> <nil>}
I1204 19:53:34.184027 284195 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-477895' /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-477895/g' /etc/hosts;
else
echo '127.0.1.1 addons-477895' | sudo tee -a /etc/hosts;
fi
fi
I1204 19:53:34.302854 284195 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1204 19:53:34.302880 284195 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19985-278044/.minikube CaCertPath:/home/jenkins/minikube-integration/19985-278044/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19985-278044/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19985-278044/.minikube}
I1204 19:53:34.302911 284195 ubuntu.go:177] setting up certificates
I1204 19:53:34.302924 284195 provision.go:84] configureAuth start
I1204 19:53:34.302986 284195 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-477895
I1204 19:53:34.318679 284195 provision.go:143] copyHostCerts
I1204 19:53:34.318755 284195 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19985-278044/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19985-278044/.minikube/ca.pem (1078 bytes)
I1204 19:53:34.318872 284195 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19985-278044/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19985-278044/.minikube/cert.pem (1123 bytes)
I1204 19:53:34.318936 284195 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19985-278044/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19985-278044/.minikube/key.pem (1679 bytes)
I1204 19:53:34.318984 284195 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19985-278044/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19985-278044/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19985-278044/.minikube/certs/ca-key.pem org=jenkins.addons-477895 san=[127.0.0.1 192.168.49.2 addons-477895 localhost minikube]
I1204 19:53:34.608450 284195 provision.go:177] copyRemoteCerts
I1204 19:53:34.608522 284195 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1204 19:53:34.608570 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:53:34.626157 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:53:34.715658 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I1204 19:53:34.738860 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I1204 19:53:34.762245 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I1204 19:53:34.784780 284195 provision.go:87] duration metric: took 481.838268ms to configureAuth
I1204 19:53:34.784806 284195 ubuntu.go:193] setting minikube options for container-runtime
I1204 19:53:34.785035 284195 config.go:182] Loaded profile config "addons-477895": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 19:53:34.785144 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:53:34.800568 284195 main.go:141] libmachine: Using SSH client type: native
I1204 19:53:34.800838 284195 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415f50] 0x418790 <nil> [] 0s} 127.0.0.1 33135 <nil> <nil>}
I1204 19:53:34.800860 284195 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
I1204 19:53:35.017728 284195 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I1204 19:53:35.017752 284195 machine.go:96] duration metric: took 1.161869066s to provisionDockerMachine
I1204 19:53:35.017763 284195 client.go:171] duration metric: took 10.092060004s to LocalClient.Create
I1204 19:53:35.017777 284195 start.go:167] duration metric: took 10.092122272s to libmachine.API.Create "addons-477895"
I1204 19:53:35.017785 284195 start.go:293] postStartSetup for "addons-477895" (driver="docker")
I1204 19:53:35.017796 284195 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]
I1204 19:53:35.017867 284195 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
I1204 19:53:35.017913 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:53:35.035332 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:53:35.124775 284195 ssh_runner.go:195] Run: cat /etc/os-release
I1204 19:53:35.127970 284195 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1204 19:53:35.128008 284195 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I1204 19:53:35.128019 284195 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I1204 19:53:35.128027 284195 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I1204 19:53:35.128041 284195 filesync.go:126] Scanning /home/jenkins/minikube-integration/19985-278044/.minikube/addons for local assets ...
I1204 19:53:35.128113 284195 filesync.go:126] Scanning /home/jenkins/minikube-integration/19985-278044/.minikube/files for local assets ...
I1204 19:53:35.128148 284195 start.go:296] duration metric: took 110.356732ms for postStartSetup
I1204 19:53:35.128453 284195 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-477895
I1204 19:53:35.144952 284195 profile.go:143] Saving config to /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/config.json ...
I1204 19:53:35.145259 284195 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1204 19:53:35.145308 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:53:35.161148 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:53:35.252111 284195 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1204 19:53:35.256295 284195 start.go:128] duration metric: took 10.333807784s to createHost
I1204 19:53:35.256318 284195 start.go:83] releasing machines lock for "addons-477895", held for 10.33394371s
I1204 19:53:35.256403 284195 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-477895
I1204 19:53:35.290099 284195 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1204 19:53:35.290183 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:53:35.290471 284195 ssh_runner.go:195] Run: cat /version.json
I1204 19:53:35.290520 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:53:35.308425 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:53:35.309716 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:53:35.394903 284195 ssh_runner.go:195] Run: systemctl --version
I1204 19:53:35.534628 284195 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I1204 19:53:35.674919 284195 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I1204 19:53:35.679347 284195 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" ;
I1204 19:53:35.699350 284195 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I1204 19:53:35.699432 284195 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" ;
I1204 19:53:35.730966 284195 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I1204 19:53:35.730990 284195 start.go:495] detecting cgroup driver to use...
I1204 19:53:35.731023 284195 detect.go:187] detected "cgroupfs" cgroup driver on host os
I1204 19:53:35.731085 284195 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1204 19:53:35.748558 284195 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1204 19:53:35.760625 284195 docker.go:217] disabling cri-docker service (if available) ...
I1204 19:53:35.760691 284195 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1204 19:53:35.774395 284195 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1204 19:53:35.788972 284195 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1204 19:53:35.880814 284195 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1204 19:53:35.979497 284195 docker.go:233] disabling docker service ...
I1204 19:53:35.979573 284195 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1204 19:53:35.998741 284195 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1204 19:53:36.011804 284195 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1204 19:53:36.098764 284195 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1204 19:53:36.192523 284195 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1204 19:53:36.204405 284195 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"
I1204 19:53:36.220486 284195 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I1204 19:53:36.220594 284195 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"
I1204 19:53:36.230192 284195 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I1204 19:53:36.230279 284195 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I1204 19:53:36.239854 284195 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I1204 19:53:36.249232 284195 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I1204 19:53:36.258874 284195 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1204 19:53:36.267838 284195 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"
I1204 19:53:36.277700 284195 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"
I1204 19:53:36.293212 284195 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"
I1204 19:53:36.303083 284195 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1204 19:53:36.311515 284195 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1204 19:53:36.320017 284195 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1204 19:53:36.408854 284195 ssh_runner.go:195] Run: sudo systemctl restart crio
I1204 19:53:36.513762 284195 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I1204 19:53:36.513911 284195 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I1204 19:53:36.517507 284195 start.go:563] Will wait 60s for crictl version
I1204 19:53:36.517584 284195 ssh_runner.go:195] Run: which crictl
I1204 19:53:36.520853 284195 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I1204 19:53:36.559164 284195 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I1204 19:53:36.559269 284195 ssh_runner.go:195] Run: crio --version
I1204 19:53:36.599401 284195 ssh_runner.go:195] Run: crio --version
I1204 19:53:36.645332 284195 out.go:177] * Preparing Kubernetes v1.31.2 on CRI-O 1.24.6 ...
I1204 19:53:36.647889 284195 cli_runner.go:164] Run: docker network inspect addons-477895 --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}}]}"
I1204 19:53:36.662958 284195 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1204 19:53:36.666604 284195 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""
I1204 19:53:36.676861 284195 kubeadm.go:883] updating cluster {Name:addons-477895 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-477895 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I1204 19:53:36.676979 284195 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1204 19:53:36.677039 284195 ssh_runner.go:195] Run: sudo crictl images --output json
I1204 19:53:36.752230 284195 crio.go:514] all images are preloaded for cri-o runtime.
I1204 19:53:36.752251 284195 crio.go:433] Images already preloaded, skipping extraction
I1204 19:53:36.752304 284195 ssh_runner.go:195] Run: sudo crictl images --output json
I1204 19:53:36.787947 284195 crio.go:514] all images are preloaded for cri-o runtime.
I1204 19:53:36.787973 284195 cache_images.go:84] Images are preloaded, skipping loading
I1204 19:53:36.787981 284195 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.2 crio true true} ...
I1204 19:53:36.788069 284195 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.31.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-477895 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.2 ClusterName:addons-477895 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:}
I1204 19:53:36.788153 284195 ssh_runner.go:195] Run: crio config
I1204 19:53:36.839829 284195 cni.go:84] Creating CNI manager for ""
I1204 19:53:36.839854 284195 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1204 19:53:36.839865 284195 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I1204 19:53:36.839906 284195 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.31.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-477895 NodeName:addons-477895 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}
I1204 19:53:36.840081 284195 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-477895"
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.31.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
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
I1204 19:53:36.840154 284195 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.2
I1204 19:53:36.848936 284195 binaries.go:44] Found k8s binaries, skipping transfer
I1204 19:53:36.849017 284195 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1204 19:53:36.857400 284195 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I1204 19:53:36.874497 284195 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1204 19:53:36.892227 284195 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
I1204 19:53:36.910074 284195 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1204 19:53:36.913319 284195 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""
I1204 19:53:36.923873 284195 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1204 19:53:37.020780 284195 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1204 19:53:37.034573 284195 certs.go:68] Setting up /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895 for IP: 192.168.49.2
I1204 19:53:37.034644 284195 certs.go:194] generating shared ca certs ...
I1204 19:53:37.034674 284195 certs.go:226] acquiring lock for ca certs: {Name:mkd3a970a549027af99546247a90315b5149b847 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:37.034858 284195 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19985-278044/.minikube/ca.key
I1204 19:53:37.280281 284195 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-278044/.minikube/ca.crt ...
I1204 19:53:37.280316 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/.minikube/ca.crt: {Name:mk6116f2db042306f5fd4f7014b57c9b64fc82e9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:37.281118 284195 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-278044/.minikube/ca.key ...
I1204 19:53:37.281139 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/.minikube/ca.key: {Name:mkc2e8fff424807bf991b10db40add7882d6af6d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:37.281784 284195 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19985-278044/.minikube/proxy-client-ca.key
I1204 19:53:37.537937 284195 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-278044/.minikube/proxy-client-ca.crt ...
I1204 19:53:37.537975 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/.minikube/proxy-client-ca.crt: {Name:mk6eeb19be7f2dc0897b8798a601a4f5de8898d6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:37.538165 284195 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-278044/.minikube/proxy-client-ca.key ...
I1204 19:53:37.538179 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/.minikube/proxy-client-ca.key: {Name:mkbdff1c06df0966447a40a32ad6a02c22c02179 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:37.538272 284195 certs.go:256] generating profile certs ...
I1204 19:53:37.538341 284195 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/client.key
I1204 19:53:37.538356 284195 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/client.crt with IP's: []
I1204 19:53:38.339765 284195 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/client.crt ...
I1204 19:53:38.339802 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/client.crt: {Name:mk30a96a458ed6264ff6c4f5301b5be16ce3c977 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:38.340027 284195 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/client.key ...
I1204 19:53:38.340041 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/client.key: {Name:mk6e85282a318c631715cda2a192674250dc89f6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:38.340159 284195 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.key.bf9b7202
I1204 19:53:38.340186 284195 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.crt.bf9b7202 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I1204 19:53:39.136321 284195 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.crt.bf9b7202 ...
I1204 19:53:39.136369 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.crt.bf9b7202: {Name:mk537a9d05fda6ecbd3a6341d5bc991888b50003 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:39.136567 284195 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.key.bf9b7202 ...
I1204 19:53:39.136582 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.key.bf9b7202: {Name:mk813529a627fd386484b73bc6570cef0fa455d9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:39.136670 284195 certs.go:381] copying /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.crt.bf9b7202 -> /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.crt
I1204 19:53:39.136753 284195 certs.go:385] copying /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.key.bf9b7202 -> /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.key
I1204 19:53:39.136806 284195 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/proxy-client.key
I1204 19:53:39.136827 284195 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/proxy-client.crt with IP's: []
I1204 19:53:39.483928 284195 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/proxy-client.crt ...
I1204 19:53:39.483963 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/proxy-client.crt: {Name:mk09033a8e1120fa4265f4da2295a538760a3f0d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:39.484155 284195 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/proxy-client.key ...
I1204 19:53:39.484169 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/proxy-client.key: {Name:mk33ff72f992105ce8a7d503d700939219ca0d84 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:53:39.484376 284195 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-278044/.minikube/certs/ca-key.pem (1679 bytes)
I1204 19:53:39.484422 284195 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-278044/.minikube/certs/ca.pem (1078 bytes)
I1204 19:53:39.484458 284195 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-278044/.minikube/certs/cert.pem (1123 bytes)
I1204 19:53:39.484486 284195 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-278044/.minikube/certs/key.pem (1679 bytes)
I1204 19:53:39.485174 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1204 19:53:39.511677 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I1204 19:53:39.536607 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1204 19:53:39.560702 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I1204 19:53:39.584195 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I1204 19:53:39.608039 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I1204 19:53:39.631464 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1204 19:53:39.655469 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/profiles/addons-477895/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I1204 19:53:39.679692 284195 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-278044/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1204 19:53:39.703661 284195 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1204 19:53:39.721049 284195 ssh_runner.go:195] Run: openssl version
I1204 19:53:39.726363 284195 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"
I1204 19:53:39.735513 284195 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1204 19:53:39.739003 284195 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Dec 4 19:53 /usr/share/ca-certificates/minikubeCA.pem
I1204 19:53:39.739065 284195 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1204 19:53:39.745971 284195 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"
I1204 19:53:39.755612 284195 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I1204 19:53:39.758948 284195 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
I1204 19:53:39.758993 284195 kubeadm.go:392] StartCluster: {Name:addons-477895 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-477895 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I1204 19:53:39.759078 284195 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I1204 19:53:39.759150 284195 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1204 19:53:39.796040 284195 cri.go:89] found id: ""
I1204 19:53:39.796160 284195 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1204 19:53:39.804879 284195 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1204 19:53:39.813487 284195 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I1204 19:53:39.813553 284195 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
I1204 19:53:39.823364 284195 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
I1204 19:53:39.823387 284195 kubeadm.go:157] found existing configuration files:
I1204 19:53:39.823441 284195 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I1204 19:53:39.832075 284195 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
I1204 19:53:39.832188 284195 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I1204 19:53:39.840637 284195 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I1204 19:53:39.849255 284195 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
I1204 19:53:39.849342 284195 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I1204 19:53:39.857756 284195 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I1204 19:53:39.866632 284195 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
I1204 19:53:39.866728 284195 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I1204 19:53:39.874965 284195 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I1204 19:53:39.883655 284195 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
I1204 19:53:39.883754 284195 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I1204 19:53:39.892149 284195 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I1204 19:53:39.932866 284195 kubeadm.go:310] [init] Using Kubernetes version: v1.31.2
I1204 19:53:39.933182 284195 kubeadm.go:310] [preflight] Running pre-flight checks
I1204 19:53:39.953092 284195 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I1204 19:53:39.953170 284195 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1072-aws[0m
I1204 19:53:39.953211 284195 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I1204 19:53:39.953262 284195 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1204 19:53:39.953315 284195 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1204 19:53:39.953366 284195 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1204 19:53:39.953418 284195 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1204 19:53:39.953470 284195 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1204 19:53:39.953522 284195 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1204 19:53:39.953573 284195 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1204 19:53:39.953625 284195 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1204 19:53:39.953677 284195 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1204 19:53:40.019636 284195 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I1204 19:53:40.020742 284195 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1204 19:53:40.020857 284195 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I1204 19:53:40.035607 284195 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1204 19:53:40.039336 284195 out.go:235] - Generating certificates and keys ...
I1204 19:53:40.039466 284195 kubeadm.go:310] [certs] Using existing ca certificate authority
I1204 19:53:40.039556 284195 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I1204 19:53:40.254996 284195 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I1204 19:53:41.093333 284195 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I1204 19:53:42.404623 284195 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I1204 19:53:42.724360 284195 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I1204 19:53:42.913254 284195 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I1204 19:53:42.913610 284195 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-477895 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1204 19:53:43.223030 284195 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I1204 19:53:43.223422 284195 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-477895 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1204 19:53:44.449016 284195 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I1204 19:53:44.825740 284195 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I1204 19:53:45.167211 284195 kubeadm.go:310] [certs] Generating "sa" key and public key
I1204 19:53:45.167492 284195 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1204 19:53:45.555154 284195 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I1204 19:53:45.875386 284195 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I1204 19:53:46.962802 284195 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1204 19:53:47.565186 284195 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1204 19:53:48.459441 284195 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1204 19:53:48.460070 284195 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1204 19:53:48.464732 284195 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1204 19:53:48.467802 284195 out.go:235] - Booting up control plane ...
I1204 19:53:48.467898 284195 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1204 19:53:48.467985 284195 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1204 19:53:48.468502 284195 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1204 19:53:48.478259 284195 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1204 19:53:48.484656 284195 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1204 19:53:48.484927 284195 kubeadm.go:310] [kubelet-start] Starting the kubelet
I1204 19:53:48.575357 284195 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I1204 19:53:48.575488 284195 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I1204 19:53:50.076931 284195 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.501622923s
I1204 19:53:50.077040 284195 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I1204 19:53:56.078862 284195 kubeadm.go:310] [api-check] The API server is healthy after 6.001981858s
I1204 19:53:56.098416 284195 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1204 19:53:56.115219 284195 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1204 19:53:56.156868 284195 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I1204 19:53:56.157073 284195 kubeadm.go:310] [mark-control-plane] Marking the node addons-477895 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1204 19:53:56.169583 284195 kubeadm.go:310] [bootstrap-token] Using token: aa2xza.l7f061tbxm4fwol5
I1204 19:53:56.172386 284195 out.go:235] - Configuring RBAC rules ...
I1204 19:53:56.172515 284195 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1204 19:53:56.178528 284195 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1204 19:53:56.186346 284195 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
I1204 19:53:56.190178 284195 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1204 19:53:56.194242 284195 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1204 19:53:56.199499 284195 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1204 19:53:56.485268 284195 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1204 19:53:56.916354 284195 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I1204 19:53:57.486125 284195 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I1204 19:53:57.487265 284195 kubeadm.go:310]
I1204 19:53:57.487335 284195 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I1204 19:53:57.487343 284195 kubeadm.go:310]
I1204 19:53:57.487420 284195 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I1204 19:53:57.487426 284195 kubeadm.go:310]
I1204 19:53:57.487451 284195 kubeadm.go:310] mkdir -p $HOME/.kube
I1204 19:53:57.487510 284195 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1204 19:53:57.487560 284195 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1204 19:53:57.487565 284195 kubeadm.go:310]
I1204 19:53:57.487619 284195 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I1204 19:53:57.487623 284195 kubeadm.go:310]
I1204 19:53:57.487671 284195 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I1204 19:53:57.487676 284195 kubeadm.go:310]
I1204 19:53:57.487727 284195 kubeadm.go:310] You should now deploy a pod network to the cluster.
I1204 19:53:57.487802 284195 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1204 19:53:57.487871 284195 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1204 19:53:57.487876 284195 kubeadm.go:310]
I1204 19:53:57.487959 284195 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I1204 19:53:57.488036 284195 kubeadm.go:310] and service account keys on each node and then running the following as root:
I1204 19:53:57.488040 284195 kubeadm.go:310]
I1204 19:53:57.488124 284195 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token aa2xza.l7f061tbxm4fwol5 \
I1204 19:53:57.488227 284195 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:bcdd83e1f03dbc0a1aa1a4b6c1ff139baee9a82a3eff636e1c63da4fb6cdd727 \
I1204 19:53:57.488252 284195 kubeadm.go:310] --control-plane
I1204 19:53:57.488257 284195 kubeadm.go:310]
I1204 19:53:57.488341 284195 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I1204 19:53:57.488345 284195 kubeadm.go:310]
I1204 19:53:57.488427 284195 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token aa2xza.l7f061tbxm4fwol5 \
I1204 19:53:57.490956 284195 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:bcdd83e1f03dbc0a1aa1a4b6c1ff139baee9a82a3eff636e1c63da4fb6cdd727
I1204 19:53:57.492680 284195 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-1072-aws\n", err: exit status 1
I1204 19:53:57.492802 284195 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1204 19:53:57.492829 284195 cni.go:84] Creating CNI manager for ""
I1204 19:53:57.492841 284195 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1204 19:53:57.495794 284195 out.go:177] * Configuring CNI (Container Networking Interface) ...
I1204 19:53:57.498452 284195 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1204 19:53:57.502043 284195 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.2/kubectl ...
I1204 19:53:57.502068 284195 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I1204 19:53:57.525066 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I1204 19:53:57.840119 284195 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1204 19:53:57.840221 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 19:53:57.840299 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-477895 minikube.k8s.io/updated_at=2024_12_04T19_53_57_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=b071a038f2c56b751b45082bb8c33ba68a652c59 minikube.k8s.io/name=addons-477895 minikube.k8s.io/primary=true
I1204 19:53:57.988520 284195 ops.go:34] apiserver oom_adj: -16
I1204 19:53:57.988721 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 19:53:58.489417 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 19:53:58.988894 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 19:53:59.488809 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 19:53:59.989541 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 19:54:00.488790 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 19:54:00.988746 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 19:54:01.488816 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 19:54:01.989478 284195 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 19:54:02.090381 284195 kubeadm.go:1113] duration metric: took 4.250226619s to wait for elevateKubeSystemPrivileges
I1204 19:54:02.090408 284195 kubeadm.go:394] duration metric: took 22.331419886s to StartCluster
I1204 19:54:02.090429 284195 settings.go:142] acquiring lock: {Name:mk4f4e52c835961ca263b84cfa974456d7f6b658 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:54:02.091101 284195 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19985-278044/kubeconfig
I1204 19:54:02.091522 284195 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-278044/kubeconfig: {Name:mkeb1329c88e113b21da3f9784cb69d756049f9d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 19:54:02.091734 284195 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I1204 19:54:02.091848 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I1204 19:54:02.092064 284195 config.go:182] Loaded profile config "addons-477895": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 19:54:02.092102 284195 addons.go:507] 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]
I1204 19:54:02.092184 284195 addons.go:69] Setting yakd=true in profile "addons-477895"
I1204 19:54:02.092201 284195 addons.go:234] Setting addon yakd=true in "addons-477895"
I1204 19:54:02.092223 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.092684 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.093204 284195 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-477895"
I1204 19:54:02.093230 284195 addons.go:234] Setting addon amd-gpu-device-plugin=true in "addons-477895"
I1204 19:54:02.093255 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.093646 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.095367 284195 out.go:177] * Verifying Kubernetes components...
I1204 19:54:02.095457 284195 addons.go:69] Setting cloud-spanner=true in profile "addons-477895"
I1204 19:54:02.095475 284195 addons.go:234] Setting addon cloud-spanner=true in "addons-477895"
I1204 19:54:02.095502 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.095913 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.096052 284195 addons.go:69] Setting registry=true in profile "addons-477895"
I1204 19:54:02.096064 284195 addons.go:234] Setting addon registry=true in "addons-477895"
I1204 19:54:02.096086 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.096468 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.098603 284195 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-477895"
I1204 19:54:02.098700 284195 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-477895"
I1204 19:54:02.098787 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.099331 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.106909 284195 addons.go:69] Setting default-storageclass=true in profile "addons-477895"
I1204 19:54:02.106952 284195 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-477895"
I1204 19:54:02.107405 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.123382 284195 addons.go:69] Setting storage-provisioner=true in profile "addons-477895"
I1204 19:54:02.123418 284195 addons.go:234] Setting addon storage-provisioner=true in "addons-477895"
I1204 19:54:02.123453 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.123908 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.136075 284195 addons.go:69] Setting gcp-auth=true in profile "addons-477895"
I1204 19:54:02.136176 284195 mustload.go:65] Loading cluster: addons-477895
I1204 19:54:02.136444 284195 config.go:182] Loaded profile config "addons-477895": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 19:54:02.136828 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.140300 284195 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-477895"
I1204 19:54:02.140331 284195 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-477895"
I1204 19:54:02.140692 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.151197 284195 addons.go:69] Setting ingress=true in profile "addons-477895"
I1204 19:54:02.153843 284195 addons.go:234] Setting addon ingress=true in "addons-477895"
I1204 19:54:02.153948 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.154465 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.156042 284195 addons.go:69] Setting volcano=true in profile "addons-477895"
I1204 19:54:02.156068 284195 addons.go:234] Setting addon volcano=true in "addons-477895"
I1204 19:54:02.156108 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.156548 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.172321 284195 addons.go:69] Setting volumesnapshots=true in profile "addons-477895"
I1204 19:54:02.172354 284195 addons.go:234] Setting addon volumesnapshots=true in "addons-477895"
I1204 19:54:02.172404 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.172867 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.173065 284195 addons.go:69] Setting ingress-dns=true in profile "addons-477895"
I1204 19:54:02.173093 284195 addons.go:234] Setting addon ingress-dns=true in "addons-477895"
I1204 19:54:02.173156 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.173579 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.207645 284195 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1204 19:54:02.223522 284195 addons.go:69] Setting inspektor-gadget=true in profile "addons-477895"
I1204 19:54:02.223575 284195 addons.go:234] Setting addon inspektor-gadget=true in "addons-477895"
I1204 19:54:02.223610 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.225756 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.244874 284195 addons.go:69] Setting metrics-server=true in profile "addons-477895"
I1204 19:54:02.245642 284195 addons.go:234] Setting addon metrics-server=true in "addons-477895"
I1204 19:54:02.245734 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.293110 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.245143 284195 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-477895"
I1204 19:54:02.315952 284195 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-477895"
I1204 19:54:02.315995 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.316443 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.327686 284195 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1204 19:54:02.328695 284195 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.25
I1204 19:54:02.245510 284195 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
I1204 19:54:02.333532 284195 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I1204 19:54:02.333555 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1204 19:54:02.333622 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.337935 284195 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I1204 19:54:02.339815 284195 out.go:177] - Using image docker.io/registry:2.8.3
I1204 19:54:02.348430 284195 addons.go:234] Setting addon default-storageclass=true in "addons-477895"
I1204 19:54:02.348519 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.349047 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.357155 284195 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I1204 19:54:02.357239 284195 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I1204 19:54:02.357353 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.364466 284195 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1204 19:54:02.371268 284195 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1204 19:54:02.371340 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1204 19:54:02.371439 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.388186 284195 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I1204 19:54:02.388268 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I1204 19:54:02.388369 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.393977 284195 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-477895"
I1204 19:54:02.399231 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.399707 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:02.407177 284195 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I1204 19:54:02.407349 284195 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1204 19:54:02.407521 284195 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I1204 19:54:02.431321 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:02.408502 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
W1204 19:54:02.408598 284195 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I1204 19:54:02.439324 284195 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.33.0
I1204 19:54:02.443357 284195 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I1204 19:54:02.443430 284195 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I1204 19:54:02.443537 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.445178 284195 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1204 19:54:02.445195 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I1204 19:54:02.445253 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.452709 284195 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1204 19:54:02.456406 284195 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1204 19:54:02.456481 284195 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1204 19:54:02.456583 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.462167 284195 addons.go:431] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1204 19:54:02.462186 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I1204 19:54:02.462248 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.465433 284195 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
I1204 19:54:02.465635 284195 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1204 19:54:02.465795 284195 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1204 19:54:02.504404 284195 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
I1204 19:54:02.505200 284195 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1204 19:54:02.505215 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1204 19:54:02.505275 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.505519 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.506300 284195 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1204 19:54:02.508314 284195 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I1204 19:54:02.510720 284195 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1204 19:54:02.510832 284195 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1204 19:54:02.510845 284195 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1204 19:54:02.510922 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.528630 284195 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1204 19:54:02.528652 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I1204 19:54:02.528711 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.539752 284195 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I1204 19:54:02.539781 284195 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1204 19:54:02.539846 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.586226 284195 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1204 19:54:02.592811 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.593515 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.601289 284195 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1204 19:54:02.604793 284195 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1204 19:54:02.607370 284195 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1204 19:54:02.610861 284195 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1204 19:54:02.613292 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.615389 284195 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1204 19:54:02.615407 284195 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1204 19:54:02.615469 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.617974 284195 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1204 19:54:02.621045 284195 out.go:177] - Using image docker.io/busybox:stable
I1204 19:54:02.632635 284195 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1204 19:54:02.632719 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1204 19:54:02.632821 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:02.687695 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.688248 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.688641 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.701070 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.740530 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.759583 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.767730 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.777979 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.780409 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.782190 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:02.959637 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I1204 19:54:02.980196 284195 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I1204 19:54:02.980261 284195 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I1204 19:54:03.000240 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I1204 19:54:03.164460 284195 addons.go:431] installing /etc/kubernetes/addons/ig-deployment.yaml
I1204 19:54:03.164549 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14451 bytes)
I1204 19:54:03.168706 284195 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I1204 19:54:03.168767 284195 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I1204 19:54:03.181931 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I1204 19:54:03.182897 284195 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I1204 19:54:03.182956 284195 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1204 19:54:03.186303 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1204 19:54:03.199911 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I1204 19:54:03.243722 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1204 19:54:03.256235 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I1204 19:54:03.267863 284195 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I1204 19:54:03.267966 284195 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I1204 19:54:03.274009 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1204 19:54:03.295806 284195 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1204 19:54:03.295879 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1204 19:54:03.308867 284195 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1204 19:54:03.308942 284195 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1204 19:54:03.314466 284195 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1204 19:54:03.314547 284195 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1204 19:54:03.319732 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1204 19:54:03.353925 284195 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I1204 19:54:03.354002 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1204 19:54:03.399178 284195 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I1204 19:54:03.399248 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I1204 19:54:03.445474 284195 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1204 19:54:03.445551 284195 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)
I1204 19:54:03.486390 284195 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1204 19:54:03.486467 284195 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1204 19:54:03.515138 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I1204 19:54:03.520262 284195 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1204 19:54:03.520340 284195 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1204 19:54:03.581429 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I1204 19:54:03.584224 284195 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1204 19:54:03.584300 284195 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1204 19:54:03.657126 284195 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1204 19:54:03.657215 284195 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1204 19:54:03.708293 284195 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1204 19:54:03.708375 284195 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1204 19:54:03.726332 284195 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1204 19:54:03.726410 284195 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1204 19:54:03.771451 284195 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1204 19:54:03.771532 284195 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1204 19:54:03.861904 284195 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1204 19:54:03.861993 284195 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1204 19:54:03.887994 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I1204 19:54:03.891815 284195 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1204 19:54:03.891886 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1204 19:54:03.978765 284195 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1204 19:54:03.978834 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1204 19:54:03.983720 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1204 19:54:04.113028 284195 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1204 19:54:04.113107 284195 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1204 19:54:04.297221 284195 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1204 19:54:04.297294 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1204 19:54:04.538084 284195 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1204 19:54:04.538156 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1204 19:54:04.695330 284195 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1204 19:54:04.695411 284195 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1204 19:54:04.810746 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1204 19:54:05.119798 284195 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.687826734s)
I1204 19:54:05.119870 284195 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1204 19:54:05.119743 284195 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.613405186s)
I1204 19:54:05.121480 284195 node_ready.go:35] waiting up to 6m0s for node "addons-477895" to be "Ready" ...
W1204 19:54:05.757006 284195 kapi.go:211] failed rescaling "coredns" deployment in "kube-system" namespace and "addons-477895" context to 1 replicas: non-retryable failure while rescaling coredns deployment: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again
E1204 19:54:05.757075 284195 start.go:160] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: non-retryable failure while rescaling coredns deployment: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again
I1204 19:54:06.892711 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.932990451s)
I1204 19:54:07.248446 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:07.724149 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.723820714s)
I1204 19:54:07.724240 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.542235214s)
I1204 19:54:07.724273 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (4.537912077s)
I1204 19:54:07.724353 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.480561156s)
I1204 19:54:07.724323 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.524344002s)
I1204 19:54:09.027817 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.771497466s)
I1204 19:54:09.027891 284195 addons.go:475] Verifying addon ingress=true in "addons-477895"
I1204 19:54:09.028108 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (5.754074806s)
I1204 19:54:09.028279 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.708396812s)
I1204 19:54:09.028408 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.513187157s)
I1204 19:54:09.028422 284195 addons.go:475] Verifying addon registry=true in "addons-477895"
I1204 19:54:09.028664 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.447157903s)
I1204 19:54:09.028928 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.140853715s)
I1204 19:54:09.028956 284195 addons.go:475] Verifying addon metrics-server=true in "addons-477895"
I1204 19:54:09.030907 284195 out.go:177] * Verifying registry addon...
I1204 19:54:09.031008 284195 out.go:177] * Verifying ingress addon...
I1204 19:54:09.031055 284195 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-477895 service yakd-dashboard -n yakd-dashboard
I1204 19:54:09.035096 284195 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1204 19:54:09.036210 284195 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1204 19:54:09.047861 284195 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1204 19:54:09.048447 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:09.048525 284195 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1204 19:54:09.048548 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:09.097762 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.113960881s)
W1204 19:54:09.097856 284195 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I1204 19:54:09.097908 284195 retry.go:31] will retry after 131.04269ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I1204 19:54:09.230026 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1204 19:54:09.429802 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.618958701s)
I1204 19:54:09.429891 284195 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-477895"
I1204 19:54:09.432836 284195 out.go:177] * Verifying csi-hostpath-driver addon...
I1204 19:54:09.436270 284195 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1204 19:54:09.442422 284195 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1204 19:54:09.442486 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:09.543457 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:09.544770 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:09.631280 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:09.940283 284195 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1204 19:54:09.940307 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:10.041891 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:10.042221 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:10.440547 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:10.539789 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:10.540348 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:10.942668 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:11.041812 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:11.042751 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:11.440377 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:11.538250 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:11.539974 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:11.816273 284195 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1204 19:54:11.816382 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:11.839984 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:11.940937 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:11.954903 284195 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1204 19:54:11.975821 284195 addons.go:234] Setting addon gcp-auth=true in "addons-477895"
I1204 19:54:11.975887 284195 host.go:66] Checking if "addons-477895" exists ...
I1204 19:54:11.976400 284195 cli_runner.go:164] Run: docker container inspect addons-477895 --format={{.State.Status}}
I1204 19:54:12.003682 284195 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1204 19:54:12.003753 284195 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-477895
I1204 19:54:12.029563 284195 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19985-278044/.minikube/machines/addons-477895/id_rsa Username:docker}
I1204 19:54:12.040842 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:12.042173 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:12.043721 284195 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.813608334s)
I1204 19:54:12.125724 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:12.130318 284195 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1204 19:54:12.132945 284195 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I1204 19:54:12.135515 284195 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1204 19:54:12.135541 284195 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1204 19:54:12.154814 284195 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1204 19:54:12.154846 284195 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1204 19:54:12.173481 284195 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1204 19:54:12.173504 284195 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I1204 19:54:12.192396 284195 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1204 19:54:12.441012 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:12.540155 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:12.541046 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:12.714449 284195 addons.go:475] Verifying addon gcp-auth=true in "addons-477895"
I1204 19:54:12.716469 284195 out.go:177] * Verifying gcp-auth addon...
I1204 19:54:12.719934 284195 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1204 19:54:12.726526 284195 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1204 19:54:12.726551 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:12.940038 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:13.038822 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:13.040479 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:13.223787 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:13.440313 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:13.538984 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:13.540714 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:13.723671 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:13.940554 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:14.039562 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:14.040390 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:14.224920 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:14.440730 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:14.539918 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:14.540634 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:14.625919 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:14.722875 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:14.940187 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:15.043462 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:15.045489 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:15.225006 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:15.440668 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:15.539426 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:15.540244 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:15.722990 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:15.940941 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:16.040281 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:16.041541 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:16.224356 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:16.440538 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:16.539299 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:16.540334 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:16.723350 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:16.939831 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:17.038380 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:17.040087 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:17.125232 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:17.223926 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:17.440153 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:17.538933 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:17.540181 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:17.723135 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:17.940362 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:18.039339 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:18.039892 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:18.224774 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:18.439523 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:18.539084 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:18.540130 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:18.723318 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:18.940222 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:19.038952 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:19.040478 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:19.224716 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:19.439601 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:19.539519 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:19.540033 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:19.625056 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:19.723595 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:19.939746 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:20.039475 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:20.040617 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:20.224516 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:20.440019 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:20.538635 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:20.539688 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:20.723731 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:20.939807 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:21.038717 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:21.040299 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:21.223813 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:21.440250 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:21.538447 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:21.540263 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:21.723293 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:21.940673 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:22.038958 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:22.040898 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:22.125091 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:22.223799 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:22.440239 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:22.538214 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:22.540093 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:22.722908 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:22.939845 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:23.038147 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:23.040009 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:23.224095 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:23.439303 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:23.538798 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:23.539769 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:23.722603 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:23.940203 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:24.038189 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:24.040670 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:24.224952 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:24.440671 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:24.538546 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:24.540626 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:24.624667 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:24.723816 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:24.939768 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:25.038925 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:25.039490 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:25.224757 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:25.439703 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:25.538748 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:25.540304 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:25.724422 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:25.940087 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:26.038262 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:26.040025 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:26.223782 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:26.440610 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:26.540955 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:26.541683 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:26.625034 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:26.722915 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:26.940850 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:27.039276 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:27.040377 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:27.223796 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:27.439635 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:27.538781 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:27.540465 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:27.723853 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:27.941886 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:28.039157 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:28.039844 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:28.223858 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:28.439975 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:28.538760 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:28.540836 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:28.625070 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:28.723007 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:28.939950 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:29.040363 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:29.040762 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:29.223270 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:29.440319 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:29.539183 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:29.540276 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:29.723405 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:29.940968 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:30.039462 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:30.041410 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:30.224209 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:30.439482 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:30.538762 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:30.540340 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:30.625527 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:30.723547 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:30.939570 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:31.039618 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:31.040375 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:31.224079 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:31.447539 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:31.539263 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:31.539740 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:31.723566 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:31.941853 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:32.039384 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:32.041782 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:32.223908 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:32.439974 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:32.539430 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:32.540468 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:32.723588 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:32.939643 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:33.038911 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:33.040630 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:33.125136 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:33.224521 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:33.439734 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:33.538314 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:33.540417 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:33.723873 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:33.940376 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:34.040693 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:34.040800 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:34.223904 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:34.440228 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:34.538883 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:34.540477 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:34.723455 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:34.940289 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:35.039068 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:35.040023 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:35.125205 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:35.224191 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:35.439350 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:35.538426 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:35.540305 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:35.723386 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:35.940409 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:36.039743 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:36.041081 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:36.223919 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:36.439965 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:36.539831 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:36.540186 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:36.723327 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:36.939489 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:37.039102 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:37.039982 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:37.125443 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:37.224130 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:37.439741 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:37.538252 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:37.539333 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:37.723170 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:37.939974 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:38.039444 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:38.040097 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:38.224055 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:38.440601 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:38.540301 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:38.540817 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:38.722964 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:38.940055 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:39.039424 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:39.040728 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:39.224284 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:39.439683 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:39.541737 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:39.542370 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:39.624919 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:39.723289 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:39.940648 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:40.040061 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:40.040864 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:40.223840 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:40.439795 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:40.539323 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:40.540173 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:40.723162 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:40.940079 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:41.038563 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:41.040084 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:41.224073 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:41.439436 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:41.539522 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:41.540489 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:41.724966 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:41.940248 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:42.038979 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:42.040116 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:42.124766 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:42.224258 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:42.440023 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:42.540486 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:42.542769 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:42.723528 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:42.940261 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:43.038848 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:43.040557 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:43.224500 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:43.439886 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:43.539780 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:43.540019 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:43.722731 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:43.940280 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:44.039321 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:44.040401 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:44.124846 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:44.222878 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:44.440541 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:44.538142 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:44.540027 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:44.722801 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:44.939471 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:45.039816 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:45.041098 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:45.223924 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:45.440460 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:45.538741 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:45.539892 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:45.723196 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:45.939781 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:46.038157 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:46.039975 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:46.124979 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:46.223607 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:46.439473 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:46.539529 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:46.539741 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:46.723458 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:46.940437 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:47.038453 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:47.039998 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:47.223688 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:47.439941 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:47.540380 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:47.541286 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:47.724015 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:47.940272 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:48.039070 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:48.039809 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:48.125142 284195 node_ready.go:53] node "addons-477895" has status "Ready":"False"
I1204 19:54:48.223349 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:48.439406 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:48.538741 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:48.540032 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:48.723193 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:48.939575 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:49.038501 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:49.040262 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:49.131729 284195 node_ready.go:49] node "addons-477895" has status "Ready":"True"
I1204 19:54:49.131796 284195 node_ready.go:38] duration metric: took 44.010282971s for node "addons-477895" to be "Ready" ...
I1204 19:54:49.131824 284195 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" ...
I1204 19:54:49.170824 284195 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-kcljn" in "kube-system" namespace to be "Ready" ...
I1204 19:54:49.248396 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:49.559913 284195 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1204 19:54:49.559938 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:49.568497 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:49.569115 284195 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1204 19:54:49.569152 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:49.724998 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:49.941895 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:50.048634 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:50.050265 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:50.238188 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:50.442327 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:50.540239 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:50.540858 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:50.724537 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:50.941934 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:51.048542 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:51.049855 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:51.176564 284195 pod_ready.go:93] pod "coredns-7c65d6cfc9-kcljn" in "kube-system" namespace has status "Ready":"True"
I1204 19:54:51.176588 284195 pod_ready.go:82] duration metric: took 2.00564345s for pod "coredns-7c65d6cfc9-kcljn" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.176599 284195 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-r2f2p" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.181625 284195 pod_ready.go:93] pod "coredns-7c65d6cfc9-r2f2p" in "kube-system" namespace has status "Ready":"True"
I1204 19:54:51.181650 284195 pod_ready.go:82] duration metric: took 5.042669ms for pod "coredns-7c65d6cfc9-r2f2p" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.181689 284195 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-477895" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.186509 284195 pod_ready.go:93] pod "etcd-addons-477895" in "kube-system" namespace has status "Ready":"True"
I1204 19:54:51.186536 284195 pod_ready.go:82] duration metric: took 4.833791ms for pod "etcd-addons-477895" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.186550 284195 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-477895" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.191202 284195 pod_ready.go:93] pod "kube-apiserver-addons-477895" in "kube-system" namespace has status "Ready":"True"
I1204 19:54:51.191226 284195 pod_ready.go:82] duration metric: took 4.667063ms for pod "kube-apiserver-addons-477895" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.191239 284195 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-477895" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.195870 284195 pod_ready.go:93] pod "kube-controller-manager-addons-477895" in "kube-system" namespace has status "Ready":"True"
I1204 19:54:51.195892 284195 pod_ready.go:82] duration metric: took 4.645205ms for pod "kube-controller-manager-addons-477895" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.195907 284195 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-ssjrz" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.224679 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:51.440725 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:51.539494 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:51.540728 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:51.574834 284195 pod_ready.go:93] pod "kube-proxy-ssjrz" in "kube-system" namespace has status "Ready":"True"
I1204 19:54:51.574860 284195 pod_ready.go:82] duration metric: took 378.945428ms for pod "kube-proxy-ssjrz" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.574874 284195 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-477895" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.723573 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:51.942132 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:51.974604 284195 pod_ready.go:93] pod "kube-scheduler-addons-477895" in "kube-system" namespace has status "Ready":"True"
I1204 19:54:51.974671 284195 pod_ready.go:82] duration metric: took 399.789478ms for pod "kube-scheduler-addons-477895" in "kube-system" namespace to be "Ready" ...
I1204 19:54:51.974700 284195 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace to be "Ready" ...
I1204 19:54:52.040517 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:52.043561 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:52.223575 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:52.442842 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:52.541882 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:52.543314 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:52.725087 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:52.941170 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:53.047075 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:53.048475 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:53.224380 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:53.442235 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:53.541352 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:53.542541 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:53.727563 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:53.941442 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:53.982354 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:54:54.041657 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:54.042053 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:54.224009 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:54.442538 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:54.541032 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:54.541925 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:54.725310 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:54.941669 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:55.042885 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:55.045528 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:55.224150 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:55.442363 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:55.539401 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:55.543226 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:55.723649 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:55.941103 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:56.040367 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:56.042965 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:56.224577 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:56.441775 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:56.486891 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:54:56.542016 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:56.544385 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:56.723875 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:56.941834 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:57.039066 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:57.040817 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:57.223857 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:57.441320 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:57.541613 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:57.543122 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:57.724022 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:57.941505 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:58.051164 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:58.051766 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:58.223639 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:58.453929 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:58.556088 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:58.557289 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:58.722836 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:58.957616 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:58.980653 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:54:59.039622 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:59.040509 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:59.224349 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:59.441336 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:54:59.540260 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:54:59.542967 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:54:59.722968 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:54:59.941543 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:00.042465 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:00.043787 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:00.223819 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:00.443007 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:00.539668 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:00.542839 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:00.722927 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:00.941924 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:00.981028 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:01.041531 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:01.042858 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:01.223768 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:01.441467 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:01.540262 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:01.541132 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:01.723614 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:01.945130 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:02.042276 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:02.042951 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:02.224126 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:02.441086 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:02.540586 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:02.541161 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:02.733013 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:02.941628 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:03.038895 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:03.041914 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:03.233455 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:03.441613 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:03.480859 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:03.540570 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:03.541142 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:03.723757 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:03.940584 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:04.040917 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:04.041130 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:04.223813 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:04.441233 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:04.539170 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:04.541269 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:04.724382 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:04.942739 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:05.041819 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:05.042717 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:05.224798 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:05.441425 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:05.484400 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:05.542358 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:05.543580 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:05.724588 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:05.941182 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:06.040799 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:06.041341 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:06.224142 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:06.440969 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:06.538871 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:06.540956 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:06.722781 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:06.940631 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:07.039466 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:07.041907 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:07.223486 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:07.441403 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:07.484818 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:07.546613 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:07.547931 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:07.727976 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:07.941662 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:08.041950 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:08.042723 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:08.223576 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:08.444097 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:08.545131 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:08.546675 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:08.723833 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:08.941908 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:09.040304 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:09.041532 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:09.224221 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:09.442151 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:09.541390 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:09.541944 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:09.730096 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:09.941547 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:09.981226 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:10.040437 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:10.041329 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:10.224906 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:10.442133 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:10.540445 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:10.541149 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:10.723459 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:10.941271 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:11.039827 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:11.040744 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:11.223524 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:11.441259 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:11.539179 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:11.547662 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:11.723003 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:11.941890 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:12.038971 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:12.041023 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:12.225192 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:12.444278 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:12.484557 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:12.542479 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:12.543784 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:12.737012 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:12.953090 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:13.039391 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:13.040697 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:13.224583 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:13.441565 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:13.539342 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:13.540661 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:13.724362 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:13.941365 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:14.040842 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:14.041827 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:14.223658 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:14.441318 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:14.542905 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:14.543693 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:14.725186 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:14.941646 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:14.981758 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:15.039556 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:15.042665 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:15.223698 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:15.441746 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:15.546941 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:15.548375 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:15.734981 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:15.942583 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:16.044147 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:16.045152 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:16.224152 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:16.443212 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:16.541045 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:16.552994 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:16.723489 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:16.941967 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:16.985869 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:17.042047 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:17.043353 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:17.224585 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:17.441938 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:17.541017 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:17.541764 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:17.724152 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:17.941161 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:18.038666 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:18.040652 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:18.228715 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:18.440960 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:18.539817 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:18.541488 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:18.723622 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:18.941168 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:19.040265 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:19.041498 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:19.224571 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:19.441793 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:19.481309 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:19.541996 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:19.544046 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:19.723784 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:19.941718 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:20.046886 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:20.047224 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:20.223958 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:20.442256 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:20.541984 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:20.544689 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:20.724388 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:20.940921 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:21.039198 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:21.041257 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:21.223583 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:21.441330 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:21.482515 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:21.540874 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:21.542061 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:21.723155 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:21.941094 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:22.042272 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:22.043722 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:22.224870 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:22.442337 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:22.544787 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:22.545701 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:22.723297 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:22.942494 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:23.041562 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:23.042386 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:23.231133 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:23.449591 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:23.542737 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:23.548402 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:23.729243 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:23.942098 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:23.989320 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:24.048784 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:24.051295 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:24.223474 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:24.444260 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:24.558319 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:24.560545 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:24.724790 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:24.943403 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:25.041040 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:25.042019 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:25.226885 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:25.441934 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:25.539139 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:25.541211 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:25.723650 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:25.941234 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:26.038747 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:26.040257 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:26.223793 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:26.441515 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:26.482104 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:26.540459 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:26.541766 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:26.723542 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:26.942055 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:27.041269 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:27.043460 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:27.224073 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:27.442375 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:27.540663 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:27.542018 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:27.725775 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:27.942324 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:28.039102 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:28.049821 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:28.224051 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:28.441216 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:28.542892 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:28.543636 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:28.724371 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:28.941456 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:28.981817 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:29.040956 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:29.042342 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:29.223654 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:29.441421 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:29.538873 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:29.541638 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:29.724469 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:29.942645 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:30.043334 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:30.045518 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:30.223839 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:30.441483 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:30.553274 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:30.554073 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:30.726724 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:30.943105 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:30.982033 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:31.042666 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:31.044061 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:31.223440 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:31.441815 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:31.540251 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:31.543495 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:31.727299 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:31.941232 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:32.042224 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:32.045965 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:32.223939 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:32.442507 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:32.542285 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:32.543618 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:32.723879 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:32.941689 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:32.982332 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:33.042999 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:33.044527 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:33.224021 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:33.442247 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:33.540931 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:33.542527 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:33.740603 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:33.941717 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:34.051262 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:34.052122 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:34.224165 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:34.441741 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:34.567455 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:34.570636 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:34.724507 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:34.942493 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:35.043393 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:35.044504 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:35.224608 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:35.442819 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:35.482706 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:35.539808 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:35.544664 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:35.739207 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:35.941102 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:36.041220 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:36.044802 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:36.224181 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:36.441424 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:36.543077 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:36.544437 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:36.723944 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:36.941561 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:37.040398 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:37.041398 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:37.224127 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:37.441185 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:37.540165 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:37.541325 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:37.723776 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:37.940740 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:37.981738 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:38.039405 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:38.041520 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:38.223884 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:38.443200 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:38.539463 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:38.544408 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:38.724271 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:38.947863 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:39.042351 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:39.043702 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:39.223981 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:39.441273 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:39.542430 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:39.544003 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:39.725489 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:39.945465 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:39.985732 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:40.042919 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:40.043438 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:40.223966 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:40.443224 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:40.544402 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 19:55:40.545931 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:40.724353 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:40.941357 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:41.040953 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:41.041865 284195 kapi.go:107] duration metric: took 1m32.006770414s to wait for kubernetes.io/minikube-addons=registry ...
I1204 19:55:41.223392 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:41.441073 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:41.541406 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:41.724195 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:41.941468 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:42.041118 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:42.224193 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:42.440930 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:42.480744 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:42.541056 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:42.724141 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:42.941459 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:43.042345 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:43.223946 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:43.442527 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:43.541048 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:43.723684 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:43.942208 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:44.042104 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:44.225745 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:44.441939 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:44.481281 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:44.544801 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:44.727504 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 19:55:44.941841 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:45.045566 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:45.224851 284195 kapi.go:107] duration metric: took 1m32.504906617s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1204 19:55:45.233047 284195 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-477895 cluster.
I1204 19:55:45.236245 284195 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.
I1204 19:55:45.240003 284195 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1204 19:55:45.444006 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:45.543094 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:45.941675 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:46.040238 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:46.441018 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:46.482122 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:46.541648 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:46.941718 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:47.041554 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:47.441011 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:47.541048 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:47.940999 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:48.041926 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:48.441027 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:48.482913 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:48.541636 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:48.942943 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:49.040963 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:49.441517 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:49.540241 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:49.941011 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:50.041096 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:50.441565 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:50.540055 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:50.941221 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:50.982098 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:51.041629 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:51.442003 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:51.541639 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:51.941944 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:52.041481 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:52.441967 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:52.541982 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:52.942663 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:53.040589 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:53.441884 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:53.482638 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:53.541737 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:53.942632 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:54.040820 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:54.442085 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:54.540917 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:54.942209 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:55.041490 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:55.441846 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:55.499139 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:55.542988 284195 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 19:55:55.941532 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:56.044257 284195 kapi.go:107] duration metric: took 1m47.008044187s to wait for app.kubernetes.io/name=ingress-nginx ...
I1204 19:55:56.441212 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:56.941182 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:57.446775 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:57.941802 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:57.981202 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:55:58.441366 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:58.941585 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:59.441032 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:55:59.941754 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:56:00.441487 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:56:00.480988 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:00.943071 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:56:01.442644 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:56:01.943832 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:56:02.441509 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:56:02.482007 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:02.941345 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:56:03.441509 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:56:03.942308 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:56:04.441735 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:56:04.941658 284195 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 19:56:04.981364 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:05.441951 284195 kapi.go:107] duration metric: took 1m56.005682805s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1204 19:56:05.444595 284195 out.go:177] * Enabled addons: cloud-spanner, storage-provisioner, amd-gpu-device-plugin, nvidia-device-plugin, ingress-dns, default-storageclass, inspektor-gadget, metrics-server, yakd, storage-provisioner-rancher, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
I1204 19:56:05.447036 284195 addons.go:510] duration metric: took 2m3.354924254s for enable addons: enabled=[cloud-spanner storage-provisioner amd-gpu-device-plugin nvidia-device-plugin ingress-dns default-storageclass inspektor-gadget metrics-server yakd storage-provisioner-rancher volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
I1204 19:56:06.981551 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:08.990620 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:11.481094 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:13.981710 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:16.481206 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:18.980988 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:21.481658 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:23.981517 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:26.480303 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:28.480631 284195 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"False"
I1204 19:56:29.981055 284195 pod_ready.go:93] pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace has status "Ready":"True"
I1204 19:56:29.981082 284195 pod_ready.go:82] duration metric: took 1m38.006361958s for pod "metrics-server-84c5f94fbc-6t6vv" in "kube-system" namespace to be "Ready" ...
I1204 19:56:29.981100 284195 pod_ready.go:39] duration metric: took 1m40.849243145s 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" ...
I1204 19:56:29.981116 284195 api_server.go:52] waiting for apiserver process to appear ...
I1204 19:56:29.981726 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1204 19:56:29.981818 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1204 19:56:30.035451 284195 cri.go:89] found id: "47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8"
I1204 19:56:30.035478 284195 cri.go:89] found id: ""
I1204 19:56:30.035487 284195 logs.go:282] 1 containers: [47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8]
I1204 19:56:30.035555 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:30.040343 284195 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1204 19:56:30.040422 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1204 19:56:30.087847 284195 cri.go:89] found id: "79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca"
I1204 19:56:30.087879 284195 cri.go:89] found id: ""
I1204 19:56:30.087888 284195 logs.go:282] 1 containers: [79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca]
I1204 19:56:30.087965 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:30.092306 284195 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1204 19:56:30.092386 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1204 19:56:30.144426 284195 cri.go:89] found id: "377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc"
I1204 19:56:30.144452 284195 cri.go:89] found id: "25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4"
I1204 19:56:30.144457 284195 cri.go:89] found id: ""
I1204 19:56:30.144465 284195 logs.go:282] 2 containers: [377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc 25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4]
I1204 19:56:30.144565 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:30.148504 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:30.152274 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1204 19:56:30.152355 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1204 19:56:30.196497 284195 cri.go:89] found id: "6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29"
I1204 19:56:30.196520 284195 cri.go:89] found id: ""
I1204 19:56:30.196528 284195 logs.go:282] 1 containers: [6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29]
I1204 19:56:30.196596 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:30.200112 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1204 19:56:30.200190 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1204 19:56:30.239732 284195 cri.go:89] found id: "8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e"
I1204 19:56:30.239755 284195 cri.go:89] found id: ""
I1204 19:56:30.239763 284195 logs.go:282] 1 containers: [8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e]
I1204 19:56:30.239819 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:30.243422 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1204 19:56:30.243501 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1204 19:56:30.282352 284195 cri.go:89] found id: "910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab"
I1204 19:56:30.282430 284195 cri.go:89] found id: ""
I1204 19:56:30.282463 284195 logs.go:282] 1 containers: [910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab]
I1204 19:56:30.282546 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:30.286255 284195 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1204 19:56:30.286330 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1204 19:56:30.327920 284195 cri.go:89] found id: "7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b"
I1204 19:56:30.327942 284195 cri.go:89] found id: ""
I1204 19:56:30.327951 284195 logs.go:282] 1 containers: [7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b]
I1204 19:56:30.328024 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:30.331582 284195 logs.go:123] Gathering logs for etcd [79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca] ...
I1204 19:56:30.331610 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca"
I1204 19:56:30.390567 284195 logs.go:123] Gathering logs for coredns [25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4] ...
I1204 19:56:30.390604 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4"
I1204 19:56:30.429920 284195 logs.go:123] Gathering logs for kube-controller-manager [910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab] ...
I1204 19:56:30.429948 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab"
I1204 19:56:30.503809 284195 logs.go:123] Gathering logs for container status ...
I1204 19:56:30.503844 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1204 19:56:30.550531 284195 logs.go:123] Gathering logs for kubelet ...
I1204 19:56:30.550561 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1204 19:56:30.636048 284195 logs.go:138] Found kubelet problem: Dec 04 19:54:49 addons-477895 kubelet[1501]: W1204 19:54:49.201841 1501 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-477895" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-477895' and this object
W1204 19:56:30.636279 284195 logs.go:138] Found kubelet problem: Dec 04 19:54:49 addons-477895 kubelet[1501]: E1204 19:54:49.201902 1501 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-477895\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-477895' and this object" logger="UnhandledError"
I1204 19:56:30.674240 284195 logs.go:123] Gathering logs for kube-apiserver [47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8] ...
I1204 19:56:30.674274 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8"
I1204 19:56:30.739904 284195 logs.go:123] Gathering logs for coredns [377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc] ...
I1204 19:56:30.739935 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc"
I1204 19:56:30.781388 284195 logs.go:123] Gathering logs for kube-scheduler [6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29] ...
I1204 19:56:30.781416 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29"
I1204 19:56:30.832498 284195 logs.go:123] Gathering logs for kube-proxy [8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e] ...
I1204 19:56:30.832579 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e"
I1204 19:56:30.878656 284195 logs.go:123] Gathering logs for kindnet [7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b] ...
I1204 19:56:30.878734 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b"
I1204 19:56:30.926674 284195 logs.go:123] Gathering logs for CRI-O ...
I1204 19:56:30.926701 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1204 19:56:31.022697 284195 logs.go:123] Gathering logs for dmesg ...
I1204 19:56:31.022732 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1204 19:56:31.040554 284195 logs.go:123] Gathering logs for describe nodes ...
I1204 19:56:31.040642 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1204 19:56:31.231628 284195 out.go:358] Setting ErrFile to fd 2...
I1204 19:56:31.231654 284195 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1204 19:56:31.231699 284195 out.go:270] X Problems detected in kubelet:
W1204 19:56:31.231710 284195 out.go:270] Dec 04 19:54:49 addons-477895 kubelet[1501]: W1204 19:54:49.201841 1501 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-477895" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-477895' and this object
W1204 19:56:31.231717 284195 out.go:270] Dec 04 19:54:49 addons-477895 kubelet[1501]: E1204 19:54:49.201902 1501 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-477895\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-477895' and this object" logger="UnhandledError"
I1204 19:56:31.231724 284195 out.go:358] Setting ErrFile to fd 2...
I1204 19:56:31.231729 284195 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 19:56:41.233283 284195 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1204 19:56:41.248064 284195 api_server.go:72] duration metric: took 2m39.156303247s to wait for apiserver process to appear ...
I1204 19:56:41.248089 284195 api_server.go:88] waiting for apiserver healthz status ...
I1204 19:56:41.248123 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1204 19:56:41.248183 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1204 19:56:41.284327 284195 cri.go:89] found id: "47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8"
I1204 19:56:41.284348 284195 cri.go:89] found id: ""
I1204 19:56:41.284356 284195 logs.go:282] 1 containers: [47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8]
I1204 19:56:41.284410 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:41.287838 284195 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1204 19:56:41.287909 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1204 19:56:41.325230 284195 cri.go:89] found id: "79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca"
I1204 19:56:41.325253 284195 cri.go:89] found id: ""
I1204 19:56:41.325261 284195 logs.go:282] 1 containers: [79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca]
I1204 19:56:41.325324 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:41.328771 284195 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1204 19:56:41.328841 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1204 19:56:41.366275 284195 cri.go:89] found id: "377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc"
I1204 19:56:41.366299 284195 cri.go:89] found id: "25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4"
I1204 19:56:41.366303 284195 cri.go:89] found id: ""
I1204 19:56:41.366310 284195 logs.go:282] 2 containers: [377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc 25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4]
I1204 19:56:41.366368 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:41.369936 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:41.373409 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1204 19:56:41.373479 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1204 19:56:41.410920 284195 cri.go:89] found id: "6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29"
I1204 19:56:41.410940 284195 cri.go:89] found id: ""
I1204 19:56:41.410947 284195 logs.go:282] 1 containers: [6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29]
I1204 19:56:41.411010 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:41.414832 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1204 19:56:41.414930 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1204 19:56:41.461183 284195 cri.go:89] found id: "8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e"
I1204 19:56:41.461207 284195 cri.go:89] found id: ""
I1204 19:56:41.461225 284195 logs.go:282] 1 containers: [8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e]
I1204 19:56:41.461317 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:41.465240 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1204 19:56:41.465324 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1204 19:56:41.513574 284195 cri.go:89] found id: "910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab"
I1204 19:56:41.513606 284195 cri.go:89] found id: ""
I1204 19:56:41.513615 284195 logs.go:282] 1 containers: [910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab]
I1204 19:56:41.513673 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:41.517199 284195 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1204 19:56:41.517274 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1204 19:56:41.555858 284195 cri.go:89] found id: "7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b"
I1204 19:56:41.555884 284195 cri.go:89] found id: ""
I1204 19:56:41.555891 284195 logs.go:282] 1 containers: [7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b]
I1204 19:56:41.555952 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:41.559596 284195 logs.go:123] Gathering logs for kindnet [7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b] ...
I1204 19:56:41.559619 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b"
I1204 19:56:41.602853 284195 logs.go:123] Gathering logs for container status ...
I1204 19:56:41.602880 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1204 19:56:41.654670 284195 logs.go:123] Gathering logs for dmesg ...
I1204 19:56:41.654701 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1204 19:56:41.671050 284195 logs.go:123] Gathering logs for coredns [377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc] ...
I1204 19:56:41.671080 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc"
I1204 19:56:41.711965 284195 logs.go:123] Gathering logs for coredns [25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4] ...
I1204 19:56:41.711993 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4"
I1204 19:56:41.750028 284195 logs.go:123] Gathering logs for kube-scheduler [6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29] ...
I1204 19:56:41.750057 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29"
I1204 19:56:41.794473 284195 logs.go:123] Gathering logs for kube-controller-manager [910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab] ...
I1204 19:56:41.794503 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab"
I1204 19:56:41.865700 284195 logs.go:123] Gathering logs for CRI-O ...
I1204 19:56:41.865735 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1204 19:56:41.962281 284195 logs.go:123] Gathering logs for kubelet ...
I1204 19:56:41.962319 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1204 19:56:42.039794 284195 logs.go:138] Found kubelet problem: Dec 04 19:54:49 addons-477895 kubelet[1501]: W1204 19:54:49.201841 1501 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-477895" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-477895' and this object
W1204 19:56:42.040054 284195 logs.go:138] Found kubelet problem: Dec 04 19:54:49 addons-477895 kubelet[1501]: E1204 19:54:49.201902 1501 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-477895\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-477895' and this object" logger="UnhandledError"
I1204 19:56:42.078068 284195 logs.go:123] Gathering logs for describe nodes ...
I1204 19:56:42.078100 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1204 19:56:42.225762 284195 logs.go:123] Gathering logs for kube-apiserver [47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8] ...
I1204 19:56:42.225800 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8"
I1204 19:56:42.293486 284195 logs.go:123] Gathering logs for etcd [79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca] ...
I1204 19:56:42.293530 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca"
I1204 19:56:42.370952 284195 logs.go:123] Gathering logs for kube-proxy [8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e] ...
I1204 19:56:42.370991 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e"
I1204 19:56:42.417185 284195 out.go:358] Setting ErrFile to fd 2...
I1204 19:56:42.417211 284195 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1204 19:56:42.417268 284195 out.go:270] X Problems detected in kubelet:
W1204 19:56:42.417285 284195 out.go:270] Dec 04 19:54:49 addons-477895 kubelet[1501]: W1204 19:54:49.201841 1501 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-477895" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-477895' and this object
W1204 19:56:42.417291 284195 out.go:270] Dec 04 19:54:49 addons-477895 kubelet[1501]: E1204 19:54:49.201902 1501 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-477895\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-477895' and this object" logger="UnhandledError"
I1204 19:56:42.417300 284195 out.go:358] Setting ErrFile to fd 2...
I1204 19:56:42.417331 284195 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 19:56:52.418325 284195 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1204 19:56:52.427738 284195 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1204 19:56:52.430098 284195 api_server.go:141] control plane version: v1.31.2
I1204 19:56:52.430126 284195 api_server.go:131] duration metric: took 11.182029732s to wait for apiserver health ...
I1204 19:56:52.430135 284195 system_pods.go:43] waiting for kube-system pods to appear ...
I1204 19:56:52.430160 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1204 19:56:52.430225 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1204 19:56:52.470358 284195 cri.go:89] found id: "47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8"
I1204 19:56:52.470379 284195 cri.go:89] found id: ""
I1204 19:56:52.470387 284195 logs.go:282] 1 containers: [47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8]
I1204 19:56:52.470445 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:52.475879 284195 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1204 19:56:52.475964 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1204 19:56:52.514171 284195 cri.go:89] found id: "79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca"
I1204 19:56:52.514192 284195 cri.go:89] found id: ""
I1204 19:56:52.514199 284195 logs.go:282] 1 containers: [79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca]
I1204 19:56:52.514254 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:52.517693 284195 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1204 19:56:52.517809 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1204 19:56:52.556211 284195 cri.go:89] found id: "377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc"
I1204 19:56:52.556231 284195 cri.go:89] found id: "25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4"
I1204 19:56:52.556235 284195 cri.go:89] found id: ""
I1204 19:56:52.556243 284195 logs.go:282] 2 containers: [377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc 25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4]
I1204 19:56:52.556297 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:52.559893 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:52.563041 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1204 19:56:52.563171 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1204 19:56:52.599479 284195 cri.go:89] found id: "6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29"
I1204 19:56:52.599502 284195 cri.go:89] found id: ""
I1204 19:56:52.599511 284195 logs.go:282] 1 containers: [6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29]
I1204 19:56:52.599597 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:52.603274 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1204 19:56:52.603358 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1204 19:56:52.640136 284195 cri.go:89] found id: "8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e"
I1204 19:56:52.640160 284195 cri.go:89] found id: ""
I1204 19:56:52.640167 284195 logs.go:282] 1 containers: [8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e]
I1204 19:56:52.640222 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:52.643733 284195 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1204 19:56:52.643810 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1204 19:56:52.699404 284195 cri.go:89] found id: "910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab"
I1204 19:56:52.699425 284195 cri.go:89] found id: ""
I1204 19:56:52.699433 284195 logs.go:282] 1 containers: [910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab]
I1204 19:56:52.699488 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:52.716494 284195 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1204 19:56:52.716567 284195 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1204 19:56:52.772334 284195 cri.go:89] found id: "7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b"
I1204 19:56:52.772354 284195 cri.go:89] found id: ""
I1204 19:56:52.772362 284195 logs.go:282] 1 containers: [7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b]
I1204 19:56:52.772417 284195 ssh_runner.go:195] Run: which crictl
I1204 19:56:52.777881 284195 logs.go:123] Gathering logs for kindnet [7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b] ...
I1204 19:56:52.777903 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b"
I1204 19:56:52.819486 284195 logs.go:123] Gathering logs for container status ...
I1204 19:56:52.819514 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1204 19:56:52.881442 284195 logs.go:123] Gathering logs for coredns [377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc] ...
I1204 19:56:52.881474 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc"
I1204 19:56:52.919326 284195 logs.go:123] Gathering logs for coredns [25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4] ...
I1204 19:56:52.919357 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4"
I1204 19:56:52.957940 284195 logs.go:123] Gathering logs for kube-scheduler [6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29] ...
I1204 19:56:52.957970 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29"
I1204 19:56:53.011919 284195 logs.go:123] Gathering logs for kube-controller-manager [910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab] ...
I1204 19:56:53.011956 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab"
I1204 19:56:53.082155 284195 logs.go:123] Gathering logs for etcd [79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca] ...
I1204 19:56:53.082192 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca"
I1204 19:56:53.153644 284195 logs.go:123] Gathering logs for kube-proxy [8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e] ...
I1204 19:56:53.153697 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e"
I1204 19:56:53.197185 284195 logs.go:123] Gathering logs for CRI-O ...
I1204 19:56:53.197221 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1204 19:56:53.293521 284195 logs.go:123] Gathering logs for kubelet ...
I1204 19:56:53.293559 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1204 19:56:53.372808 284195 logs.go:138] Found kubelet problem: Dec 04 19:54:49 addons-477895 kubelet[1501]: W1204 19:54:49.201841 1501 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-477895" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-477895' and this object
W1204 19:56:53.373069 284195 logs.go:138] Found kubelet problem: Dec 04 19:54:49 addons-477895 kubelet[1501]: E1204 19:54:49.201902 1501 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-477895\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-477895' and this object" logger="UnhandledError"
I1204 19:56:53.411947 284195 logs.go:123] Gathering logs for dmesg ...
I1204 19:56:53.411978 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1204 19:56:53.428718 284195 logs.go:123] Gathering logs for describe nodes ...
I1204 19:56:53.428744 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1204 19:56:53.568192 284195 logs.go:123] Gathering logs for kube-apiserver [47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8] ...
I1204 19:56:53.568225 284195 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8"
I1204 19:56:53.635330 284195 out.go:358] Setting ErrFile to fd 2...
I1204 19:56:53.635364 284195 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1204 19:56:53.635429 284195 out.go:270] X Problems detected in kubelet:
W1204 19:56:53.635440 284195 out.go:270] Dec 04 19:54:49 addons-477895 kubelet[1501]: W1204 19:54:49.201841 1501 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-477895" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-477895' and this object
W1204 19:56:53.635448 284195 out.go:270] Dec 04 19:54:49 addons-477895 kubelet[1501]: E1204 19:54:49.201902 1501 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-477895\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-477895' and this object" logger="UnhandledError"
I1204 19:56:53.635460 284195 out.go:358] Setting ErrFile to fd 2...
I1204 19:56:53.635466 284195 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 19:57:03.647228 284195 system_pods.go:59] 19 kube-system pods found
I1204 19:57:03.647269 284195 system_pods.go:61] "coredns-7c65d6cfc9-kcljn" [ae257b6a-ba37-4c8d-96c2-38b677f34416] Running
I1204 19:57:03.647277 284195 system_pods.go:61] "coredns-7c65d6cfc9-r2f2p" [9328241b-61a1-4104-a724-fdcd5bdbf3cc] Running
I1204 19:57:03.647282 284195 system_pods.go:61] "csi-hostpath-attacher-0" [9df77ea0-fb9d-4d75-bfbb-3cf25c957057] Running
I1204 19:57:03.647309 284195 system_pods.go:61] "csi-hostpath-resizer-0" [2b64134d-07ac-4109-abe1-4941b524f1fc] Running
I1204 19:57:03.647319 284195 system_pods.go:61] "csi-hostpathplugin-qddt8" [c1d467b2-e8f6-4de7-ba04-ea170dd281c4] Running
I1204 19:57:03.647324 284195 system_pods.go:61] "etcd-addons-477895" [b2fac7bc-9b9c-4f40-95ee-ecf0770a8cdc] Running
I1204 19:57:03.647328 284195 system_pods.go:61] "kindnet-rcmwv" [b37590df-fe1f-4e6f-8ded-ede5faba4974] Running
I1204 19:57:03.647332 284195 system_pods.go:61] "kube-apiserver-addons-477895" [8dc3f8c1-c18b-4d65-9506-4fe353e8791b] Running
I1204 19:57:03.647345 284195 system_pods.go:61] "kube-controller-manager-addons-477895" [b6dcec37-2732-4e02-9c42-2693ae23b56a] Running
I1204 19:57:03.647350 284195 system_pods.go:61] "kube-ingress-dns-minikube" [ebfe6ad0-78f3-4ab0-98b0-308181a98a19] Running
I1204 19:57:03.647354 284195 system_pods.go:61] "kube-proxy-ssjrz" [022bcfad-9aab-46a4-90bb-a42428b62e02] Running
I1204 19:57:03.647358 284195 system_pods.go:61] "kube-scheduler-addons-477895" [f27095cb-1aab-4f17-af29-8db585cc3455] Running
I1204 19:57:03.647362 284195 system_pods.go:61] "metrics-server-84c5f94fbc-6t6vv" [5aaa39b4-e9ce-4ddb-8de5-1ddba30c3b97] Running
I1204 19:57:03.647384 284195 system_pods.go:61] "nvidia-device-plugin-daemonset-8lsbk" [cc258ec1-cad7-4a49-9bea-3d01215bc4db] Running
I1204 19:57:03.647401 284195 system_pods.go:61] "registry-66c9cd494c-zt2ps" [9d8de970-9ff0-4025-9f5e-855956cea0a7] Running
I1204 19:57:03.647415 284195 system_pods.go:61] "registry-proxy-wg9pn" [3e424be6-655d-47d7-a65a-691ca77af92c] Running
I1204 19:57:03.647420 284195 system_pods.go:61] "snapshot-controller-56fcc65765-grx9x" [e30b7db6-6bf1-4aeb-afdf-67e92f8cacbb] Running
I1204 19:57:03.647424 284195 system_pods.go:61] "snapshot-controller-56fcc65765-tktjj" [28828d53-c09d-4559-af44-573fc6d63248] Running
I1204 19:57:03.647428 284195 system_pods.go:61] "storage-provisioner" [94b8b0cc-d739-4569-ab98-947c877d6265] Running
I1204 19:57:03.647434 284195 system_pods.go:74] duration metric: took 11.217292282s to wait for pod list to return data ...
I1204 19:57:03.647449 284195 default_sa.go:34] waiting for default service account to be created ...
I1204 19:57:03.649956 284195 default_sa.go:45] found service account: "default"
I1204 19:57:03.650023 284195 default_sa.go:55] duration metric: took 2.566532ms for default service account to be created ...
I1204 19:57:03.650040 284195 system_pods.go:116] waiting for k8s-apps to be running ...
I1204 19:57:03.660149 284195 system_pods.go:86] 19 kube-system pods found
I1204 19:57:03.660187 284195 system_pods.go:89] "coredns-7c65d6cfc9-kcljn" [ae257b6a-ba37-4c8d-96c2-38b677f34416] Running
I1204 19:57:03.660196 284195 system_pods.go:89] "coredns-7c65d6cfc9-r2f2p" [9328241b-61a1-4104-a724-fdcd5bdbf3cc] Running
I1204 19:57:03.660201 284195 system_pods.go:89] "csi-hostpath-attacher-0" [9df77ea0-fb9d-4d75-bfbb-3cf25c957057] Running
I1204 19:57:03.660209 284195 system_pods.go:89] "csi-hostpath-resizer-0" [2b64134d-07ac-4109-abe1-4941b524f1fc] Running
I1204 19:57:03.660214 284195 system_pods.go:89] "csi-hostpathplugin-qddt8" [c1d467b2-e8f6-4de7-ba04-ea170dd281c4] Running
I1204 19:57:03.660218 284195 system_pods.go:89] "etcd-addons-477895" [b2fac7bc-9b9c-4f40-95ee-ecf0770a8cdc] Running
I1204 19:57:03.660223 284195 system_pods.go:89] "kindnet-rcmwv" [b37590df-fe1f-4e6f-8ded-ede5faba4974] Running
I1204 19:57:03.660227 284195 system_pods.go:89] "kube-apiserver-addons-477895" [8dc3f8c1-c18b-4d65-9506-4fe353e8791b] Running
I1204 19:57:03.660232 284195 system_pods.go:89] "kube-controller-manager-addons-477895" [b6dcec37-2732-4e02-9c42-2693ae23b56a] Running
I1204 19:57:03.660243 284195 system_pods.go:89] "kube-ingress-dns-minikube" [ebfe6ad0-78f3-4ab0-98b0-308181a98a19] Running
I1204 19:57:03.660248 284195 system_pods.go:89] "kube-proxy-ssjrz" [022bcfad-9aab-46a4-90bb-a42428b62e02] Running
I1204 19:57:03.660257 284195 system_pods.go:89] "kube-scheduler-addons-477895" [f27095cb-1aab-4f17-af29-8db585cc3455] Running
I1204 19:57:03.660261 284195 system_pods.go:89] "metrics-server-84c5f94fbc-6t6vv" [5aaa39b4-e9ce-4ddb-8de5-1ddba30c3b97] Running
I1204 19:57:03.660265 284195 system_pods.go:89] "nvidia-device-plugin-daemonset-8lsbk" [cc258ec1-cad7-4a49-9bea-3d01215bc4db] Running
I1204 19:57:03.660269 284195 system_pods.go:89] "registry-66c9cd494c-zt2ps" [9d8de970-9ff0-4025-9f5e-855956cea0a7] Running
I1204 19:57:03.660273 284195 system_pods.go:89] "registry-proxy-wg9pn" [3e424be6-655d-47d7-a65a-691ca77af92c] Running
I1204 19:57:03.660277 284195 system_pods.go:89] "snapshot-controller-56fcc65765-grx9x" [e30b7db6-6bf1-4aeb-afdf-67e92f8cacbb] Running
I1204 19:57:03.660289 284195 system_pods.go:89] "snapshot-controller-56fcc65765-tktjj" [28828d53-c09d-4559-af44-573fc6d63248] Running
I1204 19:57:03.660295 284195 system_pods.go:89] "storage-provisioner" [94b8b0cc-d739-4569-ab98-947c877d6265] Running
I1204 19:57:03.660303 284195 system_pods.go:126] duration metric: took 10.256137ms to wait for k8s-apps to be running ...
I1204 19:57:03.660314 284195 system_svc.go:44] waiting for kubelet service to be running ....
I1204 19:57:03.660380 284195 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1204 19:57:03.672498 284195 system_svc.go:56] duration metric: took 12.174146ms WaitForService to wait for kubelet
I1204 19:57:03.672527 284195 kubeadm.go:582] duration metric: took 3m1.580770063s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1204 19:57:03.672546 284195 node_conditions.go:102] verifying NodePressure condition ...
I1204 19:57:03.676320 284195 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1204 19:57:03.676356 284195 node_conditions.go:123] node cpu capacity is 2
I1204 19:57:03.676369 284195 node_conditions.go:105] duration metric: took 3.817295ms to run NodePressure ...
I1204 19:57:03.676383 284195 start.go:241] waiting for startup goroutines ...
I1204 19:57:03.676390 284195 start.go:246] waiting for cluster config update ...
I1204 19:57:03.676419 284195 start.go:255] writing updated cluster config ...
I1204 19:57:03.676714 284195 ssh_runner.go:195] Run: rm -f paused
I1204 19:57:04.036158 284195 start.go:600] kubectl: 1.31.3, cluster: 1.31.2 (minor skew: 0)
I1204 19:57:04.038990 284195 out.go:177] * Done! kubectl is now configured to use "addons-477895" cluster and "default" namespace by default
==> CRI-O <==
Dec 04 19:59:05 addons-477895 crio[959]: time="2024-12-04 19:59:05.774474886Z" level=info msg="Started container" PID=9150 containerID=5b2f460fdea56c73981bf9653867301f283b84aecc4354459a9f200db5ed8201 description=default/nginx/nginx id=ca0e5955-78f7-436d-b734-1654e0238bb2 name=/runtime.v1.RuntimeService/StartContainer sandboxID=534fa717bd402464598875cc0348ecb4425b396391db228a5054d3bb5e334514
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.077720288Z" level=info msg="Running pod sandbox: default/hello-world-app-55bf9c44b4-2wsb2/POD" id=4e01c9aa-e839-4ebb-b549-31ea697604f5 name=/runtime.v1.RuntimeService/RunPodSandbox
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.077780932Z" level=warning msg="Allowed annotations are specified for workload []"
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.109973213Z" level=info msg="Got pod network &{Name:hello-world-app-55bf9c44b4-2wsb2 Namespace:default ID:b17f87198d2161d1d227361d75d570a8a73d8d42b0cc7242ee74af4cd40e7619 UID:2d2a671b-84e2-4e75-96f1-0113be02dd05 NetNS:/var/run/netns/03146061-9084-440c-8642-4eede7221f41 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.110017783Z" level=info msg="Adding pod default_hello-world-app-55bf9c44b4-2wsb2 to CNI network \"kindnet\" (type=ptp)"
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.122042951Z" level=info msg="Got pod network &{Name:hello-world-app-55bf9c44b4-2wsb2 Namespace:default ID:b17f87198d2161d1d227361d75d570a8a73d8d42b0cc7242ee74af4cd40e7619 UID:2d2a671b-84e2-4e75-96f1-0113be02dd05 NetNS:/var/run/netns/03146061-9084-440c-8642-4eede7221f41 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.122199192Z" level=info msg="Checking pod default_hello-world-app-55bf9c44b4-2wsb2 for CNI network kindnet (type=ptp)"
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.124790300Z" level=info msg="Ran pod sandbox b17f87198d2161d1d227361d75d570a8a73d8d42b0cc7242ee74af4cd40e7619 with infra container: default/hello-world-app-55bf9c44b4-2wsb2/POD" id=4e01c9aa-e839-4ebb-b549-31ea697604f5 name=/runtime.v1.RuntimeService/RunPodSandbox
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.126393003Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=99cf7e2c-3d58-4177-9183-a5ad6731cf9d name=/runtime.v1.ImageService/ImageStatus
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.126605032Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=99cf7e2c-3d58-4177-9183-a5ad6731cf9d name=/runtime.v1.ImageService/ImageStatus
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.127303549Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=a8c9b126-10ff-4250-9a35-5230744f1103 name=/runtime.v1.ImageService/PullImage
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.129864158Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Dec 04 20:01:24 addons-477895 crio[959]: time="2024-12-04 20:01:24.400384280Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.216566044Z" level=info msg="Pulled image: docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6" id=a8c9b126-10ff-4250-9a35-5230744f1103 name=/runtime.v1.ImageService/PullImage
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.217140959Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=57fd3471-ce9e-4d35-a4ea-7b3f1e024b7a name=/runtime.v1.ImageService/ImageStatus
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.217750213Z" 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=57fd3471-ce9e-4d35-a4ea-7b3f1e024b7a name=/runtime.v1.ImageService/ImageStatus
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.218521239Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=fe09ac81-cb85-46ea-9b91-8c2de3532e65 name=/runtime.v1.ImageService/ImageStatus
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.219096335Z" 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=fe09ac81-cb85-46ea-9b91-8c2de3532e65 name=/runtime.v1.ImageService/ImageStatus
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.220817266Z" level=info msg="Creating container: default/hello-world-app-55bf9c44b4-2wsb2/hello-world-app" id=4de0ea20-ed42-4f3c-b116-8813efb27082 name=/runtime.v1.RuntimeService/CreateContainer
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.220899924Z" level=warning msg="Allowed annotations are specified for workload []"
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.245706689Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/000c8a240c6e3235ae0dfd0b7a8c070a80378f5b137976e4ba51725e1297195f/merged/etc/passwd: no such file or directory"
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.245884182Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/000c8a240c6e3235ae0dfd0b7a8c070a80378f5b137976e4ba51725e1297195f/merged/etc/group: no such file or directory"
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.308436116Z" level=info msg="Created container 89b6044cce68684e2ee27db3b71644df9b855dbcf7b90b3680e61ac409753987: default/hello-world-app-55bf9c44b4-2wsb2/hello-world-app" id=4de0ea20-ed42-4f3c-b116-8813efb27082 name=/runtime.v1.RuntimeService/CreateContainer
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.309264200Z" level=info msg="Starting container: 89b6044cce68684e2ee27db3b71644df9b855dbcf7b90b3680e61ac409753987" id=ae0d9d5d-a683-429e-887f-590bbdab4821 name=/runtime.v1.RuntimeService/StartContainer
Dec 04 20:01:25 addons-477895 crio[959]: time="2024-12-04 20:01:25.328074919Z" level=info msg="Started container" PID=9436 containerID=89b6044cce68684e2ee27db3b71644df9b855dbcf7b90b3680e61ac409753987 description=default/hello-world-app-55bf9c44b4-2wsb2/hello-world-app id=ae0d9d5d-a683-429e-887f-590bbdab4821 name=/runtime.v1.RuntimeService/StartContainer sandboxID=b17f87198d2161d1d227361d75d570a8a73d8d42b0cc7242ee74af4cd40e7619
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
89b6044cce686 docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 Less than a second ago Running hello-world-app 0 b17f87198d216 hello-world-app-55bf9c44b4-2wsb2
5b2f460fdea56 docker.io/library/nginx@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4 2 minutes ago Running nginx 0 534fa717bd402 nginx
7865bec1fb3f3 gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 4 minutes ago Running busybox 0 b059edb398c64 busybox
7c229c7af8704 registry.k8s.io/ingress-nginx/controller@sha256:787a5408fa511266888b2e765f9666bee67d9bf2518a6b7cfd4ab6cc01c22eee 5 minutes ago Running controller 0 e855e02977f86 ingress-nginx-controller-5f85ff4588-lhvtr
accb7833a2426 registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f 6 minutes ago Running metrics-server 0 5aa4923bb7031 metrics-server-84c5f94fbc-6t6vv
b1d1fe9eb3828 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 6 minutes ago Exited patch 0 24274216161c1 ingress-nginx-admission-patch-x8n4z
9e6794968adad registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 6 minutes ago Exited create 0 29aee53b237a3 ingress-nginx-admission-create-w2kb4
ee84716854035 gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 6 minutes ago Running minikube-ingress-dns 0 2906b470c1e87 kube-ingress-dns-minikube
377e855abae78 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4 6 minutes ago Running coredns 0 7dc1002e47732 coredns-7c65d6cfc9-r2f2p
25c201d4a8561 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4 6 minutes ago Running coredns 0 941ed31049694 coredns-7c65d6cfc9-kcljn
828b46018f6ba ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 6 minutes ago Running storage-provisioner 0 7317a56d038a8 storage-provisioner
7efcc7e87e053 docker.io/kindest/kindnetd@sha256:96156439ac8537499e45fedf68a7cb80f0fbafd77fc4d7a5204d3151cf412450 7 minutes ago Running kindnet-cni 0 4f144dc5b3738 kindnet-rcmwv
8eb35a07fe71d 021d2420133054f8835987db659750ff639ab6863776460264dd8025c06644ba 7 minutes ago Running kube-proxy 0 4f558b16cc7db kube-proxy-ssjrz
910a7378708c0 9404aea098d9e80cb648d86c07d56130a1fe875ed7c2526251c2ae68a9bf07ba 7 minutes ago Running kube-controller-manager 0 5bdf6592ae4d8 kube-controller-manager-addons-477895
79272ec65275a 27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da 7 minutes ago Running etcd 0 0422e39008d41 etcd-addons-477895
47a56f3de2328 f9c26480f1e722a7d05d7f1bb339180b19f941b23bcc928208e362df04a61270 7 minutes ago Running kube-apiserver 0 8c440d730194d kube-apiserver-addons-477895
6543011ba3eab d6b061e73ae454743cbfe0e3479aa23e4ed65c61d38b4408a1e7f3d3859dda8a 7 minutes ago Running kube-scheduler 0 59e0294bc4d02 kube-scheduler-addons-477895
==> coredns [25c201d4a8561328869e204a999cf6fbbd78a399d4f4323994c573819ce9bac4] <==
.:53
[INFO] plugin/reload: Running configuration SHA512 = 05e3eaddc414b2d71a69b2e2bc6f2681fc1f4d04bcdd3acc1a41457bb7db518208b95ddfc4c9fffedc59c25a8faf458be1af4915a4a3c0d6777cb7a346bc5d86
CoreDNS-1.11.3
linux/arm64, go1.21.11, a6338e9
[INFO] 127.0.0.1:46142 - 29405 "HINFO IN 2410159156443984201.5833947748402482282. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.038941697s
[INFO] 10.244.0.19:35667 - 42154 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00015931s
[INFO] 10.244.0.19:35667 - 41941 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000078909s
[INFO] 10.244.0.19:58378 - 40875 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000080902s
[INFO] 10.244.0.19:58378 - 40670 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000063688s
[INFO] 10.244.0.19:42827 - 63033 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000096935s
[INFO] 10.244.0.19:42827 - 62844 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000069932s
[INFO] 10.244.0.20:33649 - 12918 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000258534s
[INFO] 10.244.0.20:60624 - 64499 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000208212s
[INFO] 10.244.0.20:55728 - 16413 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000138462s
[INFO] 10.244.0.20:53337 - 10817 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000155405s
[INFO] 10.244.0.20:45480 - 12824 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003275478s
[INFO] 10.244.0.20:34893 - 16277 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002576707s
[INFO] 10.244.0.20:44695 - 30683 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 572 0.002127445s
==> coredns [377e855abae7801c7569026a5c3dd3aa6a6f2742803ba748b65b4a7dd1869ddc] <==
.:53
[INFO] plugin/reload: Running configuration SHA512 = 05e3eaddc414b2d71a69b2e2bc6f2681fc1f4d04bcdd3acc1a41457bb7db518208b95ddfc4c9fffedc59c25a8faf458be1af4915a4a3c0d6777cb7a346bc5d86
CoreDNS-1.11.3
linux/arm64, go1.21.11, a6338e9
[INFO] 127.0.0.1:39585 - 63112 "HINFO IN 8525552704070802326.91448319793098863. udp 55 false 512" NXDOMAIN qr,rd,ra 55 0.012661831s
[INFO] 10.244.0.19:46546 - 22940 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000185731s
[INFO] 10.244.0.19:46546 - 41174 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000078318s
[INFO] 10.244.0.19:46546 - 590 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000100209s
[INFO] 10.244.0.19:46546 - 54184 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.00007351s
[INFO] 10.244.0.19:46546 - 29594 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000100963s
[INFO] 10.244.0.19:46546 - 25271 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000071606s
[INFO] 10.244.0.19:46546 - 58066 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.005080043s
[INFO] 10.244.0.19:46546 - 50106 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.0054854s
[INFO] 10.244.0.19:46546 - 31375 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000131987s
[INFO] 10.244.0.19:46546 - 21014 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000065058s
[INFO] 10.244.0.19:55576 - 13503 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001291196s
[INFO] 10.244.0.19:55576 - 13059 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001531712s
[INFO] 10.244.0.19:57814 - 45544 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000068529s
[INFO] 10.244.0.19:57814 - 45140 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000054072s
[INFO] 10.244.0.20:58931 - 20753 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000207253s
[INFO] 10.244.0.20:34026 - 46695 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000203503s
[INFO] 10.244.0.20:58502 - 28402 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000898926s
[INFO] 10.244.0.24:42675 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000189727s
[INFO] 10.244.0.24:39092 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000119597s
==> describe nodes <==
Name: addons-477895
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-477895
kubernetes.io/os=linux
minikube.k8s.io/commit=b071a038f2c56b751b45082bb8c33ba68a652c59
minikube.k8s.io/name=addons-477895
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_12_04T19_53_57_0700
minikube.k8s.io/version=v1.34.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-477895
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Wed, 04 Dec 2024 19:53:54 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-477895
AcquireTime: <unset>
RenewTime: Wed, 04 Dec 2024 20:01:24 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 04 Dec 2024 19:59:33 +0000 Wed, 04 Dec 2024 19:53:51 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 04 Dec 2024 19:59:33 +0000 Wed, 04 Dec 2024 19:53:51 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 04 Dec 2024 19:59:33 +0000 Wed, 04 Dec 2024 19:53:51 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 04 Dec 2024 19:59:33 +0000 Wed, 04 Dec 2024 19:54:49 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-477895
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022296Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022296Ki
pods: 110
System Info:
Machine ID: 18758ce9d0f14bb5bbc2e0b7055baa2e
System UUID: a1008cca-836b-4a31-8a08-5c14483b5e89
Boot ID: da5b04d6-3827-41ac-b992-9c88d5bda1a6
Kernel Version: 5.15.0-1072-aws
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.31.2
Kube-Proxy Version: v1.31.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m21s
default hello-world-app-55bf9c44b4-2wsb2 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-5f85ff4588-lhvtr 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 7m17s
kube-system coredns-7c65d6cfc9-kcljn 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 7m23s
kube-system coredns-7c65d6cfc9-r2f2p 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 7m23s
kube-system etcd-addons-477895 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 7m29s
kube-system kindnet-rcmwv 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 7m23s
kube-system kube-apiserver-addons-477895 250m (12%) 0 (0%) 0 (0%) 0 (0%) 7m29s
kube-system kube-controller-manager-addons-477895 200m (10%) 0 (0%) 0 (0%) 0 (0%) 7m29s
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m18s
kube-system kube-proxy-ssjrz 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m23s
kube-system kube-scheduler-addons-477895 100m (5%) 0 (0%) 0 (0%) 0 (0%) 7m29s
kube-system metrics-server-84c5f94fbc-6t6vv 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 7m18s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m18s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1150m (57%) 100m (5%)
memory 580Mi (7%) 390Mi (4%)
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 7m17s kube-proxy
Normal NodeHasSufficientMemory 7m35s (x8 over 7m35s) kubelet Node addons-477895 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 7m35s (x8 over 7m35s) kubelet Node addons-477895 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 7m35s (x7 over 7m35s) kubelet Node addons-477895 status is now: NodeHasSufficientPID
Normal Starting 7m29s kubelet Starting kubelet.
Warning CgroupV1 7m29s kubelet Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
Normal NodeHasSufficientMemory 7m29s kubelet Node addons-477895 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 7m29s kubelet Node addons-477895 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 7m29s kubelet Node addons-477895 status is now: NodeHasSufficientPID
Normal RegisteredNode 7m24s node-controller Node addons-477895 event: Registered Node addons-477895 in Controller
Normal NodeReady 6m36s kubelet Node addons-477895 status is now: NodeReady
==> dmesg <==
[Dec 4 17:17] ACPI: SRAT not present
[ +0.000000] ACPI: SRAT not present
[ +0.000000] SPI driver altr_a10sr has no spi_device_id for altr,a10sr
[ +0.015786] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +0.434256] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ +0.026233] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[ +0.029336] systemd[1]: /lib/systemd/system/cloud-init.service:20: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.016296] systemd[1]: /lib/systemd/system/cloud-init-hotplugd.socket:11: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.623444] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[ +5.702762] kauditd_printk_skb: 36 callbacks suppressed
[Dec 4 18:26] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
[Dec 4 19:01] overlayfs: '/var/lib/containers/storage/overlay/l/ZLTOCNGE2IGM6DT7VP2QP7OV3M' not a directory
[ +0.305181] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
[Dec 4 19:15] hrtimer: interrupt took 11166510 ns
==> etcd [79272ec65275ae01a64f46a2f973a5327ec996c75b9075baca67a71d566a44ca] <==
{"level":"info","ts":"2024-12-04T19:54:03.883654Z","caller":"traceutil/trace.go:171","msg":"trace[1726301087] range","detail":"{range_begin:/registry/daemonsets/kube-system/kube-proxy; range_end:; response_count:1; response_revision:379; }","duration":"236.413046ms","start":"2024-12-04T19:54:03.647230Z","end":"2024-12-04T19:54:03.883643Z","steps":["trace[1726301087] 'agreement among raft nodes before linearized reading' (duration: 236.216911ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T19:54:03.883999Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"236.563363ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-proxy-ssjrz\" ","response":"range_response_count:1 size:3426"}
{"level":"info","ts":"2024-12-04T19:54:03.884087Z","caller":"traceutil/trace.go:171","msg":"trace[1770465584] range","detail":"{range_begin:/registry/pods/kube-system/kube-proxy-ssjrz; range_end:; response_count:1; response_revision:379; }","duration":"236.634715ms","start":"2024-12-04T19:54:03.647425Z","end":"2024-12-04T19:54:03.884060Z","steps":["trace[1770465584] 'agreement among raft nodes before linearized reading' (duration: 236.527597ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T19:54:03.884310Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"237.032793ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/kube-system/coredns-7c65d6cfc9\" ","response":"range_response_count:1 size:3752"}
{"level":"info","ts":"2024-12-04T19:54:03.884381Z","caller":"traceutil/trace.go:171","msg":"trace[1151150796] range","detail":"{range_begin:/registry/replicasets/kube-system/coredns-7c65d6cfc9; range_end:; response_count:1; response_revision:379; }","duration":"237.105737ms","start":"2024-12-04T19:54:03.647267Z","end":"2024-12-04T19:54:03.884373Z","steps":["trace[1151150796] 'agreement among raft nodes before linearized reading' (duration: 236.992006ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T19:54:05.072189Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"107.920552ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-12-04T19:54:05.095866Z","caller":"traceutil/trace.go:171","msg":"trace[1542557345] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions; range_end:; response_count:0; response_revision:388; }","duration":"131.597298ms","start":"2024-12-04T19:54:04.964247Z","end":"2024-12-04T19:54:05.095844Z","steps":["trace[1542557345] 'agreement among raft nodes before linearized reading' (duration: 107.892244ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T19:54:05.079945Z","caller":"traceutil/trace.go:171","msg":"trace[1901057442] transaction","detail":"{read_only:false; response_revision:386; number_of_response:1; }","duration":"115.439298ms","start":"2024-12-04T19:54:04.964482Z","end":"2024-12-04T19:54:05.079921Z","steps":["trace[1901057442] 'process raft request' (duration: 51.065375ms)","trace[1901057442] 'check requests' (duration: 19.973849ms)","trace[1901057442] 'marshal mvccpb.KeyValue' {req_type:put; key:/registry/events/kube-system/kube-proxy-ssjrz.180e1167e8c3271e; req_size:761; } (duration: 36.261301ms)"],"step_count":3}
{"level":"info","ts":"2024-12-04T19:54:05.092142Z","caller":"traceutil/trace.go:171","msg":"trace[383795702] transaction","detail":"{read_only:false; response_revision:387; number_of_response:1; }","duration":"127.554946ms","start":"2024-12-04T19:54:04.964569Z","end":"2024-12-04T19:54:05.092124Z","steps":["trace[383795702] 'process raft request' (duration: 107.490874ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T19:54:05.092259Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"127.862475ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/storageclasses/standard\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-12-04T19:54:05.092283Z","caller":"traceutil/trace.go:171","msg":"trace[98282114] transaction","detail":"{read_only:false; response_revision:388; number_of_response:1; }","duration":"127.670188ms","start":"2024-12-04T19:54:04.964607Z","end":"2024-12-04T19:54:05.092277Z","steps":["trace[98282114] 'process raft request' (duration: 107.493698ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T19:54:05.092329Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"127.810889ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/daemonsets/kube-system/kube-proxy\" ","response":"range_response_count:1 size:2878"}
{"level":"warn","ts":"2024-12-04T19:54:05.092355Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"128.041165ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" ","response":"range_response_count:0 size:5"}
{"level":"warn","ts":"2024-12-04T19:54:05.092380Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"128.112541ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2024-12-04T19:54:05.170232Z","caller":"traceutil/trace.go:171","msg":"trace[432743113] range","detail":"{range_begin:/registry/storageclasses/standard; range_end:; response_count:0; response_revision:388; }","duration":"205.835356ms","start":"2024-12-04T19:54:04.964377Z","end":"2024-12-04T19:54:05.170212Z","steps":["trace[432743113] 'agreement among raft nodes before linearized reading' (duration: 127.83767ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T19:54:05.242956Z","caller":"traceutil/trace.go:171","msg":"trace[462214121] range","detail":"{range_begin:/registry/daemonsets/kube-system/kube-proxy; range_end:; response_count:1; response_revision:388; }","duration":"278.421858ms","start":"2024-12-04T19:54:04.964514Z","end":"2024-12-04T19:54:05.242936Z","steps":["trace[462214121] 'agreement among raft nodes before linearized reading' (duration: 127.785174ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T19:54:05.254681Z","caller":"traceutil/trace.go:171","msg":"trace[691115873] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:0; response_revision:388; }","duration":"290.355402ms","start":"2024-12-04T19:54:04.964309Z","end":"2024-12-04T19:54:05.254664Z","steps":["trace[691115873] 'agreement among raft nodes before linearized reading' (duration: 128.032918ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T19:54:05.254801Z","caller":"traceutil/trace.go:171","msg":"trace[307497340] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:388; }","duration":"290.527816ms","start":"2024-12-04T19:54:04.964264Z","end":"2024-12-04T19:54:05.254792Z","steps":["trace[307497340] 'agreement among raft nodes before linearized reading' (duration: 128.099635ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T19:54:05.273036Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-12-04T19:54:04.964367Z","time spent":"308.637843ms","remote":"127.0.0.1:38122","response type":"/etcdserverpb.KV/Range","request count":0,"request size":35,"response count":0,"response size":29,"request content":"key:\"/registry/storageclasses/standard\" "}
{"level":"info","ts":"2024-12-04T19:54:05.544966Z","caller":"traceutil/trace.go:171","msg":"trace[9082242] linearizableReadLoop","detail":"{readStateIndex:400; appliedIndex:397; }","duration":"156.420355ms","start":"2024-12-04T19:54:05.388511Z","end":"2024-12-04T19:54:05.544932Z","steps":["trace[9082242] 'read index received' (duration: 53.857179ms)","trace[9082242] 'applied index is now lower than readState.Index' (duration: 102.562462ms)"],"step_count":2}
{"level":"info","ts":"2024-12-04T19:54:05.545174Z","caller":"traceutil/trace.go:171","msg":"trace[1915762950] transaction","detail":"{read_only:false; response_revision:390; number_of_response:1; }","duration":"157.165313ms","start":"2024-12-04T19:54:05.388001Z","end":"2024-12-04T19:54:05.545167Z","steps":["trace[1915762950] 'process raft request' (duration: 138.846057ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T19:54:05.545432Z","caller":"traceutil/trace.go:171","msg":"trace[1124136846] transaction","detail":"{read_only:false; response_revision:391; number_of_response:1; }","duration":"156.996648ms","start":"2024-12-04T19:54:05.388427Z","end":"2024-12-04T19:54:05.545423Z","steps":["trace[1124136846] 'process raft request' (duration: 156.395239ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T19:54:05.556251Z","caller":"traceutil/trace.go:171","msg":"trace[990416487] transaction","detail":"{read_only:false; response_revision:392; number_of_response:1; }","duration":"167.444593ms","start":"2024-12-04T19:54:05.388773Z","end":"2024-12-04T19:54:05.556217Z","steps":["trace[990416487] 'process raft request' (duration: 156.129993ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T19:54:05.561597Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"173.067666ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-477895\" ","response":"range_response_count:1 size:5745"}
{"level":"info","ts":"2024-12-04T19:54:05.562452Z","caller":"traceutil/trace.go:171","msg":"trace[878278073] range","detail":"{range_begin:/registry/minions/addons-477895; range_end:; response_count:1; response_revision:394; }","duration":"173.928981ms","start":"2024-12-04T19:54:05.388507Z","end":"2024-12-04T19:54:05.562436Z","steps":["trace[878278073] 'agreement among raft nodes before linearized reading' (duration: 173.014596ms)"],"step_count":1}
==> kernel <==
20:01:26 up 2:43, 0 users, load average: 0.24, 1.25, 1.11
Linux addons-477895 5.15.0-1072-aws #78~20.04.1-Ubuntu SMP Wed Oct 9 15:29:54 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [7efcc7e87e053ab90f8877d22f6709dd08c07020b992fe5d67af216f5f92194b] <==
I1204 19:59:18.543148 1 main.go:301] handling current node
I1204 19:59:28.540718 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 19:59:28.540822 1 main.go:301] handling current node
I1204 19:59:38.535528 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 19:59:38.535560 1 main.go:301] handling current node
I1204 19:59:48.538797 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 19:59:48.538832 1 main.go:301] handling current node
I1204 19:59:58.538005 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 19:59:58.538140 1 main.go:301] handling current node
I1204 20:00:08.535915 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 20:00:08.535945 1 main.go:301] handling current node
I1204 20:00:18.543858 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 20:00:18.543894 1 main.go:301] handling current node
I1204 20:00:28.541793 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 20:00:28.541826 1 main.go:301] handling current node
I1204 20:00:38.541125 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 20:00:38.541157 1 main.go:301] handling current node
I1204 20:00:48.535760 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 20:00:48.535876 1 main.go:301] handling current node
I1204 20:00:58.535810 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 20:00:58.535863 1 main.go:301] handling current node
I1204 20:01:08.536089 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 20:01:08.536126 1 main.go:301] handling current node
I1204 20:01:18.539816 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 20:01:18.539852 1 main.go:301] handling current node
==> kube-apiserver [47a56f3de2328dd7481d20c372e8bc9bb24fcf5c2d683a72ec5124c8ae87e5e8] <==
I1204 19:56:29.887579 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E1204 19:57:15.052611 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:53586: use of closed network connection
E1204 19:57:15.308701 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:53602: use of closed network connection
E1204 19:57:15.449291 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:53622: use of closed network connection
I1204 19:57:50.022247 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.97.57.60"}
E1204 19:58:09.604564 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I1204 19:58:20.332920 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I1204 19:58:43.756881 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 19:58:43.757025 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1204 19:58:43.781277 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 19:58:43.781488 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1204 19:58:43.808550 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 19:58:43.809048 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1204 19:58:43.838338 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 19:58:43.838385 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1204 19:58:43.860168 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 19:58:43.861574 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1204 19:58:44.841367 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1204 19:58:44.868448 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
W1204 19:58:44.896463 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
I1204 19:58:57.389883 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W1204 19:58:58.428189 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I1204 19:59:02.932665 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I1204 19:59:03.223892 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.99.228.189"}
I1204 20:01:24.035947 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.111.71.59"}
==> kube-controller-manager [910a7378708c06d005b95a54f8d3a131ddd863dbb126a6fee6ad7ba4bdc6fdab] <==
W1204 20:00:00.577911 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 20:00:00.577957 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 20:00:03.766777 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 20:00:03.766817 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 20:00:05.162798 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 20:00:05.162838 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 20:00:17.349947 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 20:00:17.349990 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 20:00:36.293955 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 20:00:36.294001 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 20:00:37.708297 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 20:00:37.708417 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 20:00:47.905785 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 20:00:47.905827 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 20:01:08.012926 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 20:01:08.012967 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 20:01:08.494039 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 20:01:08.494082 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 20:01:08.940784 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 20:01:08.940828 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 20:01:19.594818 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 20:01:19.594860 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
I1204 20:01:23.784216 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="43.017731ms"
I1204 20:01:23.811560 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="26.923445ms"
I1204 20:01:23.812007 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="41.378µs"
==> kube-proxy [8eb35a07fe71d0bbdb1a4e3c769b103fb09eca9d35b72ade1d431e9df6413a5e] <==
I1204 19:54:07.173805 1 server_linux.go:66] "Using iptables proxy"
I1204 19:54:08.212082 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E1204 19:54:08.212248 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`"
I1204 19:54:08.301882 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1204 19:54:08.302033 1 server_linux.go:169] "Using iptables Proxier"
I1204 19:54:08.319775 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"
I1204 19:54:08.320392 1 server.go:483] "Version info" version="v1.31.2"
I1204 19:54:08.320442 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1204 19:54:08.528922 1 config.go:199] "Starting service config controller"
I1204 19:54:08.579286 1 shared_informer.go:313] Waiting for caches to sync for service config
I1204 19:54:08.551726 1 config.go:328] "Starting node config controller"
I1204 19:54:08.579336 1 shared_informer.go:313] Waiting for caches to sync for node config
I1204 19:54:08.562829 1 config.go:105] "Starting endpoint slice config controller"
I1204 19:54:08.579347 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I1204 19:54:08.679557 1 shared_informer.go:320] Caches are synced for endpoint slice config
I1204 19:54:08.679612 1 shared_informer.go:320] Caches are synced for service config
I1204 19:54:08.679713 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [6543011ba3eab1befe9ea0c78d9ad4574d726863054e623f32291aa73a302b29] <==
W1204 19:53:54.523441 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E1204 19:53:54.523482 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W1204 19:53:54.523559 1 reflector.go:561] 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
E1204 19:53:54.523598 1 reflector.go:158] "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"
W1204 19:53:54.524358 1 reflector.go:561] 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
E1204 19:53:54.524443 1 reflector.go:158] "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"
W1204 19:53:54.524554 1 reflector.go:561] 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
E1204 19:53:54.524597 1 reflector.go:158] "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"
W1204 19:53:54.524728 1 reflector.go:561] 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
E1204 19:53:54.524773 1 reflector.go:158] "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"
W1204 19:53:54.524918 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E1204 19:53:54.524966 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W1204 19:53:54.525276 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E1204 19:53:54.525330 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
W1204 19:53:54.525613 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E1204 19:53:54.525678 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
W1204 19:53:55.446546 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E1204 19:53:55.446665 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W1204 19:53:55.488454 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E1204 19:53:55.488502 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W1204 19:53:55.544904 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E1204 19:53:55.545015 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
W1204 19:53:55.881389 1 reflector.go:561] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E1204 19:53:55.881507 1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
I1204 19:53:57.616257 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Dec 04 19:59:37 addons-477895 kubelet[1501]: E1204 19:59:37.069993 1501 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342377069763882,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 19:59:37 addons-477895 kubelet[1501]: E1204 19:59:37.070030 1501 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342377069763882,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 19:59:47 addons-477895 kubelet[1501]: E1204 19:59:47.073165 1501 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342387072901873,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 19:59:47 addons-477895 kubelet[1501]: E1204 19:59:47.073207 1501 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342387072901873,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 19:59:57 addons-477895 kubelet[1501]: E1204 19:59:57.076539 1501 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342397076303911,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 19:59:57 addons-477895 kubelet[1501]: E1204 19:59:57.076576 1501 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342397076303911,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:07 addons-477895 kubelet[1501]: E1204 20:00:07.079398 1501 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342407079179990,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:07 addons-477895 kubelet[1501]: E1204 20:00:07.079433 1501 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342407079179990,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:17 addons-477895 kubelet[1501]: E1204 20:00:17.081932 1501 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342417081661571,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:17 addons-477895 kubelet[1501]: E1204 20:00:17.081975 1501 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342417081661571,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:27 addons-477895 kubelet[1501]: E1204 20:00:27.084350 1501 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342427084119784,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:27 addons-477895 kubelet[1501]: E1204 20:00:27.084390 1501 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342427084119784,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:37 addons-477895 kubelet[1501]: E1204 20:00:37.086690 1501 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342437086466614,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:37 addons-477895 kubelet[1501]: E1204 20:00:37.086730 1501 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342437086466614,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:47 addons-477895 kubelet[1501]: E1204 20:00:47.088983 1501 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342447088746686,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:47 addons-477895 kubelet[1501]: E1204 20:00:47.089025 1501 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342447088746686,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:48 addons-477895 kubelet[1501]: I1204 20:00:48.857970 1501 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Dec 04 20:00:57 addons-477895 kubelet[1501]: E1204 20:00:57.091749 1501 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342457091505244,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:00:57 addons-477895 kubelet[1501]: E1204 20:00:57.091791 1501 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342457091505244,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:01:07 addons-477895 kubelet[1501]: E1204 20:01:07.094798 1501 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342467094553699,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:01:07 addons-477895 kubelet[1501]: E1204 20:01:07.094834 1501 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342467094553699,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:01:17 addons-477895 kubelet[1501]: E1204 20:01:17.097945 1501 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342477097710680,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:01:17 addons-477895 kubelet[1501]: E1204 20:01:17.097990 1501 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342477097710680,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606234,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 20:01:23 addons-477895 kubelet[1501]: I1204 20:01:23.775623 1501 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/nginx" podStartSLOduration=138.590776755 podStartE2EDuration="2m20.775604946s" podCreationTimestamp="2024-12-04 19:59:03 +0000 UTC" firstStartedPulling="2024-12-04 19:59:03.509690045 +0000 UTC m=+306.807245678" lastFinishedPulling="2024-12-04 19:59:05.694518244 +0000 UTC m=+308.992073869" observedRunningTime="2024-12-04 19:59:05.87007298 +0000 UTC m=+309.167628605" watchObservedRunningTime="2024-12-04 20:01:23.775604946 +0000 UTC m=+447.073160579"
Dec 04 20:01:23 addons-477895 kubelet[1501]: I1204 20:01:23.904037 1501 reconciler_common.go:245] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-7jgpr\" (UniqueName: \"kubernetes.io/projected/2d2a671b-84e2-4e75-96f1-0113be02dd05-kube-api-access-7jgpr\") pod \"hello-world-app-55bf9c44b4-2wsb2\" (UID: \"2d2a671b-84e2-4e75-96f1-0113be02dd05\") " pod="default/hello-world-app-55bf9c44b4-2wsb2"
==> storage-provisioner [828b46018f6baa2cd67a36ec0f94edef39fdc8ab09731829ccc4c250a4ae27b2] <==
I1204 19:54:50.073714 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I1204 19:54:50.090548 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I1204 19:54:50.090669 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I1204 19:54:50.105954 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I1204 19:54:50.106263 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-477895_261f76e6-67bc-48ab-8a63-65679986269a!
I1204 19:54:50.111017 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"94d9af27-0b76-4ce8-9e9d-50ad3ac73759", APIVersion:"v1", ResourceVersion:"912", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-477895_261f76e6-67bc-48ab-8a63-65679986269a became leader
I1204 19:54:50.227264 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-477895_261f76e6-67bc-48ab-8a63-65679986269a!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-477895 -n addons-477895
helpers_test.go:261: (dbg) Run: kubectl --context addons-477895 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: ingress-nginx-admission-create-w2kb4 ingress-nginx-admission-patch-x8n4z
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-477895 describe pod ingress-nginx-admission-create-w2kb4 ingress-nginx-admission-patch-x8n4z
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-477895 describe pod ingress-nginx-admission-create-w2kb4 ingress-nginx-admission-patch-x8n4z: exit status 1 (87.36185ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-w2kb4" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-x8n4z" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-477895 describe pod ingress-nginx-admission-create-w2kb4 ingress-nginx-admission-patch-x8n4z: exit status 1
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-477895 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-477895 addons disable ingress-dns --alsologtostderr -v=1: (1.074475866s)
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-477895 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-477895 addons disable ingress --alsologtostderr -v=1: (7.717635546s)
--- FAIL: TestAddons/parallel/Ingress (153.31s)