=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-109701 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-109701 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-109701 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" [d58ce14e-1738-4876-a070-e269901e7605] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [d58ce14e-1738-4876-a070-e269901e7605] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003969299s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-109701 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-109701 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.930711678s)
** 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-109701 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-109701 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:297: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.06474649s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:299: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:303: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:306: (dbg) Run: out/minikube-linux-arm64 -p addons-109701 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-arm64 -p addons-109701 addons disable ingress-dns --alsologtostderr -v=1: (1.462740409s)
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-109701 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-109701 addons disable ingress --alsologtostderr -v=1: (7.847340011s)
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-109701
helpers_test.go:235: (dbg) docker inspect addons-109701:
-- stdout --
[
{
"Id": "5df8920391cdfb46671633266ac82749a6a433525d8e57525884bd7b9178175a",
"Created": "2024-04-19T20:31:35.237057203Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 553083,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-04-19T20:31:35.534372197Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:f315bc3928e1aa212ec64171b55477a58b0d51266c0204d2cba9566780672a72",
"ResolvConfPath": "/var/lib/docker/containers/5df8920391cdfb46671633266ac82749a6a433525d8e57525884bd7b9178175a/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/5df8920391cdfb46671633266ac82749a6a433525d8e57525884bd7b9178175a/hostname",
"HostsPath": "/var/lib/docker/containers/5df8920391cdfb46671633266ac82749a6a433525d8e57525884bd7b9178175a/hosts",
"LogPath": "/var/lib/docker/containers/5df8920391cdfb46671633266ac82749a6a433525d8e57525884bd7b9178175a/5df8920391cdfb46671633266ac82749a6a433525d8e57525884bd7b9178175a-json.log",
"Name": "/addons-109701",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-109701:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-109701",
"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/7dc96b10a2f2cf6a90f399619f5de092a03072e872728c2b9871d442a3982164-init/diff:/var/lib/docker/overlay2/31a70f25b60fadac6076188deadee09119630d922e8f32fd6592daaf40469460/diff",
"MergedDir": "/var/lib/docker/overlay2/7dc96b10a2f2cf6a90f399619f5de092a03072e872728c2b9871d442a3982164/merged",
"UpperDir": "/var/lib/docker/overlay2/7dc96b10a2f2cf6a90f399619f5de092a03072e872728c2b9871d442a3982164/diff",
"WorkDir": "/var/lib/docker/overlay2/7dc96b10a2f2cf6a90f399619f5de092a03072e872728c2b9871d442a3982164/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-109701",
"Source": "/var/lib/docker/volumes/addons-109701/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-109701",
"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.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e",
"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-109701",
"name.minikube.sigs.k8s.io": "addons-109701",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "318884bf5fa28fe642114b2205aae07896de830bc345e827c686f1c5900bdd16",
"SandboxKey": "/var/run/docker/netns/318884bf5fa2",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33512"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33511"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33508"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33510"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33509"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-109701": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "71f80556997329f72e928fb8b150bb24e6845314eb273a64640916480848178e",
"EndpointID": "681681057b4a87d1fea1d7e059eea51f7ab3d0d5685d7a96b571d001afa8f9e9",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-109701",
"5df8920391cd"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-109701 -n addons-109701
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-109701 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-109701 logs -n 25: (1.477261685s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| start | -o=json --download-only | download-only-515816 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:30 UTC | |
| | -p download-only-515816 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.20.0 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | 19 Apr 24 20:31 UTC |
| delete | -p download-only-515816 | download-only-515816 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | 19 Apr 24 20:31 UTC |
| start | -o=json --download-only | download-only-792239 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | |
| | -p download-only-792239 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.30.0 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | 19 Apr 24 20:31 UTC |
| delete | -p download-only-792239 | download-only-792239 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | 19 Apr 24 20:31 UTC |
| delete | -p download-only-515816 | download-only-515816 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | 19 Apr 24 20:31 UTC |
| delete | -p download-only-792239 | download-only-792239 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | 19 Apr 24 20:31 UTC |
| start | --download-only -p | download-docker-302430 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | |
| | download-docker-302430 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-302430 | download-docker-302430 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | 19 Apr 24 20:31 UTC |
| start | --download-only -p | binary-mirror-696261 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | |
| | binary-mirror-696261 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:32879 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-696261 | binary-mirror-696261 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | 19 Apr 24 20:31 UTC |
| addons | disable dashboard -p | addons-109701 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | |
| | addons-109701 | | | | | |
| addons | enable dashboard -p | addons-109701 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | |
| | addons-109701 | | | | | |
| start | -p addons-109701 --wait=true | addons-109701 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:31 UTC | 19 Apr 24 20:34 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-109701 ip | addons-109701 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:35 UTC | 19 Apr 24 20:35 UTC |
| addons | addons-109701 addons disable | addons-109701 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:35 UTC | 19 Apr 24 20:35 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-109701 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:35 UTC | 19 Apr 24 20:35 UTC |
| | addons-109701 | | | | | |
| ssh | addons-109701 ssh curl -s | addons-109701 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:35 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-109701 ip | addons-109701 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:37 UTC | 19 Apr 24 20:37 UTC |
| addons | addons-109701 addons disable | addons-109701 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:38 UTC | 19 Apr 24 20:38 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-109701 addons disable | addons-109701 | jenkins | v1.33.0-beta.0 | 19 Apr 24 20:38 UTC | 19 Apr 24 20:38 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/04/19 20:31:10
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0419 20:31:10.865234 552611 out.go:291] Setting OutFile to fd 1 ...
I0419 20:31:10.865362 552611 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0419 20:31:10.865372 552611 out.go:304] Setting ErrFile to fd 2...
I0419 20:31:10.865378 552611 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0419 20:31:10.865618 552611 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18669-546549/.minikube/bin
I0419 20:31:10.866047 552611 out.go:298] Setting JSON to false
I0419 20:31:10.866910 552611 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":11618,"bootTime":1713547053,"procs":170,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1058-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0419 20:31:10.866980 552611 start.go:139] virtualization:
I0419 20:31:10.869507 552611 out.go:177] * [addons-109701] minikube v1.33.0-beta.0 on Ubuntu 20.04 (arm64)
I0419 20:31:10.872126 552611 out.go:177] - MINIKUBE_LOCATION=18669
I0419 20:31:10.874482 552611 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0419 20:31:10.872171 552611 notify.go:220] Checking for updates...
I0419 20:31:10.876580 552611 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18669-546549/kubeconfig
I0419 20:31:10.878703 552611 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18669-546549/.minikube
I0419 20:31:10.880451 552611 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0419 20:31:10.882200 552611 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0419 20:31:10.884441 552611 driver.go:392] Setting default libvirt URI to qemu:///system
I0419 20:31:10.902927 552611 docker.go:122] docker version: linux-26.0.2:Docker Engine - Community
I0419 20:31:10.903053 552611 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0419 20:31:10.959786 552611 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-04-19 20:31:10.949542614 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1058-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215105536 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.0.2 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:e377cd56a71523140ca6ae87e30244719194a521 Expected:e377cd56a71523140ca6ae87e30244719194a521} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.14.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.26.1]] Warnings:<nil>}}
I0419 20:31:10.959903 552611 docker.go:295] overlay module found
I0419 20:31:10.962145 552611 out.go:177] * Using the docker driver based on user configuration
I0419 20:31:10.964122 552611 start.go:297] selected driver: docker
I0419 20:31:10.964140 552611 start.go:901] validating driver "docker" against <nil>
I0419 20:31:10.964154 552611 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0419 20:31:10.964862 552611 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0419 20:31:11.018354 552611 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-04-19 20:31:11.009064758 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1058-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215105536 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.0.2 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:e377cd56a71523140ca6ae87e30244719194a521 Expected:e377cd56a71523140ca6ae87e30244719194a521} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.14.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.26.1]] Warnings:<nil>}}
I0419 20:31:11.018546 552611 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0419 20:31:11.018836 552611 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]
I0419 20:31:11.020861 552611 out.go:177] * Using Docker driver with root privileges
I0419 20:31:11.022833 552611 cni.go:84] Creating CNI manager for ""
I0419 20:31:11.022856 552611 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0419 20:31:11.022867 552611 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0419 20:31:11.022958 552611 start.go:340] cluster config:
{Name:addons-109701 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-109701 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.0 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}
I0419 20:31:11.025130 552611 out.go:177] * Starting "addons-109701" primary control-plane node in "addons-109701" cluster
I0419 20:31:11.026885 552611 cache.go:121] Beginning downloading kic base image for docker with crio
I0419 20:31:11.029096 552611 out.go:177] * Pulling base image v0.0.43-1713236840-18649 ...
I0419 20:31:11.031020 552611 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime crio
I0419 20:31:11.031046 552611 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e in local docker daemon
I0419 20:31:11.031077 552611 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18669-546549/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-cri-o-overlay-arm64.tar.lz4
I0419 20:31:11.031087 552611 cache.go:56] Caching tarball of preloaded images
I0419 20:31:11.031187 552611 preload.go:173] Found /home/jenkins/minikube-integration/18669-546549/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0419 20:31:11.031198 552611 cache.go:59] Finished verifying existence of preloaded tar for v1.30.0 on crio
I0419 20:31:11.031570 552611 profile.go:143] Saving config to /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/config.json ...
I0419 20:31:11.031703 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/config.json: {Name:mk0cfff6ba6284110915a8738e16bb32854796e8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:11.045189 552611 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e to local cache
I0419 20:31:11.045304 552611 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e in local cache directory
I0419 20:31:11.045329 552611 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e in local cache directory, skipping pull
I0419 20:31:11.045339 552611 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e exists in cache, skipping pull
I0419 20:31:11.045347 552611 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e as a tarball
I0419 20:31:11.045355 552611 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e from local cache
I0419 20:31:27.511354 552611 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e from cached tarball
I0419 20:31:27.511392 552611 cache.go:194] Successfully downloaded all kic artifacts
I0419 20:31:27.511425 552611 start.go:360] acquireMachinesLock for addons-109701: {Name:mka64fd86a0728f6af87a73f00cb096873886011 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0419 20:31:27.512077 552611 start.go:364] duration metric: took 625.104µs to acquireMachinesLock for "addons-109701"
I0419 20:31:27.512117 552611 start.go:93] Provisioning new machine with config: &{Name:addons-109701 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-109701 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.0 ContainerRuntime:crio ControlPlane:true Worker:true}
I0419 20:31:27.512204 552611 start.go:125] createHost starting for "" (driver="docker")
I0419 20:31:27.514470 552611 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0419 20:31:27.514761 552611 start.go:159] libmachine.API.Create for "addons-109701" (driver="docker")
I0419 20:31:27.514804 552611 client.go:168] LocalClient.Create starting
I0419 20:31:27.514916 552611 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18669-546549/.minikube/certs/ca.pem
I0419 20:31:28.252548 552611 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18669-546549/.minikube/certs/cert.pem
I0419 20:31:28.889924 552611 cli_runner.go:164] Run: docker network inspect addons-109701 --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}}]}"
W0419 20:31:28.904297 552611 cli_runner.go:211] docker network inspect addons-109701 --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
I0419 20:31:28.904411 552611 network_create.go:281] running [docker network inspect addons-109701] to gather additional debugging logs...
I0419 20:31:28.904434 552611 cli_runner.go:164] Run: docker network inspect addons-109701
W0419 20:31:28.916620 552611 cli_runner.go:211] docker network inspect addons-109701 returned with exit code 1
I0419 20:31:28.916665 552611 network_create.go:284] error running [docker network inspect addons-109701]: docker network inspect addons-109701: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-109701 not found
I0419 20:31:28.916679 552611 network_create.go:286] output of [docker network inspect addons-109701]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-109701 not found
** /stderr **
I0419 20:31:28.916773 552611 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}}]}"
I0419 20:31:28.930547 552611 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:0x400256c7e0}
I0419 20:31:28.930595 552611 network_create.go:124] attempt to create docker network addons-109701 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0419 20:31:28.930698 552611 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-109701 addons-109701
I0419 20:31:28.988189 552611 network_create.go:108] docker network addons-109701 192.168.49.0/24 created
I0419 20:31:28.988223 552611 kic.go:121] calculated static IP "192.168.49.2" for the "addons-109701" container
I0419 20:31:28.988297 552611 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0419 20:31:29.001479 552611 cli_runner.go:164] Run: docker volume create addons-109701 --label name.minikube.sigs.k8s.io=addons-109701 --label created_by.minikube.sigs.k8s.io=true
I0419 20:31:29.016581 552611 oci.go:103] Successfully created a docker volume addons-109701
I0419 20:31:29.016672 552611 cli_runner.go:164] Run: docker run --rm --name addons-109701-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-109701 --entrypoint /usr/bin/test -v addons-109701:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e -d /var/lib
I0419 20:31:31.033870 552611 cli_runner.go:217] Completed: docker run --rm --name addons-109701-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-109701 --entrypoint /usr/bin/test -v addons-109701:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e -d /var/lib: (2.01715895s)
I0419 20:31:31.033903 552611 oci.go:107] Successfully prepared a docker volume addons-109701
I0419 20:31:31.033940 552611 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime crio
I0419 20:31:31.033961 552611 kic.go:194] Starting extracting preloaded images to volume ...
I0419 20:31:31.034057 552611 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18669-546549/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-109701:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e -I lz4 -xf /preloaded.tar -C /extractDir
I0419 20:31:35.174078 552611 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18669-546549/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-109701:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e -I lz4 -xf /preloaded.tar -C /extractDir: (4.139973807s)
I0419 20:31:35.174130 552611 kic.go:203] duration metric: took 4.140148682s to extract preloaded images to volume ...
W0419 20:31:35.174269 552611 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0419 20:31:35.174387 552611 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0419 20:31:35.222044 552611 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-109701 --name addons-109701 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-109701 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-109701 --network addons-109701 --ip 192.168.49.2 --volume addons-109701:/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.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e
I0419 20:31:35.566895 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Running}}
I0419 20:31:35.587062 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:31:35.604739 552611 cli_runner.go:164] Run: docker exec addons-109701 stat /var/lib/dpkg/alternatives/iptables
I0419 20:31:35.653418 552611 oci.go:144] the created container "addons-109701" has a running status.
I0419 20:31:35.653447 552611 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa...
I0419 20:31:36.414984 552611 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0419 20:31:36.433200 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:31:36.453508 552611 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0419 20:31:36.453530 552611 kic_runner.go:114] Args: [docker exec --privileged addons-109701 chown docker:docker /home/docker/.ssh/authorized_keys]
I0419 20:31:36.496914 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:31:36.515199 552611 machine.go:94] provisionDockerMachine start ...
I0419 20:31:36.515289 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:31:36.532533 552611 main.go:141] libmachine: Using SSH client type: native
I0419 20:31:36.532800 552611 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 33512 <nil> <nil>}
I0419 20:31:36.532810 552611 main.go:141] libmachine: About to run SSH command:
hostname
I0419 20:31:36.673927 552611 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-109701
I0419 20:31:36.673952 552611 ubuntu.go:169] provisioning hostname "addons-109701"
I0419 20:31:36.674073 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:31:36.689236 552611 main.go:141] libmachine: Using SSH client type: native
I0419 20:31:36.689484 552611 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 33512 <nil> <nil>}
I0419 20:31:36.689501 552611 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-109701 && echo "addons-109701" | sudo tee /etc/hostname
I0419 20:31:36.839056 552611 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-109701
I0419 20:31:36.839160 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:31:36.855579 552611 main.go:141] libmachine: Using SSH client type: native
I0419 20:31:36.855833 552611 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 33512 <nil> <nil>}
I0419 20:31:36.855855 552611 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-109701' /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-109701/g' /etc/hosts;
else
echo '127.0.1.1 addons-109701' | sudo tee -a /etc/hosts;
fi
fi
I0419 20:31:36.994368 552611 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0419 20:31:36.994394 552611 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18669-546549/.minikube CaCertPath:/home/jenkins/minikube-integration/18669-546549/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18669-546549/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18669-546549/.minikube}
I0419 20:31:36.994422 552611 ubuntu.go:177] setting up certificates
I0419 20:31:36.994434 552611 provision.go:84] configureAuth start
I0419 20:31:36.994496 552611 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-109701
I0419 20:31:37.012678 552611 provision.go:143] copyHostCerts
I0419 20:31:37.012788 552611 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18669-546549/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18669-546549/.minikube/ca.pem (1082 bytes)
I0419 20:31:37.012940 552611 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18669-546549/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18669-546549/.minikube/cert.pem (1123 bytes)
I0419 20:31:37.013023 552611 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18669-546549/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18669-546549/.minikube/key.pem (1675 bytes)
I0419 20:31:37.013088 552611 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18669-546549/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18669-546549/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18669-546549/.minikube/certs/ca-key.pem org=jenkins.addons-109701 san=[127.0.0.1 192.168.49.2 addons-109701 localhost minikube]
I0419 20:31:37.570645 552611 provision.go:177] copyRemoteCerts
I0419 20:31:37.570709 552611 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0419 20:31:37.570752 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:31:37.586242 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:31:37.683433 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0419 20:31:37.707255 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0419 20:31:37.731760 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0419 20:31:37.760849 552611 provision.go:87] duration metric: took 766.396798ms to configureAuth
I0419 20:31:37.760879 552611 ubuntu.go:193] setting minikube options for container-runtime
I0419 20:31:37.761065 552611 config.go:182] Loaded profile config "addons-109701": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.0
I0419 20:31:37.761177 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:31:37.776725 552611 main.go:141] libmachine: Using SSH client type: native
I0419 20:31:37.776970 552611 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 33512 <nil> <nil>}
I0419 20:31:37.776992 552611 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I0419 20:31:38.019849 552611 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0419 20:31:38.019880 552611 machine.go:97] duration metric: took 1.504661147s to provisionDockerMachine
I0419 20:31:38.019892 552611 client.go:171] duration metric: took 10.505077326s to LocalClient.Create
I0419 20:31:38.019927 552611 start.go:167] duration metric: took 10.505150039s to libmachine.API.Create "addons-109701"
I0419 20:31:38.019940 552611 start.go:293] postStartSetup for "addons-109701" (driver="docker")
I0419 20:31:38.019952 552611 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]
I0419 20:31:38.020032 552611 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
I0419 20:31:38.020084 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:31:38.036682 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:31:38.139805 552611 ssh_runner.go:195] Run: cat /etc/os-release
I0419 20:31:38.143011 552611 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0419 20:31:38.143044 552611 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0419 20:31:38.143076 552611 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0419 20:31:38.143090 552611 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0419 20:31:38.143103 552611 filesync.go:126] Scanning /home/jenkins/minikube-integration/18669-546549/.minikube/addons for local assets ...
I0419 20:31:38.143224 552611 filesync.go:126] Scanning /home/jenkins/minikube-integration/18669-546549/.minikube/files for local assets ...
I0419 20:31:38.143264 552611 start.go:296] duration metric: took 123.316541ms for postStartSetup
I0419 20:31:38.143595 552611 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-109701
I0419 20:31:38.158240 552611 profile.go:143] Saving config to /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/config.json ...
I0419 20:31:38.158519 552611 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0419 20:31:38.158579 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:31:38.173172 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:31:38.267397 552611 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0419 20:31:38.271803 552611 start.go:128] duration metric: took 10.75958068s to createHost
I0419 20:31:38.271827 552611 start.go:83] releasing machines lock for "addons-109701", held for 10.759732228s
I0419 20:31:38.271899 552611 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-109701
I0419 20:31:38.286334 552611 ssh_runner.go:195] Run: cat /version.json
I0419 20:31:38.286394 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:31:38.286403 552611 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0419 20:31:38.286473 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:31:38.303094 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:31:38.313050 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:31:38.394319 552611 ssh_runner.go:195] Run: systemctl --version
I0419 20:31:38.505099 552611 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0419 20:31:38.646374 552611 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0419 20:31:38.650579 552611 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" ;
I0419 20:31:38.672720 552611 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0419 20:31:38.672804 552611 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0419 20:31:38.706196 552611 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0419 20:31:38.706222 552611 start.go:494] detecting cgroup driver to use...
I0419 20:31:38.706255 552611 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0419 20:31:38.706311 552611 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0419 20:31:38.722109 552611 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0419 20:31:38.734583 552611 docker.go:217] disabling cri-docker service (if available) ...
I0419 20:31:38.734664 552611 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0419 20:31:38.748272 552611 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0419 20:31:38.762665 552611 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0419 20:31:38.854158 552611 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0419 20:31:38.948940 552611 docker.go:233] disabling docker service ...
I0419 20:31:38.949005 552611 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0419 20:31:38.973353 552611 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0419 20:31:38.984741 552611 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0419 20:31:39.089532 552611 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0419 20:31:39.187607 552611 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0419 20:31:39.198882 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I0419 20:31:39.214970 552611 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0419 20:31:39.215037 552611 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
I0419 20:31:39.224621 552611 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0419 20:31:39.224695 552611 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0419 20:31:39.234497 552611 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0419 20:31:39.244006 552611 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0419 20:31:39.253787 552611 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0419 20:31:39.262748 552611 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"
I0419 20:31:39.272565 552611 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"
I0419 20:31:39.288658 552611 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"
I0419 20:31:39.298528 552611 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0419 20:31:39.306990 552611 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0419 20:31:39.315244 552611 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0419 20:31:39.410522 552611 ssh_runner.go:195] Run: sudo systemctl restart crio
I0419 20:31:39.516587 552611 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
I0419 20:31:39.516676 552611 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0419 20:31:39.520519 552611 start.go:562] Will wait 60s for crictl version
I0419 20:31:39.520582 552611 ssh_runner.go:195] Run: which crictl
I0419 20:31:39.523839 552611 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0419 20:31:39.559434 552611 start.go:578] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0419 20:31:39.559607 552611 ssh_runner.go:195] Run: crio --version
I0419 20:31:39.597354 552611 ssh_runner.go:195] Run: crio --version
I0419 20:31:39.636098 552611 out.go:177] * Preparing Kubernetes v1.30.0 on CRI-O 1.24.6 ...
I0419 20:31:39.638316 552611 cli_runner.go:164] Run: docker network inspect addons-109701 --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}}]}"
I0419 20:31:39.653032 552611 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0419 20:31:39.656693 552611 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""
I0419 20:31:39.667512 552611 kubeadm.go:877] updating cluster {Name:addons-109701 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-109701 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.0 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} ...
I0419 20:31:39.667636 552611 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime crio
I0419 20:31:39.667697 552611 ssh_runner.go:195] Run: sudo crictl images --output json
I0419 20:31:39.744162 552611 crio.go:514] all images are preloaded for cri-o runtime.
I0419 20:31:39.744186 552611 crio.go:433] Images already preloaded, skipping extraction
I0419 20:31:39.744243 552611 ssh_runner.go:195] Run: sudo crictl images --output json
I0419 20:31:39.781689 552611 crio.go:514] all images are preloaded for cri-o runtime.
I0419 20:31:39.781713 552611 cache_images.go:84] Images are preloaded, skipping loading
I0419 20:31:39.781721 552611 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.0 crio true true} ...
I0419 20:31:39.781821 552611 kubeadm.go:940] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-109701 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.0 ClusterName:addons-109701 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:}
I0419 20:31:39.781913 552611 ssh_runner.go:195] Run: crio config
I0419 20:31:39.853890 552611 cni.go:84] Creating CNI manager for ""
I0419 20:31:39.853955 552611 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0419 20:31:39.853989 552611 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0419 20:31:39.854041 552611 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-109701 NodeName:addons-109701 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}
I0419 20:31:39.854232 552611 kubeadm.go:187] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/crio/crio.sock
name: "addons-109701"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.30.0
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0419 20:31:39.854320 552611 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.0
I0419 20:31:39.863133 552611 binaries.go:44] Found k8s binaries, skipping transfer
I0419 20:31:39.863222 552611 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0419 20:31:39.871763 552611 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0419 20:31:39.889605 552611 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0419 20:31:39.907173 552611 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0419 20:31:39.925328 552611 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0419 20:31:39.928858 552611 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""
I0419 20:31:39.939032 552611 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0419 20:31:40.038042 552611 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0419 20:31:40.053312 552611 certs.go:68] Setting up /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701 for IP: 192.168.49.2
I0419 20:31:40.053336 552611 certs.go:194] generating shared ca certs ...
I0419 20:31:40.053353 552611 certs.go:226] acquiring lock for ca certs: {Name:mkbbbf49b5c0bdb7c4d511e9f0ce91b74a260827 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:40.053567 552611 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18669-546549/.minikube/ca.key
I0419 20:31:40.481340 552611 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18669-546549/.minikube/ca.crt ...
I0419 20:31:40.481373 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/.minikube/ca.crt: {Name:mkd282e99815760e63434798f1643bbae96fe0e4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:40.482174 552611 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18669-546549/.minikube/ca.key ...
I0419 20:31:40.482199 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/.minikube/ca.key: {Name:mk48570661a8c47e5b32e8b8e2a6a1040746144f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:40.482300 552611 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18669-546549/.minikube/proxy-client-ca.key
I0419 20:31:40.677197 552611 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18669-546549/.minikube/proxy-client-ca.crt ...
I0419 20:31:40.677228 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/.minikube/proxy-client-ca.crt: {Name:mkf886a8ada3dbd942cbed08e896d2564b69a646 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:40.678004 552611 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18669-546549/.minikube/proxy-client-ca.key ...
I0419 20:31:40.678021 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/.minikube/proxy-client-ca.key: {Name:mke31e2a46735ff7154abf45e1089295a0af4af4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:40.678573 552611 certs.go:256] generating profile certs ...
I0419 20:31:40.678664 552611 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/client.key
I0419 20:31:40.678682 552611 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/client.crt with IP's: []
I0419 20:31:40.896293 552611 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/client.crt ...
I0419 20:31:40.896324 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/client.crt: {Name:mkcc14828ec887ff255de27a92bfffb04edda77f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:40.897339 552611 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/client.key ...
I0419 20:31:40.897355 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/client.key: {Name:mk26586e501c14dc4ff82f370c1f9cb96093092c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:40.898068 552611 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.key.82f89a32
I0419 20:31:40.898098 552611 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.crt.82f89a32 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0419 20:31:41.499831 552611 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.crt.82f89a32 ...
I0419 20:31:41.499862 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.crt.82f89a32: {Name:mk2d3830ae6483b70d917270b69ae801db6fe5df Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:41.500571 552611 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.key.82f89a32 ...
I0419 20:31:41.500591 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.key.82f89a32: {Name:mkac8742fff32dd6536ea77390b17172191bb657 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:41.501340 552611 certs.go:381] copying /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.crt.82f89a32 -> /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.crt
I0419 20:31:41.501422 552611 certs.go:385] copying /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.key.82f89a32 -> /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.key
I0419 20:31:41.501476 552611 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/proxy-client.key
I0419 20:31:41.501493 552611 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/proxy-client.crt with IP's: []
I0419 20:31:42.368678 552611 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/proxy-client.crt ...
I0419 20:31:42.368715 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/proxy-client.crt: {Name:mk1c26fc47adf5aebb81a384148248099ca3015b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:42.368920 552611 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/proxy-client.key ...
I0419 20:31:42.368937 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/proxy-client.key: {Name:mk6938c599489203128df1036eead659dd0f3793 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:31:42.369141 552611 certs.go:484] found cert: /home/jenkins/minikube-integration/18669-546549/.minikube/certs/ca-key.pem (1679 bytes)
I0419 20:31:42.369193 552611 certs.go:484] found cert: /home/jenkins/minikube-integration/18669-546549/.minikube/certs/ca.pem (1082 bytes)
I0419 20:31:42.369219 552611 certs.go:484] found cert: /home/jenkins/minikube-integration/18669-546549/.minikube/certs/cert.pem (1123 bytes)
I0419 20:31:42.369251 552611 certs.go:484] found cert: /home/jenkins/minikube-integration/18669-546549/.minikube/certs/key.pem (1675 bytes)
I0419 20:31:42.369966 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0419 20:31:42.397568 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0419 20:31:42.423225 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0419 20:31:42.447528 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0419 20:31:42.476278 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0419 20:31:42.501903 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0419 20:31:42.528981 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0419 20:31:42.553683 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/profiles/addons-109701/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0419 20:31:42.577755 552611 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18669-546549/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0419 20:31:42.601936 552611 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (752 bytes)
I0419 20:31:42.620076 552611 ssh_runner.go:195] Run: openssl version
I0419 20:31:42.625413 552611 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"
I0419 20:31:42.635032 552611 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0419 20:31:42.638541 552611 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr 19 20:31 /usr/share/ca-certificates/minikubeCA.pem
I0419 20:31:42.638632 552611 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0419 20:31:42.645411 552611 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"
I0419 20:31:42.654871 552611 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0419 20:31:42.658089 552611 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
I0419 20:31:42.658155 552611 kubeadm.go:391] StartCluster: {Name:addons-109701 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713236840-18649@sha256:c67dbc47b437ffe7d18f65acebd2213336466a75b1de10cec62939ffc450543e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-109701 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.0 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}
I0419 20:31:42.658243 552611 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0419 20:31:42.658304 552611 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0419 20:31:42.698456 552611 cri.go:89] found id: ""
I0419 20:31:42.698575 552611 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0419 20:31:42.707349 552611 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0419 20:31:42.716135 552611 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0419 20:31:42.716199 552611 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
I0419 20:31:42.724952 552611 kubeadm.go:154] 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
I0419 20:31:42.724972 552611 kubeadm.go:156] found existing configuration files:
I0419 20:31:42.725029 552611 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0419 20:31:42.733634 552611 kubeadm.go:162] "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
I0419 20:31:42.733724 552611 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0419 20:31:42.741928 552611 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0419 20:31:42.750491 552611 kubeadm.go:162] "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
I0419 20:31:42.750581 552611 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0419 20:31:42.758913 552611 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0419 20:31:42.767810 552611 kubeadm.go:162] "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
I0419 20:31:42.767879 552611 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0419 20:31:42.776209 552611 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0419 20:31:42.784773 552611 kubeadm.go:162] "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
I0419 20:31:42.784881 552611 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0419 20:31:42.793473 552611 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.0:$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"
I0419 20:31:42.836570 552611 kubeadm.go:309] [init] Using Kubernetes version: v1.30.0
I0419 20:31:42.836759 552611 kubeadm.go:309] [preflight] Running pre-flight checks
I0419 20:31:42.877169 552611 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0419 20:31:42.877244 552611 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1058-aws[0m
I0419 20:31:42.877284 552611 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0419 20:31:42.877333 552611 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0419 20:31:42.877383 552611 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0419 20:31:42.877433 552611 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0419 20:31:42.877484 552611 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0419 20:31:42.877530 552611 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0419 20:31:42.877586 552611 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0419 20:31:42.877634 552611 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0419 20:31:42.877684 552611 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0419 20:31:42.877733 552611 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0419 20:31:42.941356 552611 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0419 20:31:42.941467 552611 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0419 20:31:42.941574 552611 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0419 20:31:43.169614 552611 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0419 20:31:43.174112 552611 out.go:204] - Generating certificates and keys ...
I0419 20:31:43.174297 552611 kubeadm.go:309] [certs] Using existing ca certificate authority
I0419 20:31:43.174417 552611 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0419 20:31:43.702303 552611 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0419 20:31:44.378183 552611 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0419 20:31:46.079755 552611 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0419 20:31:46.330407 552611 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0419 20:31:46.627528 552611 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0419 20:31:46.627982 552611 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-109701 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0419 20:31:46.868569 552611 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0419 20:31:46.868727 552611 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-109701 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0419 20:31:47.162441 552611 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0419 20:31:47.984583 552611 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0419 20:31:48.268324 552611 kubeadm.go:309] [certs] Generating "sa" key and public key
I0419 20:31:48.268592 552611 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0419 20:31:48.602687 552611 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0419 20:31:49.126843 552611 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0419 20:31:49.350708 552611 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0419 20:31:49.678834 552611 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0419 20:31:49.951986 552611 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0419 20:31:49.952595 552611 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0419 20:31:49.958401 552611 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0419 20:31:49.960888 552611 out.go:204] - Booting up control plane ...
I0419 20:31:49.960989 552611 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0419 20:31:49.961066 552611 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0419 20:31:49.961623 552611 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0419 20:31:49.976591 552611 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0419 20:31:49.977600 552611 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0419 20:31:49.977842 552611 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0419 20:31:50.077898 552611 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0419 20:31:50.077996 552611 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0419 20:31:52.080898 552611 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 2.001695112s
I0419 20:31:52.080989 552611 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0419 20:31:58.080698 552611 kubeadm.go:309] [api-check] The API server is healthy after 6.001258654s
I0419 20:31:58.100551 552611 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0419 20:31:58.119530 552611 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0419 20:31:58.142759 552611 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0419 20:31:58.142948 552611 kubeadm.go:309] [mark-control-plane] Marking the node addons-109701 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0419 20:31:58.152683 552611 kubeadm.go:309] [bootstrap-token] Using token: pboq6w.9snnzzulq7rpb3ue
I0419 20:31:58.156444 552611 out.go:204] - Configuring RBAC rules ...
I0419 20:31:58.156652 552611 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0419 20:31:58.159507 552611 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0419 20:31:58.166887 552611 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0419 20:31:58.170573 552611 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0419 20:31:58.176018 552611 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0419 20:31:58.180047 552611 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0419 20:31:58.489434 552611 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0419 20:31:58.919511 552611 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0419 20:31:59.487735 552611 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0419 20:31:59.488765 552611 kubeadm.go:309]
I0419 20:31:59.488836 552611 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0419 20:31:59.488842 552611 kubeadm.go:309]
I0419 20:31:59.488917 552611 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0419 20:31:59.488922 552611 kubeadm.go:309]
I0419 20:31:59.488946 552611 kubeadm.go:309] mkdir -p $HOME/.kube
I0419 20:31:59.489003 552611 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0419 20:31:59.489052 552611 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0419 20:31:59.489057 552611 kubeadm.go:309]
I0419 20:31:59.489109 552611 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0419 20:31:59.489123 552611 kubeadm.go:309]
I0419 20:31:59.489168 552611 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0419 20:31:59.489178 552611 kubeadm.go:309]
I0419 20:31:59.489229 552611 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0419 20:31:59.489301 552611 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0419 20:31:59.489367 552611 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0419 20:31:59.489371 552611 kubeadm.go:309]
I0419 20:31:59.489452 552611 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0419 20:31:59.489526 552611 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0419 20:31:59.489531 552611 kubeadm.go:309]
I0419 20:31:59.489611 552611 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token pboq6w.9snnzzulq7rpb3ue \
I0419 20:31:59.489718 552611 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:15df374632a9901bb1691e6a08363f1d2b18d60ef08ad6f1163097ebeecae000 \
I0419 20:31:59.489740 552611 kubeadm.go:309] --control-plane
I0419 20:31:59.489744 552611 kubeadm.go:309]
I0419 20:31:59.489826 552611 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0419 20:31:59.489831 552611 kubeadm.go:309]
I0419 20:31:59.489909 552611 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token pboq6w.9snnzzulq7rpb3ue \
I0419 20:31:59.490007 552611 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:15df374632a9901bb1691e6a08363f1d2b18d60ef08ad6f1163097ebeecae000
I0419 20:31:59.492547 552611 kubeadm.go:309] [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-1058-aws\n", err: exit status 1
I0419 20:31:59.492660 552611 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0419 20:31:59.492680 552611 cni.go:84] Creating CNI manager for ""
I0419 20:31:59.492689 552611 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0419 20:31:59.494749 552611 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0419 20:31:59.496852 552611 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0419 20:31:59.502150 552611 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.0/kubectl ...
I0419 20:31:59.502170 552611 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0419 20:31:59.522687 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0419 20:31:59.788565 552611 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0419 20:31:59.788711 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:31:59.788811 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-109701 minikube.k8s.io/updated_at=2024_04_19T20_31_59_0700 minikube.k8s.io/version=v1.33.0-beta.0 minikube.k8s.io/commit=08394f7216638b47bd5fa7f34baee3de2320d73b minikube.k8s.io/name=addons-109701 minikube.k8s.io/primary=true
I0419 20:31:59.934512 552611 ops.go:34] apiserver oom_adj: -16
I0419 20:31:59.934628 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:00.439805 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:00.935607 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:01.434893 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:01.934733 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:02.435428 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:02.934719 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:03.435743 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:03.934739 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:04.435747 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:04.934784 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:05.435284 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:05.935443 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:06.434742 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:06.934729 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:07.434896 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:07.935330 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:08.434873 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:08.934889 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:09.435040 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:09.934995 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:10.435600 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:10.934787 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:11.434853 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:11.934724 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:12.435216 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:12.935472 552611 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0419 20:32:13.031425 552611 kubeadm.go:1107] duration metric: took 13.24275974s to wait for elevateKubeSystemPrivileges
W0419 20:32:13.031456 552611 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0419 20:32:13.031463 552611 kubeadm.go:393] duration metric: took 30.373313144s to StartCluster
I0419 20:32:13.031479 552611 settings.go:142] acquiring lock: {Name:mk403beef3d183f56a97714354ff05cc290a21b0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:32:13.032146 552611 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18669-546549/kubeconfig
I0419 20:32:13.032528 552611 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18669-546549/kubeconfig: {Name:mk0689390a7f40cc4be86307dc3c27ef87794462 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0419 20:32:13.033111 552611 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.0 ContainerRuntime:crio ControlPlane:true Worker:true}
I0419 20:32:13.035044 552611 out.go:177] * Verifying Kubernetes components...
I0419 20:32:13.033202 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0419 20:32:13.033364 552611 config.go:182] Loaded profile config "addons-109701": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.0
I0419 20:32:13.033372 552611 addons.go:502] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true yakd:true]
I0419 20:32:13.037244 552611 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0419 20:32:13.037233 552611 addons.go:69] Setting yakd=true in profile "addons-109701"
I0419 20:32:13.037341 552611 addons.go:69] Setting cloud-spanner=true in profile "addons-109701"
I0419 20:32:13.037354 552611 addons.go:234] Setting addon yakd=true in "addons-109701"
I0419 20:32:13.037358 552611 addons.go:234] Setting addon cloud-spanner=true in "addons-109701"
I0419 20:32:13.037383 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.037389 552611 addons.go:69] Setting inspektor-gadget=true in profile "addons-109701"
I0419 20:32:13.037414 552611 addons.go:234] Setting addon inspektor-gadget=true in "addons-109701"
I0419 20:32:13.037429 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.037822 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.037907 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.038422 552611 addons.go:69] Setting metrics-server=true in profile "addons-109701"
I0419 20:32:13.038466 552611 addons.go:234] Setting addon metrics-server=true in "addons-109701"
I0419 20:32:13.038504 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.038939 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.039068 552611 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-109701"
I0419 20:32:13.039142 552611 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-109701"
I0419 20:32:13.039171 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.039549 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.048659 552611 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-109701"
I0419 20:32:13.052375 552611 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-109701"
I0419 20:32:13.052130 552611 addons.go:69] Setting default-storageclass=true in profile "addons-109701"
I0419 20:32:13.052142 552611 addons.go:69] Setting gcp-auth=true in profile "addons-109701"
I0419 20:32:13.052153 552611 addons.go:69] Setting ingress=true in profile "addons-109701"
I0419 20:32:13.052157 552611 addons.go:69] Setting ingress-dns=true in profile "addons-109701"
I0419 20:32:13.056928 552611 addons.go:69] Setting registry=true in profile "addons-109701"
I0419 20:32:13.057163 552611 addons.go:234] Setting addon registry=true in "addons-109701"
I0419 20:32:13.057235 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.057754 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.062535 552611 addons.go:69] Setting volumesnapshots=true in profile "addons-109701"
I0419 20:32:13.037384 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.056952 552611 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-109701"
I0419 20:32:13.062799 552611 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-109701"
I0419 20:32:13.063054 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.063196 552611 addons.go:234] Setting addon ingress=true in "addons-109701"
I0419 20:32:13.063220 552611 mustload.go:65] Loading cluster: addons-109701
I0419 20:32:13.063244 552611 addons.go:234] Setting addon ingress-dns=true in "addons-109701"
I0419 20:32:13.056945 552611 addons.go:69] Setting storage-provisioner=true in profile "addons-109701"
I0419 20:32:13.069718 552611 addons.go:234] Setting addon volumesnapshots=true in "addons-109701"
I0419 20:32:13.071170 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.072453 552611 addons.go:234] Setting addon storage-provisioner=true in "addons-109701"
I0419 20:32:13.072519 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.072971 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.071196 552611 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-109701"
I0419 20:32:13.085039 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.071421 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.071800 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.071832 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.071970 552611 config.go:182] Loaded profile config "addons-109701": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.0
I0419 20:32:13.090440 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.091279 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.093825 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.094350 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.150982 552611 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0419 20:32:13.158895 552611 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0419 20:32:13.147100 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.147461 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.183412 552611 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0419 20:32:13.190847 552611 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0419 20:32:13.161595 552611 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
I0419 20:32:13.161601 552611 out.go:177] - Using image docker.io/registry:2.8.3
I0419 20:32:13.161604 552611 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.27.0
I0419 20:32:13.204812 552611 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0419 20:32:13.206724 552611 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0419 20:32:13.208241 552611 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0419 20:32:13.206949 552611 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0419 20:32:13.206975 552611 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0419 20:32:13.206980 552611 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0419 20:32:13.207025 552611 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0419 20:32:13.208352 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0419 20:32:13.208364 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0419 20:32:13.208370 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0419 20:32:13.211268 552611 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0419 20:32:13.211631 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.211375 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0419 20:32:13.211821 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.211460 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.211488 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.241591 552611 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0419 20:32:13.241610 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0419 20:32:13.241671 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.253689 552611 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0419 20:32:13.268538 552611 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0419 20:32:13.270775 552611 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0419 20:32:13.270848 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0419 20:32:13.271007 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.279397 552611 addons.go:234] Setting addon default-storageclass=true in "addons-109701"
I0419 20:32:13.279491 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.285511 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.307922 552611 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-109701"
I0419 20:32:13.307962 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.308353 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:13.315693 552611 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0419 20:32:13.312882 552611 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0419 20:32:13.332776 552611 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0419 20:32:13.332802 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0419 20:32:13.332867 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.327953 552611 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0419 20:32:13.333602 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0419 20:32:13.333665 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.327964 552611 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0419 20:32:13.358305 552611 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0419 20:32:13.361821 552611 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0419 20:32:13.361845 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0419 20:32:13.361913 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.365024 552611 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0419 20:32:13.370569 552611 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0419 20:32:13.370600 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0419 20:32:13.370688 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.380018 552611 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0419 20:32:13.382645 552611 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0419 20:32:13.379992 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.380394 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:13.399694 552611 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0419 20:32:13.402442 552611 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0419 20:32:13.402464 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0419 20:32:13.402524 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.410914 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.393173 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.425690 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.436129 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.441882 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.496389 552611 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0419 20:32:13.502741 552611 out.go:177] - Using image docker.io/busybox:stable
I0419 20:32:13.504462 552611 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0419 20:32:13.504480 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0419 20:32:13.504546 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.507909 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.514930 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.515370 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.515859 552611 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0419 20:32:13.515873 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0419 20:32:13.515924 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:13.522578 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.530765 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.545732 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
W0419 20:32:13.546738 552611 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0419 20:32:13.546761 552611 retry.go:31] will retry after 222.614461ms: ssh: handshake failed: EOF
I0419 20:32:13.569335 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:13.800826 552611 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0419 20:32:13.801016 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0419 20:32:13.803653 552611 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0419 20:32:13.803717 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0419 20:32:13.819448 552611 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0419 20:32:13.819513 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0419 20:32:13.822434 552611 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0419 20:32:13.822510 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0419 20:32:13.835961 552611 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0419 20:32:13.836031 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0419 20:32:13.904527 552611 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0419 20:32:13.904551 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0419 20:32:13.935032 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0419 20:32:13.935602 552611 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0419 20:32:13.935621 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0419 20:32:13.955997 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0419 20:32:13.959188 552611 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0419 20:32:13.959214 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0419 20:32:13.971894 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0419 20:32:13.977361 552611 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0419 20:32:13.977386 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0419 20:32:13.978833 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0419 20:32:13.987165 552611 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0419 20:32:13.987188 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0419 20:32:13.993058 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0419 20:32:14.003710 552611 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0419 20:32:14.003738 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0419 20:32:14.037210 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0419 20:32:14.095428 552611 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0419 20:32:14.095455 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0419 20:32:14.099569 552611 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0419 20:32:14.099592 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0419 20:32:14.130224 552611 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0419 20:32:14.130249 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0419 20:32:14.178578 552611 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0419 20:32:14.178604 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0419 20:32:14.191586 552611 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0419 20:32:14.191611 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0419 20:32:14.221072 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0419 20:32:14.239419 552611 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0419 20:32:14.239444 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0419 20:32:14.246745 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0419 20:32:14.281249 552611 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0419 20:32:14.281274 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0419 20:32:14.325960 552611 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0419 20:32:14.326026 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0419 20:32:14.389376 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0419 20:32:14.395602 552611 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0419 20:32:14.395672 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0419 20:32:14.402470 552611 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0419 20:32:14.402544 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0419 20:32:14.451602 552611 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0419 20:32:14.451682 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0419 20:32:14.568702 552611 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0419 20:32:14.568767 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0419 20:32:14.582982 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0419 20:32:14.628659 552611 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0419 20:32:14.628734 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0419 20:32:14.685080 552611 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0419 20:32:14.685159 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0419 20:32:14.757752 552611 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0419 20:32:14.757828 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0419 20:32:14.836097 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0419 20:32:14.843649 552611 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0419 20:32:14.843714 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0419 20:32:14.854905 552611 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0419 20:32:14.854977 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0419 20:32:14.930906 552611 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0419 20:32:14.930977 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0419 20:32:14.975529 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0419 20:32:15.020438 552611 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0419 20:32:15.020525 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0419 20:32:15.047971 552611 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0419 20:32:15.048048 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0419 20:32:15.087241 552611 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0419 20:32:15.087320 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0419 20:32:15.136945 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0419 20:32:16.768717 552611 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.967659486s)
I0419 20:32:16.768836 552611 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0419 20:32:16.768789 552611 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.967899968s)
I0419 20:32:16.769708 552611 node_ready.go:35] waiting up to 6m0s for node "addons-109701" to be "Ready" ...
I0419 20:32:17.398220 552611 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-109701" context rescaled to 1 replicas
I0419 20:32:17.579659 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.644589256s)
I0419 20:32:17.579768 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.623745131s)
I0419 20:32:18.785865 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:18.888633 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.916707673s)
I0419 20:32:18.888717 552611 addons.go:470] Verifying addon ingress=true in "addons-109701"
I0419 20:32:18.891264 552611 out.go:177] * Verifying ingress addon...
I0419 20:32:18.888890 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.910037838s)
I0419 20:32:18.888932 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.895850946s)
I0419 20:32:18.888953 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.851723466s)
I0419 20:32:18.888984 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.66788682s)
I0419 20:32:18.889092 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.642326572s)
I0419 20:32:18.889146 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.499704808s)
I0419 20:32:18.889175 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.306130891s)
I0419 20:32:18.894724 552611 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0419 20:32:18.891673 552611 addons.go:470] Verifying addon registry=true in "addons-109701"
I0419 20:32:18.891843 552611 addons.go:470] Verifying addon metrics-server=true in "addons-109701"
I0419 20:32:18.898597 552611 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-109701 service yakd-dashboard -n yakd-dashboard
I0419 20:32:18.901006 552611 out.go:177] * Verifying registry addon...
I0419 20:32:18.903936 552611 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0419 20:32:18.956021 552611 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0419 20:32:18.956104 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0419 20:32:18.961702 552611 out.go:239] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-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]
I0419 20:32:18.968267 552611 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0419 20:32:18.968330 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:19.096874 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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: (4.260684855s)
W0419 20:32:19.096960 552611 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0419 20:32:19.096997 552611 retry.go:31] will retry after 263.429646ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0419 20:32:19.097095 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.121482443s)
I0419 20:32:19.358540 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.221498433s)
I0419 20:32:19.358654 552611 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-109701"
I0419 20:32:19.364176 552611 out.go:177] * Verifying csi-hostpath-driver addon...
I0419 20:32:19.360928 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0419 20:32:19.367190 552611 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0419 20:32:19.384043 552611 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0419 20:32:19.384108 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:19.402893 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:19.412224 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:19.872892 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:19.900066 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:19.908556 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:20.372551 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:20.399461 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:20.410140 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:20.873006 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:20.899037 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:20.907932 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:21.011000 552611 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0419 20:32:21.011158 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:21.040190 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:21.226236 552611 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0419 20:32:21.268697 552611 addons.go:234] Setting addon gcp-auth=true in "addons-109701"
I0419 20:32:21.268751 552611 host.go:66] Checking if "addons-109701" exists ...
I0419 20:32:21.269196 552611 cli_runner.go:164] Run: docker container inspect addons-109701 --format={{.State.Status}}
I0419 20:32:21.273911 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:21.290502 552611 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0419 20:32:21.290563 552611 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109701
I0419 20:32:21.318739 552611 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/18669-546549/.minikube/machines/addons-109701/id_rsa Username:docker}
I0419 20:32:21.371544 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:21.399269 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:21.408130 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:21.874359 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:21.901480 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:21.913100 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:22.372605 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:22.399952 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:22.408665 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:22.432199 552611 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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: (3.067925674s)
I0419 20:32:22.432304 552611 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.141776933s)
I0419 20:32:22.434847 552611 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0419 20:32:22.436802 552611 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0419 20:32:22.438861 552611 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0419 20:32:22.438917 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0419 20:32:22.472087 552611 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0419 20:32:22.472162 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0419 20:32:22.493563 552611 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0419 20:32:22.493589 552611 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0419 20:32:22.512755 552611 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0419 20:32:22.872570 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:22.899850 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:22.908824 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:23.289950 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:23.291643 552611 addons.go:470] Verifying addon gcp-auth=true in "addons-109701"
I0419 20:32:23.294213 552611 out.go:177] * Verifying gcp-auth addon...
I0419 20:32:23.297793 552611 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0419 20:32:23.318118 552611 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0419 20:32:23.318187 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:23.371589 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:23.399847 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:23.410652 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:23.802337 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:23.872499 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:23.899313 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:23.908388 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:24.302098 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:24.375676 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:24.399795 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:24.408668 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:24.801597 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:24.873536 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:24.899452 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:24.908334 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:25.301567 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:25.372178 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:25.399435 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:25.408113 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:25.773511 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:25.801806 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:25.872292 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:25.899189 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:25.907882 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:26.302329 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:26.371659 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:26.400995 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:26.407703 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:26.801730 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:26.872621 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:26.899564 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:26.909169 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:27.306447 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:27.371854 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:27.399277 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:27.407981 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:27.801101 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:27.871801 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:27.899877 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:27.907701 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:28.273125 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:28.302061 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:28.372321 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:28.399254 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:28.407979 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:28.801908 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:28.874272 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:28.899721 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:28.908763 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:29.301770 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:29.371906 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:29.399826 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:29.408413 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:29.801249 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:29.873106 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:29.899391 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:29.908167 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:30.273336 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:30.302467 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:30.371498 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:30.399718 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:30.408635 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:30.801100 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:30.872304 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:30.899633 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:30.908210 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:31.301565 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:31.371269 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:31.399641 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:31.408302 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:31.801715 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:31.871143 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:31.898956 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:31.907671 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:32.273745 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:32.301674 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:32.371392 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:32.399811 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:32.408604 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:32.801914 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:32.872125 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:32.898938 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:32.907466 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:33.301578 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:33.371638 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:33.399635 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:33.408311 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:33.801952 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:33.872051 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:33.899485 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:33.908319 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:34.301630 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:34.372342 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:34.399825 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:34.407713 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:34.773383 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:34.801329 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:34.872242 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:34.899104 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:34.908361 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:35.302086 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:35.371813 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:35.399050 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:35.408135 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:35.801936 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:35.872348 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:35.900124 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:35.907866 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:36.302191 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:36.371824 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:36.399356 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:36.408229 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:36.801601 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:36.872046 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:36.898840 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:36.908588 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:37.273686 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:37.302066 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:37.371647 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:37.399117 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:37.408011 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:37.801469 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:37.876425 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:37.899383 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:37.908183 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:38.301222 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:38.371091 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:38.399032 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:38.408260 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:38.801675 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:38.872181 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:38.899380 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:38.907975 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:39.301390 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:39.372240 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:39.399148 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:39.408288 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:39.773811 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:39.801758 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:39.871335 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:39.899659 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:39.908287 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:40.302105 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:40.372206 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:40.399071 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:40.407928 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:40.800981 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:40.871038 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:40.898895 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:40.907665 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:41.301273 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:41.371314 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:41.399649 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:41.408766 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:41.802504 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:41.872232 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:41.899291 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:41.908118 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:42.273612 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:42.301651 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:42.371477 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:42.400004 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:42.408531 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:42.801716 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:42.872148 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:42.899043 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:42.907928 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:43.304548 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:43.371958 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:43.399475 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:43.408207 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:43.801730 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:43.871123 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:43.899434 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:43.908208 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:44.301600 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:44.371406 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:44.399397 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:44.408205 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:44.773323 552611 node_ready.go:53] node "addons-109701" has status "Ready":"False"
I0419 20:32:44.802160 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:44.871747 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:44.898925 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:44.908696 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:45.304472 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:45.371835 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:45.399856 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:45.408962 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:45.774942 552611 node_ready.go:49] node "addons-109701" has status "Ready":"True"
I0419 20:32:45.774967 552611 node_ready.go:38] duration metric: took 29.005241014s for node "addons-109701" to be "Ready" ...
I0419 20:32:45.774977 552611 pod_ready.go:35] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0419 20:32:45.797180 552611 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-gmfjq" in "kube-system" namespace to be "Ready" ...
I0419 20:32:45.803468 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:45.937632 552611 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0419 20:32:45.937652 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:45.952439 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:45.952504 552611 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0419 20:32:45.952525 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:46.307923 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:46.422132 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:46.483248 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:46.484579 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:46.802700 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:46.872995 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:46.899071 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:46.908384 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:47.311619 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:47.325652 552611 pod_ready.go:92] pod "coredns-7db6d8ff4d-gmfjq" in "kube-system" namespace has status "Ready":"True"
I0419 20:32:47.325679 552611 pod_ready.go:81] duration metric: took 1.528463668s for pod "coredns-7db6d8ff4d-gmfjq" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.325704 552611 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-109701" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.334643 552611 pod_ready.go:92] pod "etcd-addons-109701" in "kube-system" namespace has status "Ready":"True"
I0419 20:32:47.334669 552611 pod_ready.go:81] duration metric: took 8.952176ms for pod "etcd-addons-109701" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.334684 552611 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-109701" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.353705 552611 pod_ready.go:92] pod "kube-apiserver-addons-109701" in "kube-system" namespace has status "Ready":"True"
I0419 20:32:47.353768 552611 pod_ready.go:81] duration metric: took 19.038154ms for pod "kube-apiserver-addons-109701" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.353913 552611 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-109701" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.379559 552611 pod_ready.go:92] pod "kube-controller-manager-addons-109701" in "kube-system" namespace has status "Ready":"True"
I0419 20:32:47.379586 552611 pod_ready.go:81] duration metric: took 25.658233ms for pod "kube-controller-manager-addons-109701" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.379601 552611 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-779vj" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.392833 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:47.394285 552611 pod_ready.go:92] pod "kube-proxy-779vj" in "kube-system" namespace has status "Ready":"True"
I0419 20:32:47.394306 552611 pod_ready.go:81] duration metric: took 14.696592ms for pod "kube-proxy-779vj" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.394318 552611 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-109701" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.404164 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:47.410000 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:47.777032 552611 pod_ready.go:92] pod "kube-scheduler-addons-109701" in "kube-system" namespace has status "Ready":"True"
I0419 20:32:47.777097 552611 pod_ready.go:81] duration metric: took 382.770498ms for pod "kube-scheduler-addons-109701" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.777124 552611 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace to be "Ready" ...
I0419 20:32:47.801776 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:47.873899 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:47.900724 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:47.910130 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:48.301914 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:48.376675 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:48.400219 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:48.409124 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:48.802874 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:48.873858 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:48.900026 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:48.912070 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:49.304026 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:49.376652 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:49.400167 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:49.408945 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:49.784351 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:32:49.802311 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:49.874013 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:49.899849 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:49.913765 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:50.301337 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:50.373397 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:50.399784 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:50.409409 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:50.802096 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:50.873622 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:50.900676 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:50.922873 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:51.301720 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:51.373604 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:51.400349 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:51.412050 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:51.786241 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:32:51.802313 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:51.873727 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:51.899467 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:51.908817 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:52.301340 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:52.373319 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:52.399866 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:52.409358 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:52.801971 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:52.872927 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:52.899597 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:52.908971 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:53.303891 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:53.375315 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:53.400290 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:53.409369 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:53.802322 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:53.873779 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:53.900741 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:53.909225 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:54.285023 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:32:54.302641 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:54.380016 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:54.400614 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:54.410653 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:54.803328 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:54.873349 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:54.900422 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:54.909244 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:55.302588 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:55.373669 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:55.399987 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:55.410211 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:55.802068 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:55.877368 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:55.915106 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:55.928963 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:56.289496 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:32:56.301880 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:56.373328 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:56.401195 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:56.415770 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:56.801738 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:56.873358 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:56.899648 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:56.908953 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:57.303612 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:57.374404 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:57.400097 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:57.409465 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:57.803940 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:57.878854 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:57.905677 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:57.910702 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:58.301904 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:58.373720 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:58.400652 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:58.408955 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:58.790096 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:32:58.801940 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:58.875960 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:58.900409 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:58.909286 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:59.302870 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:59.372698 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:59.399506 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:59.408902 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:32:59.802641 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:32:59.877582 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:32:59.900454 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:32:59.909281 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:00.338602 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:00.374348 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:00.399923 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:00.409476 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:00.802995 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:00.875793 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:00.900663 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:00.912404 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:01.287978 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:01.308618 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:01.391730 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:01.399359 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:01.422519 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:01.801955 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:01.872800 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:01.900010 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:01.908668 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:02.303342 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:02.373371 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:02.399492 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:02.409679 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:02.801871 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:02.873475 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:02.900756 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:02.911161 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:03.302410 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:03.373093 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:03.400532 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:03.409848 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:03.782816 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:03.801284 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:03.873862 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:03.907121 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:03.914560 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:04.301790 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:04.373683 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:04.399840 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:04.409079 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:04.801630 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:04.872683 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:04.899504 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:04.908695 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:05.301658 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:05.373735 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:05.400859 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:05.410597 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:05.783665 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:05.802226 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:05.873364 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:05.899743 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:05.913312 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:06.302438 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:06.376711 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:06.401815 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:06.409213 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:06.802148 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:06.873780 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:06.900358 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:06.908604 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:07.302535 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:07.375796 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:07.410080 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:07.414462 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:07.787392 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:07.803702 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:07.873102 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:07.902804 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:07.909750 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:08.301447 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:08.374785 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:08.399743 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:08.408860 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:08.801792 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:08.877583 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:08.900156 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:08.908519 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:09.303106 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:09.379617 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:09.400387 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:09.415824 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:09.801722 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:09.873327 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:09.900208 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:09.908820 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:10.297836 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:10.302480 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:10.384212 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:10.408239 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:10.417360 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:10.801188 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:10.873283 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:10.899708 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:10.909044 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:11.303272 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:11.373964 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:11.400033 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:11.410137 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:11.801558 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:11.874102 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:11.900900 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:11.909813 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:12.302403 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:12.372870 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:12.399619 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:12.409280 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:12.785234 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:12.802848 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:12.873300 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:12.899333 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:12.909783 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:13.301972 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:13.373433 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:13.399260 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:13.408399 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:13.802334 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:13.884321 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:13.901525 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:13.913532 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:14.318042 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:14.385664 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:14.403588 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:14.462542 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:14.802917 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:14.877012 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:14.904366 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:14.912504 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:15.288067 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:15.302196 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:15.374198 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:15.400937 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:15.410077 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:15.802305 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:15.873793 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:15.900683 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:15.909445 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:16.302717 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:16.373634 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:16.400779 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:16.409722 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:16.807457 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:16.873970 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:16.900493 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:16.910031 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:17.303195 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:17.372593 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:17.401113 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:17.409512 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:17.782878 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:17.801822 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:17.873239 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:17.900464 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:17.909195 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:18.306687 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:18.373533 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:18.399953 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:18.409603 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:18.801524 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:18.889156 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:18.901347 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:18.908954 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:19.302335 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:19.375660 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:19.402062 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:19.416845 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:19.786464 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:19.801903 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:19.873421 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:19.900314 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:19.909105 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:20.303545 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:20.376978 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:20.400318 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:20.411999 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:20.802490 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:20.874128 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:20.900637 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:20.908973 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:21.304759 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:21.376827 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:21.401533 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:21.409245 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:21.801628 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:21.873377 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:21.900550 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:21.910438 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:22.291470 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:22.302086 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:22.404228 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:22.413925 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:22.421297 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:22.808096 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:22.888761 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:22.904429 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:22.917383 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:23.303101 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:23.378090 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:23.400096 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:23.415153 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:23.803064 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:23.873974 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:23.899615 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:23.909422 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:24.302253 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:24.374276 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:24.400890 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:24.409277 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:24.786837 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:24.805288 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:24.876311 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:24.900596 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:24.927218 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:25.301999 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:25.379019 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:25.400171 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:25.408886 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:25.802900 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:25.873654 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:25.906938 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:25.915538 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:26.301901 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:26.373999 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:26.399657 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:26.413916 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:26.801502 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:26.873197 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:26.911190 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:26.918399 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:27.284241 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:27.302014 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:27.373542 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:27.400926 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:27.410073 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0419 20:33:27.802167 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:27.876316 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:27.899492 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:27.908394 552611 kapi.go:107] duration metric: took 1m9.004458728s to wait for kubernetes.io/minikube-addons=registry ...
I0419 20:33:28.302594 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:28.373976 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:28.401706 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:28.801307 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:28.873180 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:28.900953 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:29.301910 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:29.372878 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:29.399834 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:29.785924 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:29.802955 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:29.874510 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:29.900457 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:30.304648 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:30.373271 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:30.399898 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:30.802702 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:30.873649 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:30.900324 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:31.301960 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:31.373164 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:31.399198 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:31.802476 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:31.873254 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:31.900825 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:32.284550 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:32.302206 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:32.375822 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:32.403124 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:32.805391 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:32.878071 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:32.900485 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:33.301061 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0419 20:33:33.373487 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:33.399261 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:33.801600 552611 kapi.go:107] duration metric: took 1m10.503805203s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0419 20:33:33.804871 552611 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-109701 cluster.
I0419 20:33:33.806968 552611 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.
I0419 20:33:33.809777 552611 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0419 20:33:33.873687 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:33.901790 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:34.387993 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:34.402213 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:34.782945 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:34.872844 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:34.900025 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:35.372862 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:35.400272 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:35.873595 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:35.900826 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:36.376615 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:36.399688 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:36.786297 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:36.872821 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:36.899874 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:37.373125 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:37.402265 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:37.873645 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:37.901136 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:38.373475 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:38.399447 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:38.877504 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:38.900457 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:39.286190 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:39.373819 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:39.400239 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:39.874080 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:39.901585 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:40.373530 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:40.399743 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:40.873095 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:40.899871 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:41.287975 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:41.374118 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:41.400443 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:41.876896 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:41.899847 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:42.372924 552611 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0419 20:33:42.399792 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:42.878894 552611 kapi.go:107] duration metric: took 1m23.511699763s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0419 20:33:42.900617 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:43.400956 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:43.783414 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:43.899705 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:44.399227 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:44.899643 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:45.399988 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:45.900323 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:46.283574 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:46.399926 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:46.899757 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:47.399270 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:47.899421 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:48.399500 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:48.784097 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:48.900326 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:49.399128 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:49.900170 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:50.401322 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:50.784247 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:50.900402 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:51.400154 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:51.900532 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:52.400613 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:52.785226 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:52.900474 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:53.400419 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:53.900237 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:54.401210 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:54.785288 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:54.900685 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:55.400684 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:55.900498 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:56.400457 552611 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0419 20:33:56.899604 552611 kapi.go:107] duration metric: took 1m38.004877914s to wait for app.kubernetes.io/name=ingress-nginx ...
I0419 20:33:56.901951 552611 out.go:177] * Enabled addons: ingress-dns, cloud-spanner, nvidia-device-plugin, storage-provisioner, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I0419 20:33:56.903842 552611 addons.go:505] duration metric: took 1m43.870460846s for enable addons: enabled=[ingress-dns cloud-spanner nvidia-device-plugin storage-provisioner metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I0419 20:33:57.283668 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:33:59.783204 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:01.784073 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:03.784253 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:05.784624 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:08.283841 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:10.284254 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:12.783778 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:14.784465 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:17.284347 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:19.783716 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:22.284106 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:24.284520 552611 pod_ready.go:102] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"False"
I0419 20:34:25.283802 552611 pod_ready.go:92] pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace has status "Ready":"True"
I0419 20:34:25.283831 552611 pod_ready.go:81] duration metric: took 1m37.506686391s for pod "metrics-server-c59844bb4-jltdc" in "kube-system" namespace to be "Ready" ...
I0419 20:34:25.283844 552611 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-cwxqq" in "kube-system" namespace to be "Ready" ...
I0419 20:34:25.289894 552611 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-cwxqq" in "kube-system" namespace has status "Ready":"True"
I0419 20:34:25.289920 552611 pod_ready.go:81] duration metric: took 6.06686ms for pod "nvidia-device-plugin-daemonset-cwxqq" in "kube-system" namespace to be "Ready" ...
I0419 20:34:25.289943 552611 pod_ready.go:38] duration metric: took 1m39.514952974s 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" ...
I0419 20:34:25.289958 552611 api_server.go:52] waiting for apiserver process to appear ...
I0419 20:34:25.289991 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0419 20:34:25.290065 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0419 20:34:25.349829 552611 cri.go:89] found id: "d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca"
I0419 20:34:25.349851 552611 cri.go:89] found id: ""
I0419 20:34:25.349859 552611 logs.go:276] 1 containers: [d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca]
I0419 20:34:25.349926 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:25.354378 552611 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0419 20:34:25.354501 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0419 20:34:25.397644 552611 cri.go:89] found id: "55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0"
I0419 20:34:25.397667 552611 cri.go:89] found id: ""
I0419 20:34:25.397676 552611 logs.go:276] 1 containers: [55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0]
I0419 20:34:25.397734 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:25.401276 552611 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0419 20:34:25.401350 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0419 20:34:25.442059 552611 cri.go:89] found id: "5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c"
I0419 20:34:25.442082 552611 cri.go:89] found id: ""
I0419 20:34:25.442091 552611 logs.go:276] 1 containers: [5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c]
I0419 20:34:25.442170 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:25.445809 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0419 20:34:25.445931 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0419 20:34:25.498978 552611 cri.go:89] found id: "848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba"
I0419 20:34:25.499000 552611 cri.go:89] found id: ""
I0419 20:34:25.499009 552611 logs.go:276] 1 containers: [848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba]
I0419 20:34:25.499085 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:25.502940 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0419 20:34:25.503063 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0419 20:34:25.541905 552611 cri.go:89] found id: "51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d"
I0419 20:34:25.541928 552611 cri.go:89] found id: ""
I0419 20:34:25.541940 552611 logs.go:276] 1 containers: [51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d]
I0419 20:34:25.542002 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:25.545705 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0419 20:34:25.545776 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0419 20:34:25.590599 552611 cri.go:89] found id: "ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5"
I0419 20:34:25.590646 552611 cri.go:89] found id: ""
I0419 20:34:25.590654 552611 logs.go:276] 1 containers: [ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5]
I0419 20:34:25.590709 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:25.594375 552611 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0419 20:34:25.594475 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0419 20:34:25.640121 552611 cri.go:89] found id: "f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981"
I0419 20:34:25.640190 552611 cri.go:89] found id: ""
I0419 20:34:25.640205 552611 logs.go:276] 1 containers: [f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981]
I0419 20:34:25.640263 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:25.643795 552611 logs.go:123] Gathering logs for etcd [55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0] ...
I0419 20:34:25.643822 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0"
I0419 20:34:25.704149 552611 logs.go:123] Gathering logs for kube-scheduler [848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba] ...
I0419 20:34:25.704182 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba"
I0419 20:34:25.775698 552611 logs.go:123] Gathering logs for kube-proxy [51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d] ...
I0419 20:34:25.775731 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d"
I0419 20:34:25.816737 552611 logs.go:123] Gathering logs for kindnet [f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981] ...
I0419 20:34:25.816768 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981"
I0419 20:34:25.860750 552611 logs.go:123] Gathering logs for CRI-O ...
I0419 20:34:25.860777 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0419 20:34:25.961614 552611 logs.go:123] Gathering logs for container status ...
I0419 20:34:25.961649 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0419 20:34:26.031811 552611 logs.go:123] Gathering logs for describe nodes ...
I0419 20:34:26.031844 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0419 20:34:26.247758 552611 logs.go:123] Gathering logs for kube-apiserver [d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca] ...
I0419 20:34:26.247788 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca"
I0419 20:34:26.314174 552611 logs.go:123] Gathering logs for coredns [5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c] ...
I0419 20:34:26.314207 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c"
I0419 20:34:26.361056 552611 logs.go:123] Gathering logs for kube-controller-manager [ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5] ...
I0419 20:34:26.361084 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5"
I0419 20:34:26.439720 552611 logs.go:123] Gathering logs for kubelet ...
I0419 20:34:26.439753 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0419 20:34:26.493401 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.691576 1496 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:26.493686 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.691757 1496 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:26.494051 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693409 1496 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:26.494257 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693437 1496 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:26.494475 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693469 1496 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:26.494728 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693481 1496 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
I0419 20:34:26.553794 552611 logs.go:123] Gathering logs for dmesg ...
I0419 20:34:26.553831 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0419 20:34:26.574824 552611 out.go:304] Setting ErrFile to fd 2...
I0419 20:34:26.574847 552611 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0419 20:34:26.574901 552611 out.go:239] X Problems detected in kubelet:
W0419 20:34:26.574916 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.691757 1496 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:26.574935 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693409 1496 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:26.574948 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693437 1496 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:26.574955 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693469 1496 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:26.574965 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693481 1496 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
I0419 20:34:26.574973 552611 out.go:304] Setting ErrFile to fd 2...
I0419 20:34:26.574984 552611 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0419 20:34:36.576389 552611 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0419 20:34:36.591280 552611 api_server.go:72] duration metric: took 2m23.558129969s to wait for apiserver process to appear ...
I0419 20:34:36.591313 552611 api_server.go:88] waiting for apiserver healthz status ...
I0419 20:34:36.591347 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0419 20:34:36.591411 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0419 20:34:36.634360 552611 cri.go:89] found id: "d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca"
I0419 20:34:36.634383 552611 cri.go:89] found id: ""
I0419 20:34:36.634391 552611 logs.go:276] 1 containers: [d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca]
I0419 20:34:36.634455 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:36.638265 552611 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0419 20:34:36.638344 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0419 20:34:36.680894 552611 cri.go:89] found id: "55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0"
I0419 20:34:36.680916 552611 cri.go:89] found id: ""
I0419 20:34:36.680925 552611 logs.go:276] 1 containers: [55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0]
I0419 20:34:36.680987 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:36.684547 552611 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0419 20:34:36.684617 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0419 20:34:36.722199 552611 cri.go:89] found id: "5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c"
I0419 20:34:36.722221 552611 cri.go:89] found id: ""
I0419 20:34:36.722229 552611 logs.go:276] 1 containers: [5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c]
I0419 20:34:36.722289 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:36.725947 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0419 20:34:36.726020 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0419 20:34:36.767837 552611 cri.go:89] found id: "848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba"
I0419 20:34:36.767858 552611 cri.go:89] found id: ""
I0419 20:34:36.767867 552611 logs.go:276] 1 containers: [848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba]
I0419 20:34:36.767934 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:36.772448 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0419 20:34:36.772521 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0419 20:34:36.812534 552611 cri.go:89] found id: "51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d"
I0419 20:34:36.812557 552611 cri.go:89] found id: ""
I0419 20:34:36.812566 552611 logs.go:276] 1 containers: [51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d]
I0419 20:34:36.812621 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:36.816104 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0419 20:34:36.816219 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0419 20:34:36.862321 552611 cri.go:89] found id: "ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5"
I0419 20:34:36.862343 552611 cri.go:89] found id: ""
I0419 20:34:36.862351 552611 logs.go:276] 1 containers: [ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5]
I0419 20:34:36.862411 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:36.866271 552611 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0419 20:34:36.866342 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0419 20:34:36.907982 552611 cri.go:89] found id: "f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981"
I0419 20:34:36.908018 552611 cri.go:89] found id: ""
I0419 20:34:36.908027 552611 logs.go:276] 1 containers: [f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981]
I0419 20:34:36.908085 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:36.911926 552611 logs.go:123] Gathering logs for dmesg ...
I0419 20:34:36.911952 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0419 20:34:36.931530 552611 logs.go:123] Gathering logs for kube-apiserver [d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca] ...
I0419 20:34:36.931560 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca"
I0419 20:34:36.991286 552611 logs.go:123] Gathering logs for coredns [5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c] ...
I0419 20:34:36.991328 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c"
I0419 20:34:37.042737 552611 logs.go:123] Gathering logs for kube-scheduler [848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba] ...
I0419 20:34:37.042907 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba"
I0419 20:34:37.093152 552611 logs.go:123] Gathering logs for kube-controller-manager [ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5] ...
I0419 20:34:37.093187 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5"
I0419 20:34:37.168176 552611 logs.go:123] Gathering logs for kindnet [f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981] ...
I0419 20:34:37.168211 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981"
I0419 20:34:37.206362 552611 logs.go:123] Gathering logs for CRI-O ...
I0419 20:34:37.206389 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0419 20:34:37.305916 552611 logs.go:123] Gathering logs for container status ...
I0419 20:34:37.305958 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0419 20:34:37.360577 552611 logs.go:123] Gathering logs for kubelet ...
I0419 20:34:37.360611 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0419 20:34:37.403839 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.691576 1496 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:37.404064 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.691757 1496 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:37.404390 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693409 1496 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:37.404581 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693437 1496 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:37.404769 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693469 1496 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:37.404978 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693481 1496 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
I0419 20:34:37.456586 552611 logs.go:123] Gathering logs for describe nodes ...
I0419 20:34:37.456614 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0419 20:34:37.593165 552611 logs.go:123] Gathering logs for etcd [55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0] ...
I0419 20:34:37.593200 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0"
I0419 20:34:37.650016 552611 logs.go:123] Gathering logs for kube-proxy [51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d] ...
I0419 20:34:37.650049 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d"
I0419 20:34:37.690746 552611 out.go:304] Setting ErrFile to fd 2...
I0419 20:34:37.690772 552611 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0419 20:34:37.690820 552611 out.go:239] X Problems detected in kubelet:
W0419 20:34:37.690833 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.691757 1496 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:37.690848 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693409 1496 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:37.690859 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693437 1496 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:37.690870 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693469 1496 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:37.690877 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693481 1496 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
I0419 20:34:37.690885 552611 out.go:304] Setting ErrFile to fd 2...
I0419 20:34:37.690893 552611 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0419 20:34:47.692009 552611 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0419 20:34:47.699607 552611 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0419 20:34:47.700524 552611 api_server.go:141] control plane version: v1.30.0
I0419 20:34:47.700548 552611 api_server.go:131] duration metric: took 11.109227948s to wait for apiserver health ...
I0419 20:34:47.700557 552611 system_pods.go:43] waiting for kube-system pods to appear ...
I0419 20:34:47.700576 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0419 20:34:47.700644 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0419 20:34:47.740390 552611 cri.go:89] found id: "d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca"
I0419 20:34:47.740411 552611 cri.go:89] found id: ""
I0419 20:34:47.740419 552611 logs.go:276] 1 containers: [d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca]
I0419 20:34:47.740474 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:47.744073 552611 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0419 20:34:47.744142 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0419 20:34:47.789820 552611 cri.go:89] found id: "55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0"
I0419 20:34:47.789854 552611 cri.go:89] found id: ""
I0419 20:34:47.789864 552611 logs.go:276] 1 containers: [55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0]
I0419 20:34:47.789933 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:47.793538 552611 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0419 20:34:47.793647 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0419 20:34:47.830669 552611 cri.go:89] found id: "5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c"
I0419 20:34:47.830689 552611 cri.go:89] found id: ""
I0419 20:34:47.830697 552611 logs.go:276] 1 containers: [5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c]
I0419 20:34:47.830751 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:47.834436 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0419 20:34:47.834511 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0419 20:34:47.874214 552611 cri.go:89] found id: "848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba"
I0419 20:34:47.874278 552611 cri.go:89] found id: ""
I0419 20:34:47.874299 552611 logs.go:276] 1 containers: [848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba]
I0419 20:34:47.874390 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:47.878093 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0419 20:34:47.878173 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0419 20:34:47.918664 552611 cri.go:89] found id: "51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d"
I0419 20:34:47.918688 552611 cri.go:89] found id: ""
I0419 20:34:47.918697 552611 logs.go:276] 1 containers: [51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d]
I0419 20:34:47.918753 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:47.922297 552611 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0419 20:34:47.922366 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0419 20:34:47.966910 552611 cri.go:89] found id: "ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5"
I0419 20:34:47.966930 552611 cri.go:89] found id: ""
I0419 20:34:47.966938 552611 logs.go:276] 1 containers: [ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5]
I0419 20:34:47.966994 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:47.970558 552611 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0419 20:34:47.970652 552611 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0419 20:34:48.011685 552611 cri.go:89] found id: "f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981"
I0419 20:34:48.011706 552611 cri.go:89] found id: ""
I0419 20:34:48.011715 552611 logs.go:276] 1 containers: [f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981]
I0419 20:34:48.011774 552611 ssh_runner.go:195] Run: which crictl
I0419 20:34:48.015630 552611 logs.go:123] Gathering logs for CRI-O ...
I0419 20:34:48.015657 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0419 20:34:48.109182 552611 logs.go:123] Gathering logs for container status ...
I0419 20:34:48.109220 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0419 20:34:48.172687 552611 logs.go:123] Gathering logs for kubelet ...
I0419 20:34:48.172716 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0419 20:34:48.216293 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.691576 1496 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:48.216540 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.691757 1496 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:48.216870 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693409 1496 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:48.217064 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693437 1496 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:48.217250 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693469 1496 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:48.217454 552611 logs.go:138] Found kubelet problem: Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693481 1496 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
I0419 20:34:48.270035 552611 logs.go:123] Gathering logs for kube-apiserver [d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca] ...
I0419 20:34:48.270065 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca"
I0419 20:34:48.341118 552611 logs.go:123] Gathering logs for etcd [55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0] ...
I0419 20:34:48.341147 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0"
I0419 20:34:48.387111 552611 logs.go:123] Gathering logs for coredns [5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c] ...
I0419 20:34:48.387143 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c"
I0419 20:34:48.430044 552611 logs.go:123] Gathering logs for kube-scheduler [848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba] ...
I0419 20:34:48.430074 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba"
I0419 20:34:48.479796 552611 logs.go:123] Gathering logs for kube-proxy [51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d] ...
I0419 20:34:48.479829 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d"
I0419 20:34:48.517859 552611 logs.go:123] Gathering logs for kube-controller-manager [ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5] ...
I0419 20:34:48.517896 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5"
I0419 20:34:48.607003 552611 logs.go:123] Gathering logs for kindnet [f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981] ...
I0419 20:34:48.607036 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981"
I0419 20:34:48.648266 552611 logs.go:123] Gathering logs for dmesg ...
I0419 20:34:48.648296 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0419 20:34:48.667149 552611 logs.go:123] Gathering logs for describe nodes ...
I0419 20:34:48.667180 552611 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0419 20:34:48.802731 552611 out.go:304] Setting ErrFile to fd 2...
I0419 20:34:48.802755 552611 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0419 20:34:48.802809 552611 out.go:239] X Problems detected in kubelet:
W0419 20:34:48.802825 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.691757 1496 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:48.802832 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693409 1496 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:48.802843 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693437 1496 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-109701" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-109701' and this object
W0419 20:34:48.802849 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: W0419 20:32:45.693469 1496 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
W0419 20:34:48.802856 552611 out.go:239] Apr 19 20:32:45 addons-109701 kubelet[1496]: E0419 20:32:45.693481 1496 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-109701" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-109701' and this object
I0419 20:34:48.802871 552611 out.go:304] Setting ErrFile to fd 2...
I0419 20:34:48.802877 552611 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0419 20:34:58.815124 552611 system_pods.go:59] 18 kube-system pods found
I0419 20:34:58.815159 552611 system_pods.go:61] "coredns-7db6d8ff4d-gmfjq" [e4c224a9-3730-4301-914e-b297939b59c2] Running
I0419 20:34:58.815165 552611 system_pods.go:61] "csi-hostpath-attacher-0" [03922314-614b-4639-8d63-552c8dcf9220] Running
I0419 20:34:58.815170 552611 system_pods.go:61] "csi-hostpath-resizer-0" [deec1ada-ba66-4211-84c1-379a7b32c035] Running
I0419 20:34:58.815194 552611 system_pods.go:61] "csi-hostpathplugin-pbqcp" [bcc18e0a-510d-4840-ab43-625e966c8098] Running
I0419 20:34:58.815209 552611 system_pods.go:61] "etcd-addons-109701" [3997751a-6cac-4a98-8975-83bdafc8622e] Running
I0419 20:34:58.815213 552611 system_pods.go:61] "kindnet-fqr8q" [66fd5723-55fd-4439-8088-edd631cd685f] Running
I0419 20:34:58.815218 552611 system_pods.go:61] "kube-apiserver-addons-109701" [e6a43f47-8da7-40c9-9696-d8d4eb25660d] Running
I0419 20:34:58.815222 552611 system_pods.go:61] "kube-controller-manager-addons-109701" [145bcae5-d552-461e-97ad-a22ed629ae66] Running
I0419 20:34:58.815237 552611 system_pods.go:61] "kube-ingress-dns-minikube" [2ab1376a-8452-47a0-9866-fdcf9df9e903] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0419 20:34:58.815247 552611 system_pods.go:61] "kube-proxy-779vj" [adebc62c-f36a-4f9a-9b0a-7743f8847ff2] Running
I0419 20:34:58.815254 552611 system_pods.go:61] "kube-scheduler-addons-109701" [ef4184ca-3b6c-47db-9db4-7bab7cf73b5a] Running
I0419 20:34:58.815265 552611 system_pods.go:61] "metrics-server-c59844bb4-jltdc" [ec84a0f9-0335-4109-af47-f3981150d187] Running
I0419 20:34:58.815272 552611 system_pods.go:61] "nvidia-device-plugin-daemonset-cwxqq" [120abda5-66ee-432d-b596-acc2ca7851ad] Running
I0419 20:34:58.815275 552611 system_pods.go:61] "registry-mnt9s" [fc1bfc8c-cee1-436a-ade2-66135e984854] Running
I0419 20:34:58.815279 552611 system_pods.go:61] "registry-proxy-zmv27" [f0ce521d-d078-40fa-9b31-f78b4e813761] Running
I0419 20:34:58.815284 552611 system_pods.go:61] "snapshot-controller-745499f584-4x6x8" [7cdff924-7be5-4b80-9e1e-c0955f1b882c] Running
I0419 20:34:58.815290 552611 system_pods.go:61] "snapshot-controller-745499f584-rn8kx" [6b1ddc10-4a9d-404e-b707-ecce5571e7cb] Running
I0419 20:34:58.815294 552611 system_pods.go:61] "storage-provisioner" [54a08edd-1fda-4189-b8ba-daa9998eb0fb] Running
I0419 20:34:58.815303 552611 system_pods.go:74] duration metric: took 11.114740249s to wait for pod list to return data ...
I0419 20:34:58.815313 552611 default_sa.go:34] waiting for default service account to be created ...
I0419 20:34:58.817518 552611 default_sa.go:45] found service account: "default"
I0419 20:34:58.817541 552611 default_sa.go:55] duration metric: took 2.218686ms for default service account to be created ...
I0419 20:34:58.817549 552611 system_pods.go:116] waiting for k8s-apps to be running ...
I0419 20:34:58.833498 552611 system_pods.go:86] 18 kube-system pods found
I0419 20:34:58.833543 552611 system_pods.go:89] "coredns-7db6d8ff4d-gmfjq" [e4c224a9-3730-4301-914e-b297939b59c2] Running
I0419 20:34:58.833550 552611 system_pods.go:89] "csi-hostpath-attacher-0" [03922314-614b-4639-8d63-552c8dcf9220] Running
I0419 20:34:58.833555 552611 system_pods.go:89] "csi-hostpath-resizer-0" [deec1ada-ba66-4211-84c1-379a7b32c035] Running
I0419 20:34:58.833559 552611 system_pods.go:89] "csi-hostpathplugin-pbqcp" [bcc18e0a-510d-4840-ab43-625e966c8098] Running
I0419 20:34:58.833563 552611 system_pods.go:89] "etcd-addons-109701" [3997751a-6cac-4a98-8975-83bdafc8622e] Running
I0419 20:34:58.833567 552611 system_pods.go:89] "kindnet-fqr8q" [66fd5723-55fd-4439-8088-edd631cd685f] Running
I0419 20:34:58.833572 552611 system_pods.go:89] "kube-apiserver-addons-109701" [e6a43f47-8da7-40c9-9696-d8d4eb25660d] Running
I0419 20:34:58.833576 552611 system_pods.go:89] "kube-controller-manager-addons-109701" [145bcae5-d552-461e-97ad-a22ed629ae66] Running
I0419 20:34:58.833587 552611 system_pods.go:89] "kube-ingress-dns-minikube" [2ab1376a-8452-47a0-9866-fdcf9df9e903] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0419 20:34:58.833596 552611 system_pods.go:89] "kube-proxy-779vj" [adebc62c-f36a-4f9a-9b0a-7743f8847ff2] Running
I0419 20:34:58.833603 552611 system_pods.go:89] "kube-scheduler-addons-109701" [ef4184ca-3b6c-47db-9db4-7bab7cf73b5a] Running
I0419 20:34:58.833613 552611 system_pods.go:89] "metrics-server-c59844bb4-jltdc" [ec84a0f9-0335-4109-af47-f3981150d187] Running
I0419 20:34:58.833617 552611 system_pods.go:89] "nvidia-device-plugin-daemonset-cwxqq" [120abda5-66ee-432d-b596-acc2ca7851ad] Running
I0419 20:34:58.833621 552611 system_pods.go:89] "registry-mnt9s" [fc1bfc8c-cee1-436a-ade2-66135e984854] Running
I0419 20:34:58.833625 552611 system_pods.go:89] "registry-proxy-zmv27" [f0ce521d-d078-40fa-9b31-f78b4e813761] Running
I0419 20:34:58.833630 552611 system_pods.go:89] "snapshot-controller-745499f584-4x6x8" [7cdff924-7be5-4b80-9e1e-c0955f1b882c] Running
I0419 20:34:58.833634 552611 system_pods.go:89] "snapshot-controller-745499f584-rn8kx" [6b1ddc10-4a9d-404e-b707-ecce5571e7cb] Running
I0419 20:34:58.833642 552611 system_pods.go:89] "storage-provisioner" [54a08edd-1fda-4189-b8ba-daa9998eb0fb] Running
I0419 20:34:58.833650 552611 system_pods.go:126] duration metric: took 16.094147ms to wait for k8s-apps to be running ...
I0419 20:34:58.833661 552611 system_svc.go:44] waiting for kubelet service to be running ....
I0419 20:34:58.833721 552611 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0419 20:34:58.863118 552611 system_svc.go:56] duration metric: took 29.432578ms WaitForService to wait for kubelet
I0419 20:34:58.863148 552611 kubeadm.go:576] duration metric: took 2m45.830001904s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0419 20:34:58.863167 552611 node_conditions.go:102] verifying NodePressure condition ...
I0419 20:34:58.872378 552611 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0419 20:34:58.872412 552611 node_conditions.go:123] node cpu capacity is 2
I0419 20:34:58.872423 552611 node_conditions.go:105] duration metric: took 9.250152ms to run NodePressure ...
I0419 20:34:58.872447 552611 start.go:240] waiting for startup goroutines ...
I0419 20:34:58.872456 552611 start.go:245] waiting for cluster config update ...
I0419 20:34:58.872474 552611 start.go:254] writing updated cluster config ...
I0419 20:34:58.872786 552611 ssh_runner.go:195] Run: rm -f paused
I0419 20:34:59.135905 552611 start.go:600] kubectl: 1.30.0, cluster: 1.30.0 (minor skew: 0)
I0419 20:34:59.138368 552611 out.go:177] * Done! kubectl is now configured to use "addons-109701" cluster and "default" namespace by default
==> CRI-O <==
Apr 19 20:38:04 addons-109701 crio[918]: time="2024-04-19 20:38:04.838942103Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=5bc0773d-3f1e-402a-b63b-a531f56ac56f name=/runtime.v1.ImageService/ImageStatus
Apr 19 20:38:04 addons-109701 crio[918]: time="2024-04-19 20:38:04.839139583Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=5bc0773d-3f1e-402a-b63b-a531f56ac56f name=/runtime.v1.ImageService/ImageStatus
Apr 19 20:38:04 addons-109701 crio[918]: time="2024-04-19 20:38:04.841058439Z" level=info msg="Creating container: default/hello-world-app-86c47465fc-79spq/hello-world-app" id=74b6df27-cf9f-427d-94f6-27fea89b343d name=/runtime.v1.RuntimeService/CreateContainer
Apr 19 20:38:04 addons-109701 crio[918]: time="2024-04-19 20:38:04.841152601Z" level=warning msg="Allowed annotations are specified for workload []"
Apr 19 20:38:04 addons-109701 crio[918]: time="2024-04-19 20:38:04.920246854Z" level=info msg="Created container a0d89a685a74c0504a56113ce920a74bec31ce19ee00672799e275c78f4756ba: default/hello-world-app-86c47465fc-79spq/hello-world-app" id=74b6df27-cf9f-427d-94f6-27fea89b343d name=/runtime.v1.RuntimeService/CreateContainer
Apr 19 20:38:04 addons-109701 crio[918]: time="2024-04-19 20:38:04.921313301Z" level=info msg="Starting container: a0d89a685a74c0504a56113ce920a74bec31ce19ee00672799e275c78f4756ba" id=4f0b2b43-5783-4792-a458-55ce7d37ccff name=/runtime.v1.RuntimeService/StartContainer
Apr 19 20:38:04 addons-109701 crio[918]: time="2024-04-19 20:38:04.930535892Z" level=info msg="Started container" PID=7222 containerID=a0d89a685a74c0504a56113ce920a74bec31ce19ee00672799e275c78f4756ba description=default/hello-world-app-86c47465fc-79spq/hello-world-app id=4f0b2b43-5783-4792-a458-55ce7d37ccff name=/runtime.v1.RuntimeService/StartContainer sandboxID=01adb5299d3dcc015afd244ab2dd654c4566ddf3f4593c345f177d68f5f950bb
Apr 19 20:38:04 addons-109701 conmon[7211]: conmon a0d89a685a74c0504a56 <ninfo>: container 7222 exited with status 1
Apr 19 20:38:05 addons-109701 crio[918]: time="2024-04-19 20:38:05.017541983Z" level=info msg="Stopping container: 2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39 (timeout: 2s)" id=de0b4091-c125-473f-8dc2-c090b8c24f7c name=/runtime.v1.RuntimeService/StopContainer
Apr 19 20:38:05 addons-109701 crio[918]: time="2024-04-19 20:38:05.308030899Z" level=info msg="Removing container: effa932a4a6caa4563e58f09d8114f35151b33068c66b934e12b02adf06fda68" id=6d1cd1bf-5374-4928-82ea-1753686377ad name=/runtime.v1.RuntimeService/RemoveContainer
Apr 19 20:38:05 addons-109701 crio[918]: time="2024-04-19 20:38:05.328368114Z" level=info msg="Removed container effa932a4a6caa4563e58f09d8114f35151b33068c66b934e12b02adf06fda68: default/hello-world-app-86c47465fc-79spq/hello-world-app" id=6d1cd1bf-5374-4928-82ea-1753686377ad name=/runtime.v1.RuntimeService/RemoveContainer
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.028824316Z" level=warning msg="Stopping container 2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=de0b4091-c125-473f-8dc2-c090b8c24f7c name=/runtime.v1.RuntimeService/StopContainer
Apr 19 20:38:07 addons-109701 conmon[5455]: conmon 2f5f07cc28adc03a78d0 <ninfo>: container 5466 exited with status 137
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.172856592Z" level=info msg="Stopped container 2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39: ingress-nginx/ingress-nginx-controller-84df5799c-j47d4/controller" id=de0b4091-c125-473f-8dc2-c090b8c24f7c name=/runtime.v1.RuntimeService/StopContainer
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.173442739Z" level=info msg="Stopping pod sandbox: 0feeb57919f927462c3b5a030e52ffc6079fae8b265bb5c7e9c5b53c3531af71" id=bf4eca5d-4bd3-4b8e-94bf-159e195ae3a7 name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.176787925Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-5DVTXGSRW5UFG7IV - [0:0]\n:KUBE-HP-DTERXZ7JFNPP7KBD - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-5DVTXGSRW5UFG7IV\n-X KUBE-HP-DTERXZ7JFNPP7KBD\nCOMMIT\n"
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.189901397Z" level=info msg="Closing host port tcp:80"
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.189955140Z" level=info msg="Closing host port tcp:443"
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.191365823Z" level=info msg="Host port tcp:80 does not have an open socket"
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.191393769Z" level=info msg="Host port tcp:443 does not have an open socket"
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.191598256Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-84df5799c-j47d4 Namespace:ingress-nginx ID:0feeb57919f927462c3b5a030e52ffc6079fae8b265bb5c7e9c5b53c3531af71 UID:1b003477-94b4-4c7e-ac03-8058596dea85 NetNS:/var/run/netns/3f2bc0a9-fb1a-4fb4-ac86-a637a4331fdc Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.191736487Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-84df5799c-j47d4 from CNI network \"kindnet\" (type=ptp)"
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.219482372Z" level=info msg="Stopped pod sandbox: 0feeb57919f927462c3b5a030e52ffc6079fae8b265bb5c7e9c5b53c3531af71" id=bf4eca5d-4bd3-4b8e-94bf-159e195ae3a7 name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.314723803Z" level=info msg="Removing container: 2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39" id=2ebad7c6-44f1-4017-8a62-7b6c4c419827 name=/runtime.v1.RuntimeService/RemoveContainer
Apr 19 20:38:07 addons-109701 crio[918]: time="2024-04-19 20:38:07.330550670Z" level=info msg="Removed container 2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39: ingress-nginx/ingress-nginx-controller-84df5799c-j47d4/controller" id=2ebad7c6-44f1-4017-8a62-7b6c4c419827 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
a0d89a685a74c dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 7 seconds ago Exited hello-world-app 2 01adb5299d3dc hello-world-app-86c47465fc-79spq
80d1b2fa53334 docker.io/library/nginx@sha256:7bd88800d8c18d4f73feeee25e04fcdbeecfc5e0a2b7254a90f4816bb67beadd 2 minutes ago Running nginx 0 7fe126475853e nginx
3c0454efcc17f 1a024e390dd050d584b5c93bb30810e8be713157ab713b0d77a7af14dfe88c1e 4 minutes ago Exited patch 3 8a242370d9f54 ingress-nginx-admission-patch-khj9g
793a64e441b0e registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f 4 minutes ago Running csi-snapshotter 0 69476b251dcea csi-hostpathplugin-pbqcp
c471392deb4ea registry.k8s.io/sig-storage/csi-provisioner@sha256:98ffd09c0784203d200e0f8c241501de31c8df79644caac7eed61bd6391e5d49 4 minutes ago Running csi-provisioner 0 69476b251dcea csi-hostpathplugin-pbqcp
50db51750d54c registry.k8s.io/sig-storage/livenessprobe@sha256:8b00c6e8f52639ed9c6f866085893ab688e57879741b3089e3cfa9998502e158 4 minutes ago Running liveness-probe 0 69476b251dcea csi-hostpathplugin-pbqcp
7f95ed4fb4aef registry.k8s.io/sig-storage/hostpathplugin@sha256:7b1dfc90a367222067fc468442fdf952e20fc5961f25c1ad654300ddc34d7083 4 minutes ago Running hostpath 0 69476b251dcea csi-hostpathplugin-pbqcp
49ba8e27ff343 registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:511b8c8ac828194a753909d26555ff08bc12f497dd8daeb83fe9d593693a26c1 4 minutes ago Running node-driver-registrar 0 69476b251dcea csi-hostpathplugin-pbqcp
d0015ef326be1 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69 4 minutes ago Running gcp-auth 0 d737fa97580e1 gcp-auth-5db96cd9b4-6jncd
6f52dbd2a3636 docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 4 minutes ago Running local-path-provisioner 0 dc26a49c13e42 local-path-provisioner-8d985888d-lmdjp
f84ac2fe5d7b1 registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:80b9ba94aa2afe24553d69bd165a6a51552d1582d68618ec00d3b804a7d9193c 4 minutes ago Running csi-external-health-monitor-controller 0 69476b251dcea csi-hostpathplugin-pbqcp
595b7d1583aa1 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0b1098ef00acee905f9736f98dd151af0a38d0fef0ccf9fb5ad189b20933e5f8 4 minutes ago Exited create 0 a929a2f161ce7 ingress-nginx-admission-create-d6cwc
ceae09a431446 registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 4 minutes ago Running metrics-server 0 faef686277389 metrics-server-c59844bb4-jltdc
7f2887489f145 registry.k8s.io/sig-storage/snapshot-controller@sha256:5d668e35c15df6e87e2530da25d557f543182cedbdb39d421b87076463ee9857 4 minutes ago Running volume-snapshot-controller 0 11eec0ac4ee57 snapshot-controller-745499f584-4x6x8
206597eb42b24 nvcr.io/nvidia/k8s-device-plugin@sha256:50aa9517d771e3b0ffa7fded8f1e988dba680a7ff5efce162ce31d1b5ec043e2 4 minutes ago Running nvidia-device-plugin-ctr 0 9ff84ce95e8a4 nvidia-device-plugin-daemonset-cwxqq
d95e743ed684e registry.k8s.io/sig-storage/csi-resizer@sha256:425d8f1b769398127767b06ed97ce62578a3179bcb99809ce93a1649e025ffe7 5 minutes ago Running csi-resizer 0 02aa2603315b1 csi-hostpath-resizer-0
1eb685e35e2fc registry.k8s.io/sig-storage/snapshot-controller@sha256:5d668e35c15df6e87e2530da25d557f543182cedbdb39d421b87076463ee9857 5 minutes ago Running volume-snapshot-controller 0 090221f3129a0 snapshot-controller-745499f584-rn8kx
d99a12d05e624 gcr.io/cloud-spanner-emulator/emulator@sha256:538fb31f832e76c93f10035cb609c56fc5cd18b3cd85a3ba50699572c3c5dc50 5 minutes ago Running cloud-spanner-emulator 0 722f25aa33a6c cloud-spanner-emulator-8677549d7-qmwss
6bdcf410ea758 registry.k8s.io/sig-storage/csi-attacher@sha256:4b5609c78455de45821910065281a368d5f760b41250f90cbde5110543bdc326 5 minutes ago Running csi-attacher 0 db2ad20f7dc37 csi-hostpath-attacher-0
e2f9dbb864b24 docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 5 minutes ago Running yakd 0 b6812479176bd yakd-dashboard-5ddbf7d777-v966v
5a17f0c185018 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 5 minutes ago Running coredns 0 fbdb4e92a363f coredns-7db6d8ff4d-gmfjq
ccc6cf33a1132 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 90b03e0053561 storage-provisioner
f168dc00b3f3d 4740c1948d3fceb8d7dacc63033aa6299d80794ee4f4811539ec1081d9211f3d 5 minutes ago Running kindnet-cni 0 b737ded0af85d kindnet-fqr8q
51a0f7b244e52 cb7eac0b42cc1efe8ef8d69652c7c0babbf9ab418daca7fe90ddb8b1ab68389f 5 minutes ago Running kube-proxy 0 7eb984137da2f kube-proxy-779vj
d6f4dcfd8ae13 181f57fd3cdb796d3b94d5a1c86bf48ec261d75965d1b7c328f1d7c11f79f0bb 6 minutes ago Running kube-apiserver 0 daf1f73b48150 kube-apiserver-addons-109701
848ff97235b4d 547adae34140be47cdc0d9f3282b6184ef76154c44cf43fc7edd0685e61ab73a 6 minutes ago Running kube-scheduler 0 d9630d0b1dfff kube-scheduler-addons-109701
55cfda61e6cd1 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 6 minutes ago Running etcd 0 4532fb7e88f59 etcd-addons-109701
ca7cf6a7b0653 68feac521c0f104bef927614ce0960d6fcddf98bd42f039c98b7d4a82294d6f1 6 minutes ago Running kube-controller-manager 0 620940796c012 kube-controller-manager-addons-109701
==> coredns [5a17f0c185018db0442f026d654fe9ade38d7f9b80bcc1b8bb46617fa46aea4c] <==
[INFO] 10.244.0.20:37133 - 34327 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000133825s
[INFO] 10.244.0.20:32847 - 45281 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001762352s
[INFO] 10.244.0.20:37133 - 23816 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000058305s
[INFO] 10.244.0.20:32847 - 45503 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000107347s
[INFO] 10.244.0.20:37133 - 29306 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001064823s
[INFO] 10.244.0.20:37133 - 29528 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000927617s
[INFO] 10.244.0.20:37133 - 62704 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000067405s
[INFO] 10.244.0.20:39351 - 48164 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000108774s
[INFO] 10.244.0.20:59607 - 51321 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000050732s
[INFO] 10.244.0.20:39351 - 53635 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000048943s
[INFO] 10.244.0.20:59607 - 51080 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000040837s
[INFO] 10.244.0.20:59607 - 9815 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000096147s
[INFO] 10.244.0.20:39351 - 29021 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000040935s
[INFO] 10.244.0.20:39351 - 25968 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000044677s
[INFO] 10.244.0.20:59607 - 9382 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000046342s
[INFO] 10.244.0.20:39351 - 55059 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00008827s
[INFO] 10.244.0.20:59607 - 31460 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.0001573s
[INFO] 10.244.0.20:39351 - 32732 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000048197s
[INFO] 10.244.0.20:59607 - 6518 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000055343s
[INFO] 10.244.0.20:39351 - 1883 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001233888s
[INFO] 10.244.0.20:59607 - 4588 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001400385s
[INFO] 10.244.0.20:59607 - 53967 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000989607s
[INFO] 10.244.0.20:39351 - 60896 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001123251s
[INFO] 10.244.0.20:39351 - 18130 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000066256s
[INFO] 10.244.0.20:59607 - 15999 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000076496s
==> describe nodes <==
Name: addons-109701
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-109701
kubernetes.io/os=linux
minikube.k8s.io/commit=08394f7216638b47bd5fa7f34baee3de2320d73b
minikube.k8s.io/name=addons-109701
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_04_19T20_31_59_0700
minikube.k8s.io/version=v1.33.0-beta.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-109701
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-109701"}
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: Fri, 19 Apr 2024 20:31:56 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-109701
AcquireTime: <unset>
RenewTime: Fri, 19 Apr 2024 20:38:07 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Fri, 19 Apr 2024 20:38:05 +0000 Fri, 19 Apr 2024 20:31:53 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Fri, 19 Apr 2024 20:38:05 +0000 Fri, 19 Apr 2024 20:31:53 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Fri, 19 Apr 2024 20:38:05 +0000 Fri, 19 Apr 2024 20:31:53 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Fri, 19 Apr 2024 20:38:05 +0000 Fri, 19 Apr 2024 20:32:45 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-109701
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022564Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022564Ki
pods: 110
System Info:
Machine ID: aad841c3544347dc95c7c597f3060bd2
System UUID: 6c6ad062-1607-44af-a521-dcc51481124d
Boot ID: d7124dca-ee9b-43aa-870b-c518d1a6b0c6
Kernel Version: 5.15.0-1058-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.30.0
Kube-Proxy Version: v1.30.0
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (21 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-8677549d7-qmwss 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m56s
default hello-world-app-86c47465fc-79spq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m46s
gcp-auth gcp-auth-5db96cd9b4-6jncd 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m49s
kube-system coredns-7db6d8ff4d-gmfjq 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m
kube-system csi-hostpath-attacher-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m53s
kube-system csi-hostpath-resizer-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m53s
kube-system csi-hostpathplugin-pbqcp 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m27s
kube-system etcd-addons-109701 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m14s
kube-system kindnet-fqr8q 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m
kube-system kube-apiserver-addons-109701 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m14s
kube-system kube-controller-manager-addons-109701 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m15s
kube-system kube-proxy-779vj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m
kube-system kube-scheduler-addons-109701 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m14s
kube-system metrics-server-c59844bb4-jltdc 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 5m55s
kube-system nvidia-device-plugin-daemonset-cwxqq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m27s
kube-system snapshot-controller-745499f584-4x6x8 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m53s
kube-system snapshot-controller-745499f584-rn8kx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m53s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m55s
local-path-storage local-path-provisioner-8d985888d-lmdjp 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m55s
yakd-dashboard yakd-dashboard-5ddbf7d777-v966v 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 5m54s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%!)(MISSING) 100m (5%!)(MISSING)
memory 548Mi (6%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m54s kube-proxy
Normal Starting 6m14s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m14s kubelet Node addons-109701 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m14s kubelet Node addons-109701 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m14s kubelet Node addons-109701 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m node-controller Node addons-109701 event: Registered Node addons-109701 in Controller
Normal NodeReady 5m27s kubelet Node addons-109701 status is now: NodeReady
==> dmesg <==
[ +0.001210] FS-Cache: O-key=[8] 'e23a5c0100000000'
[ +0.000773] FS-Cache: N-cookie c=0000001e [p=00000015 fl=2 nc=0 na=1]
[ +0.000962] FS-Cache: N-cookie d=000000000776b7b7{9p.inode} n=00000000885b3a33
[ +0.001173] FS-Cache: N-key=[8] 'e23a5c0100000000'
[ +0.003181] FS-Cache: Duplicate cookie detected
[ +0.000769] FS-Cache: O-cookie c=00000018 [p=00000015 fl=226 nc=0 na=1]
[ +0.001142] FS-Cache: O-cookie d=000000000776b7b7{9p.inode} n=0000000031e2ca6f
[ +0.001179] FS-Cache: O-key=[8] 'e23a5c0100000000'
[ +0.000789] FS-Cache: N-cookie c=0000001f [p=00000015 fl=2 nc=0 na=1]
[ +0.001007] FS-Cache: N-cookie d=000000000776b7b7{9p.inode} n=000000000c4bdbb3
[ +0.001163] FS-Cache: N-key=[8] 'e23a5c0100000000'
[ +2.609630] FS-Cache: Duplicate cookie detected
[ +0.000745] FS-Cache: O-cookie c=00000016 [p=00000015 fl=226 nc=0 na=1]
[ +0.001097] FS-Cache: O-cookie d=000000000776b7b7{9p.inode} n=000000002447755b
[ +0.001152] FS-Cache: O-key=[8] 'e13a5c0100000000'
[ +0.000815] FS-Cache: N-cookie c=00000021 [p=00000015 fl=2 nc=0 na=1]
[ +0.001006] FS-Cache: N-cookie d=000000000776b7b7{9p.inode} n=0000000047f68a92
[ +0.001170] FS-Cache: N-key=[8] 'e13a5c0100000000'
[ +0.272100] FS-Cache: Duplicate cookie detected
[ +0.000795] FS-Cache: O-cookie c=0000001b [p=00000015 fl=226 nc=0 na=1]
[ +0.000960] FS-Cache: O-cookie d=000000000776b7b7{9p.inode} n=00000000522cc395
[ +0.001079] FS-Cache: O-key=[8] 'e73a5c0100000000'
[ +0.000758] FS-Cache: N-cookie c=00000022 [p=00000015 fl=2 nc=0 na=1]
[ +0.000924] FS-Cache: N-cookie d=000000000776b7b7{9p.inode} n=00000000885b3a33
[ +0.001056] FS-Cache: N-key=[8] 'e73a5c0100000000'
==> etcd [55cfda61e6cd11e3362b1a7c8a4708f9b55d8696371beabd20717742b2e511d0] <==
{"level":"info","ts":"2024-04-19T20:31:53.386935Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-04-19T20:31:53.386973Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-04-19T20:31:53.387014Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-04-19T20:31:53.387046Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-04-19T20:31:53.39074Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-19T20:31:53.39489Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-109701 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-04-19T20:31:53.394969Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-19T20:31:53.395448Z","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-04-19T20:31:53.395609Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-19T20:31:53.395673Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-19T20:31:53.395744Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-19T20:31:53.397678Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-04-19T20:31:53.407587Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-04-19T20:31:53.414737Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-04-19T20:31:53.41692Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-04-19T20:32:16.83599Z","caller":"traceutil/trace.go:171","msg":"trace[1500750210] linearizableReadLoop","detail":"{readStateIndex:400; appliedIndex:398; }","duration":"104.975401ms","start":"2024-04-19T20:32:16.730969Z","end":"2024-04-19T20:32:16.835945Z","steps":["trace[1500750210] 'read index received' (duration: 2.067942ms)","trace[1500750210] 'applied index is now lower than readState.Index' (duration: 102.905654ms)"],"step_count":2}
{"level":"warn","ts":"2024-04-19T20:32:16.849986Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"114.786394ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/gadget\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-04-19T20:32:16.890824Z","caller":"traceutil/trace.go:171","msg":"trace[489349255] range","detail":"{range_begin:/registry/namespaces/gadget; range_end:; response_count:0; response_revision:392; }","duration":"159.815399ms","start":"2024-04-19T20:32:16.730965Z","end":"2024-04-19T20:32:16.89078Z","steps":["trace[489349255] 'agreement among raft nodes before linearized reading' (duration: 114.611634ms)"],"step_count":1}
{"level":"info","ts":"2024-04-19T20:32:16.913735Z","caller":"traceutil/trace.go:171","msg":"trace[791514722] transaction","detail":"{read_only:false; response_revision:393; number_of_response:1; }","duration":"114.752746ms","start":"2024-04-19T20:32:16.798962Z","end":"2024-04-19T20:32:16.913715Z","steps":["trace[791514722] 'process raft request' (duration: 84.604603ms)","trace[791514722] 'compare' (duration: 28.285844ms)"],"step_count":2}
{"level":"warn","ts":"2024-04-19T20:32:16.914224Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"112.002583ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/clusterroles/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-04-19T20:32:16.914266Z","caller":"traceutil/trace.go:171","msg":"trace[1308433938] range","detail":"{range_begin:/registry/clusterroles/minikube-ingress-dns; range_end:; response_count:0; response_revision:394; }","duration":"112.054546ms","start":"2024-04-19T20:32:16.802203Z","end":"2024-04-19T20:32:16.914257Z","steps":["trace[1308433938] 'agreement among raft nodes before linearized reading' (duration: 111.988126ms)"],"step_count":1}
{"level":"warn","ts":"2024-04-19T20:32:16.914378Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"142.266746ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-04-19T20:32:16.914398Z","caller":"traceutil/trace.go:171","msg":"trace[1077203858] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:394; }","duration":"142.284691ms","start":"2024-04-19T20:32:16.772105Z","end":"2024-04-19T20:32:16.914389Z","steps":["trace[1077203858] 'agreement among raft nodes before linearized reading' (duration: 142.255161ms)"],"step_count":1}
{"level":"warn","ts":"2024-04-19T20:32:16.914488Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"142.448546ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/resourcequotas/yakd-dashboard/\" range_end:\"/registry/resourcequotas/yakd-dashboard0\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-04-19T20:32:16.914507Z","caller":"traceutil/trace.go:171","msg":"trace[2122099567] range","detail":"{range_begin:/registry/resourcequotas/yakd-dashboard/; range_end:/registry/resourcequotas/yakd-dashboard0; response_count:0; response_revision:394; }","duration":"142.465719ms","start":"2024-04-19T20:32:16.772033Z","end":"2024-04-19T20:32:16.914499Z","steps":["trace[2122099567] 'agreement among raft nodes before linearized reading' (duration: 142.437715ms)"],"step_count":1}
==> gcp-auth [d0015ef326be12f833d66a11948bed48bcbf81631fdacfbce0297581eba89f54] <==
2024/04/19 20:33:32 GCP Auth Webhook started!
2024/04/19 20:35:09 Ready to marshal response ...
2024/04/19 20:35:09 Ready to write response ...
2024/04/19 20:35:26 Ready to marshal response ...
2024/04/19 20:35:26 Ready to write response ...
2024/04/19 20:37:46 Ready to marshal response ...
2024/04/19 20:37:46 Ready to write response ...
==> kernel <==
20:38:12 up 3:20, 0 users, load average: 0.40, 1.21, 2.08
Linux addons-109701 5.15.0-1058-aws #64~20.04.1-Ubuntu SMP Tue Apr 9 11:11:55 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [f168dc00b3f3de7ddcc9436ba1b84a8b3006648835ba7fd7d169259d4e42a981] <==
I0419 20:36:05.268400 1 main.go:227] handling current node
I0419 20:36:15.272803 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:36:15.272831 1 main.go:227] handling current node
I0419 20:36:25.281252 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:36:25.281282 1 main.go:227] handling current node
I0419 20:36:35.301449 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:36:35.301482 1 main.go:227] handling current node
I0419 20:36:45.307543 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:36:45.307573 1 main.go:227] handling current node
I0419 20:36:55.320012 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:36:55.320040 1 main.go:227] handling current node
I0419 20:37:05.324439 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:37:05.324466 1 main.go:227] handling current node
I0419 20:37:15.328288 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:37:15.328319 1 main.go:227] handling current node
I0419 20:37:25.331639 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:37:25.331668 1 main.go:227] handling current node
I0419 20:37:35.336158 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:37:35.336187 1 main.go:227] handling current node
I0419 20:37:45.347531 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:37:45.347566 1 main.go:227] handling current node
I0419 20:37:55.352166 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:37:55.352192 1 main.go:227] handling current node
I0419 20:38:05.364682 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0419 20:38:05.364711 1 main.go:227] handling current node
==> kube-apiserver [d6f4dcfd8ae13f5877f1a803028deef86875f6e8a12ccf12e8955cea62e7b7ca] <==
I0419 20:33:19.256167 1 controller.go:109] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
E0419 20:34:24.905588 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.98.190.164:443/apis/metrics.k8s.io/v1beta1: Get "https://10.98.190.164:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.98.190.164:443: connect: connection refused
W0419 20:34:24.905972 1 handler_proxy.go:93] no RequestInfo found in the context
E0419 20:34:24.906042 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
E0419 20:34:24.907218 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.98.190.164:443/apis/metrics.k8s.io/v1beta1: Get "https://10.98.190.164:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.98.190.164:443: connect: connection refused
W0419 20:34:25.907308 1 handler_proxy.go:93] no RequestInfo found in the context
E0419 20:34:25.907350 1 controller.go:113] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: Error, could not get list of group versions for APIService
I0419 20:34:25.907359 1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
W0419 20:34:25.907438 1 handler_proxy.go:93] no RequestInfo found in the context
E0419 20:34:25.907516 1 controller.go:102] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
I0419 20:34:25.908479 1 controller.go:109] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
E0419 20:34:29.917898 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.98.190.164:443/apis/metrics.k8s.io/v1beta1: Get "https://10.98.190.164:443/apis/metrics.k8s.io/v1beta1": context deadline exceeded
W0419 20:34:29.920742 1 handler_proxy.go:93] no RequestInfo found in the context
E0419 20:34:29.920794 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
E0419 20:34:29.953661 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: Operation cannot be fulfilled on apiservices.apiregistration.k8s.io "v1beta1.metrics.k8s.io": the object has been modified; please apply your changes to the latest version and try again
I0419 20:34:29.959633 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0419 20:35:20.312464 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0419 20:35:21.368142 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0419 20:35:25.937000 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0419 20:35:26.250243 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.97.191.213"}
I0419 20:37:46.606114 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.104.127.109"}
E0419 20:38:03.323569 1 watch.go:250] http2: stream closed
==> kube-controller-manager [ca7cf6a7b06532496ee2eb930b26f3e353b14669ff9170e4c1233b818325e8f5] <==
W0419 20:35:38.375072 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0419 20:35:38.375113 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0419 20:35:42.827208 1 shared_informer.go:313] Waiting for caches to sync for resource quota
I0419 20:35:42.827255 1 shared_informer.go:320] Caches are synced for resource quota
I0419 20:35:43.423094 1 shared_informer.go:313] Waiting for caches to sync for garbage collector
I0419 20:35:43.423143 1 shared_informer.go:320] Caches are synced for garbage collector
W0419 20:35:58.107183 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0419 20:35:58.107224 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0419 20:36:32.914927 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0419 20:36:32.914963 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0419 20:37:22.857156 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0419 20:37:22.857192 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0419 20:37:46.398569 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="45.077063ms"
I0419 20:37:46.434999 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="36.383166ms"
I0419 20:37:46.453238 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="18.195378ms"
I0419 20:37:46.453335 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="57.747µs"
I0419 20:37:50.293937 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="48.698µs"
I0419 20:37:51.289729 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="54.154µs"
I0419 20:37:52.288940 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="44.242µs"
W0419 20:38:01.725084 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0419 20:38:01.725223 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0419 20:38:03.988412 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0419 20:38:03.990267 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-84df5799c" duration="5.407µs"
I0419 20:38:03.998958 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0419 20:38:05.327294 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="45.275µs"
==> kube-proxy [51a0f7b244e52930344a54ac4625ee4bd78a9e1e537dbcbf897235d623cd181d] <==
I0419 20:32:17.690855 1 server_linux.go:69] "Using iptables proxy"
I0419 20:32:17.763538 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0419 20:32:18.266331 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0419 20:32:18.266450 1 server_linux.go:165] "Using iptables Proxier"
I0419 20:32:18.268725 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0419 20:32:18.268831 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0419 20:32:18.268884 1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0419 20:32:18.269582 1 server.go:872] "Version info" version="v1.30.0"
I0419 20:32:18.270048 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0419 20:32:18.271439 1 config.go:192] "Starting service config controller"
I0419 20:32:18.271511 1 shared_informer.go:313] Waiting for caches to sync for service config
I0419 20:32:18.271564 1 config.go:101] "Starting endpoint slice config controller"
I0419 20:32:18.271607 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0419 20:32:18.272107 1 config.go:319] "Starting node config controller"
I0419 20:32:18.272166 1 shared_informer.go:313] Waiting for caches to sync for node config
I0419 20:32:18.373583 1 shared_informer.go:320] Caches are synced for node config
I0419 20:32:18.373619 1 shared_informer.go:320] Caches are synced for service config
I0419 20:32:18.373661 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [848ff97235b4d19f27dfde1e60e526068a3a17b5c1bccb18c355bbe7c0e7b8ba] <==
W0419 20:31:56.500302 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0419 20:31:56.500311 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0419 20:31:56.500366 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0419 20:31:56.500375 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0419 20:31:56.500428 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0419 20:31:56.500439 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0419 20:31:56.500490 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0419 20:31:56.500498 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0419 20:31:56.500537 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0419 20:31:56.500545 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W0419 20:31:56.500585 1 reflector.go:547] 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
E0419 20:31:56.500596 1 reflector.go:150] 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
W0419 20:31:56.500644 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0419 20:31:56.500653 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0419 20:31:56.500693 1 reflector.go:547] 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
E0419 20:31:56.500702 1 reflector.go:150] 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
W0419 20:31:56.500834 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0419 20:31:56.502696 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0419 20:31:57.307270 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0419 20:31:57.307413 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0419 20:31:57.343508 1 reflector.go:547] 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
E0419 20:31:57.343626 1 reflector.go:150] 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
W0419 20:31:57.498464 1 reflector.go:547] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0419 20:31:57.498595 1 reflector.go:150] runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
I0419 20:32:00.749477 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Apr 19 20:37:52 addons-109701 kubelet[1496]: E0419 20:37:52.273874 1496 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-79spq_default(44c04564-1b84-40db-9077-402ce7a1aa11)\"" pod="default/hello-world-app-86c47465fc-79spq" podUID="44c04564-1b84-40db-9077-402ce7a1aa11"
Apr 19 20:37:55 addons-109701 kubelet[1496]: I0419 20:37:55.836975 1496 scope.go:117] "RemoveContainer" containerID="eb8b5b7351a36b02be63085579a2cfcca557519434620152640c46e3a286a5f0"
Apr 19 20:37:55 addons-109701 kubelet[1496]: E0419 20:37:55.837247 1496 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(2ab1376a-8452-47a0-9866-fdcf9df9e903)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="2ab1376a-8452-47a0-9866-fdcf9df9e903"
Apr 19 20:38:02 addons-109701 kubelet[1496]: I0419 20:38:02.455046 1496 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-wr2gm\" (UniqueName: \"kubernetes.io/projected/2ab1376a-8452-47a0-9866-fdcf9df9e903-kube-api-access-wr2gm\") pod \"2ab1376a-8452-47a0-9866-fdcf9df9e903\" (UID: \"2ab1376a-8452-47a0-9866-fdcf9df9e903\") "
Apr 19 20:38:02 addons-109701 kubelet[1496]: I0419 20:38:02.461086 1496 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/2ab1376a-8452-47a0-9866-fdcf9df9e903-kube-api-access-wr2gm" (OuterVolumeSpecName: "kube-api-access-wr2gm") pod "2ab1376a-8452-47a0-9866-fdcf9df9e903" (UID: "2ab1376a-8452-47a0-9866-fdcf9df9e903"). InnerVolumeSpecName "kube-api-access-wr2gm". PluginName "kubernetes.io/projected", VolumeGidValue ""
Apr 19 20:38:02 addons-109701 kubelet[1496]: I0419 20:38:02.556298 1496 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-wr2gm\" (UniqueName: \"kubernetes.io/projected/2ab1376a-8452-47a0-9866-fdcf9df9e903-kube-api-access-wr2gm\") on node \"addons-109701\" DevicePath \"\""
Apr 19 20:38:03 addons-109701 kubelet[1496]: I0419 20:38:03.298751 1496 scope.go:117] "RemoveContainer" containerID="eb8b5b7351a36b02be63085579a2cfcca557519434620152640c46e3a286a5f0"
Apr 19 20:38:04 addons-109701 kubelet[1496]: I0419 20:38:04.836895 1496 scope.go:117] "RemoveContainer" containerID="effa932a4a6caa4563e58f09d8114f35151b33068c66b934e12b02adf06fda68"
Apr 19 20:38:04 addons-109701 kubelet[1496]: I0419 20:38:04.838981 1496 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="2ab1376a-8452-47a0-9866-fdcf9df9e903" path="/var/lib/kubelet/pods/2ab1376a-8452-47a0-9866-fdcf9df9e903/volumes"
Apr 19 20:38:04 addons-109701 kubelet[1496]: I0419 20:38:04.840146 1496 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="815414e4-64f6-4fc0-97e2-f57e81f584fc" path="/var/lib/kubelet/pods/815414e4-64f6-4fc0-97e2-f57e81f584fc/volumes"
Apr 19 20:38:04 addons-109701 kubelet[1496]: I0419 20:38:04.840503 1496 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="9555331e-9604-4d89-b93b-8a305851c3e3" path="/var/lib/kubelet/pods/9555331e-9604-4d89-b93b-8a305851c3e3/volumes"
Apr 19 20:38:05 addons-109701 kubelet[1496]: I0419 20:38:05.306141 1496 scope.go:117] "RemoveContainer" containerID="effa932a4a6caa4563e58f09d8114f35151b33068c66b934e12b02adf06fda68"
Apr 19 20:38:05 addons-109701 kubelet[1496]: I0419 20:38:05.306460 1496 scope.go:117] "RemoveContainer" containerID="a0d89a685a74c0504a56113ce920a74bec31ce19ee00672799e275c78f4756ba"
Apr 19 20:38:05 addons-109701 kubelet[1496]: E0419 20:38:05.306756 1496 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-79spq_default(44c04564-1b84-40db-9077-402ce7a1aa11)\"" pod="default/hello-world-app-86c47465fc-79spq" podUID="44c04564-1b84-40db-9077-402ce7a1aa11"
Apr 19 20:38:07 addons-109701 kubelet[1496]: I0419 20:38:07.294459 1496 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/1b003477-94b4-4c7e-ac03-8058596dea85-webhook-cert\") pod \"1b003477-94b4-4c7e-ac03-8058596dea85\" (UID: \"1b003477-94b4-4c7e-ac03-8058596dea85\") "
Apr 19 20:38:07 addons-109701 kubelet[1496]: I0419 20:38:07.294512 1496 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-f69xc\" (UniqueName: \"kubernetes.io/projected/1b003477-94b4-4c7e-ac03-8058596dea85-kube-api-access-f69xc\") pod \"1b003477-94b4-4c7e-ac03-8058596dea85\" (UID: \"1b003477-94b4-4c7e-ac03-8058596dea85\") "
Apr 19 20:38:07 addons-109701 kubelet[1496]: I0419 20:38:07.296462 1496 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/1b003477-94b4-4c7e-ac03-8058596dea85-kube-api-access-f69xc" (OuterVolumeSpecName: "kube-api-access-f69xc") pod "1b003477-94b4-4c7e-ac03-8058596dea85" (UID: "1b003477-94b4-4c7e-ac03-8058596dea85"). InnerVolumeSpecName "kube-api-access-f69xc". PluginName "kubernetes.io/projected", VolumeGidValue ""
Apr 19 20:38:07 addons-109701 kubelet[1496]: I0419 20:38:07.301140 1496 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/1b003477-94b4-4c7e-ac03-8058596dea85-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "1b003477-94b4-4c7e-ac03-8058596dea85" (UID: "1b003477-94b4-4c7e-ac03-8058596dea85"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Apr 19 20:38:07 addons-109701 kubelet[1496]: I0419 20:38:07.313142 1496 scope.go:117] "RemoveContainer" containerID="2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39"
Apr 19 20:38:07 addons-109701 kubelet[1496]: I0419 20:38:07.330834 1496 scope.go:117] "RemoveContainer" containerID="2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39"
Apr 19 20:38:07 addons-109701 kubelet[1496]: E0419 20:38:07.331286 1496 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39\": container with ID starting with 2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39 not found: ID does not exist" containerID="2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39"
Apr 19 20:38:07 addons-109701 kubelet[1496]: I0419 20:38:07.331329 1496 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39"} err="failed to get container status \"2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39\": rpc error: code = NotFound desc = could not find container \"2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39\": container with ID starting with 2f5f07cc28adc03a78d0867feca43495be25461964aa07a6b0bafad6413d8b39 not found: ID does not exist"
Apr 19 20:38:07 addons-109701 kubelet[1496]: I0419 20:38:07.394887 1496 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/1b003477-94b4-4c7e-ac03-8058596dea85-webhook-cert\") on node \"addons-109701\" DevicePath \"\""
Apr 19 20:38:07 addons-109701 kubelet[1496]: I0419 20:38:07.394927 1496 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-f69xc\" (UniqueName: \"kubernetes.io/projected/1b003477-94b4-4c7e-ac03-8058596dea85-kube-api-access-f69xc\") on node \"addons-109701\" DevicePath \"\""
Apr 19 20:38:08 addons-109701 kubelet[1496]: I0419 20:38:08.837847 1496 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="1b003477-94b4-4c7e-ac03-8058596dea85" path="/var/lib/kubelet/pods/1b003477-94b4-4c7e-ac03-8058596dea85/volumes"
==> storage-provisioner [ccc6cf33a113206a216cf402fe1b738b08620229ce336f26242660026b1d023a] <==
I0419 20:32:46.620330 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0419 20:32:46.636361 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0419 20:32:46.636496 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0419 20:32:46.644988 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0419 20:32:46.645217 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-109701_af03394b-2a0a-42fa-98a0-0bddf33306d2!
I0419 20:32:46.646061 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"873e277f-56f3-4285-983f-09cc044ab8b2", APIVersion:"v1", ResourceVersion:"903", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-109701_af03394b-2a0a-42fa-98a0-0bddf33306d2 became leader
I0419 20:32:46.745618 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-109701_af03394b-2a0a-42fa-98a0-0bddf33306d2!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-109701 -n addons-109701
helpers_test.go:261: (dbg) Run: kubectl --context addons-109701 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (168.01s)