=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-482420 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-482420 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-482420 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" [17e72273-59ed-44b0-9ddf-aaebdc3b3aca] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [17e72273-59ed-44b0-9ddf-aaebdc3b3aca] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003886029s
I1205 19:26:50.986568 309698 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-482420 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-482420 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.018284452s)
** 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-482420 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-482420 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-482420
helpers_test.go:235: (dbg) docker inspect addons-482420:
-- stdout --
[
{
"Id": "e395146a1e59ff46b7bed318654619c7f5f80323e57684ee1f5d13eaf1b2cfc4",
"Created": "2024-12-05T19:21:19.977434085Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 310957,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-12-05T19:21:20.130765342Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:51526bd7c0894c18bc1ef50650a0aaaea3bed24f70f72f77ac668ae72dfff137",
"ResolvConfPath": "/var/lib/docker/containers/e395146a1e59ff46b7bed318654619c7f5f80323e57684ee1f5d13eaf1b2cfc4/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/e395146a1e59ff46b7bed318654619c7f5f80323e57684ee1f5d13eaf1b2cfc4/hostname",
"HostsPath": "/var/lib/docker/containers/e395146a1e59ff46b7bed318654619c7f5f80323e57684ee1f5d13eaf1b2cfc4/hosts",
"LogPath": "/var/lib/docker/containers/e395146a1e59ff46b7bed318654619c7f5f80323e57684ee1f5d13eaf1b2cfc4/e395146a1e59ff46b7bed318654619c7f5f80323e57684ee1f5d13eaf1b2cfc4-json.log",
"Name": "/addons-482420",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-482420:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-482420",
"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/8d4f4a1b9f09f8e5ea4f91ccf611da4de9837efbe102f755abf9fec51938732c-init/diff:/var/lib/docker/overlay2/bfd0f06b2499a4d3943cd86606525822f627b956b8a8acb3127e820e32cb3ab4/diff",
"MergedDir": "/var/lib/docker/overlay2/8d4f4a1b9f09f8e5ea4f91ccf611da4de9837efbe102f755abf9fec51938732c/merged",
"UpperDir": "/var/lib/docker/overlay2/8d4f4a1b9f09f8e5ea4f91ccf611da4de9837efbe102f755abf9fec51938732c/diff",
"WorkDir": "/var/lib/docker/overlay2/8d4f4a1b9f09f8e5ea4f91ccf611da4de9837efbe102f755abf9fec51938732c/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-482420",
"Source": "/var/lib/docker/volumes/addons-482420/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-482420",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"/usr/local/bin/entrypoint",
"/sbin/init"
],
"OnBuild": null,
"Labels": {
"created_by.minikube.sigs.k8s.io": "true",
"mode.minikube.sigs.k8s.io": "addons-482420",
"name.minikube.sigs.k8s.io": "addons-482420",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "717bd34382e77f8b60d2d25d1b78410d70065194bd9837140c2b6d3e2692c9a2",
"SandboxKey": "/var/run/docker/netns/717bd34382e7",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33138"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33139"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33142"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33140"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33141"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-482420": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "b167ddd182ffc066da49405cb6ff2cd3414bc12dca44a8d36daaf41ade0495e0",
"EndpointID": "f42418ac1d6a14595ed05da065ace52770cf92afdbe01609fb346ef396126c4b",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-482420",
"e395146a1e59"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-482420 -n addons-482420
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-482420 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-482420 logs -n 25: (1.636203734s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-481626 | download-only-481626 | jenkins | v1.34.0 | 05 Dec 24 19:20 UTC | 05 Dec 24 19:20 UTC |
| delete | -p download-only-562580 | download-only-562580 | jenkins | v1.34.0 | 05 Dec 24 19:20 UTC | 05 Dec 24 19:20 UTC |
| start | --download-only -p | download-docker-552326 | jenkins | v1.34.0 | 05 Dec 24 19:20 UTC | |
| | download-docker-552326 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-552326 | download-docker-552326 | jenkins | v1.34.0 | 05 Dec 24 19:20 UTC | 05 Dec 24 19:20 UTC |
| start | --download-only -p | binary-mirror-807163 | jenkins | v1.34.0 | 05 Dec 24 19:20 UTC | |
| | binary-mirror-807163 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:39519 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-807163 | binary-mirror-807163 | jenkins | v1.34.0 | 05 Dec 24 19:20 UTC | 05 Dec 24 19:20 UTC |
| addons | disable dashboard -p | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:20 UTC | |
| | addons-482420 | | | | | |
| addons | enable dashboard -p | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:20 UTC | |
| | addons-482420 | | | | | |
| start | -p addons-482420 --wait=true | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:20 UTC | 05 Dec 24 19:24 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-482420 addons disable | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:24 UTC | 05 Dec 24 19:24 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-482420 addons disable | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:25 UTC | 05 Dec 24 19:25 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-482420 addons disable | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:25 UTC | 05 Dec 24 19:25 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| ip | addons-482420 ip | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:25 UTC | 05 Dec 24 19:25 UTC |
| addons | addons-482420 addons disable | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:25 UTC | 05 Dec 24 19:25 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-482420 addons | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:25 UTC | 05 Dec 24 19:25 UTC |
| | disable nvidia-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-482420 ssh cat | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:25 UTC | 05 Dec 24 19:25 UTC |
| | /opt/local-path-provisioner/pvc-9b40c206-664e-4ac6-b468-83841bbaab1f_default_test-pvc/file1 | | | | | |
| addons | addons-482420 addons disable | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:25 UTC | 05 Dec 24 19:25 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-482420 addons | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:25 UTC | 05 Dec 24 19:25 UTC |
| | disable cloud-spanner | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | enable headlamp | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:25 UTC | 05 Dec 24 19:25 UTC |
| | -p addons-482420 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-482420 addons disable | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:26 UTC | 05 Dec 24 19:26 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-482420 addons | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:26 UTC | 05 Dec 24 19:26 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-482420 addons | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:26 UTC | 05 Dec 24 19:26 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-482420 addons | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:26 UTC | 05 Dec 24 19:26 UTC |
| | disable inspektor-gadget | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-482420 ssh curl -s | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:26 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-482420 ip | addons-482420 | jenkins | v1.34.0 | 05 Dec 24 19:29 UTC | 05 Dec 24 19:29 UTC |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/12/05 19:20:55
Running on machine: ip-172-31-24-2
Binary: Built with gc go1.23.2 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1205 19:20:55.827654 310463 out.go:345] Setting OutFile to fd 1 ...
I1205 19:20:55.827798 310463 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1205 19:20:55.827809 310463 out.go:358] Setting ErrFile to fd 2...
I1205 19:20:55.827815 310463 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1205 19:20:55.828050 310463 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20052-304189/.minikube/bin
I1205 19:20:55.828524 310463 out.go:352] Setting JSON to false
I1205 19:20:55.829364 310463 start.go:129] hostinfo: {"hostname":"ip-172-31-24-2","uptime":7404,"bootTime":1733419052,"procs":168,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1072-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"6d436adf-771e-4269-b9a3-c25fd4fca4f5"}
I1205 19:20:55.829431 310463 start.go:139] virtualization:
I1205 19:20:55.831395 310463 out.go:177] * [addons-482420] minikube v1.34.0 on Ubuntu 20.04 (arm64)
I1205 19:20:55.832914 310463 out.go:177] - MINIKUBE_LOCATION=20052
I1205 19:20:55.833033 310463 notify.go:220] Checking for updates...
I1205 19:20:55.835408 310463 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1205 19:20:55.836694 310463 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/20052-304189/kubeconfig
I1205 19:20:55.838038 310463 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/20052-304189/.minikube
I1205 19:20:55.839159 310463 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I1205 19:20:55.840395 310463 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I1205 19:20:55.842650 310463 driver.go:394] Setting default libvirt URI to qemu:///system
I1205 19:20:55.863969 310463 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
I1205 19:20:55.864100 310463 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1205 19:20:55.924888 310463 info.go:266] docker info: {ID:J4M5:W6MX:GOX4:4LAQ:VI7E:VJNF:J3OP:OPBH:GF7G:PPY4:WQWD:7N4L Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-12-05 19:20:55.914935531 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1072-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-24-2 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridge-n
f-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I1205 19:20:55.924996 310463 docker.go:318] overlay module found
I1205 19:20:55.926565 310463 out.go:177] * Using the docker driver based on user configuration
I1205 19:20:55.927669 310463 start.go:297] selected driver: docker
I1205 19:20:55.927681 310463 start.go:901] validating driver "docker" against <nil>
I1205 19:20:55.927707 310463 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1205 19:20:55.928414 310463 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1205 19:20:55.976039 310463 info.go:266] docker info: {ID:J4M5:W6MX:GOX4:4LAQ:VI7E:VJNF:J3OP:OPBH:GF7G:PPY4:WQWD:7N4L Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-12-05 19:20:55.967294886 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1072-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-24-2 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridge-n
f-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I1205 19:20:55.976261 310463 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I1205 19:20:55.976537 310463 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]
I1205 19:20:55.977893 310463 out.go:177] * Using Docker driver with root privileges
I1205 19:20:55.979187 310463 cni.go:84] Creating CNI manager for ""
I1205 19:20:55.979272 310463 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1205 19:20:55.979287 310463 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I1205 19:20:55.979371 310463 start.go:340] cluster config:
{Name:addons-482420 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-482420 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}
I1205 19:20:55.980890 310463 out.go:177] * Starting "addons-482420" primary control-plane node in "addons-482420" cluster
I1205 19:20:55.982099 310463 cache.go:121] Beginning downloading kic base image for docker with crio
I1205 19:20:55.983658 310463 out.go:177] * Pulling base image v0.0.45-1730888964-19917 ...
I1205 19:20:55.985109 310463 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1205 19:20:55.985178 310463 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20052-304189/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4
I1205 19:20:55.985192 310463 cache.go:56] Caching tarball of preloaded images
I1205 19:20:55.985193 310463 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local docker daemon
I1205 19:20:55.985295 310463 preload.go:172] Found /home/jenkins/minikube-integration/20052-304189/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I1205 19:20:55.985306 310463 cache.go:59] Finished verifying existence of preloaded tar for v1.31.2 on crio
I1205 19:20:55.985660 310463 profile.go:143] Saving config to /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/config.json ...
I1205 19:20:55.985690 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/config.json: {Name:mk6a783cfe4550743f107492c59b7629134e9e0d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:20:56.003858 310463 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 to local cache
I1205 19:20:56.003968 310463 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory
I1205 19:20:56.003986 310463 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory, skipping pull
I1205 19:20:56.003991 310463 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 exists in cache, skipping pull
I1205 19:20:56.003999 310463 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 as a tarball
I1205 19:20:56.004003 310463 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from local cache
I1205 19:21:13.282787 310463 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from cached tarball
I1205 19:21:13.282827 310463 cache.go:194] Successfully downloaded all kic artifacts
I1205 19:21:13.282867 310463 start.go:360] acquireMachinesLock for addons-482420: {Name:mk3494df3344b5a92bddcda17aab17f7b596f95b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1205 19:21:13.283011 310463 start.go:364] duration metric: took 124.215µs to acquireMachinesLock for "addons-482420"
I1205 19:21:13.283039 310463 start.go:93] Provisioning new machine with config: &{Name:addons-482420 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-482420 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}
I1205 19:21:13.283127 310463 start.go:125] createHost starting for "" (driver="docker")
I1205 19:21:13.285151 310463 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I1205 19:21:13.285407 310463 start.go:159] libmachine.API.Create for "addons-482420" (driver="docker")
I1205 19:21:13.285439 310463 client.go:168] LocalClient.Create starting
I1205 19:21:13.285553 310463 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20052-304189/.minikube/certs/ca.pem
I1205 19:21:13.550349 310463 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20052-304189/.minikube/certs/cert.pem
I1205 19:21:14.014761 310463 cli_runner.go:164] Run: docker network inspect addons-482420 --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}}]}"
W1205 19:21:14.030916 310463 cli_runner.go:211] docker network inspect addons-482420 --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
I1205 19:21:14.031050 310463 network_create.go:284] running [docker network inspect addons-482420] to gather additional debugging logs...
I1205 19:21:14.031078 310463 cli_runner.go:164] Run: docker network inspect addons-482420
W1205 19:21:14.045918 310463 cli_runner.go:211] docker network inspect addons-482420 returned with exit code 1
I1205 19:21:14.045945 310463 network_create.go:287] error running [docker network inspect addons-482420]: docker network inspect addons-482420: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-482420 not found
I1205 19:21:14.045958 310463 network_create.go:289] output of [docker network inspect addons-482420]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-482420 not found
** /stderr **
I1205 19:21:14.046092 310463 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}}]}"
I1205 19:21:14.062505 310463 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:0x4001db7630}
I1205 19:21:14.062552 310463 network_create.go:124] attempt to create docker network addons-482420 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1205 19:21:14.062613 310463 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-482420 addons-482420
I1205 19:21:14.138069 310463 network_create.go:108] docker network addons-482420 192.168.49.0/24 created
I1205 19:21:14.138102 310463 kic.go:121] calculated static IP "192.168.49.2" for the "addons-482420" container
I1205 19:21:14.138188 310463 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1205 19:21:14.154325 310463 cli_runner.go:164] Run: docker volume create addons-482420 --label name.minikube.sigs.k8s.io=addons-482420 --label created_by.minikube.sigs.k8s.io=true
I1205 19:21:14.170362 310463 oci.go:103] Successfully created a docker volume addons-482420
I1205 19:21:14.170451 310463 cli_runner.go:164] Run: docker run --rm --name addons-482420-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-482420 --entrypoint /usr/bin/test -v addons-482420:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib
I1205 19:21:15.849268 310463 cli_runner.go:217] Completed: docker run --rm --name addons-482420-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-482420 --entrypoint /usr/bin/test -v addons-482420:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib: (1.678746681s)
I1205 19:21:15.849297 310463 oci.go:107] Successfully prepared a docker volume addons-482420
I1205 19:21:15.849334 310463 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1205 19:21:15.849355 310463 kic.go:194] Starting extracting preloaded images to volume ...
I1205 19:21:15.849425 310463 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20052-304189/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-482420:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir
I1205 19:21:19.898306 310463 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20052-304189/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-482420:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir: (4.048831545s)
I1205 19:21:19.898341 310463 kic.go:203] duration metric: took 4.048981589s to extract preloaded images to volume ...
W1205 19:21:19.898485 310463 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1205 19:21:19.898603 310463 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1205 19:21:19.961672 310463 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-482420 --name addons-482420 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-482420 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-482420 --network addons-482420 --ip 192.168.49.2 --volume addons-482420:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615
I1205 19:21:20.306075 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Running}}
I1205 19:21:20.324015 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:20.346489 310463 cli_runner.go:164] Run: docker exec addons-482420 stat /var/lib/dpkg/alternatives/iptables
I1205 19:21:20.391967 310463 oci.go:144] the created container "addons-482420" has a running status.
I1205 19:21:20.391996 310463 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa...
I1205 19:21:20.572502 310463 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1205 19:21:20.601209 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:20.623553 310463 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1205 19:21:20.623580 310463 kic_runner.go:114] Args: [docker exec --privileged addons-482420 chown docker:docker /home/docker/.ssh/authorized_keys]
I1205 19:21:20.697296 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:20.721600 310463 machine.go:93] provisionDockerMachine start ...
I1205 19:21:20.721690 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:20.744378 310463 main.go:141] libmachine: Using SSH client type: native
I1205 19:21:20.745115 310463 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415f50] 0x418790 <nil> [] 0s} 127.0.0.1 33138 <nil> <nil>}
I1205 19:21:20.745171 310463 main.go:141] libmachine: About to run SSH command:
hostname
I1205 19:21:20.746069 310463 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
I1205 19:21:23.873425 310463 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-482420
I1205 19:21:23.873452 310463 ubuntu.go:169] provisioning hostname "addons-482420"
I1205 19:21:23.873588 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:23.890695 310463 main.go:141] libmachine: Using SSH client type: native
I1205 19:21:23.890984 310463 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415f50] 0x418790 <nil> [] 0s} 127.0.0.1 33138 <nil> <nil>}
I1205 19:21:23.891003 310463 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-482420 && echo "addons-482420" | sudo tee /etc/hostname
I1205 19:21:24.026423 310463 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-482420
I1205 19:21:24.026512 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:24.045047 310463 main.go:141] libmachine: Using SSH client type: native
I1205 19:21:24.045284 310463 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415f50] 0x418790 <nil> [] 0s} 127.0.0.1 33138 <nil> <nil>}
I1205 19:21:24.045318 310463 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-482420' /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-482420/g' /etc/hosts;
else
echo '127.0.1.1 addons-482420' | sudo tee -a /etc/hosts;
fi
fi
I1205 19:21:24.166037 310463 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1205 19:21:24.166067 310463 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20052-304189/.minikube CaCertPath:/home/jenkins/minikube-integration/20052-304189/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20052-304189/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20052-304189/.minikube}
I1205 19:21:24.166098 310463 ubuntu.go:177] setting up certificates
I1205 19:21:24.166113 310463 provision.go:84] configureAuth start
I1205 19:21:24.166178 310463 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-482420
I1205 19:21:24.183432 310463 provision.go:143] copyHostCerts
I1205 19:21:24.183519 310463 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20052-304189/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20052-304189/.minikube/ca.pem (1078 bytes)
I1205 19:21:24.183647 310463 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20052-304189/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20052-304189/.minikube/cert.pem (1123 bytes)
I1205 19:21:24.183712 310463 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20052-304189/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20052-304189/.minikube/key.pem (1675 bytes)
I1205 19:21:24.183762 310463 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20052-304189/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20052-304189/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20052-304189/.minikube/certs/ca-key.pem org=jenkins.addons-482420 san=[127.0.0.1 192.168.49.2 addons-482420 localhost minikube]
I1205 19:21:24.687613 310463 provision.go:177] copyRemoteCerts
I1205 19:21:24.687685 310463 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1205 19:21:24.687728 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:24.704818 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:24.795595 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I1205 19:21:24.819762 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I1205 19:21:24.843932 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I1205 19:21:24.868755 310463 provision.go:87] duration metric: took 702.626446ms to configureAuth
I1205 19:21:24.868832 310463 ubuntu.go:193] setting minikube options for container-runtime
I1205 19:21:24.869029 310463 config.go:182] Loaded profile config "addons-482420": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1205 19:21:24.869141 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:24.885002 310463 main.go:141] libmachine: Using SSH client type: native
I1205 19:21:24.885254 310463 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415f50] 0x418790 <nil> [] 0s} 127.0.0.1 33138 <nil> <nil>}
I1205 19:21:24.885283 310463 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
I1205 19:21:25.119219 310463 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I1205 19:21:25.119247 310463 machine.go:96] duration metric: took 4.397626671s to provisionDockerMachine
I1205 19:21:25.119257 310463 client.go:171] duration metric: took 11.833808716s to LocalClient.Create
I1205 19:21:25.119270 310463 start.go:167] duration metric: took 11.83386409s to libmachine.API.Create "addons-482420"
I1205 19:21:25.119277 310463 start.go:293] postStartSetup for "addons-482420" (driver="docker")
I1205 19:21:25.119287 310463 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]
I1205 19:21:25.119370 310463 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
I1205 19:21:25.119433 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:25.139961 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:25.234825 310463 ssh_runner.go:195] Run: cat /etc/os-release
I1205 19:21:25.237854 310463 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1205 19:21:25.237890 310463 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I1205 19:21:25.237914 310463 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I1205 19:21:25.237926 310463 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I1205 19:21:25.237936 310463 filesync.go:126] Scanning /home/jenkins/minikube-integration/20052-304189/.minikube/addons for local assets ...
I1205 19:21:25.238021 310463 filesync.go:126] Scanning /home/jenkins/minikube-integration/20052-304189/.minikube/files for local assets ...
I1205 19:21:25.238055 310463 start.go:296] duration metric: took 118.772978ms for postStartSetup
I1205 19:21:25.238375 310463 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-482420
I1205 19:21:25.253855 310463 profile.go:143] Saving config to /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/config.json ...
I1205 19:21:25.254268 310463 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1205 19:21:25.254323 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:25.269195 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:25.354509 310463 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1205 19:21:25.358687 310463 start.go:128] duration metric: took 12.075542685s to createHost
I1205 19:21:25.358713 310463 start.go:83] releasing machines lock for "addons-482420", held for 12.075691901s
I1205 19:21:25.358787 310463 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-482420
I1205 19:21:25.374800 310463 ssh_runner.go:195] Run: cat /version.json
I1205 19:21:25.374852 310463 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1205 19:21:25.374858 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:25.374927 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:25.397484 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:25.397645 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:25.616964 310463 ssh_runner.go:195] Run: systemctl --version
I1205 19:21:25.621048 310463 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I1205 19:21:25.761763 310463 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I1205 19:21:25.765998 310463 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" ;
I1205 19:21:25.784636 310463 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I1205 19:21:25.784710 310463 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" ;
I1205 19:21:25.817503 310463 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I1205 19:21:25.817527 310463 start.go:495] detecting cgroup driver to use...
I1205 19:21:25.817569 310463 detect.go:187] detected "cgroupfs" cgroup driver on host os
I1205 19:21:25.817624 310463 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1205 19:21:25.834414 310463 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1205 19:21:25.846057 310463 docker.go:217] disabling cri-docker service (if available) ...
I1205 19:21:25.846141 310463 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1205 19:21:25.860264 310463 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1205 19:21:25.874582 310463 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1205 19:21:25.966615 310463 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1205 19:21:26.067799 310463 docker.go:233] disabling docker service ...
I1205 19:21:26.067867 310463 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1205 19:21:26.088626 310463 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1205 19:21:26.100964 310463 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1205 19:21:26.195682 310463 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1205 19:21:26.292398 310463 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1205 19:21:26.304298 310463 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"
I1205 19:21:26.319936 310463 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I1205 19:21:26.320052 310463 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"
I1205 19:21:26.329288 310463 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I1205 19:21:26.329406 310463 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I1205 19:21:26.338801 310463 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I1205 19:21:26.348050 310463 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I1205 19:21:26.357430 310463 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1205 19:21:26.366357 310463 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"
I1205 19:21:26.375833 310463 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"
I1205 19:21:26.392156 310463 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"
I1205 19:21:26.402305 310463 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1205 19:21:26.410849 310463 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1205 19:21:26.419595 310463 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1205 19:21:26.506648 310463 ssh_runner.go:195] Run: sudo systemctl restart crio
I1205 19:21:26.618730 310463 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I1205 19:21:26.618845 310463 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I1205 19:21:26.622276 310463 start.go:563] Will wait 60s for crictl version
I1205 19:21:26.622357 310463 ssh_runner.go:195] Run: which crictl
I1205 19:21:26.625731 310463 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I1205 19:21:26.664349 310463 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I1205 19:21:26.664503 310463 ssh_runner.go:195] Run: crio --version
I1205 19:21:26.702479 310463 ssh_runner.go:195] Run: crio --version
I1205 19:21:26.747402 310463 out.go:177] * Preparing Kubernetes v1.31.2 on CRI-O 1.24.6 ...
I1205 19:21:26.748838 310463 cli_runner.go:164] Run: docker network inspect addons-482420 --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}}]}"
I1205 19:21:26.764673 310463 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1205 19:21:26.768202 310463 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""
I1205 19:21:26.778820 310463 kubeadm.go:883] updating cluster {Name:addons-482420 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-482420 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} ...
I1205 19:21:26.778936 310463 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1205 19:21:26.779003 310463 ssh_runner.go:195] Run: sudo crictl images --output json
I1205 19:21:26.860610 310463 crio.go:514] all images are preloaded for cri-o runtime.
I1205 19:21:26.860634 310463 crio.go:433] Images already preloaded, skipping extraction
I1205 19:21:26.860690 310463 ssh_runner.go:195] Run: sudo crictl images --output json
I1205 19:21:26.903321 310463 crio.go:514] all images are preloaded for cri-o runtime.
I1205 19:21:26.903343 310463 cache_images.go:84] Images are preloaded, skipping loading
I1205 19:21:26.903352 310463 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.2 crio true true} ...
I1205 19:21:26.903440 310463 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-482420 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.2 ClusterName:addons-482420 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:}
I1205 19:21:26.903522 310463 ssh_runner.go:195] Run: crio config
I1205 19:21:26.959244 310463 cni.go:84] Creating CNI manager for ""
I1205 19:21:26.959269 310463 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1205 19:21:26.959279 310463 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I1205 19:21:26.959302 310463 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-482420 NodeName:addons-482420 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}
I1205 19:21:26.959459 310463 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-482420"
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
I1205 19:21:26.959539 310463 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.2
I1205 19:21:26.968774 310463 binaries.go:44] Found k8s binaries, skipping transfer
I1205 19:21:26.968853 310463 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1205 19:21:26.977830 310463 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I1205 19:21:26.996653 310463 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1205 19:21:27.016121 310463 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
I1205 19:21:27.034400 310463 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1205 19:21:27.038047 310463 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""
I1205 19:21:27.049782 310463 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1205 19:21:27.128241 310463 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1205 19:21:27.142255 310463 certs.go:68] Setting up /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420 for IP: 192.168.49.2
I1205 19:21:27.142289 310463 certs.go:194] generating shared ca certs ...
I1205 19:21:27.142307 310463 certs.go:226] acquiring lock for ca certs: {Name:mk70f8c34a5802683dd611cce564ef686c0c4c0b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:27.142460 310463 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20052-304189/.minikube/ca.key
I1205 19:21:27.545931 310463 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20052-304189/.minikube/ca.crt ...
I1205 19:21:27.545964 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/.minikube/ca.crt: {Name:mke77b5ba15f07dbbf94590ccc717313a1a130a2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:27.546172 310463 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20052-304189/.minikube/ca.key ...
I1205 19:21:27.546186 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/.minikube/ca.key: {Name:mk7d1071d7d92852081a55c72820b41a165e6c5c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:27.546279 310463 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20052-304189/.minikube/proxy-client-ca.key
I1205 19:21:28.023063 310463 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20052-304189/.minikube/proxy-client-ca.crt ...
I1205 19:21:28.023101 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/.minikube/proxy-client-ca.crt: {Name:mk546eeb32e3deacaced66c2a02dda18b2111777 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:28.023302 310463 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20052-304189/.minikube/proxy-client-ca.key ...
I1205 19:21:28.023316 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/.minikube/proxy-client-ca.key: {Name:mk6a10f18e026494620b3ac6aa86b7911d5928eb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:28.023404 310463 certs.go:256] generating profile certs ...
I1205 19:21:28.023469 310463 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/client.key
I1205 19:21:28.023487 310463 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/client.crt with IP's: []
I1205 19:21:28.884285 310463 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/client.crt ...
I1205 19:21:28.884327 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/client.crt: {Name:mke478adf75a10d9dfb7c08cb23b3967c2971e99 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:28.884537 310463 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/client.key ...
I1205 19:21:28.884551 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/client.key: {Name:mk14d10b58c4c644ce683330a9d001c4e776d5b3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:28.884644 310463 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.key.f4d9ee31
I1205 19:21:28.884668 310463 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.crt.f4d9ee31 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I1205 19:21:29.296783 310463 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.crt.f4d9ee31 ...
I1205 19:21:29.296813 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.crt.f4d9ee31: {Name:mke5336f2e805330d44a695a6462f05b99056471 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:29.296999 310463 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.key.f4d9ee31 ...
I1205 19:21:29.297014 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.key.f4d9ee31: {Name:mkbda6baf7329d07c80497d61b7a4e7b420b5247 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:29.297097 310463 certs.go:381] copying /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.crt.f4d9ee31 -> /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.crt
I1205 19:21:29.297183 310463 certs.go:385] copying /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.key.f4d9ee31 -> /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.key
I1205 19:21:29.297239 310463 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/proxy-client.key
I1205 19:21:29.297260 310463 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/proxy-client.crt with IP's: []
I1205 19:21:29.600550 310463 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/proxy-client.crt ...
I1205 19:21:29.600583 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/proxy-client.crt: {Name:mkfb71dc228bd64a6de8d61f0f85b0c3ea71f86b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:29.600774 310463 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/proxy-client.key ...
I1205 19:21:29.600790 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/proxy-client.key: {Name:mk4f91cd117469f9e4ccf4461245ca5b7636347b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:29.601014 310463 certs.go:484] found cert: /home/jenkins/minikube-integration/20052-304189/.minikube/certs/ca-key.pem (1679 bytes)
I1205 19:21:29.601061 310463 certs.go:484] found cert: /home/jenkins/minikube-integration/20052-304189/.minikube/certs/ca.pem (1078 bytes)
I1205 19:21:29.601091 310463 certs.go:484] found cert: /home/jenkins/minikube-integration/20052-304189/.minikube/certs/cert.pem (1123 bytes)
I1205 19:21:29.601154 310463 certs.go:484] found cert: /home/jenkins/minikube-integration/20052-304189/.minikube/certs/key.pem (1675 bytes)
I1205 19:21:29.601757 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1205 19:21:29.627195 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I1205 19:21:29.652239 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1205 19:21:29.676559 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I1205 19:21:29.700043 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I1205 19:21:29.724503 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I1205 19:21:29.749240 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1205 19:21:29.774352 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/profiles/addons-482420/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I1205 19:21:29.799244 310463 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20052-304189/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1205 19:21:29.823995 310463 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1205 19:21:29.841878 310463 ssh_runner.go:195] Run: openssl version
I1205 19:21:29.847461 310463 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"
I1205 19:21:29.857573 310463 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1205 19:21:29.861183 310463 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Dec 5 19:21 /usr/share/ca-certificates/minikubeCA.pem
I1205 19:21:29.861246 310463 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1205 19:21:29.868278 310463 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"
I1205 19:21:29.878353 310463 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I1205 19:21:29.881831 310463 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
I1205 19:21:29.881880 310463 kubeadm.go:392] StartCluster: {Name:addons-482420 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-482420 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}
I1205 19:21:29.882002 310463 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I1205 19:21:29.882060 310463 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1205 19:21:29.920562 310463 cri.go:89] found id: ""
I1205 19:21:29.920701 310463 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1205 19:21:29.929636 310463 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1205 19:21:29.938814 310463 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I1205 19:21:29.938881 310463 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
I1205 19:21:29.949250 310463 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
I1205 19:21:29.949272 310463 kubeadm.go:157] found existing configuration files:
I1205 19:21:29.949332 310463 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I1205 19:21:29.957791 310463 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
I1205 19:21:29.957879 310463 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I1205 19:21:29.965934 310463 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I1205 19:21:29.975071 310463 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
I1205 19:21:29.975160 310463 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I1205 19:21:29.984031 310463 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I1205 19:21:29.992978 310463 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
I1205 19:21:29.993045 310463 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I1205 19:21:30.002268 310463 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I1205 19:21:30.016597 310463 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
I1205 19:21:30.016693 310463 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I1205 19:21:30.037379 310463 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"
I1205 19:21:30.098101 310463 kubeadm.go:310] [init] Using Kubernetes version: v1.31.2
I1205 19:21:30.098515 310463 kubeadm.go:310] [preflight] Running pre-flight checks
I1205 19:21:30.123004 310463 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I1205 19:21:30.123088 310463 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1072-aws[0m
I1205 19:21:30.123130 310463 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I1205 19:21:30.123191 310463 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1205 19:21:30.123255 310463 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1205 19:21:30.123317 310463 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1205 19:21:30.123377 310463 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1205 19:21:30.123436 310463 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1205 19:21:30.123488 310463 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1205 19:21:30.123544 310463 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1205 19:21:30.123605 310463 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1205 19:21:30.123664 310463 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1205 19:21:30.193920 310463 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I1205 19:21:30.194135 310463 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1205 19:21:30.194245 310463 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I1205 19:21:30.206482 310463 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1205 19:21:30.209027 310463 out.go:235] - Generating certificates and keys ...
I1205 19:21:30.209213 310463 kubeadm.go:310] [certs] Using existing ca certificate authority
I1205 19:21:30.209330 310463 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I1205 19:21:30.805654 310463 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I1205 19:21:30.967617 310463 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I1205 19:21:31.420284 310463 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I1205 19:21:31.684766 310463 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I1205 19:21:31.915897 310463 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I1205 19:21:31.916209 310463 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-482420 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1205 19:21:32.446815 310463 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I1205 19:21:32.447116 310463 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-482420 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1205 19:21:33.078949 310463 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I1205 19:21:33.253438 310463 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I1205 19:21:33.921149 310463 kubeadm.go:310] [certs] Generating "sa" key and public key
I1205 19:21:33.921418 310463 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1205 19:21:34.349152 310463 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I1205 19:21:34.966541 310463 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I1205 19:21:35.309150 310463 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1205 19:21:35.550774 310463 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1205 19:21:36.206654 310463 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1205 19:21:36.207519 310463 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1205 19:21:36.210655 310463 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1205 19:21:36.212395 310463 out.go:235] - Booting up control plane ...
I1205 19:21:36.212514 310463 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1205 19:21:36.212597 310463 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1205 19:21:36.215671 310463 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1205 19:21:36.240905 310463 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1205 19:21:36.246932 310463 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1205 19:21:36.247207 310463 kubeadm.go:310] [kubelet-start] Starting the kubelet
I1205 19:21:36.340445 310463 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I1205 19:21:36.340570 310463 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I1205 19:21:37.841931 310463 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.501475769s
I1205 19:21:37.842042 310463 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I1205 19:21:43.843246 310463 kubeadm.go:310] [api-check] The API server is healthy after 6.001398854s
I1205 19:21:43.865218 310463 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1205 19:21:43.881086 310463 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1205 19:21:43.936154 310463 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I1205 19:21:43.936349 310463 kubeadm.go:310] [mark-control-plane] Marking the node addons-482420 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1205 19:21:43.960890 310463 kubeadm.go:310] [bootstrap-token] Using token: mnbatw.dykih39zagbhcuau
I1205 19:21:43.963765 310463 out.go:235] - Configuring RBAC rules ...
I1205 19:21:43.963903 310463 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1205 19:21:43.972360 310463 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1205 19:21:43.989494 310463 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
I1205 19:21:43.999725 310463 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1205 19:21:44.004947 310463 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1205 19:21:44.013425 310463 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1205 19:21:44.250612 310463 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1205 19:21:44.699246 310463 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I1205 19:21:45.251478 310463 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I1205 19:21:45.252893 310463 kubeadm.go:310]
I1205 19:21:45.253001 310463 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I1205 19:21:45.253043 310463 kubeadm.go:310]
I1205 19:21:45.253122 310463 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I1205 19:21:45.253133 310463 kubeadm.go:310]
I1205 19:21:45.253164 310463 kubeadm.go:310] mkdir -p $HOME/.kube
I1205 19:21:45.253249 310463 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1205 19:21:45.253305 310463 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1205 19:21:45.253314 310463 kubeadm.go:310]
I1205 19:21:45.253368 310463 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I1205 19:21:45.253377 310463 kubeadm.go:310]
I1205 19:21:45.253433 310463 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I1205 19:21:45.253476 310463 kubeadm.go:310]
I1205 19:21:45.253591 310463 kubeadm.go:310] You should now deploy a pod network to the cluster.
I1205 19:21:45.253762 310463 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1205 19:21:45.253924 310463 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1205 19:21:45.254015 310463 kubeadm.go:310]
I1205 19:21:45.254201 310463 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I1205 19:21:45.254310 310463 kubeadm.go:310] and service account keys on each node and then running the following as root:
I1205 19:21:45.254345 310463 kubeadm.go:310]
I1205 19:21:45.254429 310463 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token mnbatw.dykih39zagbhcuau \
I1205 19:21:45.254538 310463 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:5e78729fbc0a8d9316441a95b1ec5e155a59fb0cd3a46f6aad8d15062c867552 \
I1205 19:21:45.254564 310463 kubeadm.go:310] --control-plane
I1205 19:21:45.254586 310463 kubeadm.go:310]
I1205 19:21:45.254725 310463 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I1205 19:21:45.254779 310463 kubeadm.go:310]
I1205 19:21:45.254877 310463 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token mnbatw.dykih39zagbhcuau \
I1205 19:21:45.255000 310463 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:5e78729fbc0a8d9316441a95b1ec5e155a59fb0cd3a46f6aad8d15062c867552
I1205 19:21:45.259139 310463 kubeadm.go:310] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1072-aws\n", err: exit status 1
I1205 19:21:45.259263 310463 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1205 19:21:45.259328 310463 cni.go:84] Creating CNI manager for ""
I1205 19:21:45.259336 310463 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1205 19:21:45.262302 310463 out.go:177] * Configuring CNI (Container Networking Interface) ...
I1205 19:21:45.264921 310463 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1205 19:21:45.269629 310463 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.2/kubectl ...
I1205 19:21:45.269654 310463 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I1205 19:21:45.297547 310463 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
I1205 19:21:45.579333 310463 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1205 19:21:45.579462 310463 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
I1205 19:21:45.579540 310463 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-482420 minikube.k8s.io/updated_at=2024_12_05T19_21_45_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=e85f1467f7b5bf0a3dd477c54f3fe5919d424331 minikube.k8s.io/name=addons-482420 minikube.k8s.io/primary=true
I1205 19:21:45.790910 310463 ops.go:34] apiserver oom_adj: -16
I1205 19:21:45.791036 310463 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1205 19:21:46.291137 310463 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1205 19:21:46.791081 310463 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1205 19:21:47.291213 310463 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1205 19:21:47.791512 310463 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1205 19:21:48.291934 310463 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1205 19:21:48.791126 310463 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1205 19:21:48.890707 310463 kubeadm.go:1113] duration metric: took 3.311288484s to wait for elevateKubeSystemPrivileges
I1205 19:21:48.890740 310463 kubeadm.go:394] duration metric: took 19.008863351s to StartCluster
I1205 19:21:48.890759 310463 settings.go:142] acquiring lock: {Name:mka00115b9cc94e85ce136638fc82f3c032c451b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:48.890859 310463 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/20052-304189/kubeconfig
I1205 19:21:48.891278 310463 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20052-304189/kubeconfig: {Name:mkc0a5dcdf150bed675dba9ce89c53eef25589d5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1205 19:21:48.892056 310463 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}
I1205 19:21:48.892177 310463 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"
I1205 19:21:48.892428 310463 config.go:182] Loaded profile config "addons-482420": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1205 19:21:48.892455 310463 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]
I1205 19:21:48.892542 310463 addons.go:69] Setting default-storageclass=true in profile "addons-482420"
I1205 19:21:48.892553 310463 addons.go:69] Setting gcp-auth=true in profile "addons-482420"
I1205 19:21:48.892567 310463 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-482420"
I1205 19:21:48.892571 310463 addons.go:69] Setting ingress=true in profile "addons-482420"
I1205 19:21:48.892584 310463 addons.go:234] Setting addon ingress=true in "addons-482420"
I1205 19:21:48.892612 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:48.892568 310463 mustload.go:65] Loading cluster: addons-482420
I1205 19:21:48.892822 310463 config.go:182] Loaded profile config "addons-482420": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1205 19:21:48.893038 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.893056 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.893459 310463 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-482420"
I1205 19:21:48.893480 310463 addons.go:234] Setting addon amd-gpu-device-plugin=true in "addons-482420"
I1205 19:21:48.893503 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:48.893739 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.893877 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.894414 310463 addons.go:69] Setting cloud-spanner=true in profile "addons-482420"
I1205 19:21:48.894436 310463 addons.go:234] Setting addon cloud-spanner=true in "addons-482420"
I1205 19:21:48.894461 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:48.894863 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.896197 310463 addons.go:69] Setting ingress-dns=true in profile "addons-482420"
I1205 19:21:48.896264 310463 addons.go:234] Setting addon ingress-dns=true in "addons-482420"
I1205 19:21:48.896367 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:48.896583 310463 addons.go:69] Setting inspektor-gadget=true in profile "addons-482420"
I1205 19:21:48.896612 310463 addons.go:234] Setting addon inspektor-gadget=true in "addons-482420"
I1205 19:21:48.896638 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:48.897058 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.897361 310463 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-482420"
I1205 19:21:48.897446 310463 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-482420"
I1205 19:21:48.897490 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:48.902497 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.892546 310463 addons.go:69] Setting yakd=true in profile "addons-482420"
I1205 19:21:48.902774 310463 addons.go:234] Setting addon yakd=true in "addons-482420"
I1205 19:21:48.907398 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:48.911628 310463 out.go:177] * Verifying Kubernetes components...
I1205 19:21:48.914185 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.904530 310463 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-482420"
I1205 19:21:48.934995 310463 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-482420"
I1205 19:21:48.935064 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:48.904538 310463 addons.go:69] Setting registry=true in profile "addons-482420"
I1205 19:21:48.935595 310463 addons.go:234] Setting addon registry=true in "addons-482420"
I1205 19:21:48.935630 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:48.946997 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.904544 310463 addons.go:69] Setting storage-provisioner=true in profile "addons-482420"
I1205 19:21:48.954156 310463 addons.go:234] Setting addon storage-provisioner=true in "addons-482420"
I1205 19:21:48.954235 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:48.954732 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.961448 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.904552 310463 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-482420"
I1205 19:21:48.971490 310463 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-482420"
I1205 19:21:48.972194 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.904558 310463 addons.go:69] Setting volcano=true in profile "addons-482420"
I1205 19:21:48.990190 310463 addons.go:234] Setting addon volcano=true in "addons-482420"
I1205 19:21:48.990270 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:48.992584 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.904574 310463 addons.go:69] Setting volumesnapshots=true in profile "addons-482420"
I1205 19:21:49.026909 310463 addons.go:234] Setting addon volumesnapshots=true in "addons-482420"
I1205 19:21:49.026986 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:49.027490 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:49.029284 310463 addons.go:234] Setting addon default-storageclass=true in "addons-482420"
I1205 19:21:49.029318 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:49.029707 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:48.907362 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:49.067576 310463 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.35.0
I1205 19:21:49.070177 310463 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I1205 19:21:49.070205 310463 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I1205 19:21:49.070277 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:48.904508 310463 addons.go:69] Setting metrics-server=true in profile "addons-482420"
I1205 19:21:49.073773 310463 addons.go:234] Setting addon metrics-server=true in "addons-482420"
I1205 19:21:49.073827 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:49.074328 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:49.084991 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:49.086102 310463 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1205 19:21:49.092205 310463 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 -"
I1205 19:21:49.136576 310463 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I1205 19:21:49.133908 310463 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
I1205 19:21:49.162032 310463 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1205 19:21:49.187532 310463 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1205 19:21:49.187688 310463 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I1205 19:21:49.190191 310463 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1205 19:21:49.190455 310463 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I1205 19:21:49.191053 310463 addons.go:431] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1205 19:21:49.191077 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I1205 19:21:49.191175 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.194063 310463 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I1205 19:21:49.194174 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.213788 310463 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.25
I1205 19:21:49.214339 310463 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1205 19:21:49.218196 310463 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I1205 19:21:49.218219 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1205 19:21:49.218283 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.226912 310463 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1205 19:21:49.229533 310463 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1205 19:21:49.233036 310463 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-482420"
I1205 19:21:49.233092 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:49.233522 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:49.234379 310463 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1205 19:21:49.234401 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I1205 19:21:49.234456 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
W1205 19:21:49.240998 310463 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I1205 19:21:49.241587 310463 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
I1205 19:21:49.242757 310463 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I1205 19:21:49.242774 310463 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1205 19:21:49.242839 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.245149 310463 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
I1205 19:21:49.245536 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.256293 310463 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1205 19:21:49.256514 310463 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1205 19:21:49.256778 310463 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1205 19:21:49.256793 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1205 19:21:49.256856 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.271184 310463 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1205 19:21:49.271206 310463 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1205 19:21:49.271267 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.275404 310463 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I1205 19:21:49.275651 310463 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I1205 19:21:49.275783 310463 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1205 19:21:49.275795 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1205 19:21:49.275857 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.276131 310463 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1205 19:21:49.277882 310463 out.go:177] - Using image docker.io/registry:2.8.3
I1205 19:21:49.279945 310463 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1205 19:21:49.279965 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I1205 19:21:49.280028 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.298366 310463 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I1205 19:21:49.298386 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I1205 19:21:49.298453 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.306197 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.307864 310463 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1205 19:21:49.307880 310463 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1205 19:21:49.307946 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.326210 310463 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1205 19:21:49.329105 310463 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1205 19:21:49.334105 310463 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1205 19:21:49.338081 310463 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1205 19:21:49.338120 310463 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1205 19:21:49.338191 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.356117 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.410212 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.414108 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.414090 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.436659 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.491563 310463 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1205 19:21:49.494378 310463 out.go:177] - Using image docker.io/busybox:stable
I1205 19:21:49.495624 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.502086 310463 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1205 19:21:49.502129 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1205 19:21:49.502214 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:49.521322 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.521704 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.521990 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.530895 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.546321 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.563881 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:49.649496 310463 addons.go:431] installing /etc/kubernetes/addons/ig-deployment.yaml
I1205 19:21:49.649568 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14576 bytes)
I1205 19:21:49.708039 310463 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1205 19:21:49.762180 310463 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
I1205 19:21:49.841266 310463 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
I1205 19:21:49.844721 310463 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
I1205 19:21:49.851654 310463 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
I1205 19:21:49.865960 310463 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
I1205 19:21:49.880037 310463 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1205 19:21:49.880114 310463 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1205 19:21:49.928046 310463 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I1205 19:21:49.928120 310463 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I1205 19:21:49.931698 310463 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
I1205 19:21:49.932226 310463 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
I1205 19:21:49.942948 310463 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
I1205 19:21:50.000468 310463 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1205 19:21:50.000545 310463 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1205 19:21:50.020043 310463 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1205 19:21:50.020122 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1205 19:21:50.044283 310463 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I1205 19:21:50.044364 310463 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1205 19:21:50.048741 310463 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
I1205 19:21:50.074895 310463 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I1205 19:21:50.074978 310463 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I1205 19:21:50.096588 310463 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1205 19:21:50.096670 310463 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1205 19:21:50.149641 310463 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1205 19:21:50.149718 310463 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1205 19:21:50.234291 310463 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1205 19:21:50.234366 310463 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1205 19:21:50.245576 310463 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I1205 19:21:50.245650 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1205 19:21:50.260803 310463 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I1205 19:21:50.260879 310463 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I1205 19:21:50.372408 310463 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1205 19:21:50.372481 310463 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)
I1205 19:21:50.384965 310463 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1205 19:21:50.385043 310463 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1205 19:21:50.426086 310463 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
I1205 19:21:50.429201 310463 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1205 19:21:50.429270 310463 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1205 19:21:50.466470 310463 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I1205 19:21:50.466533 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I1205 19:21:50.551630 310463 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1205 19:21:50.551707 310463 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1205 19:21:50.564876 310463 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1205 19:21:50.564945 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1205 19:21:50.571246 310463 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
I1205 19:21:50.599532 310463 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
I1205 19:21:50.645332 310463 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1205 19:21:50.645406 310463 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1205 19:21:50.648028 310463 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
I1205 19:21:50.761412 310463 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1205 19:21:50.761492 310463 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1205 19:21:50.842034 310463 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1205 19:21:50.842060 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1205 19:21:50.887257 310463 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1205 19:21:50.887282 310463 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1205 19:21:50.956816 310463 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1205 19:21:50.956844 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1205 19:21:51.081931 310463 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1205 19:21:51.081956 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1205 19:21:51.190280 310463 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1205 19:21:51.190305 310463 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1205 19:21:51.338575 310463 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
I1205 19:21:52.575111 310463 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 -": (3.482872632s)
I1205 19:21:52.575141 310463 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1205 19:21:52.575221 310463 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.8671105s)
I1205 19:21:52.576073 310463 node_ready.go:35] waiting up to 6m0s for node "addons-482420" to be "Ready" ...
W1205 19:21:53.022391 310463 kapi.go:211] failed rescaling "coredns" deployment in "kube-system" namespace and "addons-482420" context to 1 replicas: non-retryable failure while rescaling coredns deployment: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again
E1205 19:21:53.022418 310463 start.go:160] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: non-retryable failure while rescaling coredns deployment: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again
I1205 19:21:53.569104 310463 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: (3.727749088s)
I1205 19:21:53.569731 310463 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.807475459s)
I1205 19:21:54.631692 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:21:55.178835 310463 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.334038782s)
I1205 19:21:55.999084 310463 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: (6.147346975s)
I1205 19:21:55.999119 310463 addons.go:475] Verifying addon ingress=true in "addons-482420"
I1205 19:21:55.999304 310463 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: (6.133183815s)
I1205 19:21:55.999358 310463 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: (6.067082022s)
I1205 19:21:55.999598 310463 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: (6.06783947s)
I1205 19:21:55.999710 310463 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: (6.056682558s)
I1205 19:21:55.999777 310463 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.950960117s)
I1205 19:21:55.999838 310463 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.573660541s)
I1205 19:21:55.999848 310463 addons.go:475] Verifying addon registry=true in "addons-482420"
I1205 19:21:55.999917 310463 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.400315s)
I1205 19:21:55.999886 310463 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.428569599s)
I1205 19:21:56.000305 310463 addons.go:475] Verifying addon metrics-server=true in "addons-482420"
I1205 19:21:56.002048 310463 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-482420 service yakd-dashboard -n yakd-dashboard
I1205 19:21:56.002059 310463 out.go:177] * Verifying registry addon...
I1205 19:21:56.002217 310463 out.go:177] * Verifying ingress addon...
I1205 19:21:56.006650 310463 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1205 19:21:56.007888 310463 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1205 19:21:56.027332 310463 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1205 19:21:56.027364 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:21:56.029435 310463 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1205 19:21:56.029457 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W1205 19:21:56.036689 310463 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]
I1205 19:21:56.059444 310463 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.411326021s)
W1205 19:21:56.059484 310463 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
I1205 19:21:56.059506 310463 retry.go:31] will retry after 220.293473ms: 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
I1205 19:21:56.280552 310463 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
I1205 19:21:56.428548 310463 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.089925096s)
I1205 19:21:56.428636 310463 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-482420"
I1205 19:21:56.431608 310463 out.go:177] * Verifying csi-hostpath-driver addon...
I1205 19:21:56.435134 310463 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1205 19:21:56.449135 310463 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1205 19:21:56.449205 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:21:56.524060 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:21:56.525129 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:21:56.938970 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:21:57.040330 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:21:57.040977 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:21:57.079602 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:21:57.439703 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:21:57.540767 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:21:57.541513 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:21:57.939371 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:21:58.016631 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:21:58.017377 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:21:58.439483 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:21:58.540470 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:21:58.542062 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:21:58.939842 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:21:59.043158 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:21:59.043974 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:21:59.154751 310463 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.874110351s)
I1205 19:21:59.246981 310463 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1205 19:21:59.247114 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:59.268759 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:59.367605 310463 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1205 19:21:59.385376 310463 addons.go:234] Setting addon gcp-auth=true in "addons-482420"
I1205 19:21:59.385424 310463 host.go:66] Checking if "addons-482420" exists ...
I1205 19:21:59.385895 310463 cli_runner.go:164] Run: docker container inspect addons-482420 --format={{.State.Status}}
I1205 19:21:59.405062 310463 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1205 19:21:59.405120 310463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482420
I1205 19:21:59.421553 310463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20052-304189/.minikube/machines/addons-482420/id_rsa Username:docker}
I1205 19:21:59.440345 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:21:59.511219 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:21:59.512782 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:21:59.525091 310463 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I1205 19:21:59.527759 310463 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1205 19:21:59.530414 310463 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1205 19:21:59.530448 310463 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1205 19:21:59.550037 310463 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1205 19:21:59.550065 310463 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1205 19:21:59.569765 310463 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1205 19:21:59.569790 310463 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I1205 19:21:59.581483 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:21:59.593108 310463 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
I1205 19:21:59.938915 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:00.014888 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:00.016103 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:00.356877 310463 addons.go:475] Verifying addon gcp-auth=true in "addons-482420"
I1205 19:22:00.359853 310463 out.go:177] * Verifying gcp-auth addon...
I1205 19:22:00.363462 310463 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1205 19:22:00.375216 310463 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1205 19:22:00.375294 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:00.439590 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:00.511211 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:00.513195 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:00.867364 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:00.939129 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:01.012135 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:01.014299 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:01.367579 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:01.438534 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:01.512579 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:01.513233 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:01.583744 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:01.867475 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:01.939690 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:02.016554 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:02.016660 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:02.367285 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:02.439034 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:02.510763 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:02.512445 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:02.866944 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:02.939697 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:03.012710 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:03.014222 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:03.368004 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:03.439161 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:03.509742 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:03.512752 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:03.867115 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:03.939229 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:04.013400 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:04.014328 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:04.079591 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:04.368195 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:04.438997 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:04.510677 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:04.512279 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:04.867204 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:04.939231 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:05.013205 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:05.014059 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:05.367473 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:05.438903 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:05.509862 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:05.511799 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:05.867089 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:05.939187 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:06.015533 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:06.016745 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:06.080175 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:06.367028 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:06.438989 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:06.511474 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:06.511974 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:06.867431 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:06.939172 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:07.010939 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:07.012902 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:07.367406 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:07.438932 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:07.510309 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:07.512215 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:07.867098 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:07.939599 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:08.013787 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:08.014545 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:08.367125 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:08.438457 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:08.511910 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:08.512295 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:08.581216 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:08.867813 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:08.939146 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:09.016889 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:09.017444 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:09.368143 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:09.438615 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:09.509785 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:09.512639 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:09.866719 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:09.939279 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:10.012613 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:10.017957 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:10.366503 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:10.439179 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:10.510470 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:10.512029 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:10.581471 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:10.867538 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:10.939012 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:11.010949 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:11.013253 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:11.367197 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:11.438373 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:11.510341 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:11.512343 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:11.867520 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:11.939052 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:12.015350 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:12.017317 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:12.367178 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:12.439111 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:12.511163 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:12.511883 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:12.867567 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:12.939244 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:13.013666 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:13.014049 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:13.079548 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:13.367588 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:13.439025 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:13.511227 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:13.511864 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:13.867854 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:13.939181 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:14.014436 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:14.015153 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:14.366792 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:14.438705 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:14.510165 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:14.512334 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:14.867828 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:14.938930 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:15.018358 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:15.018623 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:15.080165 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:15.367090 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:15.439106 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:15.514895 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:15.524613 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:15.867364 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:15.938885 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:16.013895 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:16.014583 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:16.366725 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:16.438935 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:16.512350 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:16.513356 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:16.867301 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:16.938828 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:17.011817 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:17.012971 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:17.366977 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:17.439303 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:17.510208 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:17.511967 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:17.582863 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:17.867276 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:17.940412 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:18.012471 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:18.015411 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:18.367421 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:18.439300 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:18.510445 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:18.512294 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:18.866794 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:18.938917 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:19.010788 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:19.012700 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:19.367651 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:19.445494 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:19.511844 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:19.513227 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:19.867940 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:19.940408 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:20.020620 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:20.021769 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:20.081709 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:20.366924 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:20.439012 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:20.510534 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:20.512505 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:20.866749 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:20.939069 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:21.015078 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:21.016070 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:21.367065 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:21.438461 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:21.509874 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:21.512882 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:21.866371 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:21.938906 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:22.014262 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:22.017944 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:22.367430 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:22.439633 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:22.509863 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:22.512459 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:22.582658 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:22.866597 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:22.938980 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:23.015417 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:23.016273 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:23.366842 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:23.439488 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:23.511165 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:23.511883 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:23.867020 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:23.939372 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:24.013252 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:24.014433 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:24.367063 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:24.439492 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:24.511144 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:24.511985 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:24.582805 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:24.866625 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:24.939043 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:25.014493 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:25.015465 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:25.366936 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:25.439252 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:25.509732 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:25.512014 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:25.867867 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:25.939134 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:26.012577 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:26.014182 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:26.368052 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:26.439374 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:26.510914 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:26.512125 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:26.866977 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:26.939191 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:27.011918 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:27.015868 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:27.079733 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:27.366674 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:27.438459 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:27.510261 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:27.511257 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:27.866474 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:27.938907 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:28.014848 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:28.015526 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:28.367817 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:28.439263 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:28.511073 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:28.512052 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:28.866848 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:28.939458 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:29.013201 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:29.020981 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:29.367095 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:29.438191 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:29.510393 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:29.512264 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:29.582607 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:29.866908 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:29.939364 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:30.021835 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:30.041258 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:30.367365 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:30.438443 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:30.510173 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:30.512541 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:30.867475 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:30.939329 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:31.015699 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:31.016760 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:31.367032 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:31.439537 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:31.510871 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:31.511938 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:31.867264 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:31.938909 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:32.016196 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:32.020744 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:32.079644 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:32.366485 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:32.438771 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:32.509828 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:32.512013 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:32.867036 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:32.939142 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:33.013862 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:33.016575 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:33.367686 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:33.438691 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:33.510394 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:33.512196 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:33.867462 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:33.939050 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:34.021889 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:34.022335 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:34.366585 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:34.438594 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:34.509666 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:34.512170 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:34.582264 310463 node_ready.go:53] node "addons-482420" has status "Ready":"False"
I1205 19:22:34.868540 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:34.938440 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:35.020140 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:35.021239 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:35.366461 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:35.438858 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:35.509843 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:35.512420 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:35.867565 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:35.939833 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:36.027114 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:36.027351 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:36.379091 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:36.449534 310463 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1205 19:22:36.449611 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:36.573077 310463 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1205 19:22:36.573144 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:36.574905 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:36.674188 310463 node_ready.go:49] node "addons-482420" has status "Ready":"True"
I1205 19:22:36.674263 310463 node_ready.go:38] duration metric: took 44.098164026s for node "addons-482420" to be "Ready" ...
I1205 19:22:36.674289 310463 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" ...
I1205 19:22:36.730258 310463 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-6vmqx" in "kube-system" namespace to be "Ready" ...
I1205 19:22:36.874152 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:36.974982 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:37.023794 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:37.025042 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:37.393868 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:37.489922 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:37.510235 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:37.512927 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:37.875322 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:37.940392 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:38.019129 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:38.021558 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:38.236938 310463 pod_ready.go:93] pod "coredns-7c65d6cfc9-6vmqx" in "kube-system" namespace has status "Ready":"True"
I1205 19:22:38.236965 310463 pod_ready.go:82] duration metric: took 1.506631019s for pod "coredns-7c65d6cfc9-6vmqx" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.236979 310463 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-92xkm" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.242698 310463 pod_ready.go:93] pod "coredns-7c65d6cfc9-92xkm" in "kube-system" namespace has status "Ready":"True"
I1205 19:22:38.242723 310463 pod_ready.go:82] duration metric: took 5.737236ms for pod "coredns-7c65d6cfc9-92xkm" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.242764 310463 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-482420" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.248065 310463 pod_ready.go:93] pod "etcd-addons-482420" in "kube-system" namespace has status "Ready":"True"
I1205 19:22:38.248091 310463 pod_ready.go:82] duration metric: took 5.309429ms for pod "etcd-addons-482420" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.248106 310463 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-482420" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.253695 310463 pod_ready.go:93] pod "kube-apiserver-addons-482420" in "kube-system" namespace has status "Ready":"True"
I1205 19:22:38.253720 310463 pod_ready.go:82] duration metric: took 5.606835ms for pod "kube-apiserver-addons-482420" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.253732 310463 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-482420" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.259224 310463 pod_ready.go:93] pod "kube-controller-manager-addons-482420" in "kube-system" namespace has status "Ready":"True"
I1205 19:22:38.259250 310463 pod_ready.go:82] duration metric: took 5.510565ms for pod "kube-controller-manager-addons-482420" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.259265 310463 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-tcqcl" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.369314 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:38.470966 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:38.510459 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:38.512667 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:38.634990 310463 pod_ready.go:93] pod "kube-proxy-tcqcl" in "kube-system" namespace has status "Ready":"True"
I1205 19:22:38.635018 310463 pod_ready.go:82] duration metric: took 375.7459ms for pod "kube-proxy-tcqcl" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.635031 310463 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-482420" in "kube-system" namespace to be "Ready" ...
I1205 19:22:38.867271 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:38.945327 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:39.039945 310463 pod_ready.go:93] pod "kube-scheduler-addons-482420" in "kube-system" namespace has status "Ready":"True"
I1205 19:22:39.040022 310463 pod_ready.go:82] duration metric: took 404.95498ms for pod "kube-scheduler-addons-482420" in "kube-system" namespace to be "Ready" ...
I1205 19:22:39.040050 310463 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace to be "Ready" ...
I1205 19:22:39.044751 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:39.046588 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:39.367011 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:39.446796 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:39.517595 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:39.519926 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:39.867835 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:39.940685 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:40.018998 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:40.028101 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:40.367444 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:40.442417 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:40.513705 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:40.514443 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:40.866837 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:40.940808 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:41.015066 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:41.016393 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:41.050261 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:22:41.367381 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:41.440955 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:41.518233 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:41.519608 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:41.867362 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:41.941236 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:42.018164 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:42.019659 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:42.367468 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:42.440364 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:42.514350 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:42.514920 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:42.867847 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:42.940909 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:43.017174 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:43.020579 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:43.050972 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:22:43.368175 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:43.440732 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:43.511844 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:43.512771 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:43.868027 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:43.945697 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:44.014493 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:44.014880 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:44.368932 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:44.442220 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:44.510276 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:44.512814 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:44.867561 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:44.941161 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:45.016967 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:45.018416 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:45.053373 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:22:45.373163 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:45.443318 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:45.520311 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:45.521096 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:45.868277 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:45.941144 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:46.011172 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:46.015066 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:46.367317 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:46.441109 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:46.511155 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:46.515402 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:46.868603 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:46.940580 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:47.014685 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:47.015695 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:47.367090 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:47.439554 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:47.512931 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:47.514783 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:47.549001 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:22:47.867849 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:47.940826 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:48.022321 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:48.023233 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:48.368627 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:48.440121 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:48.511934 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:48.512353 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:48.866687 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:48.941403 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:49.014405 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:49.025998 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:49.367844 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:49.440912 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:49.512884 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:49.515442 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:49.553589 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:22:49.868150 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:49.970068 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:50.019627 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:50.022214 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:50.367040 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:50.440176 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:50.511179 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:50.513636 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:50.869193 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:50.940736 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:51.012556 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:51.014065 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:51.367798 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:51.440536 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:51.515757 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:51.517083 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:51.868575 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:51.941288 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:52.015725 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:52.017229 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:52.047498 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:22:52.368027 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:52.440917 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:52.510905 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:52.512741 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:52.867399 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:52.969171 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:53.011452 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:53.014573 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:53.367443 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:53.440017 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:53.511859 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:53.512095 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:53.867380 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:53.939764 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:54.013748 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:54.016310 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:54.367401 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:54.442750 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:54.510747 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:54.512870 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:54.548150 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:22:54.868339 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:54.940883 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:55.015018 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:55.015610 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:55.367993 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:55.439977 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:55.510783 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:55.512199 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:55.867566 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:55.940081 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:56.014103 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:56.015595 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:56.367388 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:56.470286 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:56.511827 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:56.512100 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:56.866923 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:56.940287 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:57.013546 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:57.015958 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:57.046921 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:22:57.367362 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:57.439984 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:57.510850 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:57.513493 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:57.867027 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:57.940530 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:58.013714 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:58.017357 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:58.367322 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:58.440624 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:58.511715 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:58.513386 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:58.867859 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:58.941443 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:59.016290 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:59.019402 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:59.058455 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:22:59.368083 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:59.441694 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:22:59.514117 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:22:59.514776 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:22:59.868206 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:22:59.939509 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:00.013839 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:23:00.017258 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:00.370695 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:00.441666 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:00.510593 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:23:00.513755 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:00.867453 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:00.940147 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:01.011606 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:23:01.012836 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:01.367734 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:01.439703 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:01.511556 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:01.511913 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:23:01.551200 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:01.868725 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:01.945101 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:02.014472 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:23:02.018209 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:02.368441 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:02.441059 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:02.512538 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:23:02.513468 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:02.866997 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:02.940703 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:03.015162 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:03.015716 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1205 19:23:03.367706 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:03.440663 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:03.513216 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:03.514228 310463 kapi.go:107] duration metric: took 1m7.507577617s to wait for kubernetes.io/minikube-addons=registry ...
I1205 19:23:03.867336 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:03.940944 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:04.020482 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:04.049804 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:04.369191 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:04.440113 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:04.513039 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:04.866991 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:04.946760 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:05.017136 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:05.367423 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:05.440450 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:05.512270 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:05.867612 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:05.939991 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:06.014479 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:06.366968 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:06.440490 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:06.512461 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:06.546481 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:06.867249 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:06.945819 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:07.013112 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:07.368235 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:07.439935 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:07.512069 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:07.868520 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:07.940947 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:08.017945 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:08.367858 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:08.440347 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:08.513046 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:08.548506 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:08.868303 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:08.940595 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:09.013880 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:09.369271 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:09.441258 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:09.512930 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:09.868308 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:09.941103 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:10.021283 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:10.368258 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:10.440155 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:10.512288 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:10.866973 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:10.940397 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:11.013185 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:11.046049 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:11.368932 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:11.440460 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:11.513460 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:11.867946 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:11.941073 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:12.014562 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:12.366976 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:12.473944 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:12.572453 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:12.871768 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:12.972242 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:13.048634 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:13.070557 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:13.367220 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:13.440624 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:13.513514 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:13.869489 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:13.941650 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:14.015733 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:14.372861 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:14.442442 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:14.513666 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:14.868330 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:14.940327 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:15.041102 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:15.051279 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:15.367736 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:15.468991 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:15.512963 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:15.869539 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:15.942718 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:16.014610 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:16.369415 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:16.442133 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:16.513417 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:16.868884 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:16.953697 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:17.030709 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:17.064486 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:17.368091 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:17.440865 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:17.513779 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:17.867856 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:17.940587 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:18.013126 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:18.367643 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:18.439719 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:18.512731 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:18.868944 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:18.944233 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:19.013115 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:19.368197 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:19.440442 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:19.525399 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:19.571940 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:19.868648 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:19.940968 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:20.018943 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:20.367137 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:20.440385 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:20.514246 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:20.867171 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:20.939893 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:21.015015 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:21.367580 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:21.442671 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:21.513420 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:21.867861 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:21.939601 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:22.018047 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:22.047235 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:22.366908 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:22.441290 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:22.512900 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:22.868341 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:22.941217 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:23.014022 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:23.367615 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:23.442726 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:23.517145 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:23.867957 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:23.941174 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:24.015808 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:24.052914 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:24.368175 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:24.440536 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:24.512786 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:24.868535 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:24.940541 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:25.019386 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:25.368965 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:25.470594 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:25.570735 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:25.867894 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:25.939925 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:26.023590 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:26.367728 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:26.440612 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:26.513643 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:26.546845 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:26.866620 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:26.940088 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:27.014349 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:27.367318 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:27.440314 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:27.513394 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:27.867355 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:27.941320 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:28.019279 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:28.367995 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:28.442705 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:28.514276 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:28.549551 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:28.867335 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:28.940559 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:29.012690 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:29.367615 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:29.440880 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:29.512830 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:29.869028 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:29.970047 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:30.033139 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:30.366611 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:30.439937 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:30.516014 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:30.867678 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:30.939878 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:31.012840 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:31.046776 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:31.367481 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:31.442243 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:31.513541 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:31.868421 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:31.940682 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:32.014484 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:32.367764 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:32.441210 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:32.513971 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:32.869448 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:32.940846 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:33.014139 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:33.046976 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:33.367501 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:33.441086 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:33.513142 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:33.868148 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:33.941247 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:34.014311 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:34.368462 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:34.440704 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:34.513436 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:34.866755 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:34.942685 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:35.014163 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:35.047280 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:35.366956 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:35.440741 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:35.518722 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:35.879514 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:35.984525 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:36.019509 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:36.367259 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:36.440849 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:36.513815 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:36.866967 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:36.953502 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:37.013372 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:37.047583 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:37.366535 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:37.440818 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:37.513830 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:37.871441 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:37.975664 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:38.016300 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:38.368094 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:38.440373 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:38.512146 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:38.867386 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:38.940468 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:39.013995 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:39.048778 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:39.368816 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:39.441179 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:39.513941 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:39.867298 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:39.940678 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:40.036373 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:40.367397 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:40.440041 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:40.527691 310463 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1205 19:23:40.871010 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:40.940929 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:41.016690 310463 kapi.go:107] duration metric: took 1m45.008803094s to wait for app.kubernetes.io/name=ingress-nginx ...
I1205 19:23:41.049616 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:41.367322 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:41.440245 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:41.866605 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:41.943185 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:42.423289 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:42.441369 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:42.867234 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:42.940240 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:43.371507 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:43.440427 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:43.546549 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:43.867462 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:43.940478 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:44.367293 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:44.440734 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:44.869517 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:44.940491 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:45.367446 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:45.441205 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:45.547364 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:45.868452 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:45.940666 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:46.367715 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1205 19:23:46.442293 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:46.869302 310463 kapi.go:107] duration metric: took 1m46.505839967s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1205 19:23:46.870764 310463 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-482420 cluster.
I1205 19:23:46.872048 310463 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.
I1205 19:23:46.873292 310463 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1205 19:23:46.971302 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:47.441641 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:47.942797 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:48.050333 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:48.440236 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:48.941129 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:49.440178 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:49.943696 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:50.051246 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:50.440583 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:50.942583 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:51.440476 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:51.941200 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:52.073013 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:52.442220 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:52.940460 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:53.440469 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:53.940238 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:54.441020 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:54.546919 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:54.940849 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:55.442168 310463 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1205 19:23:55.940543 310463 kapi.go:107] duration metric: took 1m59.505408362s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1205 19:23:55.943249 310463 out.go:177] * Enabled addons: nvidia-device-plugin, cloud-spanner, inspektor-gadget, amd-gpu-device-plugin, storage-provisioner, ingress-dns, metrics-server, yakd, default-storageclass, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I1205 19:23:55.945566 310463 addons.go:510] duration metric: took 2m7.053100067s for enable addons: enabled=[nvidia-device-plugin cloud-spanner inspektor-gadget amd-gpu-device-plugin storage-provisioner ingress-dns metrics-server yakd default-storageclass volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I1205 19:23:57.047259 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:23:59.546496 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:24:01.547541 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:24:04.046952 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:24:06.546838 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:24:08.547729 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:24:11.046048 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:24:13.048586 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:24:15.547432 310463 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"False"
I1205 19:24:17.046960 310463 pod_ready.go:93] pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace has status "Ready":"True"
I1205 19:24:17.046988 310463 pod_ready.go:82] duration metric: took 1m38.006916789s for pod "metrics-server-84c5f94fbc-j6wtv" in "kube-system" namespace to be "Ready" ...
I1205 19:24:17.047001 310463 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-9zfcf" in "kube-system" namespace to be "Ready" ...
I1205 19:24:17.057070 310463 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-9zfcf" in "kube-system" namespace has status "Ready":"True"
I1205 19:24:17.057098 310463 pod_ready.go:82] duration metric: took 10.088731ms for pod "nvidia-device-plugin-daemonset-9zfcf" in "kube-system" namespace to be "Ready" ...
I1205 19:24:17.057146 310463 pod_ready.go:39] duration metric: took 1m40.382827025s 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" ...
I1205 19:24:17.057169 310463 api_server.go:52] waiting for apiserver process to appear ...
I1205 19:24:17.057722 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1205 19:24:17.057824 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1205 19:24:17.112286 310463 cri.go:89] found id: "4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f"
I1205 19:24:17.112315 310463 cri.go:89] found id: ""
I1205 19:24:17.112324 310463 logs.go:282] 1 containers: [4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f]
I1205 19:24:17.112386 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:17.116566 310463 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1205 19:24:17.116655 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1205 19:24:17.172660 310463 cri.go:89] found id: "5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7"
I1205 19:24:17.172684 310463 cri.go:89] found id: ""
I1205 19:24:17.172693 310463 logs.go:282] 1 containers: [5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7]
I1205 19:24:17.172760 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:17.177036 310463 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1205 19:24:17.177141 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1205 19:24:17.216060 310463 cri.go:89] found id: "01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57"
I1205 19:24:17.216140 310463 cri.go:89] found id: "cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47"
I1205 19:24:17.216161 310463 cri.go:89] found id: ""
I1205 19:24:17.216186 310463 logs.go:282] 2 containers: [01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57 cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47]
I1205 19:24:17.216277 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:17.219939 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:17.223382 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1205 19:24:17.223455 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1205 19:24:17.267475 310463 cri.go:89] found id: "13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b"
I1205 19:24:17.267498 310463 cri.go:89] found id: ""
I1205 19:24:17.267506 310463 logs.go:282] 1 containers: [13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b]
I1205 19:24:17.267565 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:17.271220 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1205 19:24:17.271358 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1205 19:24:17.313444 310463 cri.go:89] found id: "219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807"
I1205 19:24:17.313479 310463 cri.go:89] found id: ""
I1205 19:24:17.313488 310463 logs.go:282] 1 containers: [219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807]
I1205 19:24:17.313546 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:17.317038 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1205 19:24:17.317124 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1205 19:24:17.364024 310463 cri.go:89] found id: "f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9"
I1205 19:24:17.364047 310463 cri.go:89] found id: ""
I1205 19:24:17.364056 310463 logs.go:282] 1 containers: [f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9]
I1205 19:24:17.364112 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:17.367960 310463 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1205 19:24:17.368057 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1205 19:24:17.418022 310463 cri.go:89] found id: "3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173"
I1205 19:24:17.418045 310463 cri.go:89] found id: ""
I1205 19:24:17.418054 310463 logs.go:282] 1 containers: [3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173]
I1205 19:24:17.418124 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:17.421545 310463 logs.go:123] Gathering logs for kubelet ...
I1205 19:24:17.421616 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1205 19:24:17.492987 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269172 1485 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:17.493267 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269221 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
W1205 19:24:17.493461 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269659 1485 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:17.493693 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269692 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
I1205 19:24:17.534561 310463 logs.go:123] Gathering logs for dmesg ...
I1205 19:24:17.534593 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1205 19:24:17.553761 310463 logs.go:123] Gathering logs for kube-proxy [219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807] ...
I1205 19:24:17.553792 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807"
I1205 19:24:17.607769 310463 logs.go:123] Gathering logs for kube-controller-manager [f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9] ...
I1205 19:24:17.607799 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9"
I1205 19:24:17.682333 310463 logs.go:123] Gathering logs for kindnet [3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173] ...
I1205 19:24:17.682372 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173"
I1205 19:24:17.725546 310463 logs.go:123] Gathering logs for kube-scheduler [13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b] ...
I1205 19:24:17.725581 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b"
I1205 19:24:17.772341 310463 logs.go:123] Gathering logs for CRI-O ...
I1205 19:24:17.772377 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1205 19:24:17.864305 310463 logs.go:123] Gathering logs for container status ...
I1205 19:24:17.864343 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1205 19:24:17.922449 310463 logs.go:123] Gathering logs for describe nodes ...
I1205 19:24:17.922481 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1205 19:24:18.115041 310463 logs.go:123] Gathering logs for kube-apiserver [4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f] ...
I1205 19:24:18.115069 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f"
I1205 19:24:18.172261 310463 logs.go:123] Gathering logs for etcd [5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7] ...
I1205 19:24:18.172293 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7"
I1205 19:24:18.229826 310463 logs.go:123] Gathering logs for coredns [01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57] ...
I1205 19:24:18.229861 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57"
I1205 19:24:18.274926 310463 logs.go:123] Gathering logs for coredns [cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47] ...
I1205 19:24:18.274956 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47"
I1205 19:24:18.316744 310463 out.go:358] Setting ErrFile to fd 2...
I1205 19:24:18.316770 310463 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1205 19:24:18.316849 310463 out.go:270] X Problems detected in kubelet:
W1205 19:24:18.316866 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269172 1485 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:18.316873 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269221 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
W1205 19:24:18.316887 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269659 1485 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:18.317009 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269692 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
I1205 19:24:18.317015 310463 out.go:358] Setting ErrFile to fd 2...
I1205 19:24:18.317022 310463 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1205 19:24:28.319106 310463 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1205 19:24:28.333368 310463 api_server.go:72] duration metric: took 2m39.441274742s to wait for apiserver process to appear ...
I1205 19:24:28.333396 310463 api_server.go:88] waiting for apiserver healthz status ...
I1205 19:24:28.333429 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1205 19:24:28.333488 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1205 19:24:28.371259 310463 cri.go:89] found id: "4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f"
I1205 19:24:28.371280 310463 cri.go:89] found id: ""
I1205 19:24:28.371289 310463 logs.go:282] 1 containers: [4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f]
I1205 19:24:28.371344 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:28.375346 310463 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1205 19:24:28.375418 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1205 19:24:28.414495 310463 cri.go:89] found id: "5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7"
I1205 19:24:28.414525 310463 cri.go:89] found id: ""
I1205 19:24:28.414533 310463 logs.go:282] 1 containers: [5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7]
I1205 19:24:28.414591 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:28.418567 310463 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1205 19:24:28.418637 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1205 19:24:28.459402 310463 cri.go:89] found id: "01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57"
I1205 19:24:28.459431 310463 cri.go:89] found id: "cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47"
I1205 19:24:28.459437 310463 cri.go:89] found id: ""
I1205 19:24:28.459445 310463 logs.go:282] 2 containers: [01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57 cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47]
I1205 19:24:28.459510 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:28.463341 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:28.466571 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1205 19:24:28.466645 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1205 19:24:28.505526 310463 cri.go:89] found id: "13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b"
I1205 19:24:28.505576 310463 cri.go:89] found id: ""
I1205 19:24:28.505585 310463 logs.go:282] 1 containers: [13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b]
I1205 19:24:28.505650 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:28.509184 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1205 19:24:28.509262 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1205 19:24:28.548143 310463 cri.go:89] found id: "219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807"
I1205 19:24:28.548168 310463 cri.go:89] found id: ""
I1205 19:24:28.548176 310463 logs.go:282] 1 containers: [219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807]
I1205 19:24:28.548232 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:28.551670 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1205 19:24:28.551739 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1205 19:24:28.595889 310463 cri.go:89] found id: "f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9"
I1205 19:24:28.595912 310463 cri.go:89] found id: ""
I1205 19:24:28.595920 310463 logs.go:282] 1 containers: [f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9]
I1205 19:24:28.595990 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:28.599590 310463 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1205 19:24:28.599679 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1205 19:24:28.638979 310463 cri.go:89] found id: "3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173"
I1205 19:24:28.639062 310463 cri.go:89] found id: ""
I1205 19:24:28.639079 310463 logs.go:282] 1 containers: [3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173]
I1205 19:24:28.639155 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:28.642790 310463 logs.go:123] Gathering logs for describe nodes ...
I1205 19:24:28.642823 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1205 19:24:28.781108 310463 logs.go:123] Gathering logs for etcd [5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7] ...
I1205 19:24:28.781140 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7"
I1205 19:24:28.834735 310463 logs.go:123] Gathering logs for coredns [01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57] ...
I1205 19:24:28.834775 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57"
I1205 19:24:28.881075 310463 logs.go:123] Gathering logs for coredns [cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47] ...
I1205 19:24:28.881103 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47"
I1205 19:24:28.924642 310463 logs.go:123] Gathering logs for kindnet [3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173] ...
I1205 19:24:28.924673 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173"
I1205 19:24:28.978063 310463 logs.go:123] Gathering logs for CRI-O ...
I1205 19:24:28.978095 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1205 19:24:29.078452 310463 logs.go:123] Gathering logs for container status ...
I1205 19:24:29.078486 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1205 19:24:29.135092 310463 logs.go:123] Gathering logs for dmesg ...
I1205 19:24:29.135125 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1205 19:24:29.152419 310463 logs.go:123] Gathering logs for kube-apiserver [4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f] ...
I1205 19:24:29.152444 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f"
I1205 19:24:29.205220 310463 logs.go:123] Gathering logs for kube-scheduler [13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b] ...
I1205 19:24:29.205254 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b"
I1205 19:24:29.249554 310463 logs.go:123] Gathering logs for kube-proxy [219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807] ...
I1205 19:24:29.249584 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807"
I1205 19:24:29.286536 310463 logs.go:123] Gathering logs for kube-controller-manager [f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9] ...
I1205 19:24:29.286566 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9"
I1205 19:24:29.364924 310463 logs.go:123] Gathering logs for kubelet ...
I1205 19:24:29.364963 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1205 19:24:29.453200 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269172 1485 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:29.453485 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269221 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
W1205 19:24:29.453682 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269659 1485 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:29.453929 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269692 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
I1205 19:24:29.504747 310463 out.go:358] Setting ErrFile to fd 2...
I1205 19:24:29.504779 310463 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1205 19:24:29.504836 310463 out.go:270] X Problems detected in kubelet:
W1205 19:24:29.504852 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269172 1485 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:29.504869 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269221 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
W1205 19:24:29.504883 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269659 1485 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:29.504895 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269692 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
I1205 19:24:29.504906 310463 out.go:358] Setting ErrFile to fd 2...
I1205 19:24:29.504917 310463 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1205 19:24:39.506389 310463 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1205 19:24:39.515522 310463 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1205 19:24:39.517344 310463 api_server.go:141] control plane version: v1.31.2
I1205 19:24:39.517373 310463 api_server.go:131] duration metric: took 11.183965863s to wait for apiserver health ...
I1205 19:24:39.517382 310463 system_pods.go:43] waiting for kube-system pods to appear ...
I1205 19:24:39.517405 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1205 19:24:39.517470 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1205 19:24:39.556280 310463 cri.go:89] found id: "4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f"
I1205 19:24:39.556359 310463 cri.go:89] found id: ""
I1205 19:24:39.556374 310463 logs.go:282] 1 containers: [4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f]
I1205 19:24:39.556431 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:39.560065 310463 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1205 19:24:39.560142 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1205 19:24:39.605697 310463 cri.go:89] found id: "5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7"
I1205 19:24:39.605722 310463 cri.go:89] found id: ""
I1205 19:24:39.605731 310463 logs.go:282] 1 containers: [5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7]
I1205 19:24:39.605786 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:39.609573 310463 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1205 19:24:39.609648 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1205 19:24:39.659012 310463 cri.go:89] found id: "01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57"
I1205 19:24:39.659036 310463 cri.go:89] found id: "cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47"
I1205 19:24:39.659048 310463 cri.go:89] found id: ""
I1205 19:24:39.659055 310463 logs.go:282] 2 containers: [01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57 cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47]
I1205 19:24:39.659111 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:39.662569 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:39.665774 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1205 19:24:39.665841 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1205 19:24:39.707611 310463 cri.go:89] found id: "13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b"
I1205 19:24:39.707634 310463 cri.go:89] found id: ""
I1205 19:24:39.707643 310463 logs.go:282] 1 containers: [13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b]
I1205 19:24:39.707700 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:39.711342 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1205 19:24:39.711420 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1205 19:24:39.749836 310463 cri.go:89] found id: "219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807"
I1205 19:24:39.749861 310463 cri.go:89] found id: ""
I1205 19:24:39.749870 310463 logs.go:282] 1 containers: [219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807]
I1205 19:24:39.749927 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:39.753746 310463 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1205 19:24:39.753821 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1205 19:24:39.797209 310463 cri.go:89] found id: "f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9"
I1205 19:24:39.797229 310463 cri.go:89] found id: ""
I1205 19:24:39.797237 310463 logs.go:282] 1 containers: [f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9]
I1205 19:24:39.797304 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:39.800772 310463 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1205 19:24:39.800845 310463 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1205 19:24:39.840711 310463 cri.go:89] found id: "3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173"
I1205 19:24:39.840736 310463 cri.go:89] found id: ""
I1205 19:24:39.840744 310463 logs.go:282] 1 containers: [3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173]
I1205 19:24:39.840800 310463 ssh_runner.go:195] Run: which crictl
I1205 19:24:39.844179 310463 logs.go:123] Gathering logs for dmesg ...
I1205 19:24:39.844202 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1205 19:24:39.860555 310463 logs.go:123] Gathering logs for kube-apiserver [4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f] ...
I1205 19:24:39.860587 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f"
I1205 19:24:39.931875 310463 logs.go:123] Gathering logs for etcd [5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7] ...
I1205 19:24:39.931915 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7"
I1205 19:24:39.983379 310463 logs.go:123] Gathering logs for kube-controller-manager [f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9] ...
I1205 19:24:39.983419 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9"
I1205 19:24:40.066970 310463 logs.go:123] Gathering logs for CRI-O ...
I1205 19:24:40.067006 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1205 19:24:40.168745 310463 logs.go:123] Gathering logs for container status ...
I1205 19:24:40.168794 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1205 19:24:40.227035 310463 logs.go:123] Gathering logs for kubelet ...
I1205 19:24:40.227071 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1205 19:24:40.303920 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269172 1485 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:40.304204 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269221 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
W1205 19:24:40.304402 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269659 1485 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:40.304632 310463 logs.go:138] Found kubelet problem: Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269692 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
I1205 19:24:40.346571 310463 logs.go:123] Gathering logs for coredns [01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57] ...
I1205 19:24:40.346596 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57"
I1205 19:24:40.390263 310463 logs.go:123] Gathering logs for coredns [cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47] ...
I1205 19:24:40.390293 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47"
I1205 19:24:40.432286 310463 logs.go:123] Gathering logs for kube-scheduler [13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b] ...
I1205 19:24:40.432319 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b"
I1205 19:24:40.477940 310463 logs.go:123] Gathering logs for kube-proxy [219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807] ...
I1205 19:24:40.478129 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807"
I1205 19:24:40.518323 310463 logs.go:123] Gathering logs for kindnet [3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173] ...
I1205 19:24:40.518353 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173"
I1205 19:24:40.566695 310463 logs.go:123] Gathering logs for describe nodes ...
I1205 19:24:40.566723 310463 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1205 19:24:40.709374 310463 out.go:358] Setting ErrFile to fd 2...
I1205 19:24:40.709401 310463 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1205 19:24:40.709477 310463 out.go:270] X Problems detected in kubelet:
W1205 19:24:40.709495 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269172 1485 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:40.709502 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269221 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
W1205 19:24:40.709719 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: W1205 19:22:36.269659 1485 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-482420" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-482420' and this object
W1205 19:24:40.709731 310463 out.go:270] Dec 05 19:22:36 addons-482420 kubelet[1485]: E1205 19:22:36.269692 1485 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-482420\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-482420' and this object" logger="UnhandledError"
I1205 19:24:40.709743 310463 out.go:358] Setting ErrFile to fd 2...
I1205 19:24:40.709750 310463 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1205 19:24:50.721651 310463 system_pods.go:59] 19 kube-system pods found
I1205 19:24:50.721697 310463 system_pods.go:61] "coredns-7c65d6cfc9-6vmqx" [3b3d683d-4780-4e25-b091-efa5e1148a4d] Running
I1205 19:24:50.721705 310463 system_pods.go:61] "coredns-7c65d6cfc9-92xkm" [dadb5ef4-28e2-4c89-b372-721aee7477a1] Running
I1205 19:24:50.721710 310463 system_pods.go:61] "csi-hostpath-attacher-0" [5acb80f4-9cf0-4e0d-b4e5-ed223548e67a] Running
I1205 19:24:50.721714 310463 system_pods.go:61] "csi-hostpath-resizer-0" [82b3cc5f-aa4a-4df5-97d3-5a2b777ed5c7] Running
I1205 19:24:50.721742 310463 system_pods.go:61] "csi-hostpathplugin-krhdv" [a524eb7c-672a-4f6e-b202-2e8d6bb818af] Running
I1205 19:24:50.721752 310463 system_pods.go:61] "etcd-addons-482420" [4e9e7996-3ffb-4a49-9871-b8fcbac93f22] Running
I1205 19:24:50.721757 310463 system_pods.go:61] "kindnet-wms9g" [8c785022-cb1c-4ef5-b999-5d4d1705f320] Running
I1205 19:24:50.721761 310463 system_pods.go:61] "kube-apiserver-addons-482420" [adf6fab3-8e3f-4a86-8baf-e9939217e2ba] Running
I1205 19:24:50.721765 310463 system_pods.go:61] "kube-controller-manager-addons-482420" [f45703ac-df9f-4254-bb65-e04e60559388] Running
I1205 19:24:50.721769 310463 system_pods.go:61] "kube-ingress-dns-minikube" [25bc0293-a8e0-4ffb-b497-386657c234e2] Running
I1205 19:24:50.721777 310463 system_pods.go:61] "kube-proxy-tcqcl" [41cba813-d6eb-48c6-a384-a9c91d703aee] Running
I1205 19:24:50.721781 310463 system_pods.go:61] "kube-scheduler-addons-482420" [621c6467-29ef-485f-be57-7f30bca37efe] Running
I1205 19:24:50.721788 310463 system_pods.go:61] "metrics-server-84c5f94fbc-j6wtv" [7eddd45b-6bb0-49b5-91b4-53ddf85d4296] Running
I1205 19:24:50.721793 310463 system_pods.go:61] "nvidia-device-plugin-daemonset-9zfcf" [0c709e87-ce22-483c-9e2f-3c388d6c0069] Running
I1205 19:24:50.721800 310463 system_pods.go:61] "registry-66c9cd494c-kndjd" [f66e0428-7c7d-40f0-a386-d3a308b671dc] Running
I1205 19:24:50.721821 310463 system_pods.go:61] "registry-proxy-rfqbn" [912a441a-9265-405a-8f51-cb5f2b55b654] Running
I1205 19:24:50.721832 310463 system_pods.go:61] "snapshot-controller-56fcc65765-ndddf" [c27b4fcf-179b-4209-97d2-f28fbe2b8844] Running
I1205 19:24:50.721837 310463 system_pods.go:61] "snapshot-controller-56fcc65765-rb2qc" [d180c953-a6f8-47fd-8a66-24b38f4a92e7] Running
I1205 19:24:50.721853 310463 system_pods.go:61] "storage-provisioner" [a8efd077-ad2d-4d68-b433-0a4fa6d40d12] Running
I1205 19:24:50.721868 310463 system_pods.go:74] duration metric: took 11.204479068s to wait for pod list to return data ...
I1205 19:24:50.721877 310463 default_sa.go:34] waiting for default service account to be created ...
I1205 19:24:50.724581 310463 default_sa.go:45] found service account: "default"
I1205 19:24:50.724607 310463 default_sa.go:55] duration metric: took 2.718238ms for default service account to be created ...
I1205 19:24:50.724617 310463 system_pods.go:116] waiting for k8s-apps to be running ...
I1205 19:24:50.736036 310463 system_pods.go:86] 19 kube-system pods found
I1205 19:24:50.736079 310463 system_pods.go:89] "coredns-7c65d6cfc9-6vmqx" [3b3d683d-4780-4e25-b091-efa5e1148a4d] Running
I1205 19:24:50.736088 310463 system_pods.go:89] "coredns-7c65d6cfc9-92xkm" [dadb5ef4-28e2-4c89-b372-721aee7477a1] Running
I1205 19:24:50.736094 310463 system_pods.go:89] "csi-hostpath-attacher-0" [5acb80f4-9cf0-4e0d-b4e5-ed223548e67a] Running
I1205 19:24:50.736106 310463 system_pods.go:89] "csi-hostpath-resizer-0" [82b3cc5f-aa4a-4df5-97d3-5a2b777ed5c7] Running
I1205 19:24:50.736111 310463 system_pods.go:89] "csi-hostpathplugin-krhdv" [a524eb7c-672a-4f6e-b202-2e8d6bb818af] Running
I1205 19:24:50.736116 310463 system_pods.go:89] "etcd-addons-482420" [4e9e7996-3ffb-4a49-9871-b8fcbac93f22] Running
I1205 19:24:50.736122 310463 system_pods.go:89] "kindnet-wms9g" [8c785022-cb1c-4ef5-b999-5d4d1705f320] Running
I1205 19:24:50.736131 310463 system_pods.go:89] "kube-apiserver-addons-482420" [adf6fab3-8e3f-4a86-8baf-e9939217e2ba] Running
I1205 19:24:50.736137 310463 system_pods.go:89] "kube-controller-manager-addons-482420" [f45703ac-df9f-4254-bb65-e04e60559388] Running
I1205 19:24:50.736143 310463 system_pods.go:89] "kube-ingress-dns-minikube" [25bc0293-a8e0-4ffb-b497-386657c234e2] Running
I1205 19:24:50.736148 310463 system_pods.go:89] "kube-proxy-tcqcl" [41cba813-d6eb-48c6-a384-a9c91d703aee] Running
I1205 19:24:50.736152 310463 system_pods.go:89] "kube-scheduler-addons-482420" [621c6467-29ef-485f-be57-7f30bca37efe] Running
I1205 19:24:50.736168 310463 system_pods.go:89] "metrics-server-84c5f94fbc-j6wtv" [7eddd45b-6bb0-49b5-91b4-53ddf85d4296] Running
I1205 19:24:50.736175 310463 system_pods.go:89] "nvidia-device-plugin-daemonset-9zfcf" [0c709e87-ce22-483c-9e2f-3c388d6c0069] Running
I1205 19:24:50.736184 310463 system_pods.go:89] "registry-66c9cd494c-kndjd" [f66e0428-7c7d-40f0-a386-d3a308b671dc] Running
I1205 19:24:50.736190 310463 system_pods.go:89] "registry-proxy-rfqbn" [912a441a-9265-405a-8f51-cb5f2b55b654] Running
I1205 19:24:50.736198 310463 system_pods.go:89] "snapshot-controller-56fcc65765-ndddf" [c27b4fcf-179b-4209-97d2-f28fbe2b8844] Running
I1205 19:24:50.736207 310463 system_pods.go:89] "snapshot-controller-56fcc65765-rb2qc" [d180c953-a6f8-47fd-8a66-24b38f4a92e7] Running
I1205 19:24:50.736212 310463 system_pods.go:89] "storage-provisioner" [a8efd077-ad2d-4d68-b433-0a4fa6d40d12] Running
I1205 19:24:50.736219 310463 system_pods.go:126] duration metric: took 11.596173ms to wait for k8s-apps to be running ...
I1205 19:24:50.736226 310463 system_svc.go:44] waiting for kubelet service to be running ....
I1205 19:24:50.736292 310463 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1205 19:24:50.753178 310463 system_svc.go:56] duration metric: took 16.938794ms WaitForService to wait for kubelet
I1205 19:24:50.753209 310463 kubeadm.go:582] duration metric: took 3m1.861121593s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1205 19:24:50.753230 310463 node_conditions.go:102] verifying NodePressure condition ...
I1205 19:24:50.757402 310463 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1205 19:24:50.757440 310463 node_conditions.go:123] node cpu capacity is 2
I1205 19:24:50.757454 310463 node_conditions.go:105] duration metric: took 4.218934ms to run NodePressure ...
I1205 19:24:50.757467 310463 start.go:241] waiting for startup goroutines ...
I1205 19:24:50.757475 310463 start.go:246] waiting for cluster config update ...
I1205 19:24:50.757496 310463 start.go:255] writing updated cluster config ...
I1205 19:24:50.757791 310463 ssh_runner.go:195] Run: rm -f paused
I1205 19:24:51.143852 310463 start.go:600] kubectl: 1.31.3, cluster: 1.31.2 (minor skew: 0)
I1205 19:24:51.145592 310463 out.go:177] * Done! kubectl is now configured to use "addons-482420" cluster and "default" namespace by default
==> CRI-O <==
Dec 05 19:26:48 addons-482420 crio[962]: time="2024-12-05 19:26:48.610646014Z" level=info msg="Removed pod sandbox: 1b38c512b960d9057cab30ef7be989d2a8a3f5a2495acae28baca481f58ca34d" id=72d4e2ee-b283-4cf2-92b6-e60019fb96f3 name=/runtime.v1.RuntimeService/RemovePodSandbox
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.490833359Z" level=info msg="Running pod sandbox: default/hello-world-app-55bf9c44b4-r5cq7/POD" id=5fe63f09-a56a-4119-99f0-b348f4db4369 name=/runtime.v1.RuntimeService/RunPodSandbox
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.490897833Z" level=warning msg="Allowed annotations are specified for workload []"
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.539321596Z" level=info msg="Got pod network &{Name:hello-world-app-55bf9c44b4-r5cq7 Namespace:default ID:2bebb2bf0fd6431cc1c7411e6192da3ba5faf4ac6eb917817c7df908eee1b7d4 UID:9c7127cf-db6a-4f58-9fd2-de0ef0d39755 NetNS:/var/run/netns/58479a0d-8bbb-4d73-964e-4c8e9256b847 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.539390230Z" level=info msg="Adding pod default_hello-world-app-55bf9c44b4-r5cq7 to CNI network \"kindnet\" (type=ptp)"
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.560216106Z" level=info msg="Got pod network &{Name:hello-world-app-55bf9c44b4-r5cq7 Namespace:default ID:2bebb2bf0fd6431cc1c7411e6192da3ba5faf4ac6eb917817c7df908eee1b7d4 UID:9c7127cf-db6a-4f58-9fd2-de0ef0d39755 NetNS:/var/run/netns/58479a0d-8bbb-4d73-964e-4c8e9256b847 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.560378712Z" level=info msg="Checking pod default_hello-world-app-55bf9c44b4-r5cq7 for CNI network kindnet (type=ptp)"
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.563171027Z" level=info msg="Ran pod sandbox 2bebb2bf0fd6431cc1c7411e6192da3ba5faf4ac6eb917817c7df908eee1b7d4 with infra container: default/hello-world-app-55bf9c44b4-r5cq7/POD" id=5fe63f09-a56a-4119-99f0-b348f4db4369 name=/runtime.v1.RuntimeService/RunPodSandbox
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.574908579Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=6d044d75-4746-4dde-bcf9-9e4b50baf201 name=/runtime.v1.ImageService/ImageStatus
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.575139368Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=6d044d75-4746-4dde-bcf9-9e4b50baf201 name=/runtime.v1.ImageService/ImageStatus
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.575884568Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=6d6b3e63-6d29-4501-9438-a26c2e22094e name=/runtime.v1.ImageService/PullImage
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.578426787Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Dec 05 19:29:02 addons-482420 crio[962]: time="2024-12-05 19:29:02.858204994Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.632350812Z" level=info msg="Pulled image: docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6" id=6d6b3e63-6d29-4501-9438-a26c2e22094e name=/runtime.v1.ImageService/PullImage
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.633467574Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=1b8cb670-717a-4c9c-af17-9da5eefef10b name=/runtime.v1.ImageService/ImageStatus
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.634397181Z" 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=1b8cb670-717a-4c9c-af17-9da5eefef10b name=/runtime.v1.ImageService/ImageStatus
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.637014779Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=036166ed-f5d7-411e-9764-bfeb303d16bb name=/runtime.v1.ImageService/ImageStatus
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.637675099Z" 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=036166ed-f5d7-411e-9764-bfeb303d16bb name=/runtime.v1.ImageService/ImageStatus
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.638660786Z" level=info msg="Creating container: default/hello-world-app-55bf9c44b4-r5cq7/hello-world-app" id=74701e58-8abc-4186-9036-039b01c3f0b0 name=/runtime.v1.RuntimeService/CreateContainer
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.638746224Z" level=warning msg="Allowed annotations are specified for workload []"
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.667670847Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/674403af068c081bd5e027aea2c7fc1b8807c285c82391e70bcb960103258e83/merged/etc/passwd: no such file or directory"
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.667897665Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/674403af068c081bd5e027aea2c7fc1b8807c285c82391e70bcb960103258e83/merged/etc/group: no such file or directory"
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.743471643Z" level=info msg="Created container 624c5a158e16f147e7faaf2d1b4ee352cb702f233aaa7ebf4d33865e6c7b7b80: default/hello-world-app-55bf9c44b4-r5cq7/hello-world-app" id=74701e58-8abc-4186-9036-039b01c3f0b0 name=/runtime.v1.RuntimeService/CreateContainer
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.744549169Z" level=info msg="Starting container: 624c5a158e16f147e7faaf2d1b4ee352cb702f233aaa7ebf4d33865e6c7b7b80" id=8904f02f-75a3-4840-84d7-7b599a1a13d3 name=/runtime.v1.RuntimeService/StartContainer
Dec 05 19:29:03 addons-482420 crio[962]: time="2024-12-05 19:29:03.753643622Z" level=info msg="Started container" PID=9453 containerID=624c5a158e16f147e7faaf2d1b4ee352cb702f233aaa7ebf4d33865e6c7b7b80 description=default/hello-world-app-55bf9c44b4-r5cq7/hello-world-app id=8904f02f-75a3-4840-84d7-7b599a1a13d3 name=/runtime.v1.RuntimeService/StartContainer sandboxID=2bebb2bf0fd6431cc1c7411e6192da3ba5faf4ac6eb917817c7df908eee1b7d4
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
624c5a158e16f docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 Less than a second ago Running hello-world-app 0 2bebb2bf0fd64 hello-world-app-55bf9c44b4-r5cq7
620339c7f2914 docker.io/library/nginx@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4 2 minutes ago Running nginx 0 4aa06183db175 nginx
80ee03ad9ba14 gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 4 minutes ago Running busybox 0 62b252dfad874 busybox
8e232126a13eb registry.k8s.io/ingress-nginx/controller@sha256:787a5408fa511266888b2e765f9666bee67d9bf2518a6b7cfd4ab6cc01c22eee 5 minutes ago Running controller 0 bd71574643083 ingress-nginx-controller-5f85ff4588-fk7tr
cb610dfa687ef docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 5 minutes ago Running local-path-provisioner 0 1b03e5c132e75 local-path-provisioner-86d989889c-nz4fz
d5cda393ce185 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 5 minutes ago Exited patch 0 637739d89951c ingress-nginx-admission-patch-c2ltv
4796ac16c9a35 registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f 5 minutes ago Running metrics-server 0 0110dd2a95627 metrics-server-84c5f94fbc-j6wtv
11b13efbfa4c7 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 6 minutes ago Exited create 0 07aee82d8fee6 ingress-nginx-admission-create-d569d
d0b5c0c42178d gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 6 minutes ago Running minikube-ingress-dns 0 c19e8d3e704fb kube-ingress-dns-minikube
a7b7b54d1ecc6 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 6 minutes ago Running storage-provisioner 0 ce182e8a1f91a storage-provisioner
01d56cf91cea2 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4 6 minutes ago Running coredns 0 c9ef2ba37dca4 coredns-7c65d6cfc9-92xkm
cc3b08331b112 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4 6 minutes ago Running coredns 0 6ca6eb435aa01 coredns-7c65d6cfc9-6vmqx
3a199cf854aa0 docker.io/kindest/kindnetd@sha256:96156439ac8537499e45fedf68a7cb80f0fbafd77fc4d7a5204d3151cf412450 7 minutes ago Running kindnet-cni 0 8be5da16f7a54 kindnet-wms9g
219d8e1116fa6 021d2420133054f8835987db659750ff639ab6863776460264dd8025c06644ba 7 minutes ago Running kube-proxy 0 085279107f73f kube-proxy-tcqcl
4c538de24debf f9c26480f1e722a7d05d7f1bb339180b19f941b23bcc928208e362df04a61270 7 minutes ago Running kube-apiserver 0 c9e1c818ae7ed kube-apiserver-addons-482420
f3f078c624639 9404aea098d9e80cb648d86c07d56130a1fe875ed7c2526251c2ae68a9bf07ba 7 minutes ago Running kube-controller-manager 0 b37c4484ca765 kube-controller-manager-addons-482420
5deb8e0efe714 27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da 7 minutes ago Running etcd 0 854ee8dd606f9 etcd-addons-482420
13a6428409994 d6b061e73ae454743cbfe0e3479aa23e4ed65c61d38b4408a1e7f3d3859dda8a 7 minutes ago Running kube-scheduler 0 464242d934a97 kube-scheduler-addons-482420
==> coredns [01d56cf91cea258df1dab810d88c95a97150cdfbc0b7444ceb58f93626029b57] <==
[INFO] 10.244.0.7:52806 - 41644 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.00010074s
[INFO] 10.244.0.7:52953 - 50428 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000167217s
[INFO] 10.244.0.7:52953 - 1517 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000199118s
[INFO] 10.244.0.7:52953 - 30597 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000062817s
[INFO] 10.244.0.7:52953 - 56792 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000085725s
[INFO] 10.244.0.7:52953 - 38808 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000078153s
[INFO] 10.244.0.7:52953 - 29153 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000075617s
[INFO] 10.244.0.7:52953 - 21266 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.001619044s
[INFO] 10.244.0.7:52953 - 64921 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.001909893s
[INFO] 10.244.0.7:52953 - 38022 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000064187s
[INFO] 10.244.0.7:52953 - 29485 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000126291s
[INFO] 10.244.0.7:40654 - 2959 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000110587s
[INFO] 10.244.0.7:40654 - 2721 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000170179s
[INFO] 10.244.0.7:42444 - 51562 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000066132s
[INFO] 10.244.0.7:42444 - 51406 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000051798s
[INFO] 10.244.0.7:56032 - 5477 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001385161s
[INFO] 10.244.0.7:56032 - 5739 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001475728s
[INFO] 10.244.0.7:56390 - 15684 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000060676s
[INFO] 10.244.0.7:56390 - 15528 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000050723s
[INFO] 10.244.0.22:58136 - 29986 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000109257s
[INFO] 10.244.0.22:46052 - 14750 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000113442s
[INFO] 10.244.0.22:37361 - 11579 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002582191s
[INFO] 10.244.0.22:47939 - 25705 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.003400579s
[INFO] 10.244.0.22:59426 - 6501 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001761524s
[INFO] 10.244.0.24:48091 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000366507s
==> coredns [cc3b08331b1122950f5646ec8d402738de1141a02202c46f0883056923e66a47] <==
[INFO] 10.244.0.7:56055 - 42002 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.00012241s
[INFO] 10.244.0.7:56055 - 49962 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000116543s
[INFO] 10.244.0.7:56055 - 54261 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000183398s
[INFO] 10.244.0.7:56055 - 10056 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.001552887s
[INFO] 10.244.0.7:56055 - 26889 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.002492561s
[INFO] 10.244.0.7:56055 - 50880 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000094833s
[INFO] 10.244.0.7:56055 - 36339 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000388677s
[INFO] 10.244.0.7:52478 - 2818 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000128694s
[INFO] 10.244.0.7:52478 - 58174 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000240045s
[INFO] 10.244.0.7:52478 - 21921 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000073763s
[INFO] 10.244.0.7:52478 - 12391 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.00005732s
[INFO] 10.244.0.7:52478 - 4029 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000053455s
[INFO] 10.244.0.7:52478 - 33550 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000085742s
[INFO] 10.244.0.7:52478 - 36827 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.00254202s
[INFO] 10.244.0.7:52478 - 27136 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.002473516s
[INFO] 10.244.0.7:52478 - 36199 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000076503s
[INFO] 10.244.0.7:52478 - 36147 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000069767s
[INFO] 10.244.0.7:54534 - 53160 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000078136s
[INFO] 10.244.0.7:54534 - 52955 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000069267s
[INFO] 10.244.0.22:45527 - 20735 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000156386s
[INFO] 10.244.0.22:33828 - 7829 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000135168s
[INFO] 10.244.0.22:58445 - 22049 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000072803s
[INFO] 10.244.0.22:60872 - 7220 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000116371s
[INFO] 10.244.0.22:54627 - 14515 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003167714s
[INFO] 10.244.0.24:36932 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000182659s
==> describe nodes <==
Name: addons-482420
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-482420
kubernetes.io/os=linux
minikube.k8s.io/commit=e85f1467f7b5bf0a3dd477c54f3fe5919d424331
minikube.k8s.io/name=addons-482420
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_12_05T19_21_45_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-482420
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: Thu, 05 Dec 2024 19:21:42 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-482420
AcquireTime: <unset>
RenewTime: Thu, 05 Dec 2024 19:28:54 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 05 Dec 2024 19:26:51 +0000 Thu, 05 Dec 2024 19:21:39 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 05 Dec 2024 19:26:51 +0000 Thu, 05 Dec 2024 19:21:39 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 05 Dec 2024 19:26:51 +0000 Thu, 05 Dec 2024 19:21:39 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 05 Dec 2024 19:26:51 +0000 Thu, 05 Dec 2024 19:22:36 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-482420
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: c505b299c4f9434d8a1ede555fb3c02c
System UUID: c4bda8c2-b87f-49da-a316-50d641e11d3b
Boot ID: 7575b3c4-bcaa-4a2b-a1a6-91a236b85b66
Kernel Version: 5.15.0-1072-aws
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.31.2
Kube-Proxy Version: v1.31.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (16 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m13s
default hello-world-app-55bf9c44b4-r5cq7 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2m23s
ingress-nginx ingress-nginx-controller-5f85ff4588-fk7tr 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 7m9s
kube-system coredns-7c65d6cfc9-6vmqx 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 7m12s
kube-system coredns-7c65d6cfc9-92xkm 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 7m12s
kube-system etcd-addons-482420 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 7m20s
kube-system kindnet-wms9g 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 7m14s
kube-system kube-apiserver-addons-482420 250m (12%) 0 (0%) 0 (0%) 0 (0%) 7m21s
kube-system kube-controller-manager-addons-482420 200m (10%) 0 (0%) 0 (0%) 0 (0%) 7m20s
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m11s
kube-system kube-proxy-tcqcl 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m13s
kube-system kube-scheduler-addons-482420 100m (5%) 0 (0%) 0 (0%) 0 (0%) 7m20s
kube-system metrics-server-84c5f94fbc-j6wtv 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 7m10s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m10s
local-path-storage local-path-provisioner-86d989889c-nz4fz 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m10s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1150m (57%) 100m (5%)
memory 580Mi (7%) 390Mi (4%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
hugepages-32Mi 0 (0%) 0 (0%)
hugepages-64Ki 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 7m8s kube-proxy
Normal Starting 7m20s kubelet Starting kubelet.
Warning CgroupV1 7m20s kubelet Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
Normal NodeHasSufficientMemory 7m20s kubelet Node addons-482420 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 7m20s kubelet Node addons-482420 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 7m20s kubelet Node addons-482420 status is now: NodeHasSufficientPID
Normal RegisteredNode 7m16s node-controller Node addons-482420 event: Registered Node addons-482420 in Controller
Normal NodeReady 6m28s kubelet Node addons-482420 status is now: NodeReady
==> dmesg <==
[Dec 5 17:17] ACPI: SRAT not present
[ +0.000000] ACPI: SRAT not present
[ +0.000000] SPI driver altr_a10sr has no spi_device_id for altr,a10sr
[ +0.014512] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +0.466434] 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.025845] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[ +0.029500] systemd[1]: /lib/systemd/system/cloud-init.service:20: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.016557] systemd[1]: /lib/systemd/system/cloud-init-hotplugd.socket:11: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.728526] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[ +6.639001] kauditd_printk_skb: 36 callbacks suppressed
[Dec 5 18:17] hrtimer: interrupt took 52995940 ns
[Dec 5 18:49] 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.
==> etcd [5deb8e0efe71492f2bfaf11b90b7b620ae0a4b2204b855b6967864221b246cd7] <==
{"level":"info","ts":"2024-12-05T19:21:39.418111Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-12-05T19:21:39.418194Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-12-05T19:21:39.418291Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-12-05T19:21:39.418342Z","caller":"etcdserver/server.go:2653","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-12-05T19:21:39.474294Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-12-05T19:21:50.255947Z","caller":"traceutil/trace.go:171","msg":"trace[345922497] transaction","detail":"{read_only:false; response_revision:308; number_of_response:1; }","duration":"102.349851ms","start":"2024-12-05T19:21:50.153578Z","end":"2024-12-05T19:21:50.255928Z","steps":["trace[345922497] 'process raft request' (duration: 67.263838ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-05T19:21:50.510473Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"250.356662ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128033709703784451 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/clusterroles/admin\" mod_revision:78 > success:<request_put:<key:\"/registry/clusterroles/admin\" value_size:863 >> failure:<request_range:<key:\"/registry/clusterroles/admin\" > >>","response":"size:16"}
{"level":"info","ts":"2024-12-05T19:21:50.513384Z","caller":"traceutil/trace.go:171","msg":"trace[241878923] transaction","detail":"{read_only:false; response_revision:310; number_of_response:1; }","duration":"338.024727ms","start":"2024-12-05T19:21:50.175344Z","end":"2024-12-05T19:21:50.513368Z","steps":["trace[241878923] 'process raft request' (duration: 82.819608ms)","trace[241878923] 'compare' (duration: 242.384898ms)"],"step_count":2}
{"level":"warn","ts":"2024-12-05T19:21:50.515837Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-12-05T19:21:50.175322Z","time spent":"340.263868ms","remote":"127.0.0.1:48962","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":899,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/clusterroles/admin\" mod_revision:78 > success:<request_put:<key:\"/registry/clusterroles/admin\" value_size:863 >> failure:<request_range:<key:\"/registry/clusterroles/admin\" > >"}
{"level":"info","ts":"2024-12-05T19:21:50.516831Z","caller":"traceutil/trace.go:171","msg":"trace[947473368] transaction","detail":"{read_only:false; response_revision:311; number_of_response:1; }","duration":"141.021431ms","start":"2024-12-05T19:21:50.375794Z","end":"2024-12-05T19:21:50.516815Z","steps":["trace[947473368] 'process raft request' (duration: 137.325934ms)"],"step_count":1}
{"level":"info","ts":"2024-12-05T19:21:50.527506Z","caller":"traceutil/trace.go:171","msg":"trace[810655816] linearizableReadLoop","detail":"{readStateIndex:320; appliedIndex:318; }","duration":"128.680338ms","start":"2024-12-05T19:21:50.398810Z","end":"2024-12-05T19:21:50.527490Z","steps":["trace[810655816] 'read index received' (duration: 31.015µs)","trace[810655816] 'applied index is now lower than readState.Index' (duration: 128.64783ms)"],"step_count":2}
{"level":"warn","ts":"2024-12-05T19:21:50.528447Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"129.616893ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/configmaps/kube-system/kube-apiserver-legacy-service-account-token-tracking\" ","response":"range_response_count:1 size:370"}
{"level":"info","ts":"2024-12-05T19:21:50.530057Z","caller":"traceutil/trace.go:171","msg":"trace[1878484804] range","detail":"{range_begin:/registry/configmaps/kube-system/kube-apiserver-legacy-service-account-token-tracking; range_end:; response_count:1; response_revision:311; }","duration":"131.235157ms","start":"2024-12-05T19:21:50.398805Z","end":"2024-12-05T19:21:50.530040Z","steps":["trace[1878484804] 'agreement among raft nodes before linearized reading' (duration: 129.570174ms)"],"step_count":1}
{"level":"info","ts":"2024-12-05T19:21:51.800902Z","caller":"traceutil/trace.go:171","msg":"trace[747206046] transaction","detail":"{read_only:false; response_revision:322; number_of_response:1; }","duration":"231.25979ms","start":"2024-12-05T19:21:51.569626Z","end":"2024-12-05T19:21:51.800886Z","steps":["trace[747206046] 'process raft request' (duration: 231.042367ms)"],"step_count":1}
{"level":"info","ts":"2024-12-05T19:21:51.801484Z","caller":"traceutil/trace.go:171","msg":"trace[1718619494] linearizableReadLoop","detail":"{readStateIndex:331; appliedIndex:331; }","duration":"214.002475ms","start":"2024-12-05T19:21:51.587469Z","end":"2024-12-05T19:21:51.801471Z","steps":["trace[1718619494] 'read index received' (duration: 213.997084ms)","trace[1718619494] 'applied index is now lower than readState.Index' (duration: 4.078µs)"],"step_count":2}
{"level":"warn","ts":"2024-12-05T19:21:51.801661Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"232.065508ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-12-05T19:21:51.802012Z","caller":"traceutil/trace.go:171","msg":"trace[601023056] range","detail":"{range_begin:/registry/deployments/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:322; }","duration":"232.425837ms","start":"2024-12-05T19:21:51.569575Z","end":"2024-12-05T19:21:51.802001Z","steps":["trace[601023056] 'agreement among raft nodes before linearized reading' (duration: 232.042313ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-05T19:21:51.821631Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"158.635449ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-12-05T19:21:51.830723Z","caller":"traceutil/trace.go:171","msg":"trace[1859099452] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:0; response_revision:324; }","duration":"178.219147ms","start":"2024-12-05T19:21:51.652484Z","end":"2024-12-05T19:21:51.830703Z","steps":["trace[1859099452] 'agreement among raft nodes before linearized reading' (duration: 158.607863ms)"],"step_count":1}
{"level":"info","ts":"2024-12-05T19:21:51.830863Z","caller":"traceutil/trace.go:171","msg":"trace[96322747] transaction","detail":"{read_only:false; response_revision:323; number_of_response:1; }","duration":"211.977853ms","start":"2024-12-05T19:21:51.599792Z","end":"2024-12-05T19:21:51.811770Z","steps":["trace[96322747] 'process raft request' (duration: 211.202115ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-05T19:21:51.910017Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-12-05T19:21:51.599777Z","time spent":"310.158339ms","remote":"127.0.0.1:48686","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":657,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/events/kube-system/kindnet.180e5e3a53281013\" mod_revision:0 > success:<request_put:<key:\"/registry/events/kube-system/kindnet.180e5e3a53281013\" value_size:586 lease:8128033709703784247 >> failure:<>"}
{"level":"info","ts":"2024-12-05T19:21:51.831252Z","caller":"traceutil/trace.go:171","msg":"trace[1861987338] transaction","detail":"{read_only:false; response_revision:324; number_of_response:1; }","duration":"231.181465ms","start":"2024-12-05T19:21:51.600061Z","end":"2024-12-05T19:21:51.831242Z","steps":["trace[1861987338] 'process raft request' (duration: 211.00431ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-05T19:21:51.910377Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-12-05T19:21:51.600055Z","time spent":"310.2961ms","remote":"127.0.0.1:48686","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":680,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/events/kube-system/coredns.180e5e3a56dc6c36\" mod_revision:0 > success:<request_put:<key:\"/registry/events/kube-system/coredns.180e5e3a56dc6c36\" value_size:609 lease:8128033709703784247 >> failure:<>"}
{"level":"warn","ts":"2024-12-05T19:21:53.339131Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.751271ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" ","response":"range_response_count:1 size:3351"}
{"level":"info","ts":"2024-12-05T19:21:53.346222Z","caller":"traceutil/trace.go:171","msg":"trace[847480808] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:1; response_revision:391; }","duration":"111.845105ms","start":"2024-12-05T19:21:53.234352Z","end":"2024-12-05T19:21:53.346198Z","steps":["trace[847480808] 'agreement among raft nodes before linearized reading' (duration: 72.357451ms)","trace[847480808] 'get authentication metadata' (duration: 26.069792ms)"],"step_count":2}
==> kernel <==
19:29:04 up 2:11, 0 users, load average: 0.46, 1.06, 1.89
Linux addons-482420 5.15.0-1072-aws #78~20.04.1-Ubuntu SMP Wed Oct 9 15:29:54 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [3a199cf854aa046f91d295fe05954cf97b2fcef201fe4e8ed309e5dbe640e173] <==
I1205 19:26:55.836942 1 main.go:301] handling current node
I1205 19:27:05.836833 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:27:05.836863 1 main.go:301] handling current node
I1205 19:27:15.844572 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:27:15.844607 1 main.go:301] handling current node
I1205 19:27:25.838084 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:27:25.838119 1 main.go:301] handling current node
I1205 19:27:35.840766 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:27:35.840801 1 main.go:301] handling current node
I1205 19:27:45.838076 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:27:45.838199 1 main.go:301] handling current node
I1205 19:27:55.836038 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:27:55.836178 1 main.go:301] handling current node
I1205 19:28:05.841036 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:28:05.841069 1 main.go:301] handling current node
I1205 19:28:15.836673 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:28:15.836715 1 main.go:301] handling current node
I1205 19:28:25.843556 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:28:25.843591 1 main.go:301] handling current node
I1205 19:28:35.837590 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:28:35.837638 1 main.go:301] handling current node
I1205 19:28:45.836669 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:28:45.836705 1 main.go:301] handling current node
I1205 19:28:55.836186 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1205 19:28:55.836218 1 main.go:301] handling current node
==> kube-apiserver [4c538de24debf19ac5db6d52befe2d9910e3bca5bf924d13b18a88c3ce304b4f] <==
E1205 19:24:16.967451 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.98.147.225:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.98.147.225:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.98.147.225:443: connect: connection refused" logger="UnhandledError"
I1205 19:24:17.056659 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E1205 19:25:03.198249 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:44156: use of closed network connection
E1205 19:25:03.437808 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:44184: use of closed network connection
E1205 19:25:03.600504 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:44200: use of closed network connection
I1205 19:25:52.974420 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.110.168.239"}
I1205 19:25:55.439377 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I1205 19:26:22.418570 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1205 19:26:22.418643 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1205 19:26:22.438077 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1205 19:26:22.438140 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1205 19:26:22.466789 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1205 19:26:22.466918 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1205 19:26:22.511915 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1205 19:26:22.511965 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1205 19:26:22.519419 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1205 19:26:22.519565 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1205 19:26:23.512728 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1205 19:26:23.520741 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
W1205 19:26:23.551204 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
I1205 19:26:36.120200 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W1205 19:26:37.147952 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I1205 19:26:41.680323 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I1205 19:26:41.974376 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.105.48.129"}
I1205 19:29:02.469622 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.98.72.142"}
==> kube-controller-manager [f3f078c6246390da70c6c1d71ddc16c41463c61df40816a44bd7e81b8e9943f9] <==
E1205 19:27:10.078666 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1205 19:27:38.471988 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1205 19:27:38.472042 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1205 19:27:38.511038 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1205 19:27:38.511080 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1205 19:27:41.455159 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1205 19:27:41.455204 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1205 19:27:45.234026 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1205 19:27:45.234177 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1205 19:28:14.620065 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1205 19:28:14.620109 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1205 19:28:22.133944 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1205 19:28:22.134010 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1205 19:28:30.157921 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1205 19:28:30.157967 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1205 19:28:41.584248 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1205 19:28:41.584373 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1205 19:28:46.810146 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1205 19:28:46.810193 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
I1205 19:29:02.191425 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="28.638581ms"
I1205 19:29:02.204960 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="13.377314ms"
I1205 19:29:02.205507 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="55.293µs"
I1205 19:29:02.217547 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="45.94µs"
I1205 19:29:03.876033 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="16.818019ms"
I1205 19:29:03.876220 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="71.293µs"
==> kube-proxy [219d8e1116fa66a88b9883b05b4fed378658620fda60c30529cd1f3ed462e807] <==
I1205 19:21:53.780636 1 server_linux.go:66] "Using iptables proxy"
I1205 19:21:54.577375 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E1205 19:21:54.692002 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`"
I1205 19:21:55.630991 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1205 19:21:55.631139 1 server_linux.go:169] "Using iptables Proxier"
I1205 19:21:55.649757 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"
I1205 19:21:55.650377 1 server.go:483] "Version info" version="v1.31.2"
I1205 19:21:55.650442 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1205 19:21:55.671869 1 config.go:328] "Starting node config controller"
I1205 19:21:55.671980 1 shared_informer.go:313] Waiting for caches to sync for node config
I1205 19:21:55.684451 1 config.go:199] "Starting service config controller"
I1205 19:21:55.684478 1 shared_informer.go:313] Waiting for caches to sync for service config
I1205 19:21:55.684497 1 config.go:105] "Starting endpoint slice config controller"
I1205 19:21:55.684502 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I1205 19:21:55.776621 1 shared_informer.go:320] Caches are synced for node config
I1205 19:21:55.793230 1 shared_informer.go:320] Caches are synced for endpoint slice config
I1205 19:21:55.802814 1 shared_informer.go:320] Caches are synced for service config
==> kube-scheduler [13a642840999418258f6ec913d6c9b52888b24ac8b27eb739cb5d125e665207b] <==
W1205 19:21:42.965896 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
E1205 19:21:42.966161 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"
W1205 19:21:42.966079 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E1205 19:21:42.966306 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W1205 19:21:42.966415 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
E1205 19:21:42.966476 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"
W1205 19:21:42.966555 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
E1205 19:21:42.967182 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"
W1205 19:21:42.966657 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
E1205 19:21:42.967205 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"
W1205 19:21:42.966689 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
E1205 19:21:42.967225 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"
W1205 19:21:42.966904 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
E1205 19:21:42.967243 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"
W1205 19:21:42.966939 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
E1205 19:21:42.967261 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"
W1205 19:21:42.966987 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
E1205 19:21:42.967278 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"
W1205 19:21:42.967026 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E1205 19:21:42.967296 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W1205 19:21:42.967060 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
E1205 19:21:42.967316 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"
W1205 19:21:42.967108 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
E1205 19:21:42.967333 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"
I1205 19:21:44.253515 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Dec 05 19:27:15 addons-482420 kubelet[1485]: E1205 19:27:15.042466 1485 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426835042089385,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:27:25 addons-482420 kubelet[1485]: E1205 19:27:25.045479 1485 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426845045219933,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:27:25 addons-482420 kubelet[1485]: E1205 19:27:25.045519 1485 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426845045219933,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:27:35 addons-482420 kubelet[1485]: E1205 19:27:35.047892 1485 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426855047625463,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:27:35 addons-482420 kubelet[1485]: E1205 19:27:35.047931 1485 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426855047625463,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:27:39 addons-482420 kubelet[1485]: I1205 19:27:39.602114 1485 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Dec 05 19:27:45 addons-482420 kubelet[1485]: E1205 19:27:45.051906 1485 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426865051200636,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:27:45 addons-482420 kubelet[1485]: E1205 19:27:45.051963 1485 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426865051200636,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:27:55 addons-482420 kubelet[1485]: E1205 19:27:55.054645 1485 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426875054391492,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:27:55 addons-482420 kubelet[1485]: E1205 19:27:55.054694 1485 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426875054391492,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:05 addons-482420 kubelet[1485]: E1205 19:28:05.058130 1485 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426885057826953,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:05 addons-482420 kubelet[1485]: E1205 19:28:05.058171 1485 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426885057826953,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:15 addons-482420 kubelet[1485]: E1205 19:28:15.061164 1485 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426895060861244,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:15 addons-482420 kubelet[1485]: E1205 19:28:15.061202 1485 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426895060861244,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:25 addons-482420 kubelet[1485]: E1205 19:28:25.064386 1485 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426905064110372,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:25 addons-482420 kubelet[1485]: E1205 19:28:25.064426 1485 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426905064110372,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:35 addons-482420 kubelet[1485]: E1205 19:28:35.067497 1485 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426915067223530,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:35 addons-482420 kubelet[1485]: E1205 19:28:35.067541 1485 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426915067223530,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:45 addons-482420 kubelet[1485]: E1205 19:28:45.070884 1485 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426925070429944,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:45 addons-482420 kubelet[1485]: E1205 19:28:45.070950 1485 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426925070429944,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:55 addons-482420 kubelet[1485]: E1205 19:28:55.073102 1485 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426935072864905,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:28:55 addons-482420 kubelet[1485]: E1205 19:28:55.073148 1485 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733426935072864905,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606242,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 05 19:29:02 addons-482420 kubelet[1485]: I1205 19:29:02.189338 1485 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/nginx" podStartSLOduration=139.007163988 podStartE2EDuration="2m21.18931887s" podCreationTimestamp="2024-12-05 19:26:41 +0000 UTC" firstStartedPulling="2024-12-05 19:26:42.258348501 +0000 UTC m=+297.795899800" lastFinishedPulling="2024-12-05 19:26:44.440503383 +0000 UTC m=+299.978054682" observedRunningTime="2024-12-05 19:26:44.567579046 +0000 UTC m=+300.105130353" watchObservedRunningTime="2024-12-05 19:29:02.18931887 +0000 UTC m=+437.726870259"
Dec 05 19:29:02 addons-482420 kubelet[1485]: I1205 19:29:02.249823 1485 reconciler_common.go:245] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-2rcrp\" (UniqueName: \"kubernetes.io/projected/9c7127cf-db6a-4f58-9fd2-de0ef0d39755-kube-api-access-2rcrp\") pod \"hello-world-app-55bf9c44b4-r5cq7\" (UID: \"9c7127cf-db6a-4f58-9fd2-de0ef0d39755\") " pod="default/hello-world-app-55bf9c44b4-r5cq7"
Dec 05 19:29:03 addons-482420 kubelet[1485]: I1205 19:29:03.602428 1485 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"
==> storage-provisioner [a7b7b54d1ecc6022376988773910906c39fca40b52f344230a8912e2c9fa3685] <==
I1205 19:22:37.396550 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I1205 19:22:37.411497 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I1205 19:22:37.411754 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I1205 19:22:37.419368 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I1205 19:22:37.419576 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-482420_841f7e95-d5ea-4a38-9755-50fdec0f4a24!
I1205 19:22:37.420219 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"d0f59101-c7b5-437d-9443-a830e02ef84c", APIVersion:"v1", ResourceVersion:"900", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-482420_841f7e95-d5ea-4a38-9755-50fdec0f4a24 became leader
I1205 19:22:37.519847 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-482420_841f7e95-d5ea-4a38-9755-50fdec0f4a24!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-482420 -n addons-482420
helpers_test.go:261: (dbg) Run: kubectl --context addons-482420 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: ingress-nginx-admission-create-d569d ingress-nginx-admission-patch-c2ltv
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-482420 describe pod ingress-nginx-admission-create-d569d ingress-nginx-admission-patch-c2ltv
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-482420 describe pod ingress-nginx-admission-create-d569d ingress-nginx-admission-patch-c2ltv: exit status 1 (91.241768ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-d569d" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-c2ltv" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-482420 describe pod ingress-nginx-admission-create-d569d ingress-nginx-admission-patch-c2ltv: exit status 1
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-482420 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-482420 addons disable ingress-dns --alsologtostderr -v=1: (1.32625418s)
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-482420 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-482420 addons disable ingress --alsologtostderr -v=1: (7.767094892s)
--- FAIL: TestAddons/parallel/Ingress (153.31s)