=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-638421 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-638421 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-638421 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" [a31558bc-06be-4d59-9f70-2840351c65dc] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [a31558bc-06be-4d59-9f70-2840351c65dc] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.003017875s
I1105 17:51:57.676893 285188 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-638421 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-638421 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.145848894s)
** 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-638421 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-638421 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-638421
helpers_test.go:235: (dbg) docker inspect addons-638421:
-- stdout --
[
{
"Id": "bac0cd0c5efa5a79d742a82bac2bd1e6028ef79211194d383e14238cfebc209a",
"Created": "2024-11-05T17:47:05.571332234Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 286449,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-11-05T17:47:05.685071812Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:b9c385cbd7184c9dd77d4bc379a996635e559e337cc53655e2d39219017c804c",
"ResolvConfPath": "/var/lib/docker/containers/bac0cd0c5efa5a79d742a82bac2bd1e6028ef79211194d383e14238cfebc209a/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/bac0cd0c5efa5a79d742a82bac2bd1e6028ef79211194d383e14238cfebc209a/hostname",
"HostsPath": "/var/lib/docker/containers/bac0cd0c5efa5a79d742a82bac2bd1e6028ef79211194d383e14238cfebc209a/hosts",
"LogPath": "/var/lib/docker/containers/bac0cd0c5efa5a79d742a82bac2bd1e6028ef79211194d383e14238cfebc209a/bac0cd0c5efa5a79d742a82bac2bd1e6028ef79211194d383e14238cfebc209a-json.log",
"Name": "/addons-638421",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-638421:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-638421",
"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/8a9d29c12ef0d73dc50a3806d04930eac49ee2882249fa752cfae930d1715387-init/diff:/var/lib/docker/overlay2/f1c041cd086a3a2db4f768b1c920339fb85fb20492664e0532c0f72dc744887a/diff",
"MergedDir": "/var/lib/docker/overlay2/8a9d29c12ef0d73dc50a3806d04930eac49ee2882249fa752cfae930d1715387/merged",
"UpperDir": "/var/lib/docker/overlay2/8a9d29c12ef0d73dc50a3806d04930eac49ee2882249fa752cfae930d1715387/diff",
"WorkDir": "/var/lib/docker/overlay2/8a9d29c12ef0d73dc50a3806d04930eac49ee2882249fa752cfae930d1715387/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-638421",
"Source": "/var/lib/docker/volumes/addons-638421/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-638421",
"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-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4",
"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-638421",
"name.minikube.sigs.k8s.io": "addons-638421",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "157bed46083984150cbf1f529a89c97d1d867f744909202dd525796c530d526f",
"SandboxKey": "/var/run/docker/netns/157bed460839",
"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-638421": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "ba6034dd16840d908bc849e487ad0dfe7211406fbccbcd6ae357274076dd616b",
"EndpointID": "001ab74b758066e7c297271b89b32f78f9a9a09c0ca31c083ce12b068e0d626f",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-638421",
"bac0cd0c5efa"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-638421 -n addons-638421
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-638421 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-638421 logs -n 25: (1.519471498s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | 05 Nov 24 17:46 UTC |
| delete | -p download-only-931410 | download-only-931410 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | 05 Nov 24 17:46 UTC |
| start | -o=json --download-only | download-only-080457 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | |
| | -p download-only-080457 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.31.2 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | 05 Nov 24 17:46 UTC |
| delete | -p download-only-080457 | download-only-080457 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | 05 Nov 24 17:46 UTC |
| delete | -p download-only-931410 | download-only-931410 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | 05 Nov 24 17:46 UTC |
| delete | -p download-only-080457 | download-only-080457 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | 05 Nov 24 17:46 UTC |
| start | --download-only -p | download-docker-346323 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | |
| | download-docker-346323 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-346323 | download-docker-346323 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | 05 Nov 24 17:46 UTC |
| start | --download-only -p | binary-mirror-032774 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | |
| | binary-mirror-032774 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:34655 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-032774 | binary-mirror-032774 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | 05 Nov 24 17:46 UTC |
| addons | disable dashboard -p | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | |
| | addons-638421 | | | | | |
| addons | enable dashboard -p | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | |
| | addons-638421 | | | | | |
| start | -p addons-638421 --wait=true | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:46 UTC | 05 Nov 24 17:50 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-638421 addons disable | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:50 UTC | 05 Nov 24 17:50 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-638421 addons disable | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:50 UTC | 05 Nov 24 17:50 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | enable headlamp | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:50 UTC | 05 Nov 24 17:50 UTC |
| | -p addons-638421 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-638421 addons disable | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:50 UTC | 05 Nov 24 17:50 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ip | addons-638421 ip | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:50 UTC | 05 Nov 24 17:50 UTC |
| addons | addons-638421 addons disable | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:50 UTC | 05 Nov 24 17:50 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-638421 addons | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:51 UTC | 05 Nov 24 17:51 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-638421 addons | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:51 UTC | 05 Nov 24 17:51 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-638421 addons | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:51 UTC | 05 Nov 24 17:51 UTC |
| | disable inspektor-gadget | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-638421 ssh curl -s | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:51 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-638421 ip | addons-638421 | jenkins | v1.34.0 | 05 Nov 24 17:54 UTC | 05 Nov 24 17:54 UTC |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/11/05 17:46:41
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
I1105 17:46:41.761718 285958 out.go:345] Setting OutFile to fd 1 ...
I1105 17:46:41.761934 285958 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1105 17:46:41.761962 285958 out.go:358] Setting ErrFile to fd 2...
I1105 17:46:41.761981 285958 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1105 17:46:41.762344 285958 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19910-279806/.minikube/bin
I1105 17:46:41.763442 285958 out.go:352] Setting JSON to false
I1105 17:46:41.764316 285958 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":5345,"bootTime":1730823457,"procs":152,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1071-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I1105 17:46:41.764416 285958 start.go:139] virtualization:
I1105 17:46:41.766507 285958 out.go:177] * [addons-638421] minikube v1.34.0 on Ubuntu 20.04 (arm64)
I1105 17:46:41.767693 285958 out.go:177] - MINIKUBE_LOCATION=19910
I1105 17:46:41.767755 285958 notify.go:220] Checking for updates...
I1105 17:46:41.770222 285958 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1105 17:46:41.771600 285958 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19910-279806/kubeconfig
I1105 17:46:41.773029 285958 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19910-279806/.minikube
I1105 17:46:41.775080 285958 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I1105 17:46:41.776127 285958 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I1105 17:46:41.777499 285958 driver.go:394] Setting default libvirt URI to qemu:///system
I1105 17:46:41.796526 285958 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
I1105 17:46:41.796681 285958 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1105 17:46:41.854919 285958 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-11-05 17:46:41.845190001 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I1105 17:46:41.855033 285958 docker.go:318] overlay module found
I1105 17:46:41.857011 285958 out.go:177] * Using the docker driver based on user configuration
I1105 17:46:41.858144 285958 start.go:297] selected driver: docker
I1105 17:46:41.858158 285958 start.go:901] validating driver "docker" against <nil>
I1105 17:46:41.858171 285958 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1105 17:46:41.858897 285958 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1105 17:46:41.913044 285958 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-11-05 17:46:41.903513589 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I1105 17:46:41.913246 285958 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I1105 17:46:41.913478 285958 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]
I1105 17:46:41.914836 285958 out.go:177] * Using Docker driver with root privileges
I1105 17:46:41.916043 285958 cni.go:84] Creating CNI manager for ""
I1105 17:46:41.916103 285958 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1105 17:46:41.916115 285958 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I1105 17:46:41.916192 285958 start.go:340] cluster config:
{Name:addons-638421 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 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-638421 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}
I1105 17:46:41.917525 285958 out.go:177] * Starting "addons-638421" primary control-plane node in "addons-638421" cluster
I1105 17:46:41.918887 285958 cache.go:121] Beginning downloading kic base image for docker with crio
I1105 17:46:41.920056 285958 out.go:177] * Pulling base image v0.0.45-1730282848-19883 ...
I1105 17:46:41.921280 285958 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1105 17:46:41.921327 285958 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19910-279806/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4
I1105 17:46:41.921339 285958 cache.go:56] Caching tarball of preloaded images
I1105 17:46:41.921369 285958 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 in local docker daemon
I1105 17:46:41.921425 285958 preload.go:172] Found /home/jenkins/minikube-integration/19910-279806/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I1105 17:46:41.921435 285958 cache.go:59] Finished verifying existence of preloaded tar for v1.31.2 on crio
I1105 17:46:41.921766 285958 profile.go:143] Saving config to /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/config.json ...
I1105 17:46:41.921793 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/config.json: {Name:mkc3898952e36435b36cca750d84ae737452ee78 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:46:41.936333 285958 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 to local cache
I1105 17:46:41.936464 285958 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 in local cache directory
I1105 17:46:41.936483 285958 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 in local cache directory, skipping pull
I1105 17:46:41.936487 285958 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 exists in cache, skipping pull
I1105 17:46:41.936494 285958 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 as a tarball
I1105 17:46:41.936500 285958 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 from local cache
I1105 17:46:58.792525 285958 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 from cached tarball
I1105 17:46:58.792571 285958 cache.go:194] Successfully downloaded all kic artifacts
I1105 17:46:58.792635 285958 start.go:360] acquireMachinesLock for addons-638421: {Name:mk11f83312d48db3dadab7544a97d20493370375 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1105 17:46:58.792750 285958 start.go:364] duration metric: took 92.89µs to acquireMachinesLock for "addons-638421"
I1105 17:46:58.792781 285958 start.go:93] Provisioning new machine with config: &{Name:addons-638421 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 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-638421 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}
I1105 17:46:58.792865 285958 start.go:125] createHost starting for "" (driver="docker")
I1105 17:46:58.794387 285958 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I1105 17:46:58.794637 285958 start.go:159] libmachine.API.Create for "addons-638421" (driver="docker")
I1105 17:46:58.794672 285958 client.go:168] LocalClient.Create starting
I1105 17:46:58.794792 285958 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19910-279806/.minikube/certs/ca.pem
I1105 17:46:59.021243 285958 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19910-279806/.minikube/certs/cert.pem
I1105 17:46:59.369774 285958 cli_runner.go:164] Run: docker network inspect addons-638421 --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}}]}"
W1105 17:46:59.383351 285958 cli_runner.go:211] docker network inspect addons-638421 --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
I1105 17:46:59.383447 285958 network_create.go:284] running [docker network inspect addons-638421] to gather additional debugging logs...
I1105 17:46:59.383468 285958 cli_runner.go:164] Run: docker network inspect addons-638421
W1105 17:46:59.397087 285958 cli_runner.go:211] docker network inspect addons-638421 returned with exit code 1
I1105 17:46:59.397115 285958 network_create.go:287] error running [docker network inspect addons-638421]: docker network inspect addons-638421: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-638421 not found
I1105 17:46:59.397139 285958 network_create.go:289] output of [docker network inspect addons-638421]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-638421 not found
** /stderr **
I1105 17:46:59.397243 285958 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}}]}"
I1105 17:46:59.411963 285958 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:0x4001b191f0}
I1105 17:46:59.412010 285958 network_create.go:124] attempt to create docker network addons-638421 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1105 17:46:59.412069 285958 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-638421 addons-638421
I1105 17:46:59.477179 285958 network_create.go:108] docker network addons-638421 192.168.49.0/24 created
I1105 17:46:59.477211 285958 kic.go:121] calculated static IP "192.168.49.2" for the "addons-638421" container
I1105 17:46:59.477286 285958 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1105 17:46:59.490302 285958 cli_runner.go:164] Run: docker volume create addons-638421 --label name.minikube.sigs.k8s.io=addons-638421 --label created_by.minikube.sigs.k8s.io=true
I1105 17:46:59.507116 285958 oci.go:103] Successfully created a docker volume addons-638421
I1105 17:46:59.507199 285958 cli_runner.go:164] Run: docker run --rm --name addons-638421-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-638421 --entrypoint /usr/bin/test -v addons-638421:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 -d /var/lib
I1105 17:47:01.518950 285958 cli_runner.go:217] Completed: docker run --rm --name addons-638421-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-638421 --entrypoint /usr/bin/test -v addons-638421:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 -d /var/lib: (2.011703603s)
I1105 17:47:01.518980 285958 oci.go:107] Successfully prepared a docker volume addons-638421
I1105 17:47:01.519012 285958 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1105 17:47:01.519032 285958 kic.go:194] Starting extracting preloaded images to volume ...
I1105 17:47:01.519107 285958 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19910-279806/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-638421:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 -I lz4 -xf /preloaded.tar -C /extractDir
I1105 17:47:05.512133 285958 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19910-279806/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-638421:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 -I lz4 -xf /preloaded.tar -C /extractDir: (3.992986229s)
I1105 17:47:05.512166 285958 kic.go:203] duration metric: took 3.993130024s to extract preloaded images to volume ...
W1105 17:47:05.512328 285958 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1105 17:47:05.512449 285958 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1105 17:47:05.556893 285958 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-638421 --name addons-638421 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-638421 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-638421 --network addons-638421 --ip 192.168.49.2 --volume addons-638421:/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-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4
I1105 17:47:05.868579 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Running}}
I1105 17:47:05.891442 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:05.919827 285958 cli_runner.go:164] Run: docker exec addons-638421 stat /var/lib/dpkg/alternatives/iptables
I1105 17:47:05.990441 285958 oci.go:144] the created container "addons-638421" has a running status.
I1105 17:47:05.990527 285958 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa...
I1105 17:47:06.224308 285958 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1105 17:47:06.252911 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:06.286105 285958 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1105 17:47:06.286126 285958 kic_runner.go:114] Args: [docker exec --privileged addons-638421 chown docker:docker /home/docker/.ssh/authorized_keys]
I1105 17:47:06.365080 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:06.386587 285958 machine.go:93] provisionDockerMachine start ...
I1105 17:47:06.386689 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:06.412968 285958 main.go:141] libmachine: Using SSH client type: native
I1105 17:47:06.413240 285958 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415580] 0x417dc0 <nil> [] 0s} 127.0.0.1 33135 <nil> <nil>}
I1105 17:47:06.413249 285958 main.go:141] libmachine: About to run SSH command:
hostname
I1105 17:47:06.413921 285958 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
I1105 17:47:09.531942 285958 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-638421
I1105 17:47:09.531966 285958 ubuntu.go:169] provisioning hostname "addons-638421"
I1105 17:47:09.532033 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:09.552762 285958 main.go:141] libmachine: Using SSH client type: native
I1105 17:47:09.553009 285958 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415580] 0x417dc0 <nil> [] 0s} 127.0.0.1 33135 <nil> <nil>}
I1105 17:47:09.553027 285958 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-638421 && echo "addons-638421" | sudo tee /etc/hostname
I1105 17:47:09.683636 285958 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-638421
I1105 17:47:09.683718 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:09.699942 285958 main.go:141] libmachine: Using SSH client type: native
I1105 17:47:09.700190 285958 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415580] 0x417dc0 <nil> [] 0s} 127.0.0.1 33135 <nil> <nil>}
I1105 17:47:09.700213 285958 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-638421' /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-638421/g' /etc/hosts;
else
echo '127.0.1.1 addons-638421' | sudo tee -a /etc/hosts;
fi
fi
I1105 17:47:09.820406 285958 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1105 17:47:09.820438 285958 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19910-279806/.minikube CaCertPath:/home/jenkins/minikube-integration/19910-279806/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19910-279806/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19910-279806/.minikube}
I1105 17:47:09.820468 285958 ubuntu.go:177] setting up certificates
I1105 17:47:09.820479 285958 provision.go:84] configureAuth start
I1105 17:47:09.820544 285958 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-638421
I1105 17:47:09.837546 285958 provision.go:143] copyHostCerts
I1105 17:47:09.837633 285958 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19910-279806/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19910-279806/.minikube/cert.pem (1123 bytes)
I1105 17:47:09.837777 285958 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19910-279806/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19910-279806/.minikube/key.pem (1679 bytes)
I1105 17:47:09.837846 285958 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19910-279806/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19910-279806/.minikube/ca.pem (1078 bytes)
I1105 17:47:09.837906 285958 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19910-279806/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19910-279806/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19910-279806/.minikube/certs/ca-key.pem org=jenkins.addons-638421 san=[127.0.0.1 192.168.49.2 addons-638421 localhost minikube]
I1105 17:47:10.586317 285958 provision.go:177] copyRemoteCerts
I1105 17:47:10.586420 285958 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1105 17:47:10.586479 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:10.604454 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:10.697807 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I1105 17:47:10.720745 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I1105 17:47:10.744323 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I1105 17:47:10.767387 285958 provision.go:87] duration metric: took 946.881723ms to configureAuth
I1105 17:47:10.767457 285958 ubuntu.go:193] setting minikube options for container-runtime
I1105 17:47:10.767664 285958 config.go:182] Loaded profile config "addons-638421": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1105 17:47:10.767786 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:10.784208 285958 main.go:141] libmachine: Using SSH client type: native
I1105 17:47:10.784470 285958 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415580] 0x417dc0 <nil> [] 0s} 127.0.0.1 33135 <nil> <nil>}
I1105 17:47:10.784491 285958 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
I1105 17:47:11.000719 285958 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I1105 17:47:11.000743 285958 machine.go:96] duration metric: took 4.61413714s to provisionDockerMachine
I1105 17:47:11.000755 285958 client.go:171] duration metric: took 12.206077013s to LocalClient.Create
I1105 17:47:11.000774 285958 start.go:167] duration metric: took 12.206137822s to libmachine.API.Create "addons-638421"
I1105 17:47:11.000785 285958 start.go:293] postStartSetup for "addons-638421" (driver="docker")
I1105 17:47:11.000800 285958 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]
I1105 17:47:11.000878 285958 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
I1105 17:47:11.000931 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:11.018295 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:11.110540 285958 ssh_runner.go:195] Run: cat /etc/os-release
I1105 17:47:11.114113 285958 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1105 17:47:11.114157 285958 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I1105 17:47:11.114168 285958 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I1105 17:47:11.114180 285958 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I1105 17:47:11.114195 285958 filesync.go:126] Scanning /home/jenkins/minikube-integration/19910-279806/.minikube/addons for local assets ...
I1105 17:47:11.114267 285958 filesync.go:126] Scanning /home/jenkins/minikube-integration/19910-279806/.minikube/files for local assets ...
I1105 17:47:11.114298 285958 start.go:296] duration metric: took 113.503361ms for postStartSetup
I1105 17:47:11.114623 285958 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-638421
I1105 17:47:11.131435 285958 profile.go:143] Saving config to /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/config.json ...
I1105 17:47:11.131722 285958 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1105 17:47:11.131766 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:11.148205 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:11.233960 285958 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1105 17:47:11.238376 285958 start.go:128] duration metric: took 12.445496117s to createHost
I1105 17:47:11.238402 285958 start.go:83] releasing machines lock for "addons-638421", held for 12.445636753s
I1105 17:47:11.238477 285958 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-638421
I1105 17:47:11.255490 285958 ssh_runner.go:195] Run: cat /version.json
I1105 17:47:11.255549 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:11.255793 285958 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1105 17:47:11.255869 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:11.273443 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:11.287089 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:11.359919 285958 ssh_runner.go:195] Run: systemctl --version
I1105 17:47:11.491873 285958 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I1105 17:47:11.635716 285958 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I1105 17:47:11.640093 285958 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" ;
I1105 17:47:11.660024 285958 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I1105 17:47:11.660108 285958 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" ;
I1105 17:47:11.694552 285958 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I1105 17:47:11.694584 285958 start.go:495] detecting cgroup driver to use...
I1105 17:47:11.694618 285958 detect.go:187] detected "cgroupfs" cgroup driver on host os
I1105 17:47:11.694690 285958 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1105 17:47:11.713139 285958 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1105 17:47:11.725948 285958 docker.go:217] disabling cri-docker service (if available) ...
I1105 17:47:11.726014 285958 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1105 17:47:11.741011 285958 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1105 17:47:11.756862 285958 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1105 17:47:11.845196 285958 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1105 17:47:11.940836 285958 docker.go:233] disabling docker service ...
I1105 17:47:11.940904 285958 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1105 17:47:11.960736 285958 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1105 17:47:11.972166 285958 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1105 17:47:12.063966 285958 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1105 17:47:12.158434 285958 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1105 17:47:12.170405 285958 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"
I1105 17:47:12.186411 285958 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I1105 17:47:12.186489 285958 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"
I1105 17:47:12.195952 285958 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I1105 17:47:12.196035 285958 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I1105 17:47:12.205847 285958 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I1105 17:47:12.215664 285958 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I1105 17:47:12.225088 285958 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1105 17:47:12.234213 285958 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"
I1105 17:47:12.243658 285958 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"
I1105 17:47:12.259504 285958 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"
I1105 17:47:12.269709 285958 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1105 17:47:12.278550 285958 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1105 17:47:12.287055 285958 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1105 17:47:12.372681 285958 ssh_runner.go:195] Run: sudo systemctl restart crio
I1105 17:47:12.486734 285958 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I1105 17:47:12.486895 285958 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I1105 17:47:12.490499 285958 start.go:563] Will wait 60s for crictl version
I1105 17:47:12.490570 285958 ssh_runner.go:195] Run: which crictl
I1105 17:47:12.494692 285958 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I1105 17:47:12.533081 285958 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I1105 17:47:12.533181 285958 ssh_runner.go:195] Run: crio --version
I1105 17:47:12.571577 285958 ssh_runner.go:195] Run: crio --version
I1105 17:47:12.609043 285958 out.go:177] * Preparing Kubernetes v1.31.2 on CRI-O 1.24.6 ...
I1105 17:47:12.610320 285958 cli_runner.go:164] Run: docker network inspect addons-638421 --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}}]}"
I1105 17:47:12.625644 285958 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1105 17:47:12.629315 285958 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""
I1105 17:47:12.640038 285958 kubeadm.go:883] updating cluster {Name:addons-638421 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 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-638421 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} ...
I1105 17:47:12.640170 285958 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1105 17:47:12.640229 285958 ssh_runner.go:195] Run: sudo crictl images --output json
I1105 17:47:12.718531 285958 crio.go:514] all images are preloaded for cri-o runtime.
I1105 17:47:12.718557 285958 crio.go:433] Images already preloaded, skipping extraction
I1105 17:47:12.718611 285958 ssh_runner.go:195] Run: sudo crictl images --output json
I1105 17:47:12.757651 285958 crio.go:514] all images are preloaded for cri-o runtime.
I1105 17:47:12.757673 285958 cache_images.go:84] Images are preloaded, skipping loading
I1105 17:47:12.757681 285958 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.2 crio true true} ...
I1105 17:47:12.757772 285958 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-638421 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.2 ClusterName:addons-638421 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:}
I1105 17:47:12.757859 285958 ssh_runner.go:195] Run: crio config
I1105 17:47:12.813091 285958 cni.go:84] Creating CNI manager for ""
I1105 17:47:12.813112 285958 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1105 17:47:12.813122 285958 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I1105 17:47:12.813145 285958 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-638421 NodeName:addons-638421 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}
I1105 17:47:12.813278 285958 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-638421"
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
I1105 17:47:12.813350 285958 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.2
I1105 17:47:12.821923 285958 binaries.go:44] Found k8s binaries, skipping transfer
I1105 17:47:12.821998 285958 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1105 17:47:12.830421 285958 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I1105 17:47:12.848363 285958 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1105 17:47:12.866525 285958 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
I1105 17:47:12.883613 285958 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1105 17:47:12.887037 285958 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""
I1105 17:47:12.897614 285958 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1105 17:47:12.984474 285958 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1105 17:47:12.997540 285958 certs.go:68] Setting up /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421 for IP: 192.168.49.2
I1105 17:47:12.997562 285958 certs.go:194] generating shared ca certs ...
I1105 17:47:12.997579 285958 certs.go:226] acquiring lock for ca certs: {Name:mk7e394808202081d7250bf8ad59a3f119279ec8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:12.997700 285958 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19910-279806/.minikube/ca.key
I1105 17:47:13.727210 285958 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19910-279806/.minikube/ca.crt ...
I1105 17:47:13.727284 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/.minikube/ca.crt: {Name:mkf1106f42f4bd8b4e9cc0c09cf43e224d6e4d77 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:13.727499 285958 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19910-279806/.minikube/ca.key ...
I1105 17:47:13.727538 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/.minikube/ca.key: {Name:mk70791accfe1ce1ee535bb8717477a0b263e077 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:13.728161 285958 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19910-279806/.minikube/proxy-client-ca.key
I1105 17:47:14.043503 285958 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19910-279806/.minikube/proxy-client-ca.crt ...
I1105 17:47:14.043543 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/.minikube/proxy-client-ca.crt: {Name:mkb9e298515dcba1584664fd6752a7c87593fd93 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:14.043752 285958 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19910-279806/.minikube/proxy-client-ca.key ...
I1105 17:47:14.043766 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/.minikube/proxy-client-ca.key: {Name:mkfabb63e26b0da996b5cde4c5ac31decabeaf9b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:14.043848 285958 certs.go:256] generating profile certs ...
I1105 17:47:14.043948 285958 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/client.key
I1105 17:47:14.043967 285958 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/client.crt with IP's: []
I1105 17:47:14.233310 285958 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/client.crt ...
I1105 17:47:14.233350 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/client.crt: {Name:mk1d5b6c538ba9338a12a3484f12513b45bd70ee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:14.233539 285958 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/client.key ...
I1105 17:47:14.233553 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/client.key: {Name:mk17f6f5a6828ae04d86564391c29b09b2849add Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:14.234123 285958 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.key.6136f6be
I1105 17:47:14.234154 285958 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.crt.6136f6be with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I1105 17:47:15.042502 285958 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.crt.6136f6be ...
I1105 17:47:15.042539 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.crt.6136f6be: {Name:mkab983ff08f02b24e234d0f10aaba5016e18b1e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:15.042742 285958 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.key.6136f6be ...
I1105 17:47:15.042759 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.key.6136f6be: {Name:mk63d3a13d47642ed23e104d9b25369657e35819 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:15.042853 285958 certs.go:381] copying /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.crt.6136f6be -> /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.crt
I1105 17:47:15.042943 285958 certs.go:385] copying /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.key.6136f6be -> /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.key
I1105 17:47:15.043026 285958 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/proxy-client.key
I1105 17:47:15.043051 285958 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/proxy-client.crt with IP's: []
I1105 17:47:15.788296 285958 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/proxy-client.crt ...
I1105 17:47:15.788330 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/proxy-client.crt: {Name:mkda310dc6b34ccb2fe27b446ae3b24645ee5362 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:15.788519 285958 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/proxy-client.key ...
I1105 17:47:15.788533 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/proxy-client.key: {Name:mkf7e666d49ad0feba5515de915e6a1270ef2c39 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:15.788759 285958 certs.go:484] found cert: /home/jenkins/minikube-integration/19910-279806/.minikube/certs/ca-key.pem (1679 bytes)
I1105 17:47:15.788802 285958 certs.go:484] found cert: /home/jenkins/minikube-integration/19910-279806/.minikube/certs/ca.pem (1078 bytes)
I1105 17:47:15.788833 285958 certs.go:484] found cert: /home/jenkins/minikube-integration/19910-279806/.minikube/certs/cert.pem (1123 bytes)
I1105 17:47:15.788865 285958 certs.go:484] found cert: /home/jenkins/minikube-integration/19910-279806/.minikube/certs/key.pem (1679 bytes)
I1105 17:47:15.789466 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1105 17:47:15.815522 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I1105 17:47:15.840674 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1105 17:47:15.866178 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I1105 17:47:15.890225 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I1105 17:47:15.913946 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I1105 17:47:15.937020 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1105 17:47:15.965051 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/profiles/addons-638421/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I1105 17:47:16.000755 285958 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19910-279806/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1105 17:47:16.033733 285958 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1105 17:47:16.052384 285958 ssh_runner.go:195] Run: openssl version
I1105 17:47:16.058042 285958 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"
I1105 17:47:16.067905 285958 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1105 17:47:16.071591 285958 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Nov 5 17:47 /usr/share/ca-certificates/minikubeCA.pem
I1105 17:47:16.071689 285958 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1105 17:47:16.078824 285958 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"
I1105 17:47:16.088525 285958 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I1105 17:47:16.092018 285958 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
I1105 17:47:16.092097 285958 kubeadm.go:392] StartCluster: {Name:addons-638421 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730282848-19883@sha256:e762c909ad2a507083ec25b1ad3091c71fc7d92824e4a659c9158bbfe5ae03d4 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-638421 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}
I1105 17:47:16.092201 285958 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I1105 17:47:16.092267 285958 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1105 17:47:16.130283 285958 cri.go:89] found id: ""
I1105 17:47:16.130399 285958 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1105 17:47:16.139239 285958 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1105 17:47:16.148284 285958 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I1105 17:47:16.148378 285958 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
I1105 17:47:16.157060 285958 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
I1105 17:47:16.157082 285958 kubeadm.go:157] found existing configuration files:
I1105 17:47:16.157157 285958 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I1105 17:47:16.166021 285958 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
I1105 17:47:16.166089 285958 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I1105 17:47:16.174553 285958 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I1105 17:47:16.183626 285958 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
I1105 17:47:16.183718 285958 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I1105 17:47:16.192093 285958 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I1105 17:47:16.201231 285958 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
I1105 17:47:16.201318 285958 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I1105 17:47:16.209513 285958 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I1105 17:47:16.218356 285958 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
I1105 17:47:16.218420 285958 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I1105 17:47:16.226808 285958 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"
I1105 17:47:16.267014 285958 kubeadm.go:310] [init] Using Kubernetes version: v1.31.2
I1105 17:47:16.267185 285958 kubeadm.go:310] [preflight] Running pre-flight checks
I1105 17:47:16.287335 285958 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I1105 17:47:16.287410 285958 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1071-aws[0m
I1105 17:47:16.287450 285958 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I1105 17:47:16.287501 285958 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1105 17:47:16.287554 285958 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1105 17:47:16.287603 285958 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1105 17:47:16.287655 285958 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1105 17:47:16.287706 285958 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1105 17:47:16.287761 285958 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1105 17:47:16.287809 285958 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1105 17:47:16.287861 285958 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1105 17:47:16.287910 285958 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1105 17:47:16.344112 285958 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I1105 17:47:16.344300 285958 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1105 17:47:16.344452 285958 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I1105 17:47:16.352910 285958 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1105 17:47:16.355627 285958 out.go:235] - Generating certificates and keys ...
I1105 17:47:16.355805 285958 kubeadm.go:310] [certs] Using existing ca certificate authority
I1105 17:47:16.355910 285958 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I1105 17:47:16.899212 285958 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I1105 17:47:17.316557 285958 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I1105 17:47:18.092012 285958 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I1105 17:47:18.343114 285958 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I1105 17:47:18.892066 285958 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I1105 17:47:18.892399 285958 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-638421 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1105 17:47:19.304773 285958 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I1105 17:47:19.305110 285958 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-638421 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1105 17:47:19.681655 285958 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I1105 17:47:20.165817 285958 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I1105 17:47:20.341606 285958 kubeadm.go:310] [certs] Generating "sa" key and public key
I1105 17:47:20.341939 285958 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1105 17:47:21.057527 285958 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I1105 17:47:21.648347 285958 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I1105 17:47:22.357901 285958 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1105 17:47:22.621691 285958 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1105 17:47:22.926682 285958 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1105 17:47:22.927502 285958 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1105 17:47:22.932509 285958 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1105 17:47:22.934214 285958 out.go:235] - Booting up control plane ...
I1105 17:47:22.934311 285958 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1105 17:47:22.934388 285958 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1105 17:47:22.935474 285958 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1105 17:47:22.944765 285958 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1105 17:47:22.951090 285958 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1105 17:47:22.951145 285958 kubeadm.go:310] [kubelet-start] Starting the kubelet
I1105 17:47:23.044002 285958 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I1105 17:47:23.044138 285958 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I1105 17:47:24.045502 285958 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001636577s
I1105 17:47:24.045593 285958 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I1105 17:47:30.047912 285958 kubeadm.go:310] [api-check] The API server is healthy after 6.002383879s
I1105 17:47:30.069330 285958 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1105 17:47:30.085527 285958 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1105 17:47:30.115355 285958 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I1105 17:47:30.115560 285958 kubeadm.go:310] [mark-control-plane] Marking the node addons-638421 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1105 17:47:30.127547 285958 kubeadm.go:310] [bootstrap-token] Using token: rsv0a1.q27lp5o52vrw8wgr
I1105 17:47:30.130380 285958 out.go:235] - Configuring RBAC rules ...
I1105 17:47:30.130535 285958 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1105 17:47:30.134622 285958 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1105 17:47:30.143923 285958 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
I1105 17:47:30.150003 285958 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1105 17:47:30.154238 285958 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1105 17:47:30.158158 285958 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1105 17:47:30.454634 285958 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1105 17:47:30.931775 285958 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I1105 17:47:31.454571 285958 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I1105 17:47:31.455604 285958 kubeadm.go:310]
I1105 17:47:31.455683 285958 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I1105 17:47:31.455690 285958 kubeadm.go:310]
I1105 17:47:31.455767 285958 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I1105 17:47:31.455771 285958 kubeadm.go:310]
I1105 17:47:31.455797 285958 kubeadm.go:310] mkdir -p $HOME/.kube
I1105 17:47:31.455862 285958 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1105 17:47:31.455914 285958 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1105 17:47:31.455919 285958 kubeadm.go:310]
I1105 17:47:31.455972 285958 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I1105 17:47:31.455977 285958 kubeadm.go:310]
I1105 17:47:31.456024 285958 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I1105 17:47:31.456032 285958 kubeadm.go:310]
I1105 17:47:31.456083 285958 kubeadm.go:310] You should now deploy a pod network to the cluster.
I1105 17:47:31.456158 285958 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1105 17:47:31.456227 285958 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1105 17:47:31.456231 285958 kubeadm.go:310]
I1105 17:47:31.456314 285958 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I1105 17:47:31.456391 285958 kubeadm.go:310] and service account keys on each node and then running the following as root:
I1105 17:47:31.456396 285958 kubeadm.go:310]
I1105 17:47:31.456479 285958 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token rsv0a1.q27lp5o52vrw8wgr \
I1105 17:47:31.456583 285958 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:4e7145c6c1814668d016f7eaa1b0396fc58dc6956712e65f29fc86a3e27d67eb \
I1105 17:47:31.456622 285958 kubeadm.go:310] --control-plane
I1105 17:47:31.456628 285958 kubeadm.go:310]
I1105 17:47:31.456713 285958 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I1105 17:47:31.456717 285958 kubeadm.go:310]
I1105 17:47:31.456803 285958 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token rsv0a1.q27lp5o52vrw8wgr \
I1105 17:47:31.456906 285958 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:4e7145c6c1814668d016f7eaa1b0396fc58dc6956712e65f29fc86a3e27d67eb
I1105 17:47:31.461045 285958 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-1071-aws\n", err: exit status 1
I1105 17:47:31.461159 285958 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1105 17:47:31.461175 285958 cni.go:84] Creating CNI manager for ""
I1105 17:47:31.461184 285958 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1105 17:47:31.464098 285958 out.go:177] * Configuring CNI (Container Networking Interface) ...
I1105 17:47:31.466997 285958 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1105 17:47:31.470722 285958 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.2/kubectl ...
I1105 17:47:31.470744 285958 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I1105 17:47:31.488265 285958 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
I1105 17:47:31.763631 285958 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1105 17:47:31.763768 285958 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
I1105 17:47:31.763852 285958 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-638421 minikube.k8s.io/updated_at=2024_11_05T17_47_31_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=47b0afc9e70653f81ca813437c4c46b74450b911 minikube.k8s.io/name=addons-638421 minikube.k8s.io/primary=true
I1105 17:47:31.771708 285958 ops.go:34] apiserver oom_adj: -16
I1105 17:47:31.897543 285958 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1105 17:47:32.398359 285958 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1105 17:47:32.898411 285958 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1105 17:47:33.398331 285958 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1105 17:47:33.898202 285958 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1105 17:47:34.398282 285958 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1105 17:47:34.897726 285958 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1105 17:47:35.397920 285958 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1105 17:47:35.898506 285958 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1105 17:47:35.989022 285958 kubeadm.go:1113] duration metric: took 4.225299232s to wait for elevateKubeSystemPrivileges
I1105 17:47:35.989051 285958 kubeadm.go:394] duration metric: took 19.896984389s to StartCluster
I1105 17:47:35.989068 285958 settings.go:142] acquiring lock: {Name:mk4446dbaea3bd85b9adc705341ee771323ec865 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:35.989199 285958 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19910-279806/kubeconfig
I1105 17:47:35.990064 285958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19910-279806/kubeconfig: {Name:mk94e1e77f14516629f7a9763439bf1ac2a3fdbd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1105 17:47:35.993401 285958 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}
I1105 17:47:35.993835 285958 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"
I1105 17:47:35.994240 285958 config.go:182] Loaded profile config "addons-638421": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1105 17:47:35.994293 285958 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]
I1105 17:47:35.994380 285958 addons.go:69] Setting yakd=true in profile "addons-638421"
I1105 17:47:35.994408 285958 addons.go:234] Setting addon yakd=true in "addons-638421"
I1105 17:47:35.994436 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:35.994926 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:35.995201 285958 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-638421"
I1105 17:47:35.995219 285958 addons.go:234] Setting addon amd-gpu-device-plugin=true in "addons-638421"
I1105 17:47:35.995245 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:35.995629 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:35.996250 285958 addons.go:69] Setting cloud-spanner=true in profile "addons-638421"
I1105 17:47:35.996274 285958 addons.go:234] Setting addon cloud-spanner=true in "addons-638421"
I1105 17:47:35.996299 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:35.996731 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.003798 285958 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-638421"
I1105 17:47:36.003868 285958 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-638421"
I1105 17:47:36.003902 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.004404 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.004774 285958 out.go:177] * Verifying Kubernetes components...
I1105 17:47:36.007210 285958 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-638421"
I1105 17:47:36.007246 285958 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-638421"
I1105 17:47:36.007286 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.012923 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.013129 285958 addons.go:69] Setting registry=true in profile "addons-638421"
I1105 17:47:36.013178 285958 addons.go:234] Setting addon registry=true in "addons-638421"
I1105 17:47:36.013229 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.013716 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.021146 285958 addons.go:69] Setting default-storageclass=true in profile "addons-638421"
I1105 17:47:36.021175 285958 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-638421"
I1105 17:47:36.021499 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.029011 285958 addons.go:69] Setting storage-provisioner=true in profile "addons-638421"
I1105 17:47:36.029053 285958 addons.go:234] Setting addon storage-provisioner=true in "addons-638421"
I1105 17:47:36.029088 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.029552 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.044836 285958 addons.go:69] Setting gcp-auth=true in profile "addons-638421"
I1105 17:47:36.044869 285958 mustload.go:65] Loading cluster: addons-638421
I1105 17:47:36.045063 285958 config.go:182] Loaded profile config "addons-638421": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1105 17:47:36.045305 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.063111 285958 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-638421"
I1105 17:47:36.063194 285958 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-638421"
I1105 17:47:36.063574 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.063856 285958 addons.go:69] Setting ingress=true in profile "addons-638421"
I1105 17:47:36.063874 285958 addons.go:234] Setting addon ingress=true in "addons-638421"
I1105 17:47:36.063910 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.064284 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.092395 285958 addons.go:69] Setting ingress-dns=true in profile "addons-638421"
I1105 17:47:36.092424 285958 addons.go:234] Setting addon ingress-dns=true in "addons-638421"
I1105 17:47:36.092473 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.092950 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.105420 285958 addons.go:69] Setting volcano=true in profile "addons-638421"
I1105 17:47:36.105463 285958 addons.go:234] Setting addon volcano=true in "addons-638421"
I1105 17:47:36.105500 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.105962 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.110397 285958 addons.go:69] Setting inspektor-gadget=true in profile "addons-638421"
I1105 17:47:36.110424 285958 addons.go:234] Setting addon inspektor-gadget=true in "addons-638421"
I1105 17:47:36.110461 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.110912 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.127909 285958 addons.go:69] Setting metrics-server=true in profile "addons-638421"
I1105 17:47:36.127938 285958 addons.go:234] Setting addon metrics-server=true in "addons-638421"
I1105 17:47:36.127975 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.128429 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.138630 285958 addons.go:69] Setting volumesnapshots=true in profile "addons-638421"
I1105 17:47:36.138664 285958 addons.go:234] Setting addon volumesnapshots=true in "addons-638421"
I1105 17:47:36.138723 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.139193 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.156122 285958 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1105 17:47:36.163572 285958 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I1105 17:47:36.166490 285958 addons.go:431] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1105 17:47:36.166513 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I1105 17:47:36.166624 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.253238 285958 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.25
I1105 17:47:36.253579 285958 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 -"
I1105 17:47:36.255802 285958 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I1105 17:47:36.255983 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1105 17:47:36.256156 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.270952 285958 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
I1105 17:47:36.271119 285958 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1105 17:47:36.275006 285958 out.go:177] - Using image docker.io/registry:2.8.3
I1105 17:47:36.278006 285958 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I1105 17:47:36.278648 285958 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I1105 17:47:36.278665 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I1105 17:47:36.278730 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.281564 285958 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-638421"
I1105 17:47:36.281607 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.282015 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
W1105 17:47:36.284923 285958 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I1105 17:47:36.285029 285958 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I1105 17:47:36.285101 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.288804 285958 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1105 17:47:36.289653 285958 addons.go:234] Setting addon default-storageclass=true in "addons-638421"
I1105 17:47:36.289682 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:36.290087 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:36.290233 285958 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1105 17:47:36.290440 285958 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.33.0
I1105 17:47:36.305885 285958 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
I1105 17:47:36.313355 285958 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1105 17:47:36.313378 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1105 17:47:36.313438 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.313585 285958 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I1105 17:47:36.313749 285958 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I1105 17:47:36.313759 285958 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I1105 17:47:36.313800 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.318224 285958 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
I1105 17:47:36.318469 285958 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1105 17:47:36.318484 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1105 17:47:36.318536 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.322284 285958 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I1105 17:47:36.322305 285958 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I1105 17:47:36.322378 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.331771 285958 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1105 17:47:36.331794 285958 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1105 17:47:36.331855 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.346251 285958 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1105 17:47:36.346276 285958 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1105 17:47:36.346342 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.350374 285958 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1105 17:47:36.350403 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I1105 17:47:36.350465 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.365104 285958 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1105 17:47:36.368741 285958 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1105 17:47:36.370854 285958 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1105 17:47:36.373152 285958 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1105 17:47:36.376920 285958 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1105 17:47:36.376945 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I1105 17:47:36.377012 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.377199 285958 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1105 17:47:36.387932 285958 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1105 17:47:36.392425 285958 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1105 17:47:36.421407 285958 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1105 17:47:36.425022 285958 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1105 17:47:36.427264 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.428667 285958 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1105 17:47:36.428691 285958 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1105 17:47:36.428753 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.429250 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.481663 285958 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I1105 17:47:36.481741 285958 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1105 17:47:36.481837 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.507850 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.523526 285958 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1105 17:47:36.528177 285958 out.go:177] - Using image docker.io/busybox:stable
I1105 17:47:36.534271 285958 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1105 17:47:36.534300 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1105 17:47:36.534372 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:36.536693 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.567122 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.575846 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.584845 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.585612 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.585732 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.595438 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.600689 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
W1105 17:47:36.602331 285958 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1105 17:47:36.602356 285958 retry.go:31] will retry after 308.370699ms: ssh: handshake failed: EOF
I1105 17:47:36.608800 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.627581 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
W1105 17:47:36.629425 285958 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1105 17:47:36.629451 285958 retry.go:31] will retry after 317.71354ms: ssh: handshake failed: EOF
I1105 17:47:36.648779 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:36.816392 285958 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
I1105 17:47:36.861685 285958 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1105 17:47:36.883858 285958 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
I1105 17:47:36.890675 285958 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I1105 17:47:36.890701 285958 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1105 17:47:36.968860 285958 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I1105 17:47:36.968891 285958 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I1105 17:47:36.975902 285958 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I1105 17:47:36.975925 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1105 17:47:37.005390 285958 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
I1105 17:47:37.009797 285958 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
I1105 17:47:37.047570 285958 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1105 17:47:37.047646 285958 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1105 17:47:37.057609 285958 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1105 17:47:37.057635 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1105 17:47:37.090752 285958 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
I1105 17:47:37.114852 285958 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1105 17:47:37.114878 285958 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1105 17:47:37.127837 285958 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
I1105 17:47:37.133138 285958 addons.go:431] installing /etc/kubernetes/addons/ig-deployment.yaml
I1105 17:47:37.133161 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14451 bytes)
I1105 17:47:37.137825 285958 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
I1105 17:47:37.156172 285958 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I1105 17:47:37.156195 285958 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I1105 17:47:37.180478 285958 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1105 17:47:37.180509 285958 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1105 17:47:37.194979 285958 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1105 17:47:37.195009 285958 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1105 17:47:37.279721 285958 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1105 17:47:37.279750 285958 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)
I1105 17:47:37.318028 285958 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
I1105 17:47:37.321284 285958 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I1105 17:47:37.321309 285958 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I1105 17:47:37.358544 285958 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
I1105 17:47:37.370080 285958 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1105 17:47:37.370107 285958 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1105 17:47:37.405079 285958 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1105 17:47:37.405107 285958 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1105 17:47:37.410080 285958 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
I1105 17:47:37.458380 285958 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1105 17:47:37.458423 285958 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1105 17:47:37.475543 285958 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I1105 17:47:37.475575 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I1105 17:47:37.533876 285958 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1105 17:47:37.533915 285958 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1105 17:47:37.568722 285958 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
I1105 17:47:37.581760 285958 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1105 17:47:37.581804 285958 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1105 17:47:37.674118 285958 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1105 17:47:37.674144 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1105 17:47:37.702915 285958 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
I1105 17:47:37.712158 285958 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1105 17:47:37.712197 285958 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1105 17:47:37.774962 285958 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
I1105 17:47:37.815972 285958 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1105 17:47:37.815996 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1105 17:47:37.949834 285958 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1105 17:47:37.949873 285958 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1105 17:47:38.009830 285958 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1105 17:47:38.009856 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1105 17:47:38.123769 285958 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1105 17:47:38.123801 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1105 17:47:38.212324 285958 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1105 17:47:38.212351 285958 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1105 17:47:38.287388 285958 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
I1105 17:47:38.525738 285958 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.272134647s)
I1105 17:47:38.525776 285958 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1105 17:47:40.112730 285958 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: (3.296284303s)
I1105 17:47:40.112790 285958 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.251082635s)
I1105 17:47:40.113712 285958 node_ready.go:35] waiting up to 6m0s for node "addons-638421" to be "Ready" ...
I1105 17:47:40.210419 285958 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-638421" context rescaled to 1 replicas
I1105 17:47:40.858898 285958 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.975003586s)
I1105 17:47:42.172274 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:47:43.000625 285958 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.995180215s)
I1105 17:47:43.000813 285958 addons.go:475] Verifying addon ingress=true in "addons-638421"
I1105 17:47:43.000837 285958 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: (5.872971503s)
I1105 17:47:43.000929 285958 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.863076106s)
I1105 17:47:43.000953 285958 addons.go:475] Verifying addon registry=true in "addons-638421"
I1105 17:47:43.000734 285958 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: (5.99091197s)
I1105 17:47:43.000787 285958 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: (5.909969776s)
I1105 17:47:43.001426 285958 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.683362299s)
I1105 17:47:43.001475 285958 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: (5.642908318s)
I1105 17:47:43.001525 285958 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.591423852s)
I1105 17:47:43.001676 285958 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.432923369s)
I1105 17:47:43.001690 285958 addons.go:475] Verifying addon metrics-server=true in "addons-638421"
I1105 17:47:43.001731 285958 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.298788469s)
I1105 17:47:43.003682 285958 out.go:177] * Verifying ingress addon...
I1105 17:47:43.003778 285958 out.go:177] * Verifying registry addon...
I1105 17:47:43.003834 285958 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-638421 service yakd-dashboard -n yakd-dashboard
I1105 17:47:43.006467 285958 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1105 17:47:43.008189 285958 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1105 17:47:43.035783 285958 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1105 17:47:43.035812 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W1105 17:47:43.055345 285958 out.go:270] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I1105 17:47:43.056432 285958 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1105 17:47:43.056452 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:43.116803 285958 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.341796752s)
W1105 17:47:43.116844 285958 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
I1105 17:47:43.116887 285958 retry.go:31] will retry after 255.002227ms: 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
I1105 17:47:43.315704 285958 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: (5.028263294s)
I1105 17:47:43.315794 285958 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-638421"
I1105 17:47:43.320304 285958 out.go:177] * Verifying csi-hostpath-driver addon...
I1105 17:47:43.323876 285958 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1105 17:47:43.334295 285958 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1105 17:47:43.334365 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:43.372993 285958 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
I1105 17:47:43.520254 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:43.521595 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:43.827884 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:44.011610 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:44.012295 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:44.327871 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:44.511171 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:44.513108 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:44.617005 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:47:44.827670 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:45.011750 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:45.013127 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:45.328480 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:45.510813 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:45.512540 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:45.832333 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:46.012586 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:46.014902 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:46.049040 285958 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.675987895s)
I1105 17:47:46.328243 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:46.511888 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:46.512947 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:46.617359 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:47:46.827348 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:47.010583 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:47.012548 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:47.030183 285958 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1105 17:47:47.030269 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:47.047719 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:47.146233 285958 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1105 17:47:47.164339 285958 addons.go:234] Setting addon gcp-auth=true in "addons-638421"
I1105 17:47:47.164403 285958 host.go:66] Checking if "addons-638421" exists ...
I1105 17:47:47.164899 285958 cli_runner.go:164] Run: docker container inspect addons-638421 --format={{.State.Status}}
I1105 17:47:47.187618 285958 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1105 17:47:47.187676 285958 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-638421
I1105 17:47:47.211580 285958 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33135 SSHKeyPath:/home/jenkins/minikube-integration/19910-279806/.minikube/machines/addons-638421/id_rsa Username:docker}
I1105 17:47:47.316058 285958 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1105 17:47:47.324266 285958 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I1105 17:47:47.327421 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:47.331960 285958 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1105 17:47:47.331987 285958 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1105 17:47:47.350260 285958 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1105 17:47:47.350283 285958 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1105 17:47:47.368208 285958 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1105 17:47:47.368229 285958 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I1105 17:47:47.386115 285958 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
I1105 17:47:47.512570 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:47.513265 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:47.830470 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:47.928919 285958 addons.go:475] Verifying addon gcp-auth=true in "addons-638421"
I1105 17:47:47.933449 285958 out.go:177] * Verifying gcp-auth addon...
I1105 17:47:47.937071 285958 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1105 17:47:47.942134 285958 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1105 17:47:47.942192 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:48.042967 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:48.043819 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:48.327719 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:48.440810 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:48.511006 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:48.511638 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:48.827772 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:48.940336 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:49.010709 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:49.011926 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:49.116709 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:47:49.328079 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:49.440342 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:49.510786 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:49.511999 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:49.827541 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:49.940129 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:50.012396 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:50.012641 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:50.328255 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:50.441154 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:50.511105 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:50.511657 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:50.828086 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:50.940600 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:51.012260 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:51.013072 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:51.117573 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:47:51.327645 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:51.440922 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:51.510825 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:51.511543 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:51.829139 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:51.940734 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:52.011742 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:52.012924 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:52.327912 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:52.440588 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:52.510998 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:52.512219 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:52.827258 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:52.940834 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:53.010790 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:53.011838 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:53.327341 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:53.440646 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:53.511491 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:53.511490 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:53.617584 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:47:53.828195 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:53.940928 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:54.011669 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:54.013357 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:54.327009 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:54.440676 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:54.510334 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:54.511719 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:54.827926 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:54.939937 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:55.010848 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:55.012337 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:55.327608 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:55.440204 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:55.511666 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:55.512968 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:55.828004 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:55.940260 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:56.011260 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:56.011685 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:56.117542 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:47:56.327635 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:56.440325 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:56.510728 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:56.513772 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:56.827882 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:56.940947 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:57.011394 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:57.011648 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:57.327991 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:57.440530 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:57.510492 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:57.512121 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:57.828375 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:57.941729 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:58.012254 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:58.013503 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:58.117642 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:47:58.328560 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:58.441114 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:58.511342 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:58.513019 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:58.827301 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:58.941013 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:59.011204 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:59.011554 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:59.327392 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:59.440632 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:47:59.510797 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:47:59.511707 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:47:59.827761 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:47:59.940959 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:00.042819 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:00.044680 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:00.118404 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:48:00.327868 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:00.440681 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:00.510721 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:00.512303 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:00.827450 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:00.940713 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:01.011078 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:01.012280 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:01.328043 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:01.440510 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:01.513038 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:01.518656 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:01.828284 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:01.940681 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:02.011217 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:02.012391 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:02.328216 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:02.440649 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:02.512098 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:02.512349 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:02.617551 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:48:02.828777 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:02.941147 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:03.010404 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:03.012802 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:03.327820 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:03.440325 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:03.511311 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:03.512011 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:03.829624 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:03.940803 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:04.011207 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:04.012258 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:04.327904 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:04.442150 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:04.510872 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:04.512687 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:04.826914 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:04.940529 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:05.011332 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:05.012071 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:05.117340 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:48:05.330252 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:05.440541 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:05.512036 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:05.514146 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:05.827774 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:05.940558 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:06.010539 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:06.013067 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:06.328086 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:06.440707 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:06.510264 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:06.512822 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:06.827376 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:06.941418 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:07.011058 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:07.012307 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:07.117828 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:48:07.327059 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:07.440051 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:07.510355 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:07.511671 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:07.827838 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:07.941181 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:08.010965 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:08.012529 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:08.326975 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:08.441048 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:08.510450 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:08.512005 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:08.827555 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:08.941184 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:09.010864 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:09.012156 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:09.328025 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:09.440673 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:09.510272 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:09.511692 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:09.617442 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:48:09.827390 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:09.940801 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:10.011042 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:10.012596 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:10.328301 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:10.440485 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:10.510132 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:10.512648 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:10.827512 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:10.940274 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:11.010716 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:11.011217 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:11.327907 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:11.440874 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:11.513465 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:11.514475 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:11.827818 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:11.940397 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:12.010836 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:12.013090 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:12.116808 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:48:12.327162 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:12.440582 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:12.510508 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:12.511899 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:12.828075 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:12.940072 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:13.011307 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:13.011485 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:13.327697 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:13.440277 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:13.511412 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:13.512013 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:13.827173 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:13.940846 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:14.011342 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:14.012471 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:14.117452 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:48:14.327492 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:14.441135 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:14.510799 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:14.512243 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:14.827869 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:14.940583 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:15.010886 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:15.012979 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:15.327501 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:15.440891 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:15.511130 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:15.511175 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:15.827674 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:15.940807 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:16.010777 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:16.012167 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:16.117644 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:48:16.327727 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:16.440886 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:16.510879 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:16.512150 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:16.827159 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:16.940331 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:17.010883 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:17.012031 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:17.327885 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:17.441214 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:17.510962 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:17.512161 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:17.827922 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:17.940378 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:18.010836 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:18.011541 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:18.328095 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:18.440580 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:18.510990 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:18.511353 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:18.617206 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:48:18.827973 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:18.941364 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:19.011807 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:19.012848 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:19.327683 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:19.441149 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:19.510950 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:19.511991 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:19.828005 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:19.941917 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:20.011735 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:20.013175 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:20.327710 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:20.440685 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:20.510847 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:20.512733 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:20.617474 285958 node_ready.go:53] node "addons-638421" has status "Ready":"False"
I1105 17:48:20.827808 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:20.941064 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:21.010951 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:21.011831 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:21.327667 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:21.440958 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:21.511595 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:21.512315 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:21.827152 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:21.940868 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:22.010372 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:22.012844 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:22.327560 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:22.441047 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:22.511193 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:22.511996 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:22.634241 285958 node_ready.go:49] node "addons-638421" has status "Ready":"True"
I1105 17:48:22.634267 285958 node_ready.go:38] duration metric: took 42.520529112s for node "addons-638421" to be "Ready" ...
I1105 17:48:22.634279 285958 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" ...
I1105 17:48:22.657774 285958 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-fc54b" in "kube-system" namespace to be "Ready" ...
I1105 17:48:22.832590 285958 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1105 17:48:22.832639 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:23.069865 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:23.070777 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:23.106850 285958 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1105 17:48:23.106877 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:23.337024 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:23.443489 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:23.544434 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:23.546163 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:23.833966 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:23.940500 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:24.011993 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:24.012934 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:24.164722 285958 pod_ready.go:93] pod "coredns-7c65d6cfc9-fc54b" in "kube-system" namespace has status "Ready":"True"
I1105 17:48:24.164753 285958 pod_ready.go:82] duration metric: took 1.506952096s for pod "coredns-7c65d6cfc9-fc54b" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.164776 285958 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-638421" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.170006 285958 pod_ready.go:93] pod "etcd-addons-638421" in "kube-system" namespace has status "Ready":"True"
I1105 17:48:24.170032 285958 pod_ready.go:82] duration metric: took 5.247173ms for pod "etcd-addons-638421" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.170047 285958 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-638421" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.175621 285958 pod_ready.go:93] pod "kube-apiserver-addons-638421" in "kube-system" namespace has status "Ready":"True"
I1105 17:48:24.175643 285958 pod_ready.go:82] duration metric: took 5.588186ms for pod "kube-apiserver-addons-638421" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.175656 285958 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-638421" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.181204 285958 pod_ready.go:93] pod "kube-controller-manager-addons-638421" in "kube-system" namespace has status "Ready":"True"
I1105 17:48:24.181225 285958 pod_ready.go:82] duration metric: took 5.560888ms for pod "kube-controller-manager-addons-638421" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.181240 285958 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-rjktl" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.218573 285958 pod_ready.go:93] pod "kube-proxy-rjktl" in "kube-system" namespace has status "Ready":"True"
I1105 17:48:24.218596 285958 pod_ready.go:82] duration metric: took 37.349287ms for pod "kube-proxy-rjktl" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.218609 285958 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-638421" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.329052 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:24.441381 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:24.510564 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:24.512309 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:24.617858 285958 pod_ready.go:93] pod "kube-scheduler-addons-638421" in "kube-system" namespace has status "Ready":"True"
I1105 17:48:24.617890 285958 pod_ready.go:82] duration metric: took 399.27329ms for pod "kube-scheduler-addons-638421" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.617903 285958 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace to be "Ready" ...
I1105 17:48:24.828967 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:24.940551 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:25.012060 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:25.012446 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:25.329031 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:25.440958 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:25.511879 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:25.515141 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:25.829751 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:25.941570 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:26.014944 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:26.015772 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:26.330313 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:26.441337 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:26.516239 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:26.522179 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:26.624678 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:26.828264 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:26.940798 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:27.012426 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:27.014296 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:27.332926 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:27.441277 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:27.511561 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:27.512858 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:27.829059 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:27.941679 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:28.011998 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:28.015644 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:28.329782 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:28.441893 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:28.513553 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:28.515812 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:28.625263 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:28.829277 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:28.941310 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:29.013458 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:29.015724 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:29.329275 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:29.441060 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:29.512257 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:29.513393 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:29.829778 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:29.941705 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:30.044735 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:30.046485 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:30.330138 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:30.441666 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:30.514398 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:30.517837 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:30.830025 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:30.941780 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:31.012458 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:31.015026 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:31.124583 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:31.330028 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:31.448295 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:31.512037 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:31.512655 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:31.828360 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:31.940015 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:32.011467 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:32.012685 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:32.329280 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:32.440451 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:32.510758 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:32.513174 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:32.829390 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:32.940717 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:33.011926 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:33.013372 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:33.132890 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:33.330399 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:33.440902 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:33.512648 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:33.514792 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:33.829964 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:33.941161 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:34.014174 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:34.016690 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:34.331103 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:34.441283 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:34.514114 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:34.516630 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:34.829471 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:34.941615 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:35.014143 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:35.015543 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:35.331020 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:35.443332 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:35.514057 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:35.522056 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:35.624569 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:35.830672 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:35.941785 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:36.013341 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:36.015550 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:36.331397 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:36.445796 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:36.512191 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:36.514760 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:36.829942 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:36.940857 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:37.011915 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:37.013293 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:37.329305 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:37.441811 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:37.513006 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:37.514044 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:37.624671 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:37.833082 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:37.942301 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:38.011404 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:38.013727 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:38.328831 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:38.440840 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:38.512715 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:38.513352 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:38.829724 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:38.942235 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:39.013528 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:39.015356 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:39.329635 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:39.441623 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:39.512957 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:39.515737 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:39.625524 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:39.831491 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:39.941118 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:40.015616 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:40.017737 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:40.329963 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:40.440957 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:40.518012 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:40.520694 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:40.829382 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:40.940989 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:41.010637 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:41.014826 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:41.334993 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:41.469161 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:41.570672 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:41.572012 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:41.627249 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:41.829487 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:41.940311 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:42.043652 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:42.044314 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:42.329012 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:42.441455 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:42.510325 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:42.512192 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:42.828813 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:42.940600 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:43.026584 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:43.028721 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:43.328554 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:43.441252 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:43.517514 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:43.518750 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:43.829138 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:43.957803 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:44.013741 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:44.015073 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:44.125777 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:44.329226 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:44.441256 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:44.513020 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:44.514858 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:44.830089 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:44.941004 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:45.011185 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:45.013204 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:45.328627 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:45.440657 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:45.514860 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:45.515795 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:45.829785 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:45.954806 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:46.029756 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:46.030133 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:46.333377 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:46.462710 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:46.511299 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:46.512889 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:46.624398 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:46.828710 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:46.940721 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:47.012135 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:47.013129 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:47.329031 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:47.441531 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:47.512452 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:47.514409 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:47.839907 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:47.940476 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:48.012201 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:48.014457 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:48.329592 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:48.442166 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:48.513561 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:48.514398 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:48.628570 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:48.829527 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:48.940185 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:49.011436 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:49.012187 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:49.329146 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:49.446800 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:49.545327 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:49.545681 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:49.829696 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:49.940824 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:50.012811 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:50.014030 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:50.330479 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:50.441292 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:50.511125 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:50.513491 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:50.829096 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:50.941148 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:51.014969 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:51.017078 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:51.125441 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:51.329804 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:51.441428 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:51.510572 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:51.511909 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:51.828686 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:51.941614 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:52.012352 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:52.013613 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:52.328913 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:52.441002 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:52.511651 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:52.512560 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:52.828764 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:52.940511 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:53.010657 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:53.012374 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:53.330422 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:53.440477 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:53.511233 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:53.512816 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:53.624228 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:53.829520 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:53.941051 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:54.013923 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:54.016929 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:54.329122 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:54.441487 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:54.522254 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:54.524417 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:54.829162 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:54.941529 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:55.016075 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:55.018402 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:55.329913 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:55.441010 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:55.513324 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:55.514369 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:55.625034 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:55.829913 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:55.940398 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:56.012919 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:56.014118 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:56.329407 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:56.441231 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:56.513277 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:56.515801 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:56.828652 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:56.941194 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:57.013327 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:57.014895 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:57.330886 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:57.441235 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:57.511603 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:57.513995 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:57.625752 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:48:57.830132 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:57.941185 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:58.013635 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:58.015335 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:58.329044 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:58.441291 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:58.512862 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:58.515091 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:58.829446 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:58.941268 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:59.013738 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:59.015319 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:59.330070 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:59.440993 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:48:59.515627 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:48:59.516198 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:48:59.829607 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:48:59.941235 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:00.030341 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:00.031926 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:00.130848 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:00.329838 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:00.440566 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:00.512718 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:00.514384 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:00.829282 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:00.941435 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:01.012452 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:01.013661 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:01.330137 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:01.440773 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:01.511655 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:01.517422 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:01.830949 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:01.941279 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:02.012467 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:02.015097 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:02.333414 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:02.441811 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:02.513194 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:02.514824 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:02.625962 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:02.829068 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:02.941133 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:03.012010 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:03.014279 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:03.330388 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:03.443420 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:03.511201 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:03.513399 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:03.830112 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:03.940814 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:04.012535 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:04.014753 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:04.329465 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:04.441214 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:04.541933 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:04.543932 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:04.828727 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:04.940818 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:05.011318 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:05.012946 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:05.126597 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:05.328796 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:05.440421 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:05.512227 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:05.513539 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:05.829073 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:05.940177 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:06.011512 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:06.013406 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:06.329560 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:06.440863 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:06.511296 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:06.513093 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:06.829431 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:06.940664 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:07.011311 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:07.013244 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:07.331507 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:07.441043 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:07.513595 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:07.514826 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:07.625143 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:07.830835 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:07.941737 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:08.020798 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:08.022782 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:08.330310 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:08.450055 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:08.511287 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:08.512009 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:08.829433 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:08.940774 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:09.011522 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:09.013225 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1105 17:49:09.330420 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:09.440072 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:09.511855 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:09.516591 285958 kapi.go:107] duration metric: took 1m26.508396466s to wait for kubernetes.io/minikube-addons=registry ...
I1105 17:49:09.627033 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:09.829714 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:09.940773 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:10.011476 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:10.329961 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:10.441095 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:10.510696 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:10.828013 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:10.940405 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:11.010956 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:11.328962 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:11.443384 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:11.512373 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:11.830137 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:11.941709 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:12.011282 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:12.125262 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:12.341700 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:12.441474 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:12.511526 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:12.842462 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:12.941042 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:13.011362 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:13.330382 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:13.441517 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:13.511927 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:13.829887 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:13.941392 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:14.021656 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:14.126633 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:14.328981 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:14.440251 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:14.510853 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:14.828673 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:14.940747 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:15.011888 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:15.329548 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:15.441165 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:15.511656 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:15.829876 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:15.941932 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:16.012537 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:16.127190 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:16.329522 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:16.441370 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:16.510834 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:16.829174 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:16.942258 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:17.012562 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:17.329307 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:17.441836 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:17.511233 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:17.829563 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:17.942064 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:18.011964 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:18.328670 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:18.441557 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:18.511082 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:18.626188 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:18.829154 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:18.940766 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:19.011557 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:19.330040 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:19.440876 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:19.510988 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:19.830217 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:19.941676 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:20.043189 285958 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1105 17:49:20.328914 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:20.441831 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:20.511075 285958 kapi.go:107] duration metric: took 1m37.504610248s to wait for app.kubernetes.io/name=ingress-nginx ...
I1105 17:49:20.627838 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:20.834509 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:20.941083 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:21.328962 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:21.477208 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:21.834316 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:21.943517 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:22.328957 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:22.441604 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:22.829454 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:22.940784 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:23.125409 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:23.328810 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:23.441499 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:23.830180 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:23.940645 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:24.330052 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:24.448240 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:24.852432 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:24.941396 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:25.125853 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:25.330361 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:25.441494 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:25.828681 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:25.940867 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:26.329073 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:26.440422 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:26.829454 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:26.940980 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:27.126393 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:27.331898 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:27.441163 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:27.839656 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:27.940502 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:28.329665 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:28.441932 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:28.828532 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:28.941028 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1105 17:49:29.329733 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:29.441536 285958 kapi.go:107] duration metric: took 1m41.504466783s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1105 17:49:29.444196 285958 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-638421 cluster.
I1105 17:49:29.446837 285958 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.
I1105 17:49:29.449465 285958 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1105 17:49:29.627083 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:29.830150 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:30.329648 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:30.829574 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:31.328954 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:31.828477 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:32.130733 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:32.330699 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:32.829287 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:33.329333 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:33.832213 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:34.329396 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:34.625644 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:34.839454 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:35.328801 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:35.828827 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:36.330234 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:36.632072 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:36.830884 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:37.334121 285958 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1105 17:49:37.830079 285958 kapi.go:107] duration metric: took 1m54.506199764s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1105 17:49:37.833001 285958 out.go:177] * Enabled addons: amd-gpu-device-plugin, cloud-spanner, nvidia-device-plugin, ingress-dns, inspektor-gadget, storage-provisioner, metrics-server, yakd, default-storageclass, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I1105 17:49:37.835695 285958 addons.go:510] duration metric: took 2m1.841406106s for enable addons: enabled=[amd-gpu-device-plugin cloud-spanner nvidia-device-plugin ingress-dns inspektor-gadget storage-provisioner metrics-server yakd default-storageclass volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I1105 17:49:39.124531 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:41.124722 285958 pod_ready.go:103] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"False"
I1105 17:49:43.624811 285958 pod_ready.go:93] pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace has status "Ready":"True"
I1105 17:49:43.624841 285958 pod_ready.go:82] duration metric: took 1m19.006929434s for pod "metrics-server-84c5f94fbc-jnqlj" in "kube-system" namespace to be "Ready" ...
I1105 17:49:43.624856 285958 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-sms7j" in "kube-system" namespace to be "Ready" ...
I1105 17:49:43.630303 285958 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-sms7j" in "kube-system" namespace has status "Ready":"True"
I1105 17:49:43.630331 285958 pod_ready.go:82] duration metric: took 5.466488ms for pod "nvidia-device-plugin-daemonset-sms7j" in "kube-system" namespace to be "Ready" ...
I1105 17:49:43.630357 285958 pod_ready.go:39] duration metric: took 1m20.996057398s 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" ...
I1105 17:49:43.630373 285958 api_server.go:52] waiting for apiserver process to appear ...
I1105 17:49:43.630406 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1105 17:49:43.630471 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1105 17:49:43.690319 285958 cri.go:89] found id: "0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a"
I1105 17:49:43.690387 285958 cri.go:89] found id: ""
I1105 17:49:43.690402 285958 logs.go:282] 1 containers: [0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a]
I1105 17:49:43.690459 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:43.694572 285958 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1105 17:49:43.694687 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1105 17:49:43.736655 285958 cri.go:89] found id: "5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0"
I1105 17:49:43.736681 285958 cri.go:89] found id: ""
I1105 17:49:43.736690 285958 logs.go:282] 1 containers: [5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0]
I1105 17:49:43.736750 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:43.740097 285958 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1105 17:49:43.740224 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1105 17:49:43.777683 285958 cri.go:89] found id: "cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f"
I1105 17:49:43.777705 285958 cri.go:89] found id: ""
I1105 17:49:43.777713 285958 logs.go:282] 1 containers: [cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f]
I1105 17:49:43.777767 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:43.781205 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1105 17:49:43.781276 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1105 17:49:43.826877 285958 cri.go:89] found id: "c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c"
I1105 17:49:43.826900 285958 cri.go:89] found id: ""
I1105 17:49:43.826909 285958 logs.go:282] 1 containers: [c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c]
I1105 17:49:43.826986 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:43.830523 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1105 17:49:43.830611 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1105 17:49:43.875899 285958 cri.go:89] found id: "4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f"
I1105 17:49:43.875980 285958 cri.go:89] found id: ""
I1105 17:49:43.876003 285958 logs.go:282] 1 containers: [4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f]
I1105 17:49:43.876093 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:43.879686 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1105 17:49:43.879780 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1105 17:49:43.918382 285958 cri.go:89] found id: "bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0"
I1105 17:49:43.918412 285958 cri.go:89] found id: ""
I1105 17:49:43.918426 285958 logs.go:282] 1 containers: [bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0]
I1105 17:49:43.918489 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:43.921996 285958 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1105 17:49:43.922068 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1105 17:49:43.960184 285958 cri.go:89] found id: "1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952"
I1105 17:49:43.960208 285958 cri.go:89] found id: ""
I1105 17:49:43.960217 285958 logs.go:282] 1 containers: [1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952]
I1105 17:49:43.960274 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:43.963882 285958 logs.go:123] Gathering logs for kube-scheduler [c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c] ...
I1105 17:49:43.963908 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c"
I1105 17:49:44.027704 285958 logs.go:123] Gathering logs for kube-proxy [4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f] ...
I1105 17:49:44.027735 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f"
I1105 17:49:44.076175 285958 logs.go:123] Gathering logs for kindnet [1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952] ...
I1105 17:49:44.076246 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952"
I1105 17:49:44.115998 285958 logs.go:123] Gathering logs for kubelet ...
I1105 17:49:44.116032 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1105 17:49:44.177532 285958 logs.go:138] Found kubelet problem: Nov 05 17:47:36 addons-638421 kubelet[1497]: W1105 17:47:36.418169 1497 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-638421' and this object
W1105 17:49:44.177768 285958 logs.go:138] Found kubelet problem: Nov 05 17:47:36 addons-638421 kubelet[1497]: E1105 17:47:36.418217 1497 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
W1105 17:49:44.204041 285958 logs.go:138] Found kubelet problem: Nov 05 17:48:22 addons-638421 kubelet[1497]: W1105 17:48:22.583617 1497 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-638421' and this object
W1105 17:49:44.204282 285958 logs.go:138] Found kubelet problem: Nov 05 17:48:22 addons-638421 kubelet[1497]: E1105 17:48:22.583667 1497 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
I1105 17:49:44.237909 285958 logs.go:123] Gathering logs for dmesg ...
I1105 17:49:44.237943 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1105 17:49:44.257082 285958 logs.go:123] Gathering logs for describe nodes ...
I1105 17:49:44.257111 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1105 17:49:44.434838 285958 logs.go:123] Gathering logs for coredns [cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f] ...
I1105 17:49:44.434871 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f"
I1105 17:49:44.485089 285958 logs.go:123] Gathering logs for container status ...
I1105 17:49:44.485120 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1105 17:49:44.535847 285958 logs.go:123] Gathering logs for kube-apiserver [0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a] ...
I1105 17:49:44.535878 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a"
I1105 17:49:44.613138 285958 logs.go:123] Gathering logs for etcd [5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0] ...
I1105 17:49:44.613173 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0"
I1105 17:49:44.666981 285958 logs.go:123] Gathering logs for kube-controller-manager [bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0] ...
I1105 17:49:44.667014 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0"
I1105 17:49:44.746061 285958 logs.go:123] Gathering logs for CRI-O ...
I1105 17:49:44.746097 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1105 17:49:44.844511 285958 out.go:358] Setting ErrFile to fd 2...
I1105 17:49:44.844547 285958 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1105 17:49:44.844615 285958 out.go:270] X Problems detected in kubelet:
W1105 17:49:44.844627 285958 out.go:270] Nov 05 17:47:36 addons-638421 kubelet[1497]: W1105 17:47:36.418169 1497 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-638421' and this object
W1105 17:49:44.844638 285958 out.go:270] Nov 05 17:47:36 addons-638421 kubelet[1497]: E1105 17:47:36.418217 1497 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
W1105 17:49:44.844645 285958 out.go:270] Nov 05 17:48:22 addons-638421 kubelet[1497]: W1105 17:48:22.583617 1497 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-638421' and this object
W1105 17:49:44.844652 285958 out.go:270] Nov 05 17:48:22 addons-638421 kubelet[1497]: E1105 17:48:22.583667 1497 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
I1105 17:49:44.844664 285958 out.go:358] Setting ErrFile to fd 2...
I1105 17:49:44.844671 285958 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1105 17:49:54.846654 285958 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1105 17:49:54.863106 285958 api_server.go:72] duration metric: took 2m18.86965892s to wait for apiserver process to appear ...
I1105 17:49:54.863135 285958 api_server.go:88] waiting for apiserver healthz status ...
I1105 17:49:54.863174 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1105 17:49:54.863237 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1105 17:49:54.900477 285958 cri.go:89] found id: "0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a"
I1105 17:49:54.900497 285958 cri.go:89] found id: ""
I1105 17:49:54.900505 285958 logs.go:282] 1 containers: [0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a]
I1105 17:49:54.900560 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:54.903993 285958 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1105 17:49:54.904060 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1105 17:49:54.941184 285958 cri.go:89] found id: "5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0"
I1105 17:49:54.941208 285958 cri.go:89] found id: ""
I1105 17:49:54.941217 285958 logs.go:282] 1 containers: [5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0]
I1105 17:49:54.941272 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:54.944714 285958 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1105 17:49:54.944788 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1105 17:49:54.986856 285958 cri.go:89] found id: "cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f"
I1105 17:49:54.986880 285958 cri.go:89] found id: ""
I1105 17:49:54.986888 285958 logs.go:282] 1 containers: [cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f]
I1105 17:49:54.986947 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:54.990528 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1105 17:49:54.990606 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1105 17:49:55.030564 285958 cri.go:89] found id: "c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c"
I1105 17:49:55.030589 285958 cri.go:89] found id: ""
I1105 17:49:55.030643 285958 logs.go:282] 1 containers: [c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c]
I1105 17:49:55.030720 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:55.034564 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1105 17:49:55.034654 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1105 17:49:55.075092 285958 cri.go:89] found id: "4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f"
I1105 17:49:55.075117 285958 cri.go:89] found id: ""
I1105 17:49:55.075126 285958 logs.go:282] 1 containers: [4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f]
I1105 17:49:55.075184 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:55.078865 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1105 17:49:55.078940 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1105 17:49:55.118682 285958 cri.go:89] found id: "bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0"
I1105 17:49:55.118705 285958 cri.go:89] found id: ""
I1105 17:49:55.118714 285958 logs.go:282] 1 containers: [bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0]
I1105 17:49:55.118769 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:55.122390 285958 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1105 17:49:55.122468 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1105 17:49:55.159824 285958 cri.go:89] found id: "1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952"
I1105 17:49:55.159847 285958 cri.go:89] found id: ""
I1105 17:49:55.159856 285958 logs.go:282] 1 containers: [1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952]
I1105 17:49:55.159915 285958 ssh_runner.go:195] Run: which crictl
I1105 17:49:55.163457 285958 logs.go:123] Gathering logs for dmesg ...
I1105 17:49:55.163483 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1105 17:49:55.179445 285958 logs.go:123] Gathering logs for etcd [5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0] ...
I1105 17:49:55.179473 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0"
I1105 17:49:55.234825 285958 logs.go:123] Gathering logs for kube-proxy [4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f] ...
I1105 17:49:55.234859 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f"
I1105 17:49:55.276024 285958 logs.go:123] Gathering logs for kindnet [1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952] ...
I1105 17:49:55.276050 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952"
I1105 17:49:55.320748 285958 logs.go:123] Gathering logs for CRI-O ...
I1105 17:49:55.320777 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1105 17:49:55.415558 285958 logs.go:123] Gathering logs for container status ...
I1105 17:49:55.415597 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1105 17:49:55.471921 285958 logs.go:123] Gathering logs for kubelet ...
I1105 17:49:55.471959 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1105 17:49:55.531460 285958 logs.go:138] Found kubelet problem: Nov 05 17:47:36 addons-638421 kubelet[1497]: W1105 17:47:36.418169 1497 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-638421' and this object
W1105 17:49:55.531692 285958 logs.go:138] Found kubelet problem: Nov 05 17:47:36 addons-638421 kubelet[1497]: E1105 17:47:36.418217 1497 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
W1105 17:49:55.557830 285958 logs.go:138] Found kubelet problem: Nov 05 17:48:22 addons-638421 kubelet[1497]: W1105 17:48:22.583617 1497 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-638421' and this object
W1105 17:49:55.558064 285958 logs.go:138] Found kubelet problem: Nov 05 17:48:22 addons-638421 kubelet[1497]: E1105 17:48:22.583667 1497 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
I1105 17:49:55.592228 285958 logs.go:123] Gathering logs for describe nodes ...
I1105 17:49:55.592254 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1105 17:49:55.723278 285958 logs.go:123] Gathering logs for kube-apiserver [0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a] ...
I1105 17:49:55.723315 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a"
I1105 17:49:55.791344 285958 logs.go:123] Gathering logs for coredns [cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f] ...
I1105 17:49:55.791376 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f"
I1105 17:49:55.832101 285958 logs.go:123] Gathering logs for kube-scheduler [c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c] ...
I1105 17:49:55.832130 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c"
I1105 17:49:55.874288 285958 logs.go:123] Gathering logs for kube-controller-manager [bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0] ...
I1105 17:49:55.874323 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0"
I1105 17:49:55.942310 285958 out.go:358] Setting ErrFile to fd 2...
I1105 17:49:55.942342 285958 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1105 17:49:55.942407 285958 out.go:270] X Problems detected in kubelet:
W1105 17:49:55.942418 285958 out.go:270] Nov 05 17:47:36 addons-638421 kubelet[1497]: W1105 17:47:36.418169 1497 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-638421' and this object
W1105 17:49:55.942427 285958 out.go:270] Nov 05 17:47:36 addons-638421 kubelet[1497]: E1105 17:47:36.418217 1497 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
W1105 17:49:55.942443 285958 out.go:270] Nov 05 17:48:22 addons-638421 kubelet[1497]: W1105 17:48:22.583617 1497 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-638421' and this object
W1105 17:49:55.942452 285958 out.go:270] Nov 05 17:48:22 addons-638421 kubelet[1497]: E1105 17:48:22.583667 1497 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
I1105 17:49:55.942465 285958 out.go:358] Setting ErrFile to fd 2...
I1105 17:49:55.942472 285958 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1105 17:50:05.943997 285958 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1105 17:50:05.954316 285958 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1105 17:50:05.955359 285958 api_server.go:141] control plane version: v1.31.2
I1105 17:50:05.955389 285958 api_server.go:131] duration metric: took 11.092246489s to wait for apiserver health ...
I1105 17:50:05.955399 285958 system_pods.go:43] waiting for kube-system pods to appear ...
I1105 17:50:05.955422 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1105 17:50:05.955486 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1105 17:50:05.995851 285958 cri.go:89] found id: "0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a"
I1105 17:50:05.995873 285958 cri.go:89] found id: ""
I1105 17:50:05.995882 285958 logs.go:282] 1 containers: [0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a]
I1105 17:50:05.995938 285958 ssh_runner.go:195] Run: which crictl
I1105 17:50:05.999482 285958 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1105 17:50:05.999567 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1105 17:50:06.038315 285958 cri.go:89] found id: "5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0"
I1105 17:50:06.038338 285958 cri.go:89] found id: ""
I1105 17:50:06.038347 285958 logs.go:282] 1 containers: [5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0]
I1105 17:50:06.038404 285958 ssh_runner.go:195] Run: which crictl
I1105 17:50:06.041930 285958 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1105 17:50:06.042048 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1105 17:50:06.085559 285958 cri.go:89] found id: "cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f"
I1105 17:50:06.085582 285958 cri.go:89] found id: ""
I1105 17:50:06.085591 285958 logs.go:282] 1 containers: [cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f]
I1105 17:50:06.085649 285958 ssh_runner.go:195] Run: which crictl
I1105 17:50:06.089348 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1105 17:50:06.089419 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1105 17:50:06.128403 285958 cri.go:89] found id: "c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c"
I1105 17:50:06.128428 285958 cri.go:89] found id: ""
I1105 17:50:06.128436 285958 logs.go:282] 1 containers: [c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c]
I1105 17:50:06.128501 285958 ssh_runner.go:195] Run: which crictl
I1105 17:50:06.132326 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1105 17:50:06.132406 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1105 17:50:06.175706 285958 cri.go:89] found id: "4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f"
I1105 17:50:06.175729 285958 cri.go:89] found id: ""
I1105 17:50:06.175737 285958 logs.go:282] 1 containers: [4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f]
I1105 17:50:06.175793 285958 ssh_runner.go:195] Run: which crictl
I1105 17:50:06.179314 285958 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1105 17:50:06.179388 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1105 17:50:06.222170 285958 cri.go:89] found id: "bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0"
I1105 17:50:06.222193 285958 cri.go:89] found id: ""
I1105 17:50:06.222202 285958 logs.go:282] 1 containers: [bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0]
I1105 17:50:06.222258 285958 ssh_runner.go:195] Run: which crictl
I1105 17:50:06.225638 285958 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1105 17:50:06.225708 285958 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1105 17:50:06.269890 285958 cri.go:89] found id: "1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952"
I1105 17:50:06.269912 285958 cri.go:89] found id: ""
I1105 17:50:06.269920 285958 logs.go:282] 1 containers: [1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952]
I1105 17:50:06.269978 285958 ssh_runner.go:195] Run: which crictl
I1105 17:50:06.273628 285958 logs.go:123] Gathering logs for coredns [cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f] ...
I1105 17:50:06.273657 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f"
I1105 17:50:06.312988 285958 logs.go:123] Gathering logs for kube-scheduler [c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c] ...
I1105 17:50:06.313022 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c"
I1105 17:50:06.364918 285958 logs.go:123] Gathering logs for kube-controller-manager [bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0] ...
I1105 17:50:06.364951 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bab636744f5f70fc09f4fb8f397ac96095d9a6c9795ef232e477967332c7e4a0"
I1105 17:50:06.434251 285958 logs.go:123] Gathering logs for kindnet [1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952] ...
I1105 17:50:06.434291 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952"
I1105 17:50:06.473656 285958 logs.go:123] Gathering logs for CRI-O ...
I1105 17:50:06.473685 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1105 17:50:06.572390 285958 logs.go:123] Gathering logs for container status ...
I1105 17:50:06.572427 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1105 17:50:06.640943 285958 logs.go:123] Gathering logs for describe nodes ...
I1105 17:50:06.640977 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1105 17:50:06.797333 285958 logs.go:123] Gathering logs for kube-apiserver [0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a] ...
I1105 17:50:06.797369 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a"
I1105 17:50:06.850355 285958 logs.go:123] Gathering logs for etcd [5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0] ...
I1105 17:50:06.850387 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0"
I1105 17:50:06.910877 285958 logs.go:123] Gathering logs for kube-proxy [4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f] ...
I1105 17:50:06.910910 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f"
I1105 17:50:06.949712 285958 logs.go:123] Gathering logs for kubelet ...
I1105 17:50:06.949741 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1105 17:50:07.003517 285958 logs.go:138] Found kubelet problem: Nov 05 17:47:36 addons-638421 kubelet[1497]: W1105 17:47:36.418169 1497 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-638421' and this object
W1105 17:50:07.003756 285958 logs.go:138] Found kubelet problem: Nov 05 17:47:36 addons-638421 kubelet[1497]: E1105 17:47:36.418217 1497 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
W1105 17:50:07.030068 285958 logs.go:138] Found kubelet problem: Nov 05 17:48:22 addons-638421 kubelet[1497]: W1105 17:48:22.583617 1497 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-638421' and this object
W1105 17:50:07.030310 285958 logs.go:138] Found kubelet problem: Nov 05 17:48:22 addons-638421 kubelet[1497]: E1105 17:48:22.583667 1497 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
I1105 17:50:07.065433 285958 logs.go:123] Gathering logs for dmesg ...
I1105 17:50:07.065462 285958 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1105 17:50:07.082079 285958 out.go:358] Setting ErrFile to fd 2...
I1105 17:50:07.082103 285958 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1105 17:50:07.082154 285958 out.go:270] X Problems detected in kubelet:
W1105 17:50:07.082171 285958 out.go:270] Nov 05 17:47:36 addons-638421 kubelet[1497]: W1105 17:47:36.418169 1497 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-638421' and this object
W1105 17:50:07.082178 285958 out.go:270] Nov 05 17:47:36 addons-638421 kubelet[1497]: E1105 17:47:36.418217 1497 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
W1105 17:50:07.082186 285958 out.go:270] Nov 05 17:48:22 addons-638421 kubelet[1497]: W1105 17:48:22.583617 1497 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-638421" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-638421' and this object
W1105 17:50:07.082202 285958 out.go:270] Nov 05 17:48:22 addons-638421 kubelet[1497]: E1105 17:48:22.583667 1497 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-638421\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-638421' and this object" logger="UnhandledError"
I1105 17:50:07.082208 285958 out.go:358] Setting ErrFile to fd 2...
I1105 17:50:07.082214 285958 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1105 17:50:17.093804 285958 system_pods.go:59] 18 kube-system pods found
I1105 17:50:17.093852 285958 system_pods.go:61] "coredns-7c65d6cfc9-fc54b" [2ddf511d-7116-4d85-9a47-69451cf3567b] Running
I1105 17:50:17.093859 285958 system_pods.go:61] "csi-hostpath-attacher-0" [0a836e59-ab7e-4299-9fa1-58898352e6e1] Running
I1105 17:50:17.093864 285958 system_pods.go:61] "csi-hostpath-resizer-0" [9e2fd9dc-0b28-4b24-af35-169834609626] Running
I1105 17:50:17.093868 285958 system_pods.go:61] "csi-hostpathplugin-spl7f" [302e097c-b1e5-4a6e-8974-ed54ac3622a7] Running
I1105 17:50:17.093874 285958 system_pods.go:61] "etcd-addons-638421" [a4272f93-3c10-41e4-aa9c-d92d18e93912] Running
I1105 17:50:17.093879 285958 system_pods.go:61] "kindnet-mgcb7" [edefae1d-4f88-4e94-a3f8-881d352214d7] Running
I1105 17:50:17.093884 285958 system_pods.go:61] "kube-apiserver-addons-638421" [1823851c-e4ac-418b-806e-ec449280ed27] Running
I1105 17:50:17.093922 285958 system_pods.go:61] "kube-controller-manager-addons-638421" [4cc07926-753f-4483-ac98-15581396a5bb] Running
I1105 17:50:17.093934 285958 system_pods.go:61] "kube-ingress-dns-minikube" [347ca6ec-8068-4243-80fc-ec6e6a0eeb64] Running
I1105 17:50:17.093938 285958 system_pods.go:61] "kube-proxy-rjktl" [d984a2cc-7426-4044-8f13-9082c887bda6] Running
I1105 17:50:17.093942 285958 system_pods.go:61] "kube-scheduler-addons-638421" [1c971a68-3594-46ce-858f-59234800648b] Running
I1105 17:50:17.093946 285958 system_pods.go:61] "metrics-server-84c5f94fbc-jnqlj" [d43aacca-7261-4530-9a58-1456060cb884] Running
I1105 17:50:17.093949 285958 system_pods.go:61] "nvidia-device-plugin-daemonset-sms7j" [618e6ceb-8422-465e-9951-05b2b10ce4b0] Running
I1105 17:50:17.093954 285958 system_pods.go:61] "registry-66c9cd494c-xl46f" [fc8d5d2f-faa3-4f66-b3c1-dac5435a86e5] Running
I1105 17:50:17.093962 285958 system_pods.go:61] "registry-proxy-2jjl8" [c9892084-3bb9-41d8-b4e5-856524765e94] Running
I1105 17:50:17.093966 285958 system_pods.go:61] "snapshot-controller-56fcc65765-4tgkv" [e740a30d-66d7-484d-ab45-50d3d0206cfc] Running
I1105 17:50:17.093970 285958 system_pods.go:61] "snapshot-controller-56fcc65765-ljxfj" [2d3f31f4-59d7-4584-ac5d-6fe0246e99fa] Running
I1105 17:50:17.093974 285958 system_pods.go:61] "storage-provisioner" [258ce47e-4fa4-4230-9eef-22ee33056db8] Running
I1105 17:50:17.093980 285958 system_pods.go:74] duration metric: took 11.138573679s to wait for pod list to return data ...
I1105 17:50:17.093992 285958 default_sa.go:34] waiting for default service account to be created ...
I1105 17:50:17.096627 285958 default_sa.go:45] found service account: "default"
I1105 17:50:17.096655 285958 default_sa.go:55] duration metric: took 2.656727ms for default service account to be created ...
I1105 17:50:17.096664 285958 system_pods.go:116] waiting for k8s-apps to be running ...
I1105 17:50:17.107083 285958 system_pods.go:86] 18 kube-system pods found
I1105 17:50:17.107116 285958 system_pods.go:89] "coredns-7c65d6cfc9-fc54b" [2ddf511d-7116-4d85-9a47-69451cf3567b] Running
I1105 17:50:17.107125 285958 system_pods.go:89] "csi-hostpath-attacher-0" [0a836e59-ab7e-4299-9fa1-58898352e6e1] Running
I1105 17:50:17.107130 285958 system_pods.go:89] "csi-hostpath-resizer-0" [9e2fd9dc-0b28-4b24-af35-169834609626] Running
I1105 17:50:17.107134 285958 system_pods.go:89] "csi-hostpathplugin-spl7f" [302e097c-b1e5-4a6e-8974-ed54ac3622a7] Running
I1105 17:50:17.107140 285958 system_pods.go:89] "etcd-addons-638421" [a4272f93-3c10-41e4-aa9c-d92d18e93912] Running
I1105 17:50:17.107144 285958 system_pods.go:89] "kindnet-mgcb7" [edefae1d-4f88-4e94-a3f8-881d352214d7] Running
I1105 17:50:17.107149 285958 system_pods.go:89] "kube-apiserver-addons-638421" [1823851c-e4ac-418b-806e-ec449280ed27] Running
I1105 17:50:17.107153 285958 system_pods.go:89] "kube-controller-manager-addons-638421" [4cc07926-753f-4483-ac98-15581396a5bb] Running
I1105 17:50:17.107158 285958 system_pods.go:89] "kube-ingress-dns-minikube" [347ca6ec-8068-4243-80fc-ec6e6a0eeb64] Running
I1105 17:50:17.107164 285958 system_pods.go:89] "kube-proxy-rjktl" [d984a2cc-7426-4044-8f13-9082c887bda6] Running
I1105 17:50:17.107168 285958 system_pods.go:89] "kube-scheduler-addons-638421" [1c971a68-3594-46ce-858f-59234800648b] Running
I1105 17:50:17.107173 285958 system_pods.go:89] "metrics-server-84c5f94fbc-jnqlj" [d43aacca-7261-4530-9a58-1456060cb884] Running
I1105 17:50:17.107181 285958 system_pods.go:89] "nvidia-device-plugin-daemonset-sms7j" [618e6ceb-8422-465e-9951-05b2b10ce4b0] Running
I1105 17:50:17.107188 285958 system_pods.go:89] "registry-66c9cd494c-xl46f" [fc8d5d2f-faa3-4f66-b3c1-dac5435a86e5] Running
I1105 17:50:17.107201 285958 system_pods.go:89] "registry-proxy-2jjl8" [c9892084-3bb9-41d8-b4e5-856524765e94] Running
I1105 17:50:17.107205 285958 system_pods.go:89] "snapshot-controller-56fcc65765-4tgkv" [e740a30d-66d7-484d-ab45-50d3d0206cfc] Running
I1105 17:50:17.107210 285958 system_pods.go:89] "snapshot-controller-56fcc65765-ljxfj" [2d3f31f4-59d7-4584-ac5d-6fe0246e99fa] Running
I1105 17:50:17.107214 285958 system_pods.go:89] "storage-provisioner" [258ce47e-4fa4-4230-9eef-22ee33056db8] Running
I1105 17:50:17.107224 285958 system_pods.go:126] duration metric: took 10.55376ms to wait for k8s-apps to be running ...
I1105 17:50:17.107237 285958 system_svc.go:44] waiting for kubelet service to be running ....
I1105 17:50:17.107297 285958 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1105 17:50:17.118986 285958 system_svc.go:56] duration metric: took 11.739161ms WaitForService to wait for kubelet
I1105 17:50:17.119017 285958 kubeadm.go:582] duration metric: took 2m41.125574834s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1105 17:50:17.119038 285958 node_conditions.go:102] verifying NodePressure condition ...
I1105 17:50:17.122991 285958 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1105 17:50:17.123029 285958 node_conditions.go:123] node cpu capacity is 2
I1105 17:50:17.123051 285958 node_conditions.go:105] duration metric: took 3.984266ms to run NodePressure ...
I1105 17:50:17.123065 285958 start.go:241] waiting for startup goroutines ...
I1105 17:50:17.123072 285958 start.go:246] waiting for cluster config update ...
I1105 17:50:17.123095 285958 start.go:255] writing updated cluster config ...
I1105 17:50:17.123411 285958 ssh_runner.go:195] Run: rm -f paused
I1105 17:50:17.477322 285958 start.go:600] kubectl: 1.31.2, cluster: 1.31.2 (minor skew: 0)
I1105 17:50:17.481893 285958 out.go:177] * Done! kubectl is now configured to use "addons-638421" cluster and "default" namespace by default
==> CRI-O <==
Nov 05 17:52:31 addons-638421 crio[965]: time="2024-11-05 17:52:31.098845924Z" level=info msg="Removed pod sandbox: 7c4931178926fc08cf81d7832c862c3e218c19ed054de933d552ff32e4e9fc9b" id=9024d412-71dc-4576-8a57-ce02563004ba name=/runtime.v1.RuntimeService/RemovePodSandbox
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.306196455Z" level=info msg="Running pod sandbox: default/hello-world-app-55bf9c44b4-vt9rn/POD" id=2cf327f7-08f5-48b3-a1e7-b502548d7630 name=/runtime.v1.RuntimeService/RunPodSandbox
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.306257879Z" level=warning msg="Allowed annotations are specified for workload []"
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.356826021Z" level=info msg="Got pod network &{Name:hello-world-app-55bf9c44b4-vt9rn Namespace:default ID:7c43da301aca8d61a222be1c8413901dd0ed7ef7a25055bbd2088beee4970fa5 UID:d63a7083-8468-4dbb-a1aa-2abcbe2b8503 NetNS:/var/run/netns/8d4041a1-b04d-464c-9faa-7c74933c1100 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.356876958Z" level=info msg="Adding pod default_hello-world-app-55bf9c44b4-vt9rn to CNI network \"kindnet\" (type=ptp)"
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.375748689Z" level=info msg="Got pod network &{Name:hello-world-app-55bf9c44b4-vt9rn Namespace:default ID:7c43da301aca8d61a222be1c8413901dd0ed7ef7a25055bbd2088beee4970fa5 UID:d63a7083-8468-4dbb-a1aa-2abcbe2b8503 NetNS:/var/run/netns/8d4041a1-b04d-464c-9faa-7c74933c1100 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.375901091Z" level=info msg="Checking pod default_hello-world-app-55bf9c44b4-vt9rn for CNI network kindnet (type=ptp)"
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.378550326Z" level=info msg="Ran pod sandbox 7c43da301aca8d61a222be1c8413901dd0ed7ef7a25055bbd2088beee4970fa5 with infra container: default/hello-world-app-55bf9c44b4-vt9rn/POD" id=2cf327f7-08f5-48b3-a1e7-b502548d7630 name=/runtime.v1.RuntimeService/RunPodSandbox
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.379814924Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=e1b7f076-b97c-49dc-a600-6da6aa340939 name=/runtime.v1.ImageService/ImageStatus
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.380028281Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=e1b7f076-b97c-49dc-a600-6da6aa340939 name=/runtime.v1.ImageService/ImageStatus
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.380833187Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=ce04a18e-28e1-4806-a062-8bbdce96fe40 name=/runtime.v1.ImageService/PullImage
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.384078730Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Nov 05 17:54:08 addons-638421 crio[965]: time="2024-11-05 17:54:08.726469951Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.636790510Z" level=info msg="Pulled image: docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6" id=ce04a18e-28e1-4806-a062-8bbdce96fe40 name=/runtime.v1.ImageService/PullImage
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.637714521Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=8577620f-4ad8-4601-9b09-e2a7bb427685 name=/runtime.v1.ImageService/ImageStatus
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.638635767Z" 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=8577620f-4ad8-4601-9b09-e2a7bb427685 name=/runtime.v1.ImageService/ImageStatus
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.639469817Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=849cab47-6bf3-4115-867a-2de98199fbce name=/runtime.v1.ImageService/ImageStatus
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.640328081Z" 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=849cab47-6bf3-4115-867a-2de98199fbce name=/runtime.v1.ImageService/ImageStatus
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.644926385Z" level=info msg="Creating container: default/hello-world-app-55bf9c44b4-vt9rn/hello-world-app" id=5ed9820a-7835-4934-9bb1-546a2fcfbefa name=/runtime.v1.RuntimeService/CreateContainer
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.645158680Z" level=warning msg="Allowed annotations are specified for workload []"
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.673962583Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/89de74513d954bd18024441068afae703225f1590e8feedb28f838c7a08c9a78/merged/etc/passwd: no such file or directory"
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.674171797Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/89de74513d954bd18024441068afae703225f1590e8feedb28f838c7a08c9a78/merged/etc/group: no such file or directory"
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.745929902Z" level=info msg="Created container bb1c82d838bced5e60bcfaa1608495494f260d86a37c1d21d2ec1773540b19dc: default/hello-world-app-55bf9c44b4-vt9rn/hello-world-app" id=5ed9820a-7835-4934-9bb1-546a2fcfbefa name=/runtime.v1.RuntimeService/CreateContainer
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.748823897Z" level=info msg="Starting container: bb1c82d838bced5e60bcfaa1608495494f260d86a37c1d21d2ec1773540b19dc" id=e320f3c1-8b6b-4464-8dc8-72549d89984c name=/runtime.v1.RuntimeService/StartContainer
Nov 05 17:54:09 addons-638421 crio[965]: time="2024-11-05 17:54:09.759564560Z" level=info msg="Started container" PID=8438 containerID=bb1c82d838bced5e60bcfaa1608495494f260d86a37c1d21d2ec1773540b19dc description=default/hello-world-app-55bf9c44b4-vt9rn/hello-world-app id=e320f3c1-8b6b-4464-8dc8-72549d89984c name=/runtime.v1.RuntimeService/StartContainer sandboxID=7c43da301aca8d61a222be1c8413901dd0ed7ef7a25055bbd2088beee4970fa5
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
bb1c82d838bce docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 Less than a second ago Running hello-world-app 0 7c43da301aca8 hello-world-app-55bf9c44b4-vt9rn
ae864e6292856 docker.io/library/nginx@sha256:2140dad235c130ac861018a4e13a6bc8aea3a35f3a40e20c1b060d51a7efd250 2 minutes ago Running nginx 0 2b21644876658 nginx
38801e9ceca37 gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 3 minutes ago Running busybox 0 680bf55362991 busybox
ce60b2c281363 registry.k8s.io/ingress-nginx/controller@sha256:787a5408fa511266888b2e765f9666bee67d9bf2518a6b7cfd4ab6cc01c22eee 4 minutes ago Running controller 0 c0089c40a995c ingress-nginx-controller-5f85ff4588-sn56p
cafda1e68ab38 gcr.io/cloud-spanner-emulator/emulator@sha256:7cf2be1ac85c39a0c5b34185b6c3d0ea479269f5c8ecc785713308f93194ca27 4 minutes ago Running cloud-spanner-emulator 0 d2a2cdf851181 cloud-spanner-emulator-dc5db94f4-hdz77
94175e58ab2c8 nvcr.io/nvidia/k8s-device-plugin@sha256:7089559ce6153018806857f5049085bae15b3bf6f1c8bd19d8b12f707d087dea 5 minutes ago Running nvidia-device-plugin-ctr 0 1922f08725f9b nvidia-device-plugin-daemonset-sms7j
aa80a534c5ee9 docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17 5 minutes ago Running yakd 0 296f24038e042 yakd-dashboard-67d98fc6b-xsl7x
6ae401b0b7512 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 5 minutes ago Exited patch 0 979a6f1215438 ingress-nginx-admission-patch-kd86x
d782815988cd2 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 5 minutes ago Exited create 0 808a788fe7ad3 ingress-nginx-admission-create-vtch6
3f6b6439b98f1 registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f 5 minutes ago Running metrics-server 0 774723ef7a311 metrics-server-84c5f94fbc-jnqlj
3b9991fb54cd6 docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 5 minutes ago Running local-path-provisioner 0 1e1e44524e367 local-path-provisioner-86d989889c-fw752
febf0973405a6 gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 5 minutes ago Running minikube-ingress-dns 0 61012d7b61a3b kube-ingress-dns-minikube
928fd37a67be8 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 0f074abc0f7ea storage-provisioner
cb903a97940ff 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4 5 minutes ago Running coredns 0 8a5b67615ea90 coredns-7c65d6cfc9-fc54b
1fd0ca35d5df4 docker.io/kindest/kindnetd@sha256:96156439ac8537499e45fedf68a7cb80f0fbafd77fc4d7a5204d3151cf412450 6 minutes ago Running kindnet-cni 0 5487a21b0441a kindnet-mgcb7
4c604d9201f70 021d2420133054f8835987db659750ff639ab6863776460264dd8025c06644ba 6 minutes ago Running kube-proxy 0 8efea88ac21a5 kube-proxy-rjktl
bab636744f5f7 9404aea098d9e80cb648d86c07d56130a1fe875ed7c2526251c2ae68a9bf07ba 6 minutes ago Running kube-controller-manager 0 908191a37142d kube-controller-manager-addons-638421
0b5b17e046037 f9c26480f1e722a7d05d7f1bb339180b19f941b23bcc928208e362df04a61270 6 minutes ago Running kube-apiserver 0 948e6fc4819ec kube-apiserver-addons-638421
c43ffe8529476 d6b061e73ae454743cbfe0e3479aa23e4ed65c61d38b4408a1e7f3d3859dda8a 6 minutes ago Running kube-scheduler 0 338974ac07cf8 kube-scheduler-addons-638421
5a11a95bd109a 27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da 6 minutes ago Running etcd 0 cc34723a8caff etcd-addons-638421
==> coredns [cb903a97940ff1b13f8863edc6bcaade2c27ae389cf4bdcfa0f27ec7da00071f] <==
[INFO] 10.244.0.10:53704 - 9035 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.00375787s
[INFO] 10.244.0.10:53704 - 43019 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000209977s
[INFO] 10.244.0.10:53704 - 30603 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000124414s
[INFO] 10.244.0.10:41881 - 28451 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000118383s
[INFO] 10.244.0.10:41881 - 28221 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000089756s
[INFO] 10.244.0.10:57273 - 41304 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.00005463s
[INFO] 10.244.0.10:57273 - 41123 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000075528s
[INFO] 10.244.0.10:48025 - 8258 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000085579s
[INFO] 10.244.0.10:48025 - 8703 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000135614s
[INFO] 10.244.0.10:43580 - 16471 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001763296s
[INFO] 10.244.0.10:43580 - 16291 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002610721s
[INFO] 10.244.0.10:38533 - 43788 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000076192s
[INFO] 10.244.0.10:38533 - 44192 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000054982s
[INFO] 10.244.0.21:42956 - 63222 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000196103s
[INFO] 10.244.0.21:39277 - 29415 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000162765s
[INFO] 10.244.0.21:47863 - 52573 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000267601s
[INFO] 10.244.0.21:43700 - 17211 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00036141s
[INFO] 10.244.0.21:44841 - 200 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000120032s
[INFO] 10.244.0.21:48618 - 39026 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000066617s
[INFO] 10.244.0.21:43133 - 26273 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003582469s
[INFO] 10.244.0.21:34160 - 53974 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003710969s
[INFO] 10.244.0.21:53435 - 42094 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.002472957s
[INFO] 10.244.0.21:37266 - 31350 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.002378639s
[INFO] 10.244.0.24:33985 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000214646s
[INFO] 10.244.0.24:33854 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00016379s
==> describe nodes <==
Name: addons-638421
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-638421
kubernetes.io/os=linux
minikube.k8s.io/commit=47b0afc9e70653f81ca813437c4c46b74450b911
minikube.k8s.io/name=addons-638421
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_11_05T17_47_31_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-638421
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: Tue, 05 Nov 2024 17:47:28 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-638421
AcquireTime: <unset>
RenewTime: Tue, 05 Nov 2024 17:54:09 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Tue, 05 Nov 2024 17:52:06 +0000 Tue, 05 Nov 2024 17:47:25 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Tue, 05 Nov 2024 17:52:06 +0000 Tue, 05 Nov 2024 17:47:25 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Tue, 05 Nov 2024 17:52:06 +0000 Tue, 05 Nov 2024 17:47:25 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Tue, 05 Nov 2024 17:52:06 +0000 Tue, 05 Nov 2024 17:48:22 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-638421
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: 1aa8bab8a0b94fdea88af9bbdf5cb344
System UUID: 7313307f-ed44-4709-8a3d-c1f8b80a1e22
Boot ID: 308934a7-38b0-4c4f-b876-76c17d9b7ecd
Kernel Version: 5.15.0-1071-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: (18 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 3m52s
default cloud-spanner-emulator-dc5db94f4-hdz77 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m30s
default hello-world-app-55bf9c44b4-vt9rn 0 (0%) 0 (0%) 0 (0%) 0 (0%) 3s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2m21s
ingress-nginx ingress-nginx-controller-5f85ff4588-sn56p 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 6m28s
kube-system coredns-7c65d6cfc9-fc54b 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 6m34s
kube-system etcd-addons-638421 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 6m40s
kube-system kindnet-mgcb7 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 6m34s
kube-system kube-apiserver-addons-638421 250m (12%) 0 (0%) 0 (0%) 0 (0%) 6m40s
kube-system kube-controller-manager-addons-638421 200m (10%) 0 (0%) 0 (0%) 0 (0%) 6m40s
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m29s
kube-system kube-proxy-rjktl 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m34s
kube-system kube-scheduler-addons-638421 100m (5%) 0 (0%) 0 (0%) 0 (0%) 6m40s
kube-system metrics-server-84c5f94fbc-jnqlj 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 6m29s
kube-system nvidia-device-plugin-daemonset-sms7j 0 (0%) 0 (0%) 0 (0%) 0 (0%) 5m48s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m29s
local-path-storage local-path-provisioner-86d989889c-fw752 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m29s
yakd-dashboard yakd-dashboard-67d98fc6b-xsl7x 0 (0%) 0 (0%) 128Mi (1%) 256Mi (3%) 6m28s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1050m (52%) 100m (5%)
memory 638Mi (8%) 476Mi (6%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
hugepages-32Mi 0 (0%) 0 (0%)
hugepages-64Ki 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 6m28s kube-proxy
Normal NodeHasSufficientMemory 6m47s (x8 over 6m47s) kubelet Node addons-638421 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m47s (x8 over 6m47s) kubelet Node addons-638421 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m47s (x7 over 6m47s) kubelet Node addons-638421 status is now: NodeHasSufficientPID
Normal Starting 6m40s kubelet Starting kubelet.
Warning CgroupV1 6m40s kubelet Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
Normal NodeHasSufficientMemory 6m40s kubelet Node addons-638421 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m40s kubelet Node addons-638421 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m40s kubelet Node addons-638421 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m35s node-controller Node addons-638421 event: Registered Node addons-638421 in Controller
Normal NodeReady 5m48s kubelet Node addons-638421 status is now: NodeReady
==> dmesg <==
[Nov 5 16: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.014171] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +0.476378] 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.025481] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[ +0.031094] systemd[1]: /lib/systemd/system/cloud-init.service:20: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.017133] systemd[1]: /lib/systemd/system/cloud-init-hotplugd.socket:11: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.607383] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[ +5.934599] kauditd_printk_skb: 34 callbacks suppressed
[Nov 5 16:44] 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.
[Nov 5 17:18] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
==> etcd [5a11a95bd109a8865a9285cdedb9dfa7b613347720b8204b6c932a898ab430b0] <==
{"level":"warn","ts":"2024-11-05T17:47:37.665114Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"200.509827ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128033044704398431 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/pods/kube-system/coredns-7c65d6cfc9-fc54b\" mod_revision:363 > success:<request_put:<key:\"/registry/pods/kube-system/coredns-7c65d6cfc9-fc54b\" value_size:3919 >> failure:<request_range:<key:\"/registry/pods/kube-system/coredns-7c65d6cfc9-fc54b\" > >>","response":"size:16"}
{"level":"info","ts":"2024-11-05T17:47:37.665302Z","caller":"traceutil/trace.go:171","msg":"trace[1292105864] transaction","detail":"{read_only:false; response_revision:370; number_of_response:1; }","duration":"195.115986ms","start":"2024-11-05T17:47:37.470174Z","end":"2024-11-05T17:47:37.665290Z","steps":["trace[1292105864] 'process raft request' (duration: 195.031187ms)"],"step_count":1}
{"level":"info","ts":"2024-11-05T17:47:37.690663Z","caller":"traceutil/trace.go:171","msg":"trace[1320277466] transaction","detail":"{read_only:false; response_revision:369; number_of_response:1; }","duration":"288.969927ms","start":"2024-11-05T17:47:37.399616Z","end":"2024-11-05T17:47:37.688586Z","steps":["trace[1320277466] 'process raft request' (duration: 57.400873ms)","trace[1320277466] 'compare' (duration: 199.959296ms)"],"step_count":2}
{"level":"info","ts":"2024-11-05T17:47:38.069664Z","caller":"traceutil/trace.go:171","msg":"trace[783356345] transaction","detail":"{read_only:false; response_revision:372; number_of_response:1; }","duration":"146.829604ms","start":"2024-11-05T17:47:37.922819Z","end":"2024-11-05T17:47:38.069648Z","steps":["trace[783356345] 'process raft request' (duration: 113.302622ms)","trace[783356345] 'compare' (duration: 33.404669ms)"],"step_count":2}
{"level":"info","ts":"2024-11-05T17:47:40.070547Z","caller":"traceutil/trace.go:171","msg":"trace[595590458] transaction","detail":"{read_only:false; response_revision:389; number_of_response:1; }","duration":"250.454242ms","start":"2024-11-05T17:47:39.820076Z","end":"2024-11-05T17:47:40.070530Z","steps":["trace[595590458] 'process raft request' (duration: 250.245832ms)"],"step_count":1}
{"level":"warn","ts":"2024-11-05T17:47:40.909345Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"131.233653ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/gadget\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-11-05T17:47:40.909491Z","caller":"traceutil/trace.go:171","msg":"trace[407263335] range","detail":"{range_begin:/registry/namespaces/gadget; range_end:; response_count:0; response_revision:430; }","duration":"131.389903ms","start":"2024-11-05T17:47:40.778084Z","end":"2024-11-05T17:47:40.909474Z","steps":["trace[407263335] 'agreement among raft nodes before linearized reading' (duration: 131.182609ms)"],"step_count":1}
{"level":"info","ts":"2024-11-05T17:47:40.909735Z","caller":"traceutil/trace.go:171","msg":"trace[105230021] transaction","detail":"{read_only:false; response_revision:429; number_of_response:1; }","duration":"104.30137ms","start":"2024-11-05T17:47:40.805422Z","end":"2024-11-05T17:47:40.909724Z","steps":["trace[105230021] 'process raft request' (duration: 103.565158ms)"],"step_count":1}
{"level":"info","ts":"2024-11-05T17:47:40.915996Z","caller":"traceutil/trace.go:171","msg":"trace[1784307454] transaction","detail":"{read_only:false; response_revision:430; number_of_response:1; }","duration":"110.467836ms","start":"2024-11-05T17:47:40.805509Z","end":"2024-11-05T17:47:40.915977Z","steps":["trace[1784307454] 'process raft request' (duration: 103.686823ms)"],"step_count":1}
{"level":"info","ts":"2024-11-05T17:47:41.039929Z","caller":"traceutil/trace.go:171","msg":"trace[2096270239] transaction","detail":"{read_only:false; response_revision:431; number_of_response:1; }","duration":"162.384778ms","start":"2024-11-05T17:47:40.877519Z","end":"2024-11-05T17:47:41.039904Z","steps":["trace[2096270239] 'process raft request' (duration: 49.968612ms)"],"step_count":1}
{"level":"info","ts":"2024-11-05T17:47:41.040215Z","caller":"traceutil/trace.go:171","msg":"trace[474042951] transaction","detail":"{read_only:false; response_revision:432; number_of_response:1; }","duration":"162.60689ms","start":"2024-11-05T17:47:40.877593Z","end":"2024-11-05T17:47:41.040200Z","steps":["trace[474042951] 'process raft request' (duration: 58.920174ms)"],"step_count":1}
{"level":"warn","ts":"2024-11-05T17:47:41.093296Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"210.703036ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/clusterrolebindings/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-11-05T17:47:41.093418Z","caller":"traceutil/trace.go:171","msg":"trace[396548148] range","detail":"{range_begin:/registry/clusterrolebindings/minikube-ingress-dns; range_end:; response_count:0; response_revision:437; }","duration":"210.82073ms","start":"2024-11-05T17:47:40.882581Z","end":"2024-11-05T17:47:41.093402Z","steps":["trace[396548148] 'agreement among raft nodes before linearized reading' (duration: 175.401352ms)","trace[396548148] 'range keys from in-memory index tree' (duration: 35.248449ms)"],"step_count":2}
{"level":"warn","ts":"2024-11-05T17:47:41.093647Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"211.079167ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/masterleases/\" range_end:\"/registry/masterleases0\" ","response":"range_response_count:1 size:131"}
{"level":"info","ts":"2024-11-05T17:47:41.056854Z","caller":"traceutil/trace.go:171","msg":"trace[2055039178] transaction","detail":"{read_only:false; response_revision:433; number_of_response:1; }","duration":"179.128413ms","start":"2024-11-05T17:47:40.877638Z","end":"2024-11-05T17:47:41.056767Z","steps":["trace[2055039178] 'process raft request' (duration: 58.923481ms)"],"step_count":1}
{"level":"info","ts":"2024-11-05T17:47:41.057086Z","caller":"traceutil/trace.go:171","msg":"trace[1685440622] transaction","detail":"{read_only:false; response_revision:434; number_of_response:1; }","duration":"179.358517ms","start":"2024-11-05T17:47:40.877713Z","end":"2024-11-05T17:47:41.057071Z","steps":["trace[1685440622] 'process raft request' (duration: 58.87887ms)"],"step_count":1}
{"level":"info","ts":"2024-11-05T17:47:41.057157Z","caller":"traceutil/trace.go:171","msg":"trace[1809960471] transaction","detail":"{read_only:false; response_revision:435; number_of_response:1; }","duration":"179.367181ms","start":"2024-11-05T17:47:40.877778Z","end":"2024-11-05T17:47:41.057145Z","steps":["trace[1809960471] 'process raft request' (duration: 59.284407ms)"],"step_count":1}
{"level":"info","ts":"2024-11-05T17:47:41.057830Z","caller":"traceutil/trace.go:171","msg":"trace[1746615062] transaction","detail":"{read_only:false; response_revision:436; number_of_response:1; }","duration":"161.579807ms","start":"2024-11-05T17:47:40.896156Z","end":"2024-11-05T17:47:41.057736Z","steps":["trace[1746615062] 'process raft request' (duration: 41.202461ms)"],"step_count":1}
{"level":"info","ts":"2024-11-05T17:47:41.057963Z","caller":"traceutil/trace.go:171","msg":"trace[805537849] transaction","detail":"{read_only:false; response_revision:437; number_of_response:1; }","duration":"161.36356ms","start":"2024-11-05T17:47:40.896592Z","end":"2024-11-05T17:47:41.057956Z","steps":["trace[805537849] 'process raft request' (duration: 40.877964ms)"],"step_count":1}
{"level":"warn","ts":"2024-11-05T17:47:41.081367Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"199.308654ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/serviceips\" ","response":"range_response_count:1 size:2586"}
{"level":"warn","ts":"2024-11-05T17:47:41.092559Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"209.988609ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/resourcequotas\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-11-05T17:47:41.096955Z","caller":"traceutil/trace.go:171","msg":"trace[346104435] transaction","detail":"{read_only:false; response_revision:438; number_of_response:1; }","duration":"164.017974ms","start":"2024-11-05T17:47:40.932924Z","end":"2024-11-05T17:47:41.096942Z","steps":["trace[346104435] 'process raft request' (duration: 109.511916ms)","trace[346104435] 'compare' (duration: 50.544036ms)"],"step_count":2}
{"level":"info","ts":"2024-11-05T17:47:41.104330Z","caller":"traceutil/trace.go:171","msg":"trace[942692642] range","detail":"{range_begin:/registry/masterleases/; range_end:/registry/masterleases0; response_count:1; response_revision:437; }","duration":"221.755331ms","start":"2024-11-05T17:47:40.882558Z","end":"2024-11-05T17:47:41.104314Z","steps":["trace[942692642] 'agreement among raft nodes before linearized reading' (duration: 175.476487ms)","trace[942692642] 'get authentication metadata' (duration: 20.79067ms)","trace[942692642] 'range keys from in-memory index tree' (duration: 14.769352ms)"],"step_count":3}
{"level":"info","ts":"2024-11-05T17:47:41.114518Z","caller":"traceutil/trace.go:171","msg":"trace[960500303] range","detail":"{range_begin:/registry/ranges/serviceips; range_end:; response_count:1; response_revision:437; }","duration":"232.458522ms","start":"2024-11-05T17:47:40.882041Z","end":"2024-11-05T17:47:41.114499Z","steps":["trace[960500303] 'agreement among raft nodes before linearized reading' (duration: 55.846438ms)","trace[960500303] 'range keys from in-memory index tree' (duration: 143.413281ms)"],"step_count":2}
{"level":"info","ts":"2024-11-05T17:47:41.115448Z","caller":"traceutil/trace.go:171","msg":"trace[1242843876] range","detail":"{range_begin:/registry/resourcequotas; range_end:; response_count:0; response_revision:437; }","duration":"232.803678ms","start":"2024-11-05T17:47:40.882531Z","end":"2024-11-05T17:47:41.115334Z","steps":["trace[1242843876] 'agreement among raft nodes before linearized reading' (duration: 198.307876ms)"],"step_count":1}
==> kernel <==
17:54:10 up 1:36, 0 users, load average: 0.52, 2.11, 2.48
Linux addons-638421 5.15.0-1071-aws #77~20.04.1-Ubuntu SMP Thu Oct 3 19:34:36 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [1fd0ca35d5df4909214da663a3c098da720fc9ed8c6239354e0cb3f8f13bb952] <==
I1105 17:52:02.259939 1 main.go:301] handling current node
I1105 17:52:12.254126 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:52:12.254160 1 main.go:301] handling current node
I1105 17:52:22.258711 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:52:22.258742 1 main.go:301] handling current node
I1105 17:52:32.259217 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:52:32.259257 1 main.go:301] handling current node
I1105 17:52:42.252029 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:52:42.252063 1 main.go:301] handling current node
I1105 17:52:52.257181 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:52:52.257212 1 main.go:301] handling current node
I1105 17:53:02.260898 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:53:02.260931 1 main.go:301] handling current node
I1105 17:53:12.259478 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:53:12.259520 1 main.go:301] handling current node
I1105 17:53:22.252524 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:53:22.252574 1 main.go:301] handling current node
I1105 17:53:32.251597 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:53:32.251723 1 main.go:301] handling current node
I1105 17:53:42.252348 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:53:42.252382 1 main.go:301] handling current node
I1105 17:53:52.258428 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:53:52.258463 1 main.go:301] handling current node
I1105 17:54:02.251397 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1105 17:54:02.251524 1 main.go:301] handling current node
==> kube-apiserver [0b5b17e04603731c47b630aef78762da670ddfaa76eeece24dec40da13a7b11a] <==
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
> logger="UnhandledError"
E1105 17:49:43.243517 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.111.80.28:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.111.80.28:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.111.80.28:443: connect: connection refused" logger="UnhandledError"
I1105 17:49:43.336586 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E1105 17:50:28.907403 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:36862: use of closed network connection
I1105 17:50:38.175976 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.98.180.43"}
I1105 17:51:08.743148 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I1105 17:51:30.051636 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1105 17:51:30.052066 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1105 17:51:30.067557 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1105 17:51:30.087618 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1105 17:51:30.156275 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1105 17:51:30.156474 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1105 17:51:30.189375 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1105 17:51:30.189491 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1105 17:51:30.210103 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1105 17:51:30.210208 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1105 17:51:31.189185 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W1105 17:51:31.211384 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
W1105 17:51:31.309394 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
I1105 17:51:43.832999 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W1105 17:51:44.959202 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I1105 17:51:49.377930 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I1105 17:51:49.665307 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.101.222.162"}
I1105 17:54:08.252848 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.103.155.234"}
==> kube-proxy [4c604d9201f70b0ea751ef48bf305d9c2ebf108c89921e2973776a5c7428292f] <==
I1105 17:47:40.297748 1 server_linux.go:66] "Using iptables proxy"
I1105 17:47:41.548830 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E1105 17:47:41.649867 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`"
I1105 17:47:41.804409 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1105 17:47:41.831233 1 server_linux.go:169] "Using iptables Proxier"
I1105 17:47:41.888740 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"
I1105 17:47:41.889281 1 server.go:483] "Version info" version="v1.31.2"
I1105 17:47:41.889351 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1105 17:47:41.904802 1 config.go:328] "Starting node config controller"
I1105 17:47:41.915320 1 shared_informer.go:313] Waiting for caches to sync for node config
I1105 17:47:41.914911 1 config.go:199] "Starting service config controller"
I1105 17:47:41.971405 1 shared_informer.go:313] Waiting for caches to sync for service config
I1105 17:47:41.914932 1 config.go:105] "Starting endpoint slice config controller"
I1105 17:47:41.971442 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I1105 17:47:42.104715 1 shared_informer.go:320] Caches are synced for endpoint slice config
I1105 17:47:42.130040 1 shared_informer.go:320] Caches are synced for node config
I1105 17:47:42.144723 1 shared_informer.go:320] Caches are synced for service config
==> kube-scheduler [c43ffe852947636fbe0c15eba622eb62844e2cf189d07d412f1e024faf56ed4c] <==
W1105 17:47:29.159014 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
E1105 17:47:29.159024 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"
W1105 17:47:29.159095 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
E1105 17:47:29.159113 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"
W1105 17:47:29.159161 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
E1105 17:47:29.159179 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"
W1105 17:47:29.159223 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E1105 17:47:29.159238 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
W1105 17:47:29.159279 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E1105 17:47:29.159293 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W1105 17:47:29.159382 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E1105 17:47:29.159396 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
W1105 17:47:29.159440 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
E1105 17:47:29.159450 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"
W1105 17:47:29.159544 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
E1105 17:47:29.159559 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"
W1105 17:47:29.159596 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E1105 17:47:29.159607 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W1105 17:47:29.159732 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"
E1105 17:47:29.159743 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"
W1105 17:47:29.159854 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
E1105 17:47:29.159867 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"
W1105 17:47:29.160131 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
E1105 17:47:29.160151 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"
I1105 17:47:30.253645 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Nov 05 17:52:31 addons-638421 kubelet[1497]: E1105 17:52:31.074746 1497 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829151074552645,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:52:31 addons-638421 kubelet[1497]: E1105 17:52:31.074781 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829151074552645,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:52:41 addons-638421 kubelet[1497]: E1105 17:52:41.077437 1497 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829161077180385,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:52:41 addons-638421 kubelet[1497]: E1105 17:52:41.077474 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829161077180385,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:52:51 addons-638421 kubelet[1497]: E1105 17:52:51.080494 1497 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829171080226409,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:52:51 addons-638421 kubelet[1497]: E1105 17:52:51.080536 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829171080226409,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:52:59 addons-638421 kubelet[1497]: I1105 17:52:59.800214 1497 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/nvidia-device-plugin-daemonset-sms7j" secret="" err="secret \"gcp-auth\" not found"
Nov 05 17:53:01 addons-638421 kubelet[1497]: E1105 17:53:01.083595 1497 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829181083362702,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:53:01 addons-638421 kubelet[1497]: E1105 17:53:01.083632 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829181083362702,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:53:11 addons-638421 kubelet[1497]: E1105 17:53:11.090991 1497 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829191089096551,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:53:11 addons-638421 kubelet[1497]: E1105 17:53:11.091031 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829191089096551,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:53:15 addons-638421 kubelet[1497]: I1105 17:53:15.799732 1497 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"
Nov 05 17:53:21 addons-638421 kubelet[1497]: E1105 17:53:21.093943 1497 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829201093727644,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:53:21 addons-638421 kubelet[1497]: E1105 17:53:21.093981 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829201093727644,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:53:31 addons-638421 kubelet[1497]: E1105 17:53:31.097412 1497 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829211097007303,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:53:31 addons-638421 kubelet[1497]: E1105 17:53:31.097453 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829211097007303,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:53:35 addons-638421 kubelet[1497]: I1105 17:53:35.800161 1497 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/cloud-spanner-emulator-dc5db94f4-hdz77" secret="" err="secret \"gcp-auth\" not found"
Nov 05 17:53:41 addons-638421 kubelet[1497]: E1105 17:53:41.099758 1497 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829221099545805,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:53:41 addons-638421 kubelet[1497]: E1105 17:53:41.099794 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829221099545805,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:53:51 addons-638421 kubelet[1497]: E1105 17:53:51.102827 1497 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829231102582667,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:53:51 addons-638421 kubelet[1497]: E1105 17:53:51.102862 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829231102582667,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:54:01 addons-638421 kubelet[1497]: E1105 17:54:01.105817 1497 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829241105552998,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:54:01 addons-638421 kubelet[1497]: E1105 17:54:01.105858 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1730829241105552998,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:576286,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Nov 05 17:54:08 addons-638421 kubelet[1497]: I1105 17:54:08.003768 1497 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/nginx" podStartSLOduration=138.323837796 podStartE2EDuration="2m19.003750743s" podCreationTimestamp="2024-11-05 17:51:49 +0000 UTC" firstStartedPulling="2024-11-05 17:51:49.933560373 +0000 UTC m=+259.265029666" lastFinishedPulling="2024-11-05 17:51:50.61347332 +0000 UTC m=+259.944942613" observedRunningTime="2024-11-05 17:51:50.92143787 +0000 UTC m=+260.252907180" watchObservedRunningTime="2024-11-05 17:54:08.003750743 +0000 UTC m=+397.335220036"
Nov 05 17:54:08 addons-638421 kubelet[1497]: I1105 17:54:08.170312 1497 reconciler_common.go:245] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-66gtz\" (UniqueName: \"kubernetes.io/projected/d63a7083-8468-4dbb-a1aa-2abcbe2b8503-kube-api-access-66gtz\") pod \"hello-world-app-55bf9c44b4-vt9rn\" (UID: \"d63a7083-8468-4dbb-a1aa-2abcbe2b8503\") " pod="default/hello-world-app-55bf9c44b4-vt9rn"
==> storage-provisioner [928fd37a67be862e9b98e4c48f69508228c66790d1dbda30812c2f629b00bf18] <==
I1105 17:48:23.204145 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I1105 17:48:23.233817 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I1105 17:48:23.233927 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I1105 17:48:23.277526 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I1105 17:48:23.277774 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-638421_30695142-7a44-4293-8e9e-e3d697d8213d!
I1105 17:48:23.280167 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"3fd2ffbe-9a3d-4013-9e87-0e75777dbe6e", APIVersion:"v1", ResourceVersion:"912", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-638421_30695142-7a44-4293-8e9e-e3d697d8213d became leader
I1105 17:48:23.378627 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-638421_30695142-7a44-4293-8e9e-e3d697d8213d!
-- /stdout --
** stderr **
E1105 17:54:09.617489 296104 logs.go:279] Failed to list containers for "kube-controller-manager": crictl list: sudo crictl ps -a --quiet --name=kube-controller-manager: Process exited with status 1
stdout:
stderr:
time="2024-11-05T17:54:09Z" level=fatal msg="unable to determine image API version: rpc error: code = Unknown desc = lstat /var/lib/containers/storage/overlay-images/.tmp-images.json344311060: no such file or directory"
** /stderr **
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-638421 -n addons-638421
helpers_test.go:261: (dbg) Run: kubectl --context addons-638421 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: ingress-nginx-admission-create-vtch6 ingress-nginx-admission-patch-kd86x
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-638421 describe pod ingress-nginx-admission-create-vtch6 ingress-nginx-admission-patch-kd86x
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-638421 describe pod ingress-nginx-admission-create-vtch6 ingress-nginx-admission-patch-kd86x: exit status 1 (97.414484ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-vtch6" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-kd86x" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-638421 describe pod ingress-nginx-admission-create-vtch6 ingress-nginx-admission-patch-kd86x: exit status 1
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-638421 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-638421 addons disable ingress-dns --alsologtostderr -v=1: (1.027501016s)
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-638421 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-638421 addons disable ingress --alsologtostderr -v=1: (7.717774651s)
--- FAIL: TestAddons/parallel/Ingress (150.92s)