=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-315217 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-315217 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-315217 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" [55ae1670-e464-42be-8811-ff108889b58e] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [55ae1670-e464-42be-8811-ff108889b58e] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003309902s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-315217 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-315217 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.687797384s)
** 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-315217 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-315217 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.064212052s)
-- 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-315217 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-315217 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-315217 addons disable ingress --alsologtostderr -v=1: (7.712863513s)
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-315217
helpers_test.go:235: (dbg) docker inspect addons-315217:
-- stdout --
[
{
"Id": "35d71a5916e5e9eb6141e58e688da4a208c714ed8f293c3b2c03f4b45a25f0a8",
"Created": "2024-04-22T17:54:13.036655316Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 272534,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-04-22T17:54:13.36079198Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:c9315e0f61546d7b9630cf89252fa7f614fc966830e816cca5333df5c944376f",
"ResolvConfPath": "/var/lib/docker/containers/35d71a5916e5e9eb6141e58e688da4a208c714ed8f293c3b2c03f4b45a25f0a8/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/35d71a5916e5e9eb6141e58e688da4a208c714ed8f293c3b2c03f4b45a25f0a8/hostname",
"HostsPath": "/var/lib/docker/containers/35d71a5916e5e9eb6141e58e688da4a208c714ed8f293c3b2c03f4b45a25f0a8/hosts",
"LogPath": "/var/lib/docker/containers/35d71a5916e5e9eb6141e58e688da4a208c714ed8f293c3b2c03f4b45a25f0a8/35d71a5916e5e9eb6141e58e688da4a208c714ed8f293c3b2c03f4b45a25f0a8-json.log",
"Name": "/addons-315217",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-315217:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-315217",
"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/926ab2023c0f50d6b2f5a7ebd15921e6c30a7a9ad04c3aff60e6c3c507902c48-init/diff:/var/lib/docker/overlay2/92176e161a410473717dbb37d93053dd817b43e0d83a593255a0462ba958da86/diff",
"MergedDir": "/var/lib/docker/overlay2/926ab2023c0f50d6b2f5a7ebd15921e6c30a7a9ad04c3aff60e6c3c507902c48/merged",
"UpperDir": "/var/lib/docker/overlay2/926ab2023c0f50d6b2f5a7ebd15921e6c30a7a9ad04c3aff60e6c3c507902c48/diff",
"WorkDir": "/var/lib/docker/overlay2/926ab2023c0f50d6b2f5a7ebd15921e6c30a7a9ad04c3aff60e6c3c507902c48/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-315217",
"Source": "/var/lib/docker/volumes/addons-315217/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-315217",
"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-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e",
"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-315217",
"name.minikube.sigs.k8s.io": "addons-315217",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "41fa9722f5390b37cdfc31a4be80eae26ce14e2b5e150fdcfbeafb3024edfc13",
"SandboxKey": "/var/run/docker/netns/41fa9722f539",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33139"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33138"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33135"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33137"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33136"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-315217": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "0daff3ebf7ab1680ab1d7d69a36c231ce40a3330ddee14e0f49aae068a0a3557",
"EndpointID": "0ea65380d7abd0e94ad63bcf0e821bc08ef984e71f8369cafac79abfa55424d5",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-315217",
"35d71a5916e5"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-315217 -n addons-315217
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-315217 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-315217 logs -n 25: (1.750614878s)
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-357005 | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | |
| | -p download-only-357005 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.30.0 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | 22 Apr 24 17:53 UTC |
| delete | -p download-only-357005 | download-only-357005 | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | 22 Apr 24 17:53 UTC |
| delete | -p download-only-904382 | download-only-904382 | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | 22 Apr 24 17:53 UTC |
| delete | -p download-only-357005 | download-only-357005 | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | 22 Apr 24 17:53 UTC |
| start | --download-only -p | download-docker-052909 | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | |
| | download-docker-052909 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-052909 | download-docker-052909 | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | 22 Apr 24 17:53 UTC |
| start | --download-only -p | binary-mirror-800545 | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | |
| | binary-mirror-800545 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:39269 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-800545 | binary-mirror-800545 | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | 22 Apr 24 17:53 UTC |
| addons | enable dashboard -p | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | |
| | addons-315217 | | | | | |
| addons | disable dashboard -p | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | |
| | addons-315217 | | | | | |
| start | -p addons-315217 --wait=true | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:53 UTC | 22 Apr 24 17:57 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-315217 ip | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:58 UTC | 22 Apr 24 17:58 UTC |
| addons | addons-315217 addons disable | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:58 UTC | 22 Apr 24 17:58 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:58 UTC | 22 Apr 24 17:58 UTC |
| | -p addons-315217 | | | | | |
| ssh | addons-315217 ssh cat | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:58 UTC | 22 Apr 24 17:58 UTC |
| | /opt/local-path-provisioner/pvc-956d7ed7-f7b7-4fcc-ac11-ababfe6fd4c3_default_test-pvc/file1 | | | | | |
| addons | addons-315217 addons disable | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:58 UTC | 22 Apr 24 17:59 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-315217 addons | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:58 UTC | 22 Apr 24 17:58 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-315217 addons | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:58 UTC | 22 Apr 24 17:58 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:58 UTC | 22 Apr 24 17:58 UTC |
| | addons-315217 | | | | | |
| addons | enable headlamp | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:58 UTC | 22 Apr 24 17:58 UTC |
| | -p addons-315217 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-315217 ssh curl -s | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 17:59 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-315217 ip | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 18:01 UTC | 22 Apr 24 18:01 UTC |
| addons | addons-315217 addons disable | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 18:01 UTC | 22 Apr 24 18:01 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-315217 addons disable | addons-315217 | jenkins | v1.33.0 | 22 Apr 24 18:01 UTC | 22 Apr 24 18:01 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/04/22 17:53:48
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0422 17:53:48.888223 272059 out.go:291] Setting OutFile to fd 1 ...
I0422 17:53:48.888417 272059 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0422 17:53:48.888447 272059 out.go:304] Setting ErrFile to fd 2...
I0422 17:53:48.888470 272059 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0422 17:53:48.888753 272059 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18706-265986/.minikube/bin
I0422 17:53:48.889275 272059 out.go:298] Setting JSON to false
I0422 17:53:48.890169 272059 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":5777,"bootTime":1713802652,"procs":160,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1058-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I0422 17:53:48.890270 272059 start.go:139] virtualization:
I0422 17:53:48.900633 272059 out.go:177] * [addons-315217] minikube v1.33.0 on Ubuntu 20.04 (arm64)
I0422 17:53:48.903277 272059 out.go:177] - MINIKUBE_LOCATION=18706
I0422 17:53:48.904878 272059 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0422 17:53:48.903385 272059 notify.go:220] Checking for updates...
I0422 17:53:48.908655 272059 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18706-265986/kubeconfig
I0422 17:53:48.910807 272059 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18706-265986/.minikube
I0422 17:53:48.912657 272059 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0422 17:53:48.914348 272059 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0422 17:53:48.916100 272059 driver.go:392] Setting default libvirt URI to qemu:///system
I0422 17:53:48.939961 272059 docker.go:122] docker version: linux-26.0.2:Docker Engine - Community
I0422 17:53:48.940105 272059 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0422 17:53:49.003203 272059 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-04-22 17:53:48.992721863 +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:8215101440 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 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>}}
I0422 17:53:49.003318 272059 docker.go:295] overlay module found
I0422 17:53:49.006313 272059 out.go:177] * Using the docker driver based on user configuration
I0422 17:53:49.007990 272059 start.go:297] selected driver: docker
I0422 17:53:49.008011 272059 start.go:901] validating driver "docker" against <nil>
I0422 17:53:49.008040 272059 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0422 17:53:49.008677 272059 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0422 17:53:49.066258 272059 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-04-22 17:53:49.056527944 +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:8215101440 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 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>}}
I0422 17:53:49.066422 272059 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0422 17:53:49.066650 272059 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]
I0422 17:53:49.068340 272059 out.go:177] * Using Docker driver with root privileges
I0422 17:53:49.070247 272059 cni.go:84] Creating CNI manager for ""
I0422 17:53:49.070281 272059 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0422 17:53:49.070292 272059 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0422 17:53:49.070365 272059 start.go:340] cluster config:
{Name:addons-315217 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e 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-315217 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}
I0422 17:53:49.072161 272059 out.go:177] * Starting "addons-315217" primary control-plane node in "addons-315217" cluster
I0422 17:53:49.073572 272059 cache.go:121] Beginning downloading kic base image for docker with crio
I0422 17:53:49.075500 272059 out.go:177] * Pulling base image v0.0.43-1713736339-18706 ...
I0422 17:53:49.077525 272059 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime crio
I0422 17:53:49.077582 272059 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18706-265986/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-cri-o-overlay-arm64.tar.lz4
I0422 17:53:49.077595 272059 cache.go:56] Caching tarball of preloaded images
I0422 17:53:49.077603 272059 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e in local docker daemon
I0422 17:53:49.077673 272059 preload.go:173] Found /home/jenkins/minikube-integration/18706-265986/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0422 17:53:49.077683 272059 cache.go:59] Finished verifying existence of preloaded tar for v1.30.0 on crio
I0422 17:53:49.078078 272059 profile.go:143] Saving config to /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/config.json ...
I0422 17:53:49.078101 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/config.json: {Name:mk48bd0b1af90f145ecb41ec36b2521b7cb4fb8d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:53:49.091133 272059 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e to local cache
I0422 17:53:49.091250 272059 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e in local cache directory
I0422 17:53:49.091277 272059 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e in local cache directory, skipping pull
I0422 17:53:49.091283 272059 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e exists in cache, skipping pull
I0422 17:53:49.091291 272059 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e as a tarball
I0422 17:53:49.091296 272059 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e from local cache
I0422 17:54:05.796886 272059 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e from cached tarball
I0422 17:54:05.796926 272059 cache.go:194] Successfully downloaded all kic artifacts
I0422 17:54:05.796963 272059 start.go:360] acquireMachinesLock for addons-315217: {Name:mkf9c6c520694d19d4dd97d8fd0611b980db8526 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0422 17:54:05.797093 272059 start.go:364] duration metric: took 107.228µs to acquireMachinesLock for "addons-315217"
I0422 17:54:05.797123 272059 start.go:93] Provisioning new machine with config: &{Name:addons-315217 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e 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-315217 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}
I0422 17:54:05.797200 272059 start.go:125] createHost starting for "" (driver="docker")
I0422 17:54:05.799175 272059 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0422 17:54:05.799421 272059 start.go:159] libmachine.API.Create for "addons-315217" (driver="docker")
I0422 17:54:05.799471 272059 client.go:168] LocalClient.Create starting
I0422 17:54:05.799584 272059 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18706-265986/.minikube/certs/ca.pem
I0422 17:54:06.690980 272059 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18706-265986/.minikube/certs/cert.pem
I0422 17:54:06.923852 272059 cli_runner.go:164] Run: docker network inspect addons-315217 --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}}]}"
W0422 17:54:06.940344 272059 cli_runner.go:211] docker network inspect addons-315217 --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
I0422 17:54:06.940438 272059 network_create.go:281] running [docker network inspect addons-315217] to gather additional debugging logs...
I0422 17:54:06.940457 272059 cli_runner.go:164] Run: docker network inspect addons-315217
W0422 17:54:06.958246 272059 cli_runner.go:211] docker network inspect addons-315217 returned with exit code 1
I0422 17:54:06.958280 272059 network_create.go:284] error running [docker network inspect addons-315217]: docker network inspect addons-315217: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-315217 not found
I0422 17:54:06.958294 272059 network_create.go:286] output of [docker network inspect addons-315217]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-315217 not found
** /stderr **
I0422 17:54:06.958501 272059 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}}]}"
I0422 17:54:06.972114 272059 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:0x40020bef10}
I0422 17:54:06.972161 272059 network_create.go:124] attempt to create docker network addons-315217 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0422 17:54:06.972219 272059 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-315217 addons-315217
I0422 17:54:07.025778 272059 network_create.go:108] docker network addons-315217 192.168.49.0/24 created
I0422 17:54:07.025812 272059 kic.go:121] calculated static IP "192.168.49.2" for the "addons-315217" container
I0422 17:54:07.025885 272059 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0422 17:54:07.038617 272059 cli_runner.go:164] Run: docker volume create addons-315217 --label name.minikube.sigs.k8s.io=addons-315217 --label created_by.minikube.sigs.k8s.io=true
I0422 17:54:07.052590 272059 oci.go:103] Successfully created a docker volume addons-315217
I0422 17:54:07.052689 272059 cli_runner.go:164] Run: docker run --rm --name addons-315217-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-315217 --entrypoint /usr/bin/test -v addons-315217:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -d /var/lib
I0422 17:54:08.799041 272059 cli_runner.go:217] Completed: docker run --rm --name addons-315217-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-315217 --entrypoint /usr/bin/test -v addons-315217:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -d /var/lib: (1.746290354s)
I0422 17:54:08.799069 272059 oci.go:107] Successfully prepared a docker volume addons-315217
I0422 17:54:08.799099 272059 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime crio
I0422 17:54:08.799118 272059 kic.go:194] Starting extracting preloaded images to volume ...
I0422 17:54:08.799196 272059 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18706-265986/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-315217:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -I lz4 -xf /preloaded.tar -C /extractDir
I0422 17:54:12.974944 272059 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18706-265986/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-315217:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -I lz4 -xf /preloaded.tar -C /extractDir: (4.175705303s)
I0422 17:54:12.974978 272059 kic.go:203] duration metric: took 4.175855967s to extract preloaded images to volume ...
W0422 17:54:12.975129 272059 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0422 17:54:12.975233 272059 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0422 17:54:13.023703 272059 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-315217 --name addons-315217 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-315217 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-315217 --network addons-315217 --ip 192.168.49.2 --volume addons-315217:/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-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e
I0422 17:54:13.370931 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Running}}
I0422 17:54:13.392224 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:13.415901 272059 cli_runner.go:164] Run: docker exec addons-315217 stat /var/lib/dpkg/alternatives/iptables
I0422 17:54:13.482170 272059 oci.go:144] the created container "addons-315217" has a running status.
I0422 17:54:13.482204 272059 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa...
I0422 17:54:14.308841 272059 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0422 17:54:14.331988 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:14.350110 272059 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0422 17:54:14.350133 272059 kic_runner.go:114] Args: [docker exec --privileged addons-315217 chown docker:docker /home/docker/.ssh/authorized_keys]
I0422 17:54:14.421340 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:14.437389 272059 machine.go:94] provisionDockerMachine start ...
I0422 17:54:14.437482 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:14.456617 272059 main.go:141] libmachine: Using SSH client type: native
I0422 17:54:14.456911 272059 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 33139 <nil> <nil>}
I0422 17:54:14.456931 272059 main.go:141] libmachine: About to run SSH command:
hostname
I0422 17:54:14.584348 272059 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-315217
I0422 17:54:14.584384 272059 ubuntu.go:169] provisioning hostname "addons-315217"
I0422 17:54:14.584447 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:14.600541 272059 main.go:141] libmachine: Using SSH client type: native
I0422 17:54:14.600787 272059 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 33139 <nil> <nil>}
I0422 17:54:14.600800 272059 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-315217 && echo "addons-315217" | sudo tee /etc/hostname
I0422 17:54:14.732962 272059 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-315217
I0422 17:54:14.733067 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:14.748819 272059 main.go:141] libmachine: Using SSH client type: native
I0422 17:54:14.749146 272059 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 33139 <nil> <nil>}
I0422 17:54:14.749171 272059 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-315217' /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-315217/g' /etc/hosts;
else
echo '127.0.1.1 addons-315217' | sudo tee -a /etc/hosts;
fi
fi
I0422 17:54:14.872885 272059 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0422 17:54:14.872910 272059 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18706-265986/.minikube CaCertPath:/home/jenkins/minikube-integration/18706-265986/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18706-265986/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18706-265986/.minikube}
I0422 17:54:14.872930 272059 ubuntu.go:177] setting up certificates
I0422 17:54:14.872941 272059 provision.go:84] configureAuth start
I0422 17:54:14.873016 272059 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-315217
I0422 17:54:14.894621 272059 provision.go:143] copyHostCerts
I0422 17:54:14.894700 272059 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18706-265986/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18706-265986/.minikube/ca.pem (1078 bytes)
I0422 17:54:14.894847 272059 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18706-265986/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18706-265986/.minikube/cert.pem (1123 bytes)
I0422 17:54:14.894899 272059 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18706-265986/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18706-265986/.minikube/key.pem (1679 bytes)
I0422 17:54:14.894944 272059 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18706-265986/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18706-265986/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18706-265986/.minikube/certs/ca-key.pem org=jenkins.addons-315217 san=[127.0.0.1 192.168.49.2 addons-315217 localhost minikube]
I0422 17:54:15.111413 272059 provision.go:177] copyRemoteCerts
I0422 17:54:15.111501 272059 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0422 17:54:15.111547 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:15.127536 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:15.221470 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0422 17:54:15.245177 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0422 17:54:15.268914 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0422 17:54:15.292206 272059 provision.go:87] duration metric: took 419.25094ms to configureAuth
I0422 17:54:15.292276 272059 ubuntu.go:193] setting minikube options for container-runtime
I0422 17:54:15.292479 272059 config.go:182] Loaded profile config "addons-315217": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.0
I0422 17:54:15.292591 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:15.307718 272059 main.go:141] libmachine: Using SSH client type: native
I0422 17:54:15.307970 272059 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 33139 <nil> <nil>}
I0422 17:54:15.307991 272059 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
I0422 17:54:15.534967 272059 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0422 17:54:15.534992 272059 machine.go:97] duration metric: took 1.097578193s to provisionDockerMachine
I0422 17:54:15.535001 272059 client.go:171] duration metric: took 9.735520185s to LocalClient.Create
I0422 17:54:15.535015 272059 start.go:167] duration metric: took 9.735595373s to libmachine.API.Create "addons-315217"
I0422 17:54:15.535022 272059 start.go:293] postStartSetup for "addons-315217" (driver="docker")
I0422 17:54:15.535033 272059 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]
I0422 17:54:15.535104 272059 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
I0422 17:54:15.535152 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:15.552570 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:15.645712 272059 ssh_runner.go:195] Run: cat /etc/os-release
I0422 17:54:15.648727 272059 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0422 17:54:15.648765 272059 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0422 17:54:15.648776 272059 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0422 17:54:15.648784 272059 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0422 17:54:15.648798 272059 filesync.go:126] Scanning /home/jenkins/minikube-integration/18706-265986/.minikube/addons for local assets ...
I0422 17:54:15.648883 272059 filesync.go:126] Scanning /home/jenkins/minikube-integration/18706-265986/.minikube/files for local assets ...
I0422 17:54:15.648911 272059 start.go:296] duration metric: took 113.883596ms for postStartSetup
I0422 17:54:15.649224 272059 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-315217
I0422 17:54:15.663796 272059 profile.go:143] Saving config to /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/config.json ...
I0422 17:54:15.664091 272059 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0422 17:54:15.664142 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:15.679195 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:15.765725 272059 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0422 17:54:15.770973 272059 start.go:128] duration metric: took 9.973757674s to createHost
I0422 17:54:15.771003 272059 start.go:83] releasing machines lock for "addons-315217", held for 9.973897532s
I0422 17:54:15.771084 272059 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-315217
I0422 17:54:15.786926 272059 ssh_runner.go:195] Run: cat /version.json
I0422 17:54:15.786991 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:15.786993 272059 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0422 17:54:15.787048 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:15.806096 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:15.809735 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:15.892358 272059 ssh_runner.go:195] Run: systemctl --version
I0422 17:54:16.008208 272059 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0422 17:54:16.149511 272059 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0422 17:54:16.153858 272059 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" ;
I0422 17:54:16.174870 272059 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0422 17:54:16.174991 272059 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" ;
I0422 17:54:16.209795 272059 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0422 17:54:16.209828 272059 start.go:494] detecting cgroup driver to use...
I0422 17:54:16.209869 272059 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0422 17:54:16.209940 272059 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0422 17:54:16.228402 272059 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0422 17:54:16.242796 272059 docker.go:217] disabling cri-docker service (if available) ...
I0422 17:54:16.242883 272059 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0422 17:54:16.258478 272059 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0422 17:54:16.273911 272059 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0422 17:54:16.366286 272059 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0422 17:54:16.459549 272059 docker.go:233] disabling docker service ...
I0422 17:54:16.459629 272059 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0422 17:54:16.481164 272059 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0422 17:54:16.492979 272059 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0422 17:54:16.577826 272059 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0422 17:54:16.699405 272059 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0422 17:54:16.713444 272059 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"
I0422 17:54:16.729796 272059 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0422 17:54:16.729886 272059 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"
I0422 17:54:16.739847 272059 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0422 17:54:16.739968 272059 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0422 17:54:16.750002 272059 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0422 17:54:16.759795 272059 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0422 17:54:16.769860 272059 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0422 17:54:16.779057 272059 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"
I0422 17:54:16.788943 272059 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"
I0422 17:54:16.804311 272059 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"
I0422 17:54:16.813933 272059 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0422 17:54:16.823081 272059 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0422 17:54:16.831737 272059 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0422 17:54:16.912303 272059 ssh_runner.go:195] Run: sudo systemctl restart crio
I0422 17:54:17.031933 272059 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
I0422 17:54:17.032012 272059 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0422 17:54:17.035543 272059 start.go:562] Will wait 60s for crictl version
I0422 17:54:17.035605 272059 ssh_runner.go:195] Run: which crictl
I0422 17:54:17.039062 272059 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0422 17:54:17.079989 272059 start.go:578] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0422 17:54:17.080192 272059 ssh_runner.go:195] Run: crio --version
I0422 17:54:17.119682 272059 ssh_runner.go:195] Run: crio --version
I0422 17:54:17.162036 272059 out.go:177] * Preparing Kubernetes v1.30.0 on CRI-O 1.24.6 ...
I0422 17:54:17.163909 272059 cli_runner.go:164] Run: docker network inspect addons-315217 --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}}]}"
I0422 17:54:17.181345 272059 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0422 17:54:17.185431 272059 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""
I0422 17:54:17.196405 272059 kubeadm.go:877] updating cluster {Name:addons-315217 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e 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-315217 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} ...
I0422 17:54:17.196533 272059 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime crio
I0422 17:54:17.196589 272059 ssh_runner.go:195] Run: sudo crictl images --output json
I0422 17:54:17.276917 272059 crio.go:514] all images are preloaded for cri-o runtime.
I0422 17:54:17.276944 272059 crio.go:433] Images already preloaded, skipping extraction
I0422 17:54:17.277014 272059 ssh_runner.go:195] Run: sudo crictl images --output json
I0422 17:54:17.313498 272059 crio.go:514] all images are preloaded for cri-o runtime.
I0422 17:54:17.313522 272059 cache_images.go:84] Images are preloaded, skipping loading
I0422 17:54:17.313531 272059 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.0 crio true true} ...
I0422 17:54:17.313633 272059 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-315217 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.0 ClusterName:addons-315217 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:}
I0422 17:54:17.313716 272059 ssh_runner.go:195] Run: crio config
I0422 17:54:17.364708 272059 cni.go:84] Creating CNI manager for ""
I0422 17:54:17.364732 272059 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0422 17:54:17.364751 272059 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0422 17:54:17.364778 272059 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-315217 NodeName:addons-315217 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}
I0422 17:54:17.364942 272059 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-315217"
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
I0422 17:54:17.365017 272059 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.0
I0422 17:54:17.373609 272059 binaries.go:44] Found k8s binaries, skipping transfer
I0422 17:54:17.373714 272059 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0422 17:54:17.382369 272059 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0422 17:54:17.400088 272059 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0422 17:54:17.417788 272059 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0422 17:54:17.436045 272059 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0422 17:54:17.439381 272059 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""
I0422 17:54:17.450066 272059 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0422 17:54:17.541583 272059 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0422 17:54:17.555984 272059 certs.go:68] Setting up /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217 for IP: 192.168.49.2
I0422 17:54:17.556015 272059 certs.go:194] generating shared ca certs ...
I0422 17:54:17.556050 272059 certs.go:226] acquiring lock for ca certs: {Name:mkf8c3bc3ce02fbd69721125260404fd6da0f69e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:17.556206 272059 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18706-265986/.minikube/ca.key
I0422 17:54:17.908355 272059 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18706-265986/.minikube/ca.crt ...
I0422 17:54:17.908384 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/.minikube/ca.crt: {Name:mkb0c9a5c3a41c310118974b0ab860b48d22c9ac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:17.909057 272059 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18706-265986/.minikube/ca.key ...
I0422 17:54:17.909078 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/.minikube/ca.key: {Name:mk8285fcb6802b799ca1ef1d258c393b41ffbbd5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:17.909607 272059 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18706-265986/.minikube/proxy-client-ca.key
I0422 17:54:18.568082 272059 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18706-265986/.minikube/proxy-client-ca.crt ...
I0422 17:54:18.568118 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/.minikube/proxy-client-ca.crt: {Name:mk3e1bf246fab558ccc5e04870a9c6fd8b9643e0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:18.568315 272059 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18706-265986/.minikube/proxy-client-ca.key ...
I0422 17:54:18.568330 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/.minikube/proxy-client-ca.key: {Name:mk496d6b3e67e7f362fea3fba191f6df34d35fc6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:18.568407 272059 certs.go:256] generating profile certs ...
I0422 17:54:18.568470 272059 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/client.key
I0422 17:54:18.568489 272059 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/client.crt with IP's: []
I0422 17:54:19.002756 272059 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/client.crt ...
I0422 17:54:19.002790 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/client.crt: {Name:mk9f8b1edafe6b44b953af6b9e9abb2239826a93 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:19.003480 272059 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/client.key ...
I0422 17:54:19.003497 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/client.key: {Name:mk85f60b45ef778f582433d34c23a4fa541b5559 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:19.003616 272059 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.key.37c0742c
I0422 17:54:19.003640 272059 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.crt.37c0742c with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0422 17:54:19.780728 272059 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.crt.37c0742c ...
I0422 17:54:19.780761 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.crt.37c0742c: {Name:mk9a3151ff68f140028bd48b9a66751208f314f7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:19.781434 272059 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.key.37c0742c ...
I0422 17:54:19.781454 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.key.37c0742c: {Name:mk66f9ce0fc7cc8605672af04795f351072d9d31 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:19.781547 272059 certs.go:381] copying /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.crt.37c0742c -> /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.crt
I0422 17:54:19.781627 272059 certs.go:385] copying /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.key.37c0742c -> /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.key
I0422 17:54:19.781690 272059 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/proxy-client.key
I0422 17:54:19.781711 272059 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/proxy-client.crt with IP's: []
I0422 17:54:20.146318 272059 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/proxy-client.crt ...
I0422 17:54:20.146349 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/proxy-client.crt: {Name:mk52bd2ee2345b66e1aca0ab7056dd353a5e00a3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:20.146576 272059 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/proxy-client.key ...
I0422 17:54:20.146594 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/proxy-client.key: {Name:mk9447092a88e409be6d5299120c47e8d5db0881 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:20.147344 272059 certs.go:484] found cert: /home/jenkins/minikube-integration/18706-265986/.minikube/certs/ca-key.pem (1675 bytes)
I0422 17:54:20.147391 272059 certs.go:484] found cert: /home/jenkins/minikube-integration/18706-265986/.minikube/certs/ca.pem (1078 bytes)
I0422 17:54:20.147424 272059 certs.go:484] found cert: /home/jenkins/minikube-integration/18706-265986/.minikube/certs/cert.pem (1123 bytes)
I0422 17:54:20.147454 272059 certs.go:484] found cert: /home/jenkins/minikube-integration/18706-265986/.minikube/certs/key.pem (1679 bytes)
I0422 17:54:20.148073 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0422 17:54:20.172311 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0422 17:54:20.197103 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0422 17:54:20.221418 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0422 17:54:20.245434 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0422 17:54:20.268864 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0422 17:54:20.292288 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0422 17:54:20.316801 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/profiles/addons-315217/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0422 17:54:20.339650 272059 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-265986/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0422 17:54:20.362986 272059 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0422 17:54:20.381322 272059 ssh_runner.go:195] Run: openssl version
I0422 17:54:20.386695 272059 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"
I0422 17:54:20.395957 272059 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0422 17:54:20.399273 272059 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr 22 17:54 /usr/share/ca-certificates/minikubeCA.pem
I0422 17:54:20.399346 272059 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0422 17:54:20.406145 272059 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"
I0422 17:54:20.415288 272059 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0422 17:54:20.418497 272059 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
I0422 17:54:20.418545 272059 kubeadm.go:391] StartCluster: {Name:addons-315217 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e 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-315217 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}
I0422 17:54:20.418623 272059 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0422 17:54:20.418683 272059 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0422 17:54:20.456321 272059 cri.go:89] found id: ""
I0422 17:54:20.456442 272059 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0422 17:54:20.465203 272059 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0422 17:54:20.473802 272059 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0422 17:54:20.473867 272059 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
I0422 17:54:20.484186 272059 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
I0422 17:54:20.484208 272059 kubeadm.go:156] found existing configuration files:
I0422 17:54:20.484261 272059 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0422 17:54:20.492526 272059 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
I0422 17:54:20.492589 272059 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0422 17:54:20.500606 272059 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0422 17:54:20.509218 272059 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
I0422 17:54:20.509282 272059 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0422 17:54:20.517372 272059 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0422 17:54:20.525833 272059 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
I0422 17:54:20.525894 272059 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0422 17:54:20.533805 272059 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0422 17:54:20.543108 272059 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
I0422 17:54:20.543181 272059 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0422 17:54:20.551402 272059 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"
I0422 17:54:20.633538 272059 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
I0422 17:54:20.699333 272059 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0422 17:54:36.443316 272059 kubeadm.go:309] [init] Using Kubernetes version: v1.30.0
I0422 17:54:36.443380 272059 kubeadm.go:309] [preflight] Running pre-flight checks
I0422 17:54:36.443467 272059 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0422 17:54:36.443532 272059 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1058-aws[0m
I0422 17:54:36.443571 272059 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0422 17:54:36.443619 272059 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0422 17:54:36.443675 272059 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0422 17:54:36.443728 272059 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0422 17:54:36.443781 272059 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0422 17:54:36.443828 272059 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0422 17:54:36.443880 272059 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0422 17:54:36.443928 272059 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0422 17:54:36.443978 272059 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0422 17:54:36.444025 272059 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0422 17:54:36.444098 272059 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0422 17:54:36.444191 272059 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0422 17:54:36.444282 272059 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0422 17:54:36.444345 272059 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0422 17:54:36.446380 272059 out.go:204] - Generating certificates and keys ...
I0422 17:54:36.446472 272059 kubeadm.go:309] [certs] Using existing ca certificate authority
I0422 17:54:36.446541 272059 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0422 17:54:36.446609 272059 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0422 17:54:36.446667 272059 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0422 17:54:36.446730 272059 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0422 17:54:36.446780 272059 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0422 17:54:36.446838 272059 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0422 17:54:36.446959 272059 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-315217 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0422 17:54:36.447014 272059 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0422 17:54:36.447126 272059 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-315217 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0422 17:54:36.447195 272059 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0422 17:54:36.447267 272059 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0422 17:54:36.447316 272059 kubeadm.go:309] [certs] Generating "sa" key and public key
I0422 17:54:36.447372 272059 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0422 17:54:36.447426 272059 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0422 17:54:36.447483 272059 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0422 17:54:36.447536 272059 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0422 17:54:36.447601 272059 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0422 17:54:36.447657 272059 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0422 17:54:36.447738 272059 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0422 17:54:36.447805 272059 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0422 17:54:36.449813 272059 out.go:204] - Booting up control plane ...
I0422 17:54:36.449937 272059 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0422 17:54:36.450048 272059 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0422 17:54:36.450123 272059 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0422 17:54:36.450242 272059 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0422 17:54:36.450370 272059 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0422 17:54:36.450413 272059 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0422 17:54:36.450552 272059 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0422 17:54:36.450627 272059 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0422 17:54:36.450689 272059 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 1.000948431s
I0422 17:54:36.450781 272059 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0422 17:54:36.450854 272059 kubeadm.go:309] [api-check] The API server is healthy after 6.501907616s
I0422 17:54:36.450956 272059 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0422 17:54:36.451076 272059 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0422 17:54:36.451132 272059 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0422 17:54:36.451304 272059 kubeadm.go:309] [mark-control-plane] Marking the node addons-315217 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0422 17:54:36.451357 272059 kubeadm.go:309] [bootstrap-token] Using token: uoh9ol.sztasxhl1yk9v6pc
I0422 17:54:36.453636 272059 out.go:204] - Configuring RBAC rules ...
I0422 17:54:36.453757 272059 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0422 17:54:36.453844 272059 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0422 17:54:36.453985 272059 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
I0422 17:54:36.454124 272059 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0422 17:54:36.454237 272059 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0422 17:54:36.454323 272059 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0422 17:54:36.454439 272059 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0422 17:54:36.454484 272059 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0422 17:54:36.454531 272059 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0422 17:54:36.454538 272059 kubeadm.go:309]
I0422 17:54:36.454596 272059 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0422 17:54:36.454604 272059 kubeadm.go:309]
I0422 17:54:36.454677 272059 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0422 17:54:36.454685 272059 kubeadm.go:309]
I0422 17:54:36.454710 272059 kubeadm.go:309] mkdir -p $HOME/.kube
I0422 17:54:36.454769 272059 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0422 17:54:36.454821 272059 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0422 17:54:36.454829 272059 kubeadm.go:309]
I0422 17:54:36.454880 272059 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0422 17:54:36.454889 272059 kubeadm.go:309]
I0422 17:54:36.454934 272059 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0422 17:54:36.454941 272059 kubeadm.go:309]
I0422 17:54:36.454991 272059 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0422 17:54:36.455066 272059 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0422 17:54:36.455134 272059 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0422 17:54:36.455143 272059 kubeadm.go:309]
I0422 17:54:36.455223 272059 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0422 17:54:36.455301 272059 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0422 17:54:36.455308 272059 kubeadm.go:309]
I0422 17:54:36.455388 272059 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token uoh9ol.sztasxhl1yk9v6pc \
I0422 17:54:36.455489 272059 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:eddbfe16f57b438cc55c21e366ced9437013008aacacf830d6610e579a2a938f \
I0422 17:54:36.455513 272059 kubeadm.go:309] --control-plane
I0422 17:54:36.455524 272059 kubeadm.go:309]
I0422 17:54:36.455605 272059 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0422 17:54:36.455614 272059 kubeadm.go:309]
I0422 17:54:36.455692 272059 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token uoh9ol.sztasxhl1yk9v6pc \
I0422 17:54:36.455807 272059 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:eddbfe16f57b438cc55c21e366ced9437013008aacacf830d6610e579a2a938f
I0422 17:54:36.455818 272059 cni.go:84] Creating CNI manager for ""
I0422 17:54:36.455825 272059 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0422 17:54:36.457953 272059 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0422 17:54:36.459937 272059 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0422 17:54:36.463941 272059 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.0/kubectl ...
I0422 17:54:36.463963 272059 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0422 17:54:36.482887 272059 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
I0422 17:54:36.748821 272059 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0422 17:54:36.748984 272059 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
I0422 17:54:36.748985 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-315217 minikube.k8s.io/updated_at=2024_04_22T17_54_36_0700 minikube.k8s.io/version=v1.33.0 minikube.k8s.io/commit=066f6aefcc83a135104448c0f8191604ce1e099a minikube.k8s.io/name=addons-315217 minikube.k8s.io/primary=true
I0422 17:54:36.756235 272059 ops.go:34] apiserver oom_adj: -16
I0422 17:54:36.940698 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:37.440977 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:37.941254 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:38.441619 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:38.941629 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:39.441167 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:39.941109 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:40.441169 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:40.940946 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:41.441023 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:41.940974 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:42.441147 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:42.941428 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:43.440878 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:43.941304 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:44.441625 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:44.940900 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:45.441617 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:45.940966 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:46.441560 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:46.941482 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:47.441653 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:47.941529 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:48.441162 272059 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 17:54:48.545280 272059 kubeadm.go:1107] duration metric: took 11.796360559s to wait for elevateKubeSystemPrivileges
W0422 17:54:48.545316 272059 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0422 17:54:48.545324 272059 kubeadm.go:393] duration metric: took 28.126783457s to StartCluster
I0422 17:54:48.545340 272059 settings.go:142] acquiring lock: {Name:mk2faac6788c35af4a6318e14d63a2983f8085e2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:48.545461 272059 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18706-265986/kubeconfig
I0422 17:54:48.545862 272059 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-265986/kubeconfig: {Name:mkac39fa32c5354ad8fe4e439a5c55a13e7d4f4f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 17:54:48.546053 272059 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"
I0422 17:54:48.546067 272059 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}
I0422 17:54:48.547766 272059 out.go:177] * Verifying Kubernetes components...
I0422 17:54:48.546329 272059 config.go:182] Loaded profile config "addons-315217": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.0
I0422 17:54:48.546342 272059 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]
I0422 17:54:48.549264 272059 addons.go:69] Setting yakd=true in profile "addons-315217"
I0422 17:54:48.549291 272059 addons.go:234] Setting addon yakd=true in "addons-315217"
I0422 17:54:48.549333 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.549825 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.550006 272059 addons.go:69] Setting ingress-dns=true in profile "addons-315217"
I0422 17:54:48.550036 272059 addons.go:234] Setting addon ingress-dns=true in "addons-315217"
I0422 17:54:48.550083 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.550497 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.550817 272059 addons.go:69] Setting inspektor-gadget=true in profile "addons-315217"
I0422 17:54:48.550857 272059 addons.go:234] Setting addon inspektor-gadget=true in "addons-315217"
I0422 17:54:48.550900 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.551275 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.551470 272059 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0422 17:54:48.551695 272059 addons.go:69] Setting cloud-spanner=true in profile "addons-315217"
I0422 17:54:48.551725 272059 addons.go:234] Setting addon cloud-spanner=true in "addons-315217"
I0422 17:54:48.551757 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.552154 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.554482 272059 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-315217"
I0422 17:54:48.554552 272059 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-315217"
I0422 17:54:48.554579 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.554978 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.555147 272059 addons.go:69] Setting metrics-server=true in profile "addons-315217"
I0422 17:54:48.555178 272059 addons.go:234] Setting addon metrics-server=true in "addons-315217"
I0422 17:54:48.555220 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.555578 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.570647 272059 addons.go:69] Setting default-storageclass=true in profile "addons-315217"
I0422 17:54:48.570710 272059 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-315217"
I0422 17:54:48.571026 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.571306 272059 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-315217"
I0422 17:54:48.571336 272059 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-315217"
I0422 17:54:48.571367 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.571759 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.587129 272059 addons.go:69] Setting gcp-auth=true in profile "addons-315217"
I0422 17:54:48.587187 272059 mustload.go:65] Loading cluster: addons-315217
I0422 17:54:48.587385 272059 config.go:182] Loaded profile config "addons-315217": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.0
I0422 17:54:48.587641 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.616167 272059 addons.go:69] Setting registry=true in profile "addons-315217"
I0422 17:54:48.616259 272059 addons.go:234] Setting addon registry=true in "addons-315217"
I0422 17:54:48.616325 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.616808 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.617071 272059 addons.go:69] Setting ingress=true in profile "addons-315217"
I0422 17:54:48.617133 272059 addons.go:234] Setting addon ingress=true in "addons-315217"
I0422 17:54:48.617184 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.617583 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.663630 272059 addons.go:69] Setting storage-provisioner=true in profile "addons-315217"
I0422 17:54:48.668392 272059 addons.go:234] Setting addon storage-provisioner=true in "addons-315217"
I0422 17:54:48.668516 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.668997 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.689466 272059 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0422 17:54:48.688911 272059 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-315217"
I0422 17:54:48.688926 272059 addons.go:69] Setting volumesnapshots=true in profile "addons-315217"
I0422 17:54:48.700970 272059 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0422 17:54:48.703981 272059 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0422 17:54:48.704056 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0422 17:54:48.704152 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:48.715303 272059 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0422 17:54:48.715378 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0422 17:54:48.715457 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:48.737980 272059 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0422 17:54:48.739699 272059 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0422 17:54:48.739723 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0422 17:54:48.739744 272059 addons.go:234] Setting addon default-storageclass=true in "addons-315217"
I0422 17:54:48.739783 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:48.737810 272059 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-315217"
I0422 17:54:48.758318 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.739784 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.760307 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.737830 272059 addons.go:234] Setting addon volumesnapshots=true in "addons-315217"
I0422 17:54:48.763775 272059 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.0
I0422 17:54:48.764238 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.775234 272059 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
I0422 17:54:48.775246 272059 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.27.0
I0422 17:54:48.776821 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.782679 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.802797 272059 out.go:177] - Using image docker.io/registry:2.8.3
I0422 17:54:48.806183 272059 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0422 17:54:48.807996 272059 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0422 17:54:48.808057 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0422 17:54:48.808159 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:48.813959 272059 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0422 17:54:48.813982 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0422 17:54:48.814051 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:48.795830 272059 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0422 17:54:48.837853 272059 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0422 17:54:48.846282 272059 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0422 17:54:48.841193 272059 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0422 17:54:48.849021 272059 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0422 17:54:48.849119 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0422 17:54:48.851408 272059 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0422 17:54:48.853740 272059 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0422 17:54:48.851499 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0422 17:54:48.851419 272059 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0422 17:54:48.851662 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:48.857053 272059 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0422 17:54:48.855573 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:48.862415 272059 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0422 17:54:48.864052 272059 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0422 17:54:48.864073 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0422 17:54:48.864140 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:48.872022 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:48.873144 272059 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 -"
I0422 17:54:48.887171 272059 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0422 17:54:48.891919 272059 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0422 17:54:48.893511 272059 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0422 17:54:48.892435 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:48.892513 272059 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0422 17:54:48.893191 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:48.899779 272059 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0422 17:54:48.901301 272059 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0422 17:54:48.901320 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0422 17:54:48.901381 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:48.908990 272059 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-315217"
I0422 17:54:48.909033 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:48.909441 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:48.900364 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0422 17:54:48.912481 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:48.968810 272059 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0422 17:54:48.968848 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0422 17:54:48.968913 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:48.986482 272059 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0422 17:54:48.988091 272059 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0422 17:54:48.988116 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0422 17:54:48.988187 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:49.012915 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:49.013456 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:49.026255 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:49.035092 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:49.035579 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:49.038959 272059 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0422 17:54:49.047695 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:49.085364 272059 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0422 17:54:49.087039 272059 out.go:177] - Using image docker.io/busybox:stable
I0422 17:54:49.088718 272059 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0422 17:54:49.088737 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0422 17:54:49.088799 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:49.092504 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:49.093732 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:49.120634 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
W0422 17:54:49.122036 272059 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0422 17:54:49.122060 272059 retry.go:31] will retry after 152.677262ms: ssh: handshake failed: EOF
I0422 17:54:49.126009 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
W0422 17:54:49.126720 272059 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0422 17:54:49.126746 272059 retry.go:31] will retry after 175.06057ms: ssh: handshake failed: EOF
I0422 17:54:49.333448 272059 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0422 17:54:49.333470 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0422 17:54:49.369509 272059 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
I0422 17:54:49.373808 272059 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
I0422 17:54:49.440522 272059 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0422 17:54:49.440548 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0422 17:54:49.450727 272059 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0422 17:54:49.450754 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0422 17:54:49.480953 272059 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0422 17:54:49.480978 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0422 17:54:49.499469 272059 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0422 17:54:49.499497 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0422 17:54:49.501989 272059 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
I0422 17:54:49.506093 272059 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
I0422 17:54:49.515897 272059 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
I0422 17:54:49.527640 272059 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0422 17:54:49.527670 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0422 17:54:49.546073 272059 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
I0422 17:54:49.623360 272059 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0422 17:54:49.623426 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0422 17:54:49.626078 272059 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0422 17:54:49.626141 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0422 17:54:49.637377 272059 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0422 17:54:49.637444 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0422 17:54:49.641291 272059 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0422 17:54:49.641355 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0422 17:54:49.684050 272059 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0422 17:54:49.684130 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0422 17:54:49.776727 272059 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
I0422 17:54:49.777552 272059 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
I0422 17:54:49.779382 272059 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0422 17:54:49.779441 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0422 17:54:49.788697 272059 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0422 17:54:49.788774 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0422 17:54:49.797041 272059 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0422 17:54:49.797107 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0422 17:54:49.815703 272059 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0422 17:54:49.815781 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0422 17:54:49.861102 272059 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0422 17:54:49.861178 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0422 17:54:49.924497 272059 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0422 17:54:49.924572 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0422 17:54:49.943166 272059 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
I0422 17:54:49.957916 272059 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
I0422 17:54:49.989277 272059 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0422 17:54:49.989360 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0422 17:54:50.023718 272059 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0422 17:54:50.023810 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0422 17:54:50.060953 272059 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0422 17:54:50.061034 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0422 17:54:50.119898 272059 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0422 17:54:50.119978 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0422 17:54:50.129528 272059 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0422 17:54:50.129634 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0422 17:54:50.194242 272059 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0422 17:54:50.194328 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0422 17:54:50.226621 272059 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0422 17:54:50.226687 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0422 17:54:50.266241 272059 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0422 17:54:50.266317 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0422 17:54:50.281934 272059 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0422 17:54:50.282006 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0422 17:54:50.302649 272059 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0422 17:54:50.302722 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0422 17:54:50.323252 272059 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
I0422 17:54:50.363150 272059 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0422 17:54:50.363228 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0422 17:54:50.367026 272059 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
I0422 17:54:50.413289 272059 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0422 17:54:50.413370 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0422 17:54:50.493448 272059 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0422 17:54:50.493525 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0422 17:54:50.624387 272059 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0422 17:54:50.624465 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0422 17:54:50.811097 272059 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
I0422 17:54:51.464611 272059 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.591406988s)
I0422 17:54:51.464754 272059 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0422 17:54:51.464704 272059 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.425722606s)
I0422 17:54:51.465619 272059 node_ready.go:35] waiting up to 6m0s for node "addons-315217" to be "Ready" ...
I0422 17:54:52.633725 272059 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-315217" context rescaled to 1 replicas
I0422 17:54:53.083269 272059 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.713723024s)
I0422 17:54:53.495748 272059 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.121903429s)
I0422 17:54:53.495844 272059 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.993834303s)
I0422 17:54:53.495912 272059 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: (3.989796033s)
I0422 17:54:53.495963 272059 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: (3.980044242s)
I0422 17:54:53.502719 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:54:54.457274 272059 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.91116422s)
I0422 17:54:54.457357 272059 addons.go:470] Verifying addon ingress=true in "addons-315217"
I0422 17:54:54.459184 272059 out.go:177] * Verifying ingress addon...
I0422 17:54:54.457537 272059 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.68072157s)
I0422 17:54:54.457578 272059 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.679980041s)
I0422 17:54:54.457633 272059 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.514394822s)
I0422 17:54:54.457747 272059 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.49973805s)
I0422 17:54:54.459347 272059 addons.go:470] Verifying addon registry=true in "addons-315217"
I0422 17:54:54.461327 272059 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-315217 service yakd-dashboard -n yakd-dashboard
I0422 17:54:54.459794 272059 addons.go:470] Verifying addon metrics-server=true in "addons-315217"
I0422 17:54:54.462975 272059 out.go:177] * Verifying registry addon...
I0422 17:54:54.467226 272059 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0422 17:54:54.465468 272059 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0422 17:54:54.481459 272059 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0422 17:54:54.481548 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:54:54.490281 272059 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0422 17:54:54.490349 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:54:54.570457 272059 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.247113071s)
W0422 17:54:54.570641 272059 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
I0422 17:54:54.570680 272059 retry.go:31] will retry after 295.043651ms: 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
I0422 17:54:54.570605 272059 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.203482056s)
I0422 17:54:54.822431 272059 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.011237587s)
I0422 17:54:54.822500 272059 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-315217"
I0422 17:54:54.824770 272059 out.go:177] * Verifying csi-hostpath-driver addon...
I0422 17:54:54.827764 272059 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0422 17:54:54.834706 272059 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0422 17:54:54.834728 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:54:54.866017 272059 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
I0422 17:54:54.992994 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:54:54.993961 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:54:55.333169 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:54:55.472630 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:54:55.473486 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:54:55.834886 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:54:55.972534 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:54:55.976130 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:54:55.977459 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:54:56.332897 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:54:56.474609 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:54:56.478657 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:54:56.838255 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:54:56.981185 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:54:56.982621 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:54:57.334277 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:54:57.479658 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:54:57.480666 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:54:57.835054 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:54:57.933006 272059 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.066935282s)
I0422 17:54:57.973360 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:54:57.978917 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:54:58.163535 272059 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0422 17:54:58.163613 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:58.191169 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:58.333397 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:54:58.352369 272059 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0422 17:54:58.410822 272059 addons.go:234] Setting addon gcp-auth=true in "addons-315217"
I0422 17:54:58.410878 272059 host.go:66] Checking if "addons-315217" exists ...
I0422 17:54:58.411332 272059 cli_runner.go:164] Run: docker container inspect addons-315217 --format={{.State.Status}}
I0422 17:54:58.431624 272059 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0422 17:54:58.431803 272059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-315217
I0422 17:54:58.449776 272059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33139 SSHKeyPath:/home/jenkins/minikube-integration/18706-265986/.minikube/machines/addons-315217/id_rsa Username:docker}
I0422 17:54:58.470863 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:54:58.483115 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:54:58.483211 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:54:58.553420 272059 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0422 17:54:58.556271 272059 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0422 17:54:58.559017 272059 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0422 17:54:58.559053 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0422 17:54:58.601749 272059 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0422 17:54:58.601836 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0422 17:54:58.643703 272059 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0422 17:54:58.643765 272059 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0422 17:54:58.675356 272059 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
I0422 17:54:58.832836 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:54:58.977128 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:54:58.978230 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:54:59.334125 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:54:59.471506 272059 addons.go:470] Verifying addon gcp-auth=true in "addons-315217"
I0422 17:54:59.474425 272059 out.go:177] * Verifying gcp-auth addon...
I0422 17:54:59.478572 272059 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0422 17:54:59.487925 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:54:59.488949 272059 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0422 17:54:59.488965 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:54:59.489985 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:54:59.833721 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:00.056642 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:00.057459 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:00.061309 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:00.345324 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:00.473964 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:00.474868 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:00.483083 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:00.833348 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:00.971503 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:55:00.973814 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:00.974949 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:00.981994 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:01.334674 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:01.480916 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:01.482616 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:01.485729 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:01.834106 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:01.973427 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:01.974038 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:01.985074 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:02.332642 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:02.471356 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:02.472881 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:02.481682 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:02.832770 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:02.973594 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:02.973937 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:02.982163 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:03.344306 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:03.475388 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:55:03.478414 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:03.481927 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:03.484186 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:03.833200 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:03.973522 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:03.974261 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:03.982728 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:04.332917 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:04.472546 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:04.473962 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:04.482608 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:04.833219 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:04.974189 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:04.975701 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:04.982055 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:05.332529 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:05.472328 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:05.473648 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:05.482506 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:05.833150 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:05.969165 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:55:05.972391 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:05.973792 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:05.982177 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:06.332740 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:06.472606 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:06.473532 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:06.482415 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:06.832196 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:06.973278 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:06.973936 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:06.982068 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:07.332500 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:07.472996 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:07.473303 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:07.482581 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:07.832458 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:07.970015 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:55:07.973458 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:07.974026 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:07.981755 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:08.332232 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:08.472473 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:08.473618 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:08.482414 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:08.831948 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:08.972937 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:08.974708 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:08.982744 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:09.332635 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:09.472695 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:09.473458 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:09.482418 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:09.831731 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:09.976603 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:09.977537 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:09.978097 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:55:09.982466 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:10.331968 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:10.471738 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:10.471934 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:10.482119 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:10.831669 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:10.972124 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:10.972816 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:10.982197 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:11.331882 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:11.473356 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:11.474282 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:11.482047 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:11.832490 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:11.973107 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:11.974369 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:11.981904 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:12.332376 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:12.469032 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:55:12.472068 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:12.473284 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:12.482239 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:12.832350 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:12.972127 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:12.973552 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:12.981972 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:13.332621 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:13.472272 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:13.472583 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:13.481925 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:13.832147 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:13.972713 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:13.974520 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:13.982485 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:14.332591 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:14.472734 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:14.473683 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:14.473987 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:55:14.481905 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:14.832337 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:14.974218 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:14.975250 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:14.982937 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:15.332384 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:15.473095 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:15.473641 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:15.482447 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:15.832326 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:15.972845 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:15.973552 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:15.982952 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:16.332447 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:16.470894 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:16.473078 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:16.482461 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:16.831851 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:16.969197 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:55:16.972285 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:16.973659 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:16.982508 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:17.332590 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:17.473233 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:17.474024 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:17.482197 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:17.832367 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:17.972181 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:17.973195 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:17.984148 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:18.332233 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:18.472090 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:18.473883 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:18.481958 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:18.832669 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:18.970105 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:55:18.972578 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:18.972893 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:18.981658 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:19.331959 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:19.473264 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:19.473730 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:19.482003 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:19.831668 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:19.972397 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:19.976205 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:19.983561 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:20.332211 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:20.472264 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:20.473073 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:20.482320 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:20.831683 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:20.971969 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:20.973370 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:20.981942 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:21.332602 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:21.470105 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:55:21.473072 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:21.473825 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:21.482136 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:21.831779 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:21.971939 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:21.973394 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:21.986782 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:22.334156 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:22.473230 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:22.473432 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:22.482632 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:22.831970 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:22.973271 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:22.973452 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:22.982622 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:23.332231 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:23.472458 272059 node_ready.go:53] node "addons-315217" has status "Ready":"False"
I0422 17:55:23.475518 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:23.475795 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:23.482324 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:23.834191 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:23.972023 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:23.972766 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:23.982376 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:24.332299 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:24.472728 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:24.473739 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:24.482416 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:24.852446 272059 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0422 17:55:24.852481 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:25.002022 272059 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0422 17:55:25.002057 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:25.010098 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:25.010927 272059 node_ready.go:49] node "addons-315217" has status "Ready":"True"
I0422 17:55:25.010950 272059 node_ready.go:38] duration metric: took 33.545298631s for node "addons-315217" to be "Ready" ...
I0422 17:55:25.010984 272059 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" ...
I0422 17:55:25.014765 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:25.051256 272059 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-slxgm" in "kube-system" namespace to be "Ready" ...
I0422 17:55:25.355233 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:25.481729 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:25.506739 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:25.514002 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:25.839659 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:25.996586 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:25.999065 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:26.001724 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:26.333789 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:26.477807 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:26.478420 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:26.488013 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:26.559006 272059 pod_ready.go:92] pod "coredns-7db6d8ff4d-slxgm" in "kube-system" namespace has status "Ready":"True"
I0422 17:55:26.559081 272059 pod_ready.go:81] duration metric: took 1.507778528s for pod "coredns-7db6d8ff4d-slxgm" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.559122 272059 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-315217" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.574882 272059 pod_ready.go:92] pod "etcd-addons-315217" in "kube-system" namespace has status "Ready":"True"
I0422 17:55:26.574961 272059 pod_ready.go:81] duration metric: took 15.802657ms for pod "etcd-addons-315217" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.574992 272059 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-315217" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.587458 272059 pod_ready.go:92] pod "kube-apiserver-addons-315217" in "kube-system" namespace has status "Ready":"True"
I0422 17:55:26.587488 272059 pod_ready.go:81] duration metric: took 12.47464ms for pod "kube-apiserver-addons-315217" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.587501 272059 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-315217" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.599041 272059 pod_ready.go:92] pod "kube-controller-manager-addons-315217" in "kube-system" namespace has status "Ready":"True"
I0422 17:55:26.599115 272059 pod_ready.go:81] duration metric: took 11.605624ms for pod "kube-controller-manager-addons-315217" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.599145 272059 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-4g49v" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.610361 272059 pod_ready.go:92] pod "kube-proxy-4g49v" in "kube-system" namespace has status "Ready":"True"
I0422 17:55:26.610437 272059 pod_ready.go:81] duration metric: took 11.269434ms for pod "kube-proxy-4g49v" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.610464 272059 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-315217" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.834244 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:26.979193 272059 pod_ready.go:92] pod "kube-scheduler-addons-315217" in "kube-system" namespace has status "Ready":"True"
I0422 17:55:26.979223 272059 pod_ready.go:81] duration metric: took 368.738014ms for pod "kube-scheduler-addons-315217" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.979236 272059 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace to be "Ready" ...
I0422 17:55:26.979835 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:26.981533 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:26.985245 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:27.334700 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:27.472728 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:27.475315 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:27.482578 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:27.834153 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:27.974999 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:27.978121 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:27.985282 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:28.333847 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:28.475653 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:28.476768 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:28.483641 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:28.833982 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:28.973291 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:28.974955 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:28.983825 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:28.987188 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:29.334513 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:29.477357 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:29.489189 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:29.490412 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:29.835149 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:30.008562 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:30.010463 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:30.016822 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:30.334236 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:30.474495 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:30.476649 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:30.489305 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:30.834169 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:30.974699 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:30.975407 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:30.983509 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:30.988078 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:31.333269 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:31.476199 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:31.477983 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:31.489554 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:31.837462 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:31.982137 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:31.986504 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:32.029221 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:32.336217 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:32.480890 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:32.483814 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:32.488055 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:32.835174 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:32.976625 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:32.979403 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:32.989409 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:32.997396 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:33.333406 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:33.473041 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:33.474116 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:33.482726 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:33.834851 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:33.972934 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:33.974385 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:33.983044 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:34.334491 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:34.472271 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:34.473354 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:34.483839 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:34.833605 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:34.972663 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:34.974316 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:34.983200 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:35.334729 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:35.476969 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:35.486561 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:35.500005 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:35.511244 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:35.834256 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:35.973602 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:35.974672 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:35.982782 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:36.334417 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:36.478480 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:36.485908 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:36.486809 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:36.834476 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:36.975097 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:36.980572 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:36.992245 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:37.335361 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:37.473296 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:37.474684 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:37.487935 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:37.844163 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:37.976584 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:37.977319 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:37.991369 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:38.000712 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:38.334048 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:38.474660 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:38.476350 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:38.483750 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:38.835105 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:38.977107 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:38.977649 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:38.983079 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:39.334771 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:39.472718 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:39.475187 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:39.482289 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:39.834254 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:39.980394 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:40.001157 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:40.001695 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:40.003974 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:40.335965 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:40.475491 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:40.476953 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:40.507814 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:40.834447 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:40.974397 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:40.976016 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:40.984616 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:41.336394 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:41.478761 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:41.481682 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:41.495390 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:41.833779 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:41.975610 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:41.976546 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:41.986106 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:42.335524 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:42.475148 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:42.479069 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:42.494185 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:42.504110 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:42.833974 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:42.974867 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:42.975713 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:42.983912 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:43.333372 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:43.472492 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:43.473278 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:43.483232 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:43.833504 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:43.972675 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:43.974309 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:43.987641 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:44.334435 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:44.474229 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:44.475560 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:44.485695 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:44.848120 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:44.974888 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:44.974902 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:44.993187 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:44.994782 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:45.333845 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:45.472849 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:45.473665 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:45.483000 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:45.835336 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:45.973646 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:45.974423 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:45.986708 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:46.334797 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:46.479230 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:46.482190 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:46.488881 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:46.833637 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:46.973379 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:46.973925 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:46.985628 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:47.334074 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:47.479173 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:47.496100 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:47.498038 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:47.499818 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:47.833740 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:47.975313 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:47.981336 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:47.986435 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:48.336764 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:48.474281 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:48.475054 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:48.483402 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:48.833742 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:48.972944 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:48.974406 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:48.983001 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:49.338684 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:49.484596 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:49.487144 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:49.490177 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:49.835755 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:49.974555 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:49.978205 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:50.003943 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:50.020071 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:50.350010 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:50.474040 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:50.475463 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:50.487865 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:50.835142 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:50.977001 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:50.978632 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:50.983521 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:51.333848 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:51.473615 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:51.475409 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:51.483545 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:51.834018 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:51.975046 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:51.976131 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:51.983766 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:52.334217 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:52.472127 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:52.472515 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:52.482663 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:52.485748 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:52.833921 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:52.975421 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:52.976136 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:52.983375 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:53.334635 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:53.472928 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:53.475973 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:53.484998 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:53.836457 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:53.974006 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:53.986298 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:53.997016 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:54.334645 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:54.473591 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:54.475257 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:54.484375 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:54.497684 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:54.833275 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:54.975023 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:54.976559 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:54.989504 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:55.335419 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:55.475003 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:55.478066 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:55.488690 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:55.846758 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:55.980731 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:55.983282 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:55.985512 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:56.337466 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:56.473802 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:56.476249 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:56.485938 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:56.834103 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:56.975469 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:56.980009 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:56.984402 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:56.987377 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:57.335141 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:57.471737 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:57.473074 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:57.483263 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:57.834275 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:57.972247 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:57.973467 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:57.983349 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:58.333684 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:58.473346 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:58.473581 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:58.483547 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:58.833232 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:58.977703 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:58.977849 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:58.985499 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:58.994306 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:55:59.333491 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:59.494198 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:59.495304 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:55:59.496718 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:55:59.834415 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:55:59.986550 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:55:59.989636 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:00.015290 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:00.343180 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:00.478886 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:00.479134 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:00.495784 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:00.833943 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:00.973817 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:00.974330 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:00.982509 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:01.334177 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:01.473587 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:01.474408 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:01.482547 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:01.485757 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:01.833727 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:01.973176 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:01.973806 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:01.984337 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:02.334141 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:02.474723 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:02.489218 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:02.499823 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:02.835017 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:02.974089 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:02.976770 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:02.985867 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:03.333598 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:03.473275 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:03.473980 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:03.483088 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:03.833628 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:03.972810 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:03.973906 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:03.984930 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:03.988072 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:04.335444 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:04.475113 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:04.476724 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:04.485085 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:04.834560 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:04.977926 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:04.987299 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:04.991734 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:05.333111 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:05.473420 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:05.473567 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:05.483612 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:05.834490 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:05.978989 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:05.980676 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:05.989181 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:06.002245 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:06.333770 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:06.474067 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:06.476331 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:06.484609 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:06.833524 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:06.972007 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:06.972861 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 17:56:06.982144 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:07.336686 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:07.472364 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:07.474133 272059 kapi.go:107] duration metric: took 1m13.006904722s to wait for kubernetes.io/minikube-addons=registry ...
I0422 17:56:07.482802 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:07.877726 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:07.994251 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:08.019776 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:08.042743 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:08.333587 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:08.472705 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:08.483243 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:08.834687 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:08.973483 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:08.984813 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:09.335546 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:09.472956 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:09.484520 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:09.834000 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:09.978569 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:09.988786 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:10.334388 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:10.493493 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:10.494109 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:10.498355 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:10.837722 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:10.971755 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:10.981947 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:11.335780 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:11.472803 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:11.486217 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:11.836645 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:11.976283 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:11.987120 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:12.335560 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:12.477253 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:12.551126 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:12.561573 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:12.834566 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:12.977094 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:12.986090 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:13.338525 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:13.473641 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:13.485040 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:13.835112 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:13.975891 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:13.988485 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:14.334541 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:14.473695 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:14.485494 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:14.838950 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:14.975397 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:14.989639 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:14.994990 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:15.339042 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:15.474268 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:15.496151 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:15.859037 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:15.973089 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:15.983919 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:16.338943 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:16.472674 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:16.487931 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:16.837185 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:16.973206 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:16.985833 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:17.334881 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:17.474385 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:17.485427 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:17.500912 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:17.836253 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:17.973816 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:18.036239 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:18.335347 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:18.472744 272059 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 17:56:18.482867 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:18.834712 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:18.973114 272059 kapi.go:107] duration metric: took 1m24.507641837s to wait for app.kubernetes.io/name=ingress-nginx ...
I0422 17:56:18.983245 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:19.334506 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:19.481996 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:19.834207 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:19.986996 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:19.991066 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:20.333423 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:20.484307 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:20.833165 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:20.983045 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:21.332997 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:21.483455 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 17:56:21.834081 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:21.988906 272059 kapi.go:107] duration metric: took 1m22.510332667s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0422 17:56:21.993525 272059 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-315217 cluster.
I0422 17:56:21.996204 272059 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.
I0422 17:56:21.992885 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:22.001773 272059 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0422 17:56:22.333619 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:22.834017 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:23.333755 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:23.833892 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:24.027584 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:24.334498 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:24.832968 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:25.334558 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:25.834843 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:26.337146 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:26.487139 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:26.833493 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:27.334292 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:27.833993 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:28.337938 272059 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 17:56:28.833772 272059 kapi.go:107] duration metric: took 1m34.006006008s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0422 17:56:28.835721 272059 out.go:177] * Enabled addons: ingress-dns, storage-provisioner, cloud-spanner, nvidia-device-plugin, default-storageclass, yakd, metrics-server, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I0422 17:56:28.837550 272059 addons.go:505] duration metric: took 1m40.291204626s for enable addons: enabled=[ingress-dns storage-provisioner cloud-spanner nvidia-device-plugin default-storageclass yakd metrics-server storage-provisioner-rancher inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I0422 17:56:28.986119 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:30.986726 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:33.485984 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:35.986002 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:37.986103 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:39.997318 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:42.485766 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:44.988616 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:47.485318 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:49.486580 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:51.486940 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:53.986456 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:56.485295 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:56:58.485334 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:57:00.485857 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:57:02.986063 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:57:05.485410 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:57:07.486534 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:57:09.986193 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:57:11.986883 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:57:14.486434 272059 pod_ready.go:102] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"False"
I0422 17:57:15.485604 272059 pod_ready.go:92] pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace has status "Ready":"True"
I0422 17:57:15.485630 272059 pod_ready.go:81] duration metric: took 1m48.506385794s for pod "metrics-server-c59844bb4-7xt5b" in "kube-system" namespace to be "Ready" ...
I0422 17:57:15.485645 272059 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-cg2td" in "kube-system" namespace to be "Ready" ...
I0422 17:57:15.491179 272059 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-cg2td" in "kube-system" namespace has status "Ready":"True"
I0422 17:57:15.491207 272059 pod_ready.go:81] duration metric: took 5.552534ms for pod "nvidia-device-plugin-daemonset-cg2td" in "kube-system" namespace to be "Ready" ...
I0422 17:57:15.491230 272059 pod_ready.go:38] duration metric: took 1m50.480227264s 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" ...
I0422 17:57:15.491247 272059 api_server.go:52] waiting for apiserver process to appear ...
I0422 17:57:15.491279 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0422 17:57:15.491342 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0422 17:57:15.543050 272059 cri.go:89] found id: "ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a"
I0422 17:57:15.543086 272059 cri.go:89] found id: ""
I0422 17:57:15.543095 272059 logs.go:276] 1 containers: [ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a]
I0422 17:57:15.543159 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:15.546615 272059 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0422 17:57:15.546686 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0422 17:57:15.586360 272059 cri.go:89] found id: "df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2"
I0422 17:57:15.586387 272059 cri.go:89] found id: ""
I0422 17:57:15.586395 272059 logs.go:276] 1 containers: [df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2]
I0422 17:57:15.586453 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:15.590062 272059 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0422 17:57:15.590189 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0422 17:57:15.635102 272059 cri.go:89] found id: "1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628"
I0422 17:57:15.635127 272059 cri.go:89] found id: ""
I0422 17:57:15.635136 272059 logs.go:276] 1 containers: [1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628]
I0422 17:57:15.635195 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:15.638620 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0422 17:57:15.638695 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0422 17:57:15.682876 272059 cri.go:89] found id: "c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8"
I0422 17:57:15.682898 272059 cri.go:89] found id: ""
I0422 17:57:15.682906 272059 logs.go:276] 1 containers: [c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8]
I0422 17:57:15.682966 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:15.687551 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0422 17:57:15.687652 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0422 17:57:15.731740 272059 cri.go:89] found id: "4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391"
I0422 17:57:15.731832 272059 cri.go:89] found id: ""
I0422 17:57:15.731858 272059 logs.go:276] 1 containers: [4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391]
I0422 17:57:15.731950 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:15.736421 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0422 17:57:15.736490 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0422 17:57:15.781022 272059 cri.go:89] found id: "3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0"
I0422 17:57:15.781098 272059 cri.go:89] found id: ""
I0422 17:57:15.781135 272059 logs.go:276] 1 containers: [3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0]
I0422 17:57:15.781230 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:15.784933 272059 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0422 17:57:15.785012 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0422 17:57:15.827634 272059 cri.go:89] found id: "3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df"
I0422 17:57:15.827658 272059 cri.go:89] found id: ""
I0422 17:57:15.827666 272059 logs.go:276] 1 containers: [3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df]
I0422 17:57:15.827719 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:15.831005 272059 logs.go:123] Gathering logs for coredns [1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628] ...
I0422 17:57:15.831034 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628"
I0422 17:57:15.896334 272059 logs.go:123] Gathering logs for kube-scheduler [c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8] ...
I0422 17:57:15.896369 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8"
I0422 17:57:15.949308 272059 logs.go:123] Gathering logs for container status ...
I0422 17:57:15.949346 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0422 17:57:16.012694 272059 logs.go:123] Gathering logs for kubelet ...
I0422 17:57:16.012726 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0422 17:57:16.053893 272059 logs.go:138] Found kubelet problem: Apr 22 17:55:24 addons-315217 kubelet[1499]: W0422 17:55:24.616082 1499 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
W0422 17:57:16.054124 272059 logs.go:138] Found kubelet problem: Apr 22 17:55:24 addons-315217 kubelet[1499]: E0422 17:55:24.616124 1499 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
I0422 17:57:16.100896 272059 logs.go:123] Gathering logs for dmesg ...
I0422 17:57:16.100929 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0422 17:57:16.120130 272059 logs.go:123] Gathering logs for describe nodes ...
I0422 17:57:16.120161 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0422 17:57:16.284908 272059 logs.go:123] Gathering logs for kube-apiserver [ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a] ...
I0422 17:57:16.284943 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a"
I0422 17:57:16.344657 272059 logs.go:123] Gathering logs for etcd [df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2] ...
I0422 17:57:16.344687 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2"
I0422 17:57:16.399155 272059 logs.go:123] Gathering logs for kube-proxy [4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391] ...
I0422 17:57:16.399241 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391"
I0422 17:57:16.443888 272059 logs.go:123] Gathering logs for kube-controller-manager [3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0] ...
I0422 17:57:16.443914 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0"
I0422 17:57:16.512664 272059 logs.go:123] Gathering logs for kindnet [3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df] ...
I0422 17:57:16.512705 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df"
I0422 17:57:16.555904 272059 logs.go:123] Gathering logs for CRI-O ...
I0422 17:57:16.555934 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0422 17:57:16.647451 272059 out.go:304] Setting ErrFile to fd 2...
I0422 17:57:16.647485 272059 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0422 17:57:16.647565 272059 out.go:239] X Problems detected in kubelet:
W0422 17:57:16.647575 272059 out.go:239] Apr 22 17:55:24 addons-315217 kubelet[1499]: W0422 17:55:24.616082 1499 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
W0422 17:57:16.647585 272059 out.go:239] Apr 22 17:55:24 addons-315217 kubelet[1499]: E0422 17:55:24.616124 1499 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
I0422 17:57:16.647608 272059 out.go:304] Setting ErrFile to fd 2...
I0422 17:57:16.647620 272059 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0422 17:57:26.648923 272059 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0422 17:57:26.662760 272059 api_server.go:72] duration metric: took 2m38.116662732s to wait for apiserver process to appear ...
I0422 17:57:26.662784 272059 api_server.go:88] waiting for apiserver healthz status ...
I0422 17:57:26.662821 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0422 17:57:26.662877 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0422 17:57:26.702249 272059 cri.go:89] found id: "ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a"
I0422 17:57:26.702272 272059 cri.go:89] found id: ""
I0422 17:57:26.702280 272059 logs.go:276] 1 containers: [ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a]
I0422 17:57:26.702334 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:26.705747 272059 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0422 17:57:26.705819 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0422 17:57:26.752270 272059 cri.go:89] found id: "df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2"
I0422 17:57:26.752294 272059 cri.go:89] found id: ""
I0422 17:57:26.752302 272059 logs.go:276] 1 containers: [df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2]
I0422 17:57:26.752354 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:26.755890 272059 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0422 17:57:26.755975 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0422 17:57:26.794763 272059 cri.go:89] found id: "1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628"
I0422 17:57:26.794786 272059 cri.go:89] found id: ""
I0422 17:57:26.794795 272059 logs.go:276] 1 containers: [1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628]
I0422 17:57:26.794857 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:26.798323 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0422 17:57:26.798396 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0422 17:57:26.838881 272059 cri.go:89] found id: "c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8"
I0422 17:57:26.838903 272059 cri.go:89] found id: ""
I0422 17:57:26.838912 272059 logs.go:276] 1 containers: [c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8]
I0422 17:57:26.838994 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:26.842624 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0422 17:57:26.842694 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0422 17:57:26.889591 272059 cri.go:89] found id: "4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391"
I0422 17:57:26.889612 272059 cri.go:89] found id: ""
I0422 17:57:26.889621 272059 logs.go:276] 1 containers: [4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391]
I0422 17:57:26.889676 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:26.893108 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0422 17:57:26.893179 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0422 17:57:26.932666 272059 cri.go:89] found id: "3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0"
I0422 17:57:26.932689 272059 cri.go:89] found id: ""
I0422 17:57:26.932698 272059 logs.go:276] 1 containers: [3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0]
I0422 17:57:26.932754 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:26.936293 272059 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0422 17:57:26.936363 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0422 17:57:26.976773 272059 cri.go:89] found id: "3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df"
I0422 17:57:26.976797 272059 cri.go:89] found id: ""
I0422 17:57:26.976805 272059 logs.go:276] 1 containers: [3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df]
I0422 17:57:26.976887 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:26.980449 272059 logs.go:123] Gathering logs for kube-scheduler [c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8] ...
I0422 17:57:26.980475 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8"
I0422 17:57:27.032334 272059 logs.go:123] Gathering logs for kindnet [3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df] ...
I0422 17:57:27.032368 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df"
I0422 17:57:27.072697 272059 logs.go:123] Gathering logs for kubelet ...
I0422 17:57:27.072724 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0422 17:57:27.106347 272059 logs.go:138] Found kubelet problem: Apr 22 17:55:24 addons-315217 kubelet[1499]: W0422 17:55:24.616082 1499 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
W0422 17:57:27.106562 272059 logs.go:138] Found kubelet problem: Apr 22 17:55:24 addons-315217 kubelet[1499]: E0422 17:55:24.616124 1499 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
I0422 17:57:27.153906 272059 logs.go:123] Gathering logs for kube-apiserver [ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a] ...
I0422 17:57:27.153942 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a"
I0422 17:57:27.211333 272059 logs.go:123] Gathering logs for etcd [df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2] ...
I0422 17:57:27.211367 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2"
I0422 17:57:27.259636 272059 logs.go:123] Gathering logs for coredns [1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628] ...
I0422 17:57:27.259667 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628"
I0422 17:57:27.316228 272059 logs.go:123] Gathering logs for CRI-O ...
I0422 17:57:27.316263 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0422 17:57:27.407621 272059 logs.go:123] Gathering logs for container status ...
I0422 17:57:27.407657 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0422 17:57:27.477857 272059 logs.go:123] Gathering logs for dmesg ...
I0422 17:57:27.477887 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0422 17:57:27.496129 272059 logs.go:123] Gathering logs for describe nodes ...
I0422 17:57:27.496159 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0422 17:57:27.625149 272059 logs.go:123] Gathering logs for kube-proxy [4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391] ...
I0422 17:57:27.625178 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391"
I0422 17:57:27.665858 272059 logs.go:123] Gathering logs for kube-controller-manager [3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0] ...
I0422 17:57:27.665885 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0"
I0422 17:57:27.763613 272059 out.go:304] Setting ErrFile to fd 2...
I0422 17:57:27.763644 272059 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0422 17:57:27.763700 272059 out.go:239] X Problems detected in kubelet:
W0422 17:57:27.763713 272059 out.go:239] Apr 22 17:55:24 addons-315217 kubelet[1499]: W0422 17:55:24.616082 1499 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
W0422 17:57:27.763724 272059 out.go:239] Apr 22 17:55:24 addons-315217 kubelet[1499]: E0422 17:55:24.616124 1499 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
I0422 17:57:27.763740 272059 out.go:304] Setting ErrFile to fd 2...
I0422 17:57:27.763746 272059 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0422 17:57:37.764779 272059 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0422 17:57:37.772318 272059 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0422 17:57:37.773317 272059 api_server.go:141] control plane version: v1.30.0
I0422 17:57:37.773344 272059 api_server.go:131] duration metric: took 11.110552359s to wait for apiserver health ...
I0422 17:57:37.773354 272059 system_pods.go:43] waiting for kube-system pods to appear ...
I0422 17:57:37.773374 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0422 17:57:37.773443 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0422 17:57:37.810712 272059 cri.go:89] found id: "ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a"
I0422 17:57:37.810738 272059 cri.go:89] found id: ""
I0422 17:57:37.810747 272059 logs.go:276] 1 containers: [ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a]
I0422 17:57:37.810804 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:37.814329 272059 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0422 17:57:37.814412 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0422 17:57:37.851904 272059 cri.go:89] found id: "df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2"
I0422 17:57:37.851929 272059 cri.go:89] found id: ""
I0422 17:57:37.851937 272059 logs.go:276] 1 containers: [df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2]
I0422 17:57:37.851996 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:37.855383 272059 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0422 17:57:37.855454 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0422 17:57:37.895350 272059 cri.go:89] found id: "1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628"
I0422 17:57:37.895372 272059 cri.go:89] found id: ""
I0422 17:57:37.895380 272059 logs.go:276] 1 containers: [1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628]
I0422 17:57:37.895439 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:37.899024 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0422 17:57:37.899096 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0422 17:57:37.955849 272059 cri.go:89] found id: "c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8"
I0422 17:57:37.955876 272059 cri.go:89] found id: ""
I0422 17:57:37.955887 272059 logs.go:276] 1 containers: [c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8]
I0422 17:57:37.955949 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:37.960076 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0422 17:57:37.960154 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0422 17:57:38.002007 272059 cri.go:89] found id: "4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391"
I0422 17:57:38.002029 272059 cri.go:89] found id: ""
I0422 17:57:38.002037 272059 logs.go:276] 1 containers: [4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391]
I0422 17:57:38.002093 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:38.005677 272059 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0422 17:57:38.005757 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0422 17:57:38.046923 272059 cri.go:89] found id: "3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0"
I0422 17:57:38.046948 272059 cri.go:89] found id: ""
I0422 17:57:38.046960 272059 logs.go:276] 1 containers: [3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0]
I0422 17:57:38.047035 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:38.050707 272059 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0422 17:57:38.050779 272059 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0422 17:57:38.090133 272059 cri.go:89] found id: "3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df"
I0422 17:57:38.090157 272059 cri.go:89] found id: ""
I0422 17:57:38.090165 272059 logs.go:276] 1 containers: [3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df]
I0422 17:57:38.090229 272059 ssh_runner.go:195] Run: which crictl
I0422 17:57:38.093920 272059 logs.go:123] Gathering logs for kindnet [3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df] ...
I0422 17:57:38.093945 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df"
I0422 17:57:38.136520 272059 logs.go:123] Gathering logs for CRI-O ...
I0422 17:57:38.136547 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0422 17:57:38.227556 272059 logs.go:123] Gathering logs for dmesg ...
I0422 17:57:38.227591 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0422 17:57:38.246030 272059 logs.go:123] Gathering logs for describe nodes ...
I0422 17:57:38.246060 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0422 17:57:38.369229 272059 logs.go:123] Gathering logs for etcd [df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2] ...
I0422 17:57:38.369258 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2"
I0422 17:57:38.437610 272059 logs.go:123] Gathering logs for coredns [1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628] ...
I0422 17:57:38.437645 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628"
I0422 17:57:38.494879 272059 logs.go:123] Gathering logs for kube-scheduler [c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8] ...
I0422 17:57:38.494913 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8"
I0422 17:57:38.547976 272059 logs.go:123] Gathering logs for kube-controller-manager [3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0] ...
I0422 17:57:38.548016 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0"
I0422 17:57:38.617763 272059 logs.go:123] Gathering logs for kubelet ...
I0422 17:57:38.617800 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0422 17:57:38.655266 272059 logs.go:138] Found kubelet problem: Apr 22 17:55:24 addons-315217 kubelet[1499]: W0422 17:55:24.616082 1499 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
W0422 17:57:38.655508 272059 logs.go:138] Found kubelet problem: Apr 22 17:55:24 addons-315217 kubelet[1499]: E0422 17:55:24.616124 1499 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
I0422 17:57:38.705081 272059 logs.go:123] Gathering logs for kube-apiserver [ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a] ...
I0422 17:57:38.705119 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a"
I0422 17:57:38.779170 272059 logs.go:123] Gathering logs for kube-proxy [4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391] ...
I0422 17:57:38.779207 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391"
I0422 17:57:38.822798 272059 logs.go:123] Gathering logs for container status ...
I0422 17:57:38.822827 272059 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0422 17:57:38.885316 272059 out.go:304] Setting ErrFile to fd 2...
I0422 17:57:38.885346 272059 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0422 17:57:38.885408 272059 out.go:239] X Problems detected in kubelet:
W0422 17:57:38.885420 272059 out.go:239] Apr 22 17:55:24 addons-315217 kubelet[1499]: W0422 17:55:24.616082 1499 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
W0422 17:57:38.885427 272059 out.go:239] Apr 22 17:55:24 addons-315217 kubelet[1499]: E0422 17:55:24.616124 1499 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-315217" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-315217' and this object
I0422 17:57:38.885435 272059 out.go:304] Setting ErrFile to fd 2...
I0422 17:57:38.885441 272059 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0422 17:57:48.898272 272059 system_pods.go:59] 18 kube-system pods found
I0422 17:57:48.898313 272059 system_pods.go:61] "coredns-7db6d8ff4d-slxgm" [42d29980-adec-442a-a1ae-6b6baf4e924c] Running
I0422 17:57:48.898320 272059 system_pods.go:61] "csi-hostpath-attacher-0" [0664c2de-b83c-4459-b5cc-0338a26040a5] Running
I0422 17:57:48.898325 272059 system_pods.go:61] "csi-hostpath-resizer-0" [d5871a65-1bf1-4894-9475-8cc5a4284afe] Running
I0422 17:57:48.898329 272059 system_pods.go:61] "csi-hostpathplugin-j6pnz" [f725ec0a-a123-45db-bf1a-9c8941679ba1] Running
I0422 17:57:48.898333 272059 system_pods.go:61] "etcd-addons-315217" [6707889f-0915-4950-8bc0-bf5b6dfdd779] Running
I0422 17:57:48.898379 272059 system_pods.go:61] "kindnet-pp5nh" [0a08a076-7194-4293-af46-8c5a5511e408] Running
I0422 17:57:48.898396 272059 system_pods.go:61] "kube-apiserver-addons-315217" [d1bf9429-b367-42d3-994c-e03f8c0f836b] Running
I0422 17:57:48.898401 272059 system_pods.go:61] "kube-controller-manager-addons-315217" [0d1cd391-5712-487f-a7f1-f72efc719e68] Running
I0422 17:57:48.898410 272059 system_pods.go:61] "kube-ingress-dns-minikube" [794976b0-b342-46a8-98f8-621e0e861f3a] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0422 17:57:48.898417 272059 system_pods.go:61] "kube-proxy-4g49v" [4489ac7b-a749-4567-be75-23d8b2a5f542] Running
I0422 17:57:48.898423 272059 system_pods.go:61] "kube-scheduler-addons-315217" [3ab19558-99aa-43a0-8b9a-91672b3ce8fb] Running
I0422 17:57:48.910784 272059 system_pods.go:61] "metrics-server-c59844bb4-7xt5b" [28a4c5e9-eb29-4800-87b0-431ae4769540] Running
I0422 17:57:48.910795 272059 system_pods.go:61] "nvidia-device-plugin-daemonset-cg2td" [777cd899-3d8e-4879-b3db-4613b6c28a7c] Running
I0422 17:57:48.910800 272059 system_pods.go:61] "registry-7h6p6" [317e86ae-29a4-4e7b-a319-e8dec48e8872] Running
I0422 17:57:48.910804 272059 system_pods.go:61] "registry-proxy-klhvt" [aaea7d97-1fff-47a9-be68-96020182638a] Running
I0422 17:57:48.910808 272059 system_pods.go:61] "snapshot-controller-745499f584-44g2x" [9503f2dc-89a1-41a4-b081-8b8ee2772f4a] Running
I0422 17:57:48.910812 272059 system_pods.go:61] "snapshot-controller-745499f584-vb8cr" [51e4bfc0-8e19-4f6a-85c3-754e2f97e504] Running
I0422 17:57:48.910816 272059 system_pods.go:61] "storage-provisioner" [3b6132f8-ea6f-4963-a5e1-a88d9d506fb3] Running
I0422 17:57:48.910823 272059 system_pods.go:74] duration metric: took 11.137462241s to wait for pod list to return data ...
I0422 17:57:48.910832 272059 default_sa.go:34] waiting for default service account to be created ...
I0422 17:57:48.915519 272059 default_sa.go:45] found service account: "default"
I0422 17:57:48.915541 272059 default_sa.go:55] duration metric: took 4.702725ms for default service account to be created ...
I0422 17:57:48.915551 272059 system_pods.go:116] waiting for k8s-apps to be running ...
I0422 17:57:48.925139 272059 system_pods.go:86] 18 kube-system pods found
I0422 17:57:48.925175 272059 system_pods.go:89] "coredns-7db6d8ff4d-slxgm" [42d29980-adec-442a-a1ae-6b6baf4e924c] Running
I0422 17:57:48.925182 272059 system_pods.go:89] "csi-hostpath-attacher-0" [0664c2de-b83c-4459-b5cc-0338a26040a5] Running
I0422 17:57:48.925187 272059 system_pods.go:89] "csi-hostpath-resizer-0" [d5871a65-1bf1-4894-9475-8cc5a4284afe] Running
I0422 17:57:48.925192 272059 system_pods.go:89] "csi-hostpathplugin-j6pnz" [f725ec0a-a123-45db-bf1a-9c8941679ba1] Running
I0422 17:57:48.925196 272059 system_pods.go:89] "etcd-addons-315217" [6707889f-0915-4950-8bc0-bf5b6dfdd779] Running
I0422 17:57:48.925217 272059 system_pods.go:89] "kindnet-pp5nh" [0a08a076-7194-4293-af46-8c5a5511e408] Running
I0422 17:57:48.925230 272059 system_pods.go:89] "kube-apiserver-addons-315217" [d1bf9429-b367-42d3-994c-e03f8c0f836b] Running
I0422 17:57:48.925235 272059 system_pods.go:89] "kube-controller-manager-addons-315217" [0d1cd391-5712-487f-a7f1-f72efc719e68] Running
I0422 17:57:48.925255 272059 system_pods.go:89] "kube-ingress-dns-minikube" [794976b0-b342-46a8-98f8-621e0e861f3a] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0422 17:57:48.925261 272059 system_pods.go:89] "kube-proxy-4g49v" [4489ac7b-a749-4567-be75-23d8b2a5f542] Running
I0422 17:57:48.925270 272059 system_pods.go:89] "kube-scheduler-addons-315217" [3ab19558-99aa-43a0-8b9a-91672b3ce8fb] Running
I0422 17:57:48.925275 272059 system_pods.go:89] "metrics-server-c59844bb4-7xt5b" [28a4c5e9-eb29-4800-87b0-431ae4769540] Running
I0422 17:57:48.925280 272059 system_pods.go:89] "nvidia-device-plugin-daemonset-cg2td" [777cd899-3d8e-4879-b3db-4613b6c28a7c] Running
I0422 17:57:48.925301 272059 system_pods.go:89] "registry-7h6p6" [317e86ae-29a4-4e7b-a319-e8dec48e8872] Running
I0422 17:57:48.925312 272059 system_pods.go:89] "registry-proxy-klhvt" [aaea7d97-1fff-47a9-be68-96020182638a] Running
I0422 17:57:48.925316 272059 system_pods.go:89] "snapshot-controller-745499f584-44g2x" [9503f2dc-89a1-41a4-b081-8b8ee2772f4a] Running
I0422 17:57:48.925321 272059 system_pods.go:89] "snapshot-controller-745499f584-vb8cr" [51e4bfc0-8e19-4f6a-85c3-754e2f97e504] Running
I0422 17:57:48.925326 272059 system_pods.go:89] "storage-provisioner" [3b6132f8-ea6f-4963-a5e1-a88d9d506fb3] Running
I0422 17:57:48.925334 272059 system_pods.go:126] duration metric: took 9.777086ms to wait for k8s-apps to be running ...
I0422 17:57:48.925348 272059 system_svc.go:44] waiting for kubelet service to be running ....
I0422 17:57:48.925416 272059 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0422 17:57:48.938083 272059 system_svc.go:56] duration metric: took 12.727413ms WaitForService to wait for kubelet
I0422 17:57:48.938159 272059 kubeadm.go:576] duration metric: took 3m0.392065464s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0422 17:57:48.938197 272059 node_conditions.go:102] verifying NodePressure condition ...
I0422 17:57:48.942534 272059 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0422 17:57:48.942564 272059 node_conditions.go:123] node cpu capacity is 2
I0422 17:57:48.942575 272059 node_conditions.go:105] duration metric: took 4.343152ms to run NodePressure ...
I0422 17:57:48.942589 272059 start.go:240] waiting for startup goroutines ...
I0422 17:57:48.942596 272059 start.go:245] waiting for cluster config update ...
I0422 17:57:48.942614 272059 start.go:254] writing updated cluster config ...
I0422 17:57:48.942917 272059 ssh_runner.go:195] Run: rm -f paused
I0422 17:57:49.207260 272059 start.go:600] kubectl: 1.30.0, cluster: 1.30.0 (minor skew: 0)
I0422 17:57:49.209414 272059 out.go:177] * Done! kubectl is now configured to use "addons-315217" cluster and "default" namespace by default
==> CRI-O <==
Apr 22 18:01:52 addons-315217 crio[915]: time="2024-04-22 18:01:52.748176595Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=e81c133c-e925-405a-9693-a65f44b847dd name=/runtime.v1.ImageService/ImageStatus
Apr 22 18:01:52 addons-315217 crio[915]: time="2024-04-22 18:01:52.748430677Z" 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=e81c133c-e925-405a-9693-a65f44b847dd name=/runtime.v1.ImageService/ImageStatus
Apr 22 18:01:52 addons-315217 crio[915]: time="2024-04-22 18:01:52.749208833Z" level=info msg="Creating container: default/hello-world-app-86c47465fc-g6px4/hello-world-app" id=35530a3d-9ea8-4eb0-863a-12b3d6f6c547 name=/runtime.v1.RuntimeService/CreateContainer
Apr 22 18:01:52 addons-315217 crio[915]: time="2024-04-22 18:01:52.749308402Z" level=warning msg="Allowed annotations are specified for workload []"
Apr 22 18:01:52 addons-315217 crio[915]: time="2024-04-22 18:01:52.812407561Z" level=info msg="Created container 3670d26ea95e80014f3845dd36d2d3dda62679d77ba950467f8b2d834b7f7f84: default/hello-world-app-86c47465fc-g6px4/hello-world-app" id=35530a3d-9ea8-4eb0-863a-12b3d6f6c547 name=/runtime.v1.RuntimeService/CreateContainer
Apr 22 18:01:52 addons-315217 crio[915]: time="2024-04-22 18:01:52.813595117Z" level=info msg="Starting container: 3670d26ea95e80014f3845dd36d2d3dda62679d77ba950467f8b2d834b7f7f84" id=d5efd3d7-3462-46d6-907a-f2da592271fb name=/runtime.v1.RuntimeService/StartContainer
Apr 22 18:01:52 addons-315217 crio[915]: time="2024-04-22 18:01:52.822734734Z" level=info msg="Started container" PID=8573 containerID=3670d26ea95e80014f3845dd36d2d3dda62679d77ba950467f8b2d834b7f7f84 description=default/hello-world-app-86c47465fc-g6px4/hello-world-app id=d5efd3d7-3462-46d6-907a-f2da592271fb name=/runtime.v1.RuntimeService/StartContainer sandboxID=083e2bc7040f973d154f1ff1938561ca09e64afb70907196c46fbd15a9915f2f
Apr 22 18:01:52 addons-315217 conmon[8560]: conmon 3670d26ea95e80014f38 <ninfo>: container 8573 exited with status 1
Apr 22 18:01:53 addons-315217 crio[915]: time="2024-04-22 18:01:53.484281998Z" level=info msg="Stopping container: 50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779 (timeout: 2s)" id=d56fb6e3-20aa-4d2b-a56a-0b5988917151 name=/runtime.v1.RuntimeService/StopContainer
Apr 22 18:01:53 addons-315217 crio[915]: time="2024-04-22 18:01:53.811540743Z" level=info msg="Removing container: 59b82ba05a0c6a2e4fe01b9a8dc0f9b453ad555632562f13ec037d13d2759d6d" id=f0f5cb6e-f71a-4d81-a7e4-9374b001d322 name=/runtime.v1.RuntimeService/RemoveContainer
Apr 22 18:01:53 addons-315217 crio[915]: time="2024-04-22 18:01:53.836163935Z" level=info msg="Removed container 59b82ba05a0c6a2e4fe01b9a8dc0f9b453ad555632562f13ec037d13d2759d6d: default/hello-world-app-86c47465fc-g6px4/hello-world-app" id=f0f5cb6e-f71a-4d81-a7e4-9374b001d322 name=/runtime.v1.RuntimeService/RemoveContainer
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.490653594Z" level=warning msg="Stopping container 50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=d56fb6e3-20aa-4d2b-a56a-0b5988917151 name=/runtime.v1.RuntimeService/StopContainer
Apr 22 18:01:55 addons-315217 conmon[4920]: conmon 50c6d2231c5939151911 <ninfo>: container 4931 exited with status 137
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.637703556Z" level=info msg="Stopped container 50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779: ingress-nginx/ingress-nginx-controller-84df5799c-bdrqf/controller" id=d56fb6e3-20aa-4d2b-a56a-0b5988917151 name=/runtime.v1.RuntimeService/StopContainer
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.638257327Z" level=info msg="Stopping pod sandbox: cfbab979c8f9ace1117b454005710dac9ed67003712648a5effff494c6e916fa" id=911278ee-bef2-408f-8d3c-027c418edd30 name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.642068519Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-NEF7ZI3COAHYU6W7 - [0:0]\n:KUBE-HP-BBB3PTCRD6CWIPDK - [0:0]\n-X KUBE-HP-NEF7ZI3COAHYU6W7\n-X KUBE-HP-BBB3PTCRD6CWIPDK\nCOMMIT\n"
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.643475921Z" level=info msg="Closing host port tcp:80"
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.643521964Z" level=info msg="Closing host port tcp:443"
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.644866100Z" level=info msg="Host port tcp:80 does not have an open socket"
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.644897955Z" level=info msg="Host port tcp:443 does not have an open socket"
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.645072687Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-84df5799c-bdrqf Namespace:ingress-nginx ID:cfbab979c8f9ace1117b454005710dac9ed67003712648a5effff494c6e916fa UID:f351fe56-9b0e-489b-93bb-d581316e204e NetNS:/var/run/netns/e32cbfac-ac79-4785-b8d9-256cd12ad9a0 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.645222351Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-84df5799c-bdrqf from CNI network \"kindnet\" (type=ptp)"
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.674436629Z" level=info msg="Stopped pod sandbox: cfbab979c8f9ace1117b454005710dac9ed67003712648a5effff494c6e916fa" id=911278ee-bef2-408f-8d3c-027c418edd30 name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.818981978Z" level=info msg="Removing container: 50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779" id=df3a6a36-4ff6-41e8-bc04-f70df196938b name=/runtime.v1.RuntimeService/RemoveContainer
Apr 22 18:01:55 addons-315217 crio[915]: time="2024-04-22 18:01:55.833439047Z" level=info msg="Removed container 50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779: ingress-nginx/ingress-nginx-controller-84df5799c-bdrqf/controller" id=df3a6a36-4ff6-41e8-bc04-f70df196938b name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
3670d26ea95e8 dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 8 seconds ago Exited hello-world-app 2 083e2bc7040f9 hello-world-app-86c47465fc-g6px4
4a1f0315c6e19 ghcr.io/inspektor-gadget/inspektor-gadget@sha256:a0c58a03bd7b31512e187f86e72a18feb6fb938e744a713efcfe5ef5418aa1cd 47 seconds ago Exited gadget 6 ecf631f615844 gadget-9slp5
0a46ba223fbf4 docker.io/library/nginx@sha256:7bd88800d8c18d4f73feeee25e04fcdbeecfc5e0a2b7254a90f4816bb67beadd 2 minutes ago Running nginx 0 048319abd4a92 nginx
e5ef1b70c91dc ghcr.io/headlamp-k8s/headlamp@sha256:1f277f42730106526a27560517a4c5f9253ccb2477be458986f44a791158a02c 3 minutes ago Running headlamp 0 891a92746f36c headlamp-7559bf459f-zpp6h
75b3132789d8f gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69 5 minutes ago Running gcp-auth 0 1e402501b2894 gcp-auth-5db96cd9b4-kxn4z
77aeccc9e125a registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0b1098ef00acee905f9736f98dd151af0a38d0fef0ccf9fb5ad189b20933e5f8 5 minutes ago Exited patch 0 08aea31c6dabe ingress-nginx-admission-patch-gvdqp
2f078dddb8ba9 registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 5 minutes ago Running metrics-server 0 c457790bec1cd metrics-server-c59844bb4-7xt5b
d317962bd921d registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0b1098ef00acee905f9736f98dd151af0a38d0fef0ccf9fb5ad189b20933e5f8 6 minutes ago Exited create 0 f86652d4b549e ingress-nginx-admission-create-t7zpd
b90df01dbec3e docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 6 minutes ago Running yakd 0 0973a39198c27 yakd-dashboard-5ddbf7d777-nxv4m
1236fca0d4fe5 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 6 minutes ago Running coredns 0 024c2d923da36 coredns-7db6d8ff4d-slxgm
22eaf73dd5032 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 6 minutes ago Running storage-provisioner 0 ca280ed7b3bb5 storage-provisioner
3ee32157352c0 4740c1948d3fceb8d7dacc63033aa6299d80794ee4f4811539ec1081d9211f3d 7 minutes ago Running kindnet-cni 0 71549cffd5ed4 kindnet-pp5nh
4305ead78327f cb7eac0b42cc1efe8ef8d69652c7c0babbf9ab418daca7fe90ddb8b1ab68389f 7 minutes ago Running kube-proxy 0 6013f1066c48a kube-proxy-4g49v
3d5a923aec1ad 68feac521c0f104bef927614ce0960d6fcddf98bd42f039c98b7d4a82294d6f1 7 minutes ago Running kube-controller-manager 0 8fef5f8b33468 kube-controller-manager-addons-315217
ea62ce0ec38fc 181f57fd3cdb796d3b94d5a1c86bf48ec261d75965d1b7c328f1d7c11f79f0bb 7 minutes ago Running kube-apiserver 0 9b5f23fa77716 kube-apiserver-addons-315217
c03eae0bd5c1e 547adae34140be47cdc0d9f3282b6184ef76154c44cf43fc7edd0685e61ab73a 7 minutes ago Running kube-scheduler 0 31d98fe325ca6 kube-scheduler-addons-315217
df0ce8ed8ffe6 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 7 minutes ago Running etcd 0 5a05186ca53a6 etcd-addons-315217
==> coredns [1236fca0d4fe50430391e886b95c095773e8b88a8402cd860c0c326b61ba2628] <==
[INFO] 10.244.0.20:35050 - 50093 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000075239s
[INFO] 10.244.0.20:35050 - 21593 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000055742s
[INFO] 10.244.0.20:56777 - 18965 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002054224s
[INFO] 10.244.0.20:56777 - 26022 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.0001238s
[INFO] 10.244.0.20:35050 - 3855 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002177679s
[INFO] 10.244.0.20:35050 - 14559 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001615562s
[INFO] 10.244.0.20:35050 - 45485 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000071874s
[INFO] 10.244.0.20:58939 - 41717 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000103737s
[INFO] 10.244.0.20:50950 - 36878 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000034972s
[INFO] 10.244.0.20:50950 - 11606 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000047757s
[INFO] 10.244.0.20:58939 - 1806 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000030197s
[INFO] 10.244.0.20:50950 - 7465 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000053657s
[INFO] 10.244.0.20:58939 - 40429 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000033652s
[INFO] 10.244.0.20:58939 - 26894 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000046978s
[INFO] 10.244.0.20:50950 - 64683 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000032823s
[INFO] 10.244.0.20:50950 - 16943 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000042866s
[INFO] 10.244.0.20:58939 - 52895 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000034276s
[INFO] 10.244.0.20:58939 - 5032 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000042932s
[INFO] 10.244.0.20:50950 - 34493 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000032044s
[INFO] 10.244.0.20:50950 - 43226 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001453687s
[INFO] 10.244.0.20:58939 - 20047 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00168957s
[INFO] 10.244.0.20:50950 - 4861 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001025265s
[INFO] 10.244.0.20:58939 - 7246 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001277986s
[INFO] 10.244.0.20:58939 - 6509 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000049883s
[INFO] 10.244.0.20:50950 - 12783 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000043154s
==> describe nodes <==
Name: addons-315217
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-315217
kubernetes.io/os=linux
minikube.k8s.io/commit=066f6aefcc83a135104448c0f8191604ce1e099a
minikube.k8s.io/name=addons-315217
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_04_22T17_54_36_0700
minikube.k8s.io/version=v1.33.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-315217
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 22 Apr 2024 17:54:33 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-315217
AcquireTime: <unset>
RenewTime: Mon, 22 Apr 2024 18:01:54 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 22 Apr 2024 17:59:41 +0000 Mon, 22 Apr 2024 17:54:29 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 22 Apr 2024 17:59:41 +0000 Mon, 22 Apr 2024 17:54:29 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 22 Apr 2024 17:59:41 +0000 Mon, 22 Apr 2024 17:54:29 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 22 Apr 2024 17:59:41 +0000 Mon, 22 Apr 2024 17:55:24 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-315217
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022560Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022560Ki
pods: 110
System Info:
Machine ID: 40fa5b2f955546cabea498a83fa08faa
System UUID: 75d75269-cdc1-4c7c-a3b0-74e581a8c165
Boot ID: 35e1f323-feda-40f4-bc97-a2471b625486
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: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-86c47465fc-g6px4 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
gadget gadget-9slp5 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m8s
gcp-auth gcp-auth-5db96cd9b4-kxn4z 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m2s
headlamp headlamp-7559bf459f-zpp6h 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m11s
kube-system coredns-7db6d8ff4d-slxgm 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 7m10s
kube-system etcd-addons-315217 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 7m28s
kube-system kindnet-pp5nh 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 7m10s
kube-system kube-apiserver-addons-315217 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m27s
kube-system kube-controller-manager-addons-315217 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m27s
kube-system kube-proxy-4g49v 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m10s
kube-system kube-scheduler-addons-315217 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m26s
kube-system metrics-server-c59844bb4-7xt5b 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 7m8s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m8s
yakd-dashboard yakd-dashboard-5ddbf7d777-nxv4m 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 7m8s
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 7m6s kube-proxy
Normal NodeHasSufficientMemory 7m33s (x8 over 7m33s) kubelet Node addons-315217 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 7m33s (x8 over 7m33s) kubelet Node addons-315217 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 7m33s (x8 over 7m33s) kubelet Node addons-315217 status is now: NodeHasSufficientPID
Normal Starting 7m26s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 7m26s kubelet Node addons-315217 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 7m26s kubelet Node addons-315217 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 7m26s kubelet Node addons-315217 status is now: NodeHasSufficientPID
Normal RegisteredNode 7m13s node-controller Node addons-315217 event: Registered Node addons-315217 in Controller
Normal NodeReady 6m37s kubelet Node addons-315217 status is now: NodeReady
==> dmesg <==
[ +0.001036] FS-Cache: N-key=[8] '995b3b0000000000'
[ +0.002548] FS-Cache: Duplicate cookie detected
[ +0.000732] FS-Cache: O-cookie c=00000006 [p=00000003 fl=226 nc=0 na=1]
[ +0.001037] FS-Cache: O-cookie d=00000000eb5e26b2{9p.inode} n=0000000077ed3f38
[ +0.001146] FS-Cache: O-key=[8] '995b3b0000000000'
[ +0.000695] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
[ +0.000920] FS-Cache: N-cookie d=00000000eb5e26b2{9p.inode} n=00000000f622d180
[ +0.001040] FS-Cache: N-key=[8] '995b3b0000000000'
[ +2.366156] FS-Cache: Duplicate cookie detected
[ +0.000753] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
[ +0.001060] FS-Cache: O-cookie d=00000000eb5e26b2{9p.inode} n=00000000400f22f0
[ +0.001129] FS-Cache: O-key=[8] '985b3b0000000000'
[ +0.000811] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
[ +0.000944] FS-Cache: N-cookie d=00000000eb5e26b2{9p.inode} n=0000000063ac1ca3
[ +0.001090] FS-Cache: N-key=[8] '985b3b0000000000'
[ +0.270006] FS-Cache: Duplicate cookie detected
[ +0.000699] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
[ +0.001012] FS-Cache: O-cookie d=00000000eb5e26b2{9p.inode} n=00000000a672cbc0
[ +0.001029] FS-Cache: O-key=[8] 'a05b3b0000000000'
[ +0.000806] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
[ +0.000958] FS-Cache: N-cookie d=00000000eb5e26b2{9p.inode} n=0000000060f2a2e1
[ +0.001060] FS-Cache: N-key=[8] 'a05b3b0000000000'
[Apr22 16:53] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
[Apr22 16:59] hrtimer: interrupt took 33719696 ns
[Apr22 17:25] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
==> etcd [df0ce8ed8ffe629665f80e3a345a546149c043591e604966892aee7541bf67d2] <==
{"level":"info","ts":"2024-04-22T17:54:29.629262Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-04-22T17:54:29.629296Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-04-22T17:54:29.644856Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-315217 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-04-22T17:54:29.645001Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-22T17:54:29.645004Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-22T17:54:29.645261Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-04-22T17:54:29.645322Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-04-22T17:54:29.645334Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-22T17:54:29.647011Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-04-22T17:54:29.649284Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-04-22T17:54:29.658591Z","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-22T17:54:29.67251Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-22T17:54:29.672629Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"warn","ts":"2024-04-22T17:54:49.413137Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"141.080555ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/clusterrole-aggregation-controller\" ","response":"range_response_count:1 size:234"}
{"level":"info","ts":"2024-04-22T17:54:49.413308Z","caller":"traceutil/trace.go:171","msg":"trace[1386700947] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/clusterrole-aggregation-controller; range_end:; response_count:1; response_revision:356; }","duration":"141.268124ms","start":"2024-04-22T17:54:49.272025Z","end":"2024-04-22T17:54:49.413293Z","steps":["trace[1386700947] 'range keys from in-memory index tree' (duration: 37.941887ms)","trace[1386700947] 'range keys from bolt db' (duration: 103.052477ms)"],"step_count":2}
{"level":"warn","ts":"2024-04-22T17:54:52.241452Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"405.608531ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128028687488262309 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/daemonsets/kube-system/kindnet\" mod_revision:296 > success:<request_put:<key:\"/registry/daemonsets/kube-system/kindnet\" value_size:4618 >> failure:<request_range:<key:\"/registry/daemonsets/kube-system/kindnet\" > >>","response":"size:16"}
{"level":"info","ts":"2024-04-22T17:54:52.261385Z","caller":"traceutil/trace.go:171","msg":"trace[662806063] transaction","detail":"{read_only:false; response_revision:383; number_of_response:1; }","duration":"456.213252ms","start":"2024-04-22T17:54:51.80515Z","end":"2024-04-22T17:54:52.261364Z","steps":["trace[662806063] 'process raft request' (duration: 30.270842ms)","trace[662806063] 'compare' (duration: 290.530101ms)","trace[662806063] 'get key's previous created_revision and leaseID' {req_type:put; key:/registry/daemonsets/kube-system/kindnet; req_size:4663; } (duration: 82.964216ms)"],"step_count":3}
{"level":"info","ts":"2024-04-22T17:54:52.272066Z","caller":"traceutil/trace.go:171","msg":"trace[1615012924] transaction","detail":"{read_only:false; response_revision:384; number_of_response:1; }","duration":"160.756559ms","start":"2024-04-22T17:54:52.111288Z","end":"2024-04-22T17:54:52.272044Z","steps":["trace[1615012924] 'process raft request' (duration: 130.24069ms)"],"step_count":1}
{"level":"warn","ts":"2024-04-22T17:54:52.272344Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"114.734872ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/local-path-storage\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-04-22T17:54:52.282509Z","caller":"traceutil/trace.go:171","msg":"trace[764634122] range","detail":"{range_begin:/registry/namespaces/local-path-storage; range_end:; response_count:0; response_revision:392; }","duration":"124.908625ms","start":"2024-04-22T17:54:52.15758Z","end":"2024-04-22T17:54:52.282489Z","steps":["trace[764634122] 'agreement among raft nodes before linearized reading' (duration: 114.717372ms)"],"step_count":1}
{"level":"warn","ts":"2024-04-22T17:54:52.272485Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"107.229236ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2024-04-22T17:54:52.282964Z","caller":"traceutil/trace.go:171","msg":"trace[711323388] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:392; }","duration":"117.711061ms","start":"2024-04-22T17:54:52.165244Z","end":"2024-04-22T17:54:52.282955Z","steps":["trace[711323388] 'agreement among raft nodes before linearized reading' (duration: 107.212531ms)"],"step_count":1}
{"level":"warn","ts":"2024-04-22T17:54:52.289998Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-04-22T17:54:51.805124Z","time spent":"456.398647ms","remote":"127.0.0.1:51494","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":4666,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/daemonsets/kube-system/kindnet\" mod_revision:296 > success:<request_put:<key:\"/registry/daemonsets/kube-system/kindnet\" value_size:4618 >> failure:<request_range:<key:\"/registry/daemonsets/kube-system/kindnet\" > >"}
{"level":"warn","ts":"2024-04-22T17:54:52.272522Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"107.304301ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2024-04-22T17:54:52.326057Z","caller":"traceutil/trace.go:171","msg":"trace[1392071540] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:392; }","duration":"160.824059ms","start":"2024-04-22T17:54:52.165214Z","end":"2024-04-22T17:54:52.326038Z","steps":["trace[1392071540] 'agreement among raft nodes before linearized reading' (duration: 107.293438ms)"],"step_count":1}
==> gcp-auth [75b3132789d8fdd494ab05481803078b94e205054e80b6f894d7b8d45a1c5316] <==
2024/04/22 17:56:20 GCP Auth Webhook started!
2024/04/22 17:57:59 Ready to marshal response ...
2024/04/22 17:57:59 Ready to write response ...
2024/04/22 17:58:00 Ready to marshal response ...
2024/04/22 17:58:00 Ready to write response ...
2024/04/22 17:58:21 Ready to marshal response ...
2024/04/22 17:58:21 Ready to write response ...
2024/04/22 17:58:21 Ready to marshal response ...
2024/04/22 17:58:21 Ready to write response ...
2024/04/22 17:58:26 Ready to marshal response ...
2024/04/22 17:58:26 Ready to write response ...
2024/04/22 17:58:31 Ready to marshal response ...
2024/04/22 17:58:31 Ready to write response ...
2024/04/22 17:58:50 Ready to marshal response ...
2024/04/22 17:58:50 Ready to write response ...
2024/04/22 17:58:50 Ready to marshal response ...
2024/04/22 17:58:50 Ready to write response ...
2024/04/22 17:58:50 Ready to marshal response ...
2024/04/22 17:58:50 Ready to write response ...
2024/04/22 17:59:15 Ready to marshal response ...
2024/04/22 17:59:15 Ready to write response ...
2024/04/22 18:01:35 Ready to marshal response ...
2024/04/22 18:01:35 Ready to write response ...
==> kernel <==
18:02:01 up 1:44, 0 users, load average: 0.46, 1.25, 1.92
Linux addons-315217 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 [3ee32157352c06fb4a9d691b1818a4261fa00c6f688ce454c5500e68a9c4a6df] <==
I0422 17:59:54.413164 1 main.go:227] handling current node
I0422 18:00:04.423949 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:00:04.423977 1 main.go:227] handling current node
I0422 18:00:14.430232 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:00:14.430264 1 main.go:227] handling current node
I0422 18:00:24.437455 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:00:24.437483 1 main.go:227] handling current node
I0422 18:00:34.447581 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:00:34.447611 1 main.go:227] handling current node
I0422 18:00:44.454463 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:00:44.454490 1 main.go:227] handling current node
I0422 18:00:54.462261 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:00:54.462383 1 main.go:227] handling current node
I0422 18:01:04.466046 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:01:04.466075 1 main.go:227] handling current node
I0422 18:01:14.469690 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:01:14.469720 1 main.go:227] handling current node
I0422 18:01:24.474362 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:01:24.474466 1 main.go:227] handling current node
I0422 18:01:34.483081 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:01:34.483109 1 main.go:227] handling current node
I0422 18:01:44.494786 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:01:44.494812 1 main.go:227] handling current node
I0422 18:01:54.499338 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0422 18:01:54.499364 1 main.go:227] handling current node
==> kube-apiserver [ea62ce0ec38fc3e0666157805bad89309acce5d95469dcaa008a86c457e9f12a] <==
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
I0422 17:57:15.347054 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0422 17:57:15.358808 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
I0422 17:58:11.813282 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
E0422 17:58:32.619627 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0422 17:58:32.629796 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0422 17:58:32.640651 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0422 17:58:42.947822 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0422 17:58:42.948796 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0422 17:58:42.970820 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0422 17:58:42.970874 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0422 17:58:42.995830 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0422 17:58:42.995981 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0422 17:58:43.005128 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0422 17:58:43.005263 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0422 17:58:43.017988 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0422 17:58:43.018110 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0422 17:58:43.996252 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0422 17:58:44.018386 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0422 17:58:44.038584 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
E0422 17:58:47.640963 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0422 17:58:50.605482 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.99.145.113"}
I0422 17:59:15.412184 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0422 17:59:15.725035 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.109.53.218"}
I0422 18:01:35.811838 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.101.125.111"}
==> kube-controller-manager [3d5a923aec1ad44e5024081c4fcb5929ac8cd3a56f07b92ee36268219b6018a0] <==
E0422 18:00:05.986929 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
W0422 18:00:41.976865 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
E0422 18:00:41.976910 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
W0422 18:00:42.999074 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
E0422 18:00:42.999184 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
W0422 18:00:56.840781 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
E0422 18:00:56.840862 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
W0422 18:01:14.137687 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
E0422 18:01:14.137724 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
W0422 18:01:24.180960 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
E0422 18:01:24.180999 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
I0422 18:01:35.634410 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="53.239781ms"
I0422 18:01:35.680061 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="45.594958ms"
I0422 18:01:35.680158 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="46.888µs"
I0422 18:01:38.792614 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="35.605µs"
I0422 18:01:39.793650 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="321.566µs"
I0422 18:01:40.790616 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="440.738µs"
W0422 18:01:45.899625 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
E0422 18:01:45.899663 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
I0422 18:01:52.444457 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0422 18:01:52.448990 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-84df5799c" duration="9.757µs"
I0422 18:01:52.456641 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0422 18:01:53.827202 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="226.757µs"
W0422 18:01:54.904915 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
E0422 18:01:54.904961 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
==> kube-proxy [4305ead78327f03abbec847dc4491481f99e3c177199a39dc218f4ea3af05391] <==
I0422 17:54:54.300926 1 server_linux.go:69] "Using iptables proxy"
I0422 17:54:54.472902 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0422 17:54:54.577481 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0422 17:54:54.577666 1 server_linux.go:165] "Using iptables Proxier"
I0422 17:54:54.580680 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0422 17:54:54.580772 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0422 17:54:54.580817 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"
I0422 17:54:54.582959 1 server.go:872] "Version info" version="v1.30.0"
I0422 17:54:54.583769 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0422 17:54:54.585061 1 config.go:192] "Starting service config controller"
I0422 17:54:54.585128 1 shared_informer.go:313] Waiting for caches to sync for service config
I0422 17:54:54.585182 1 config.go:101] "Starting endpoint slice config controller"
I0422 17:54:54.585226 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0422 17:54:54.588369 1 config.go:319] "Starting node config controller"
I0422 17:54:54.588443 1 shared_informer.go:313] Waiting for caches to sync for node config
I0422 17:54:54.685415 1 shared_informer.go:320] Caches are synced for service config
I0422 17:54:54.689057 1 shared_informer.go:320] Caches are synced for node config
I0422 17:54:54.689183 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [c03eae0bd5c1e0c4767c039e0351f781c6f5ec7b7e839d70d926d78afc40ebe8] <==
W0422 17:54:33.138036 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0422 17:54:33.140894 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0422 17:54:33.138276 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"
E0422 17:54:33.141039 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"
W0422 17:54:33.138341 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0422 17:54:33.141118 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0422 17:54:33.138356 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
E0422 17:54:33.141192 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
W0422 17:54:34.020682 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
E0422 17:54:34.020741 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
W0422 17:54:34.083890 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
E0422 17:54:34.083997 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
W0422 17:54:34.101834 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
E0422 17:54:34.101963 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
W0422 17:54:34.187856 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
E0422 17:54:34.187893 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
W0422 17:54:34.213386 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0422 17:54:34.213427 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0422 17:54:34.232487 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0422 17:54:34.232604 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0422 17:54:34.273878 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
E0422 17:54:34.274003 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
W0422 17:54:34.342020 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"
E0422 17:54:34.342144 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"
I0422 17:54:37.124198 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Apr 22 18:01:43 addons-315217 kubelet[1499]: E0422 18:01:43.746486 1499 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(794976b0-b342-46a8-98f8-621e0e861f3a)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="794976b0-b342-46a8-98f8-621e0e861f3a"
Apr 22 18:01:51 addons-315217 kubelet[1499]: I0422 18:01:51.718987 1499 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-pdbwn\" (UniqueName: \"kubernetes.io/projected/794976b0-b342-46a8-98f8-621e0e861f3a-kube-api-access-pdbwn\") pod \"794976b0-b342-46a8-98f8-621e0e861f3a\" (UID: \"794976b0-b342-46a8-98f8-621e0e861f3a\") "
Apr 22 18:01:51 addons-315217 kubelet[1499]: I0422 18:01:51.721006 1499 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/794976b0-b342-46a8-98f8-621e0e861f3a-kube-api-access-pdbwn" (OuterVolumeSpecName: "kube-api-access-pdbwn") pod "794976b0-b342-46a8-98f8-621e0e861f3a" (UID: "794976b0-b342-46a8-98f8-621e0e861f3a"). InnerVolumeSpecName "kube-api-access-pdbwn". PluginName "kubernetes.io/projected", VolumeGidValue ""
Apr 22 18:01:51 addons-315217 kubelet[1499]: I0422 18:01:51.802580 1499 scope.go:117] "RemoveContainer" containerID="1a95e2c9d4110a7607f2a4db7f3b5277b63f7197f0e5a1836c108c7875a9476d"
Apr 22 18:01:51 addons-315217 kubelet[1499]: I0422 18:01:51.819501 1499 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-pdbwn\" (UniqueName: \"kubernetes.io/projected/794976b0-b342-46a8-98f8-621e0e861f3a-kube-api-access-pdbwn\") on node \"addons-315217\" DevicePath \"\""
Apr 22 18:01:52 addons-315217 kubelet[1499]: I0422 18:01:52.746317 1499 scope.go:117] "RemoveContainer" containerID="59b82ba05a0c6a2e4fe01b9a8dc0f9b453ad555632562f13ec037d13d2759d6d"
Apr 22 18:01:53 addons-315217 kubelet[1499]: I0422 18:01:53.747036 1499 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="03142c51-c6be-465c-bcd6-eae750678dca" path="/var/lib/kubelet/pods/03142c51-c6be-465c-bcd6-eae750678dca/volumes"
Apr 22 18:01:53 addons-315217 kubelet[1499]: I0422 18:01:53.747586 1499 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="794976b0-b342-46a8-98f8-621e0e861f3a" path="/var/lib/kubelet/pods/794976b0-b342-46a8-98f8-621e0e861f3a/volumes"
Apr 22 18:01:53 addons-315217 kubelet[1499]: I0422 18:01:53.748012 1499 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f24c716c-f2c6-40bb-b526-44d9681215c6" path="/var/lib/kubelet/pods/f24c716c-f2c6-40bb-b526-44d9681215c6/volumes"
Apr 22 18:01:53 addons-315217 kubelet[1499]: I0422 18:01:53.809621 1499 scope.go:117] "RemoveContainer" containerID="59b82ba05a0c6a2e4fe01b9a8dc0f9b453ad555632562f13ec037d13d2759d6d"
Apr 22 18:01:53 addons-315217 kubelet[1499]: I0422 18:01:53.809893 1499 scope.go:117] "RemoveContainer" containerID="3670d26ea95e80014f3845dd36d2d3dda62679d77ba950467f8b2d834b7f7f84"
Apr 22 18:01:53 addons-315217 kubelet[1499]: E0422 18:01:53.810142 1499 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-g6px4_default(aa6543aa-d9f8-4bf4-be78-b7e2edca8735)\"" pod="default/hello-world-app-86c47465fc-g6px4" podUID="aa6543aa-d9f8-4bf4-be78-b7e2edca8735"
Apr 22 18:01:55 addons-315217 kubelet[1499]: I0422 18:01:55.746296 1499 scope.go:117] "RemoveContainer" containerID="4a1f0315c6e19296dd1e577f952c5e4347fcea953125852e9d136d082be1fee1"
Apr 22 18:01:55 addons-315217 kubelet[1499]: E0422 18:01:55.746763 1499 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-9slp5_gadget(bd83ab02-0b19-4a59-ba78-4698cd92a649)\"" pod="gadget/gadget-9slp5" podUID="bd83ab02-0b19-4a59-ba78-4698cd92a649"
Apr 22 18:01:55 addons-315217 kubelet[1499]: I0422 18:01:55.816847 1499 scope.go:117] "RemoveContainer" containerID="50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779"
Apr 22 18:01:55 addons-315217 kubelet[1499]: I0422 18:01:55.833689 1499 scope.go:117] "RemoveContainer" containerID="50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779"
Apr 22 18:01:55 addons-315217 kubelet[1499]: E0422 18:01:55.834087 1499 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779\": container with ID starting with 50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779 not found: ID does not exist" containerID="50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779"
Apr 22 18:01:55 addons-315217 kubelet[1499]: I0422 18:01:55.834130 1499 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779"} err="failed to get container status \"50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779\": rpc error: code = NotFound desc = could not find container \"50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779\": container with ID starting with 50c6d2231c5939151911ec458009c473925d2be99fb0ab60935a4c5942fa3779 not found: ID does not exist"
Apr 22 18:01:55 addons-315217 kubelet[1499]: I0422 18:01:55.846514 1499 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-h6d7h\" (UniqueName: \"kubernetes.io/projected/f351fe56-9b0e-489b-93bb-d581316e204e-kube-api-access-h6d7h\") pod \"f351fe56-9b0e-489b-93bb-d581316e204e\" (UID: \"f351fe56-9b0e-489b-93bb-d581316e204e\") "
Apr 22 18:01:55 addons-315217 kubelet[1499]: I0422 18:01:55.846566 1499 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/f351fe56-9b0e-489b-93bb-d581316e204e-webhook-cert\") pod \"f351fe56-9b0e-489b-93bb-d581316e204e\" (UID: \"f351fe56-9b0e-489b-93bb-d581316e204e\") "
Apr 22 18:01:55 addons-315217 kubelet[1499]: I0422 18:01:55.848760 1499 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/f351fe56-9b0e-489b-93bb-d581316e204e-kube-api-access-h6d7h" (OuterVolumeSpecName: "kube-api-access-h6d7h") pod "f351fe56-9b0e-489b-93bb-d581316e204e" (UID: "f351fe56-9b0e-489b-93bb-d581316e204e"). InnerVolumeSpecName "kube-api-access-h6d7h". PluginName "kubernetes.io/projected", VolumeGidValue ""
Apr 22 18:01:55 addons-315217 kubelet[1499]: I0422 18:01:55.851024 1499 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/f351fe56-9b0e-489b-93bb-d581316e204e-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "f351fe56-9b0e-489b-93bb-d581316e204e" (UID: "f351fe56-9b0e-489b-93bb-d581316e204e"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Apr 22 18:01:55 addons-315217 kubelet[1499]: I0422 18:01:55.947651 1499 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-h6d7h\" (UniqueName: \"kubernetes.io/projected/f351fe56-9b0e-489b-93bb-d581316e204e-kube-api-access-h6d7h\") on node \"addons-315217\" DevicePath \"\""
Apr 22 18:01:55 addons-315217 kubelet[1499]: I0422 18:01:55.947698 1499 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/f351fe56-9b0e-489b-93bb-d581316e204e-webhook-cert\") on node \"addons-315217\" DevicePath \"\""
Apr 22 18:01:57 addons-315217 kubelet[1499]: I0422 18:01:57.747297 1499 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f351fe56-9b0e-489b-93bb-d581316e204e" path="/var/lib/kubelet/pods/f351fe56-9b0e-489b-93bb-d581316e204e/volumes"
==> storage-provisioner [22eaf73dd50322805afb8a61e413d05112f0b82791a5a259e400fbf2d8e42f32] <==
I0422 17:55:25.598325 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0422 17:55:25.610827 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0422 17:55:25.610963 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0422 17:55:25.621822 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0422 17:55:25.622724 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-315217_84a9b8b8-6a50-4375-91d6-312c1f1d133f!
I0422 17:55:25.623988 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"6dd48a9d-a3e9-4d47-bbe8-534e39507132", APIVersion:"v1", ResourceVersion:"937", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-315217_84a9b8b8-6a50-4375-91d6-312c1f1d133f became leader
I0422 17:55:25.723324 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-315217_84a9b8b8-6a50-4375-91d6-312c1f1d133f!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-315217 -n addons-315217
helpers_test.go:261: (dbg) Run: kubectl --context addons-315217 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 (167.21s)