=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-448844 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-448844 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-448844 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [b15f55f3-ef79-4779-bbaf-cc3d1a2ac0c1] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [b15f55f3-ef79-4779-bbaf-cc3d1a2ac0c1] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003372802s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-448844 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-448844 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.26215391s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:280: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:288: (dbg) Run: kubectl --context addons-448844 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-448844 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:308: (dbg) Run: out/minikube-linux-arm64 -p addons-448844 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-448844 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-448844 addons disable ingress --alsologtostderr -v=1: (7.768095568s)
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-448844
helpers_test.go:235: (dbg) docker inspect addons-448844:
-- stdout --
[
{
"Id": "e1cf3607ce9f591f1eb9820b3bd0638f5753301a88e583e371f1dd986f4459ca",
"Created": "2024-07-18T19:33:27.541585266Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 596437,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-18T19:33:27.687009253Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:a11bb5e2546f3ca503b3c47550c3b044149515e29579deea734475d97cc9a2be",
"ResolvConfPath": "/var/lib/docker/containers/e1cf3607ce9f591f1eb9820b3bd0638f5753301a88e583e371f1dd986f4459ca/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/e1cf3607ce9f591f1eb9820b3bd0638f5753301a88e583e371f1dd986f4459ca/hostname",
"HostsPath": "/var/lib/docker/containers/e1cf3607ce9f591f1eb9820b3bd0638f5753301a88e583e371f1dd986f4459ca/hosts",
"LogPath": "/var/lib/docker/containers/e1cf3607ce9f591f1eb9820b3bd0638f5753301a88e583e371f1dd986f4459ca/e1cf3607ce9f591f1eb9820b3bd0638f5753301a88e583e371f1dd986f4459ca-json.log",
"Name": "/addons-448844",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-448844:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-448844",
"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/eec184dd53af8b4990b781615925dec52222c013ad86fafa669199b07ecc628c-init/diff:/var/lib/docker/overlay2/da2de1d7cf532c67c36c520794b287e1b28119e470890f6f8705e0473b21c94b/diff",
"MergedDir": "/var/lib/docker/overlay2/eec184dd53af8b4990b781615925dec52222c013ad86fafa669199b07ecc628c/merged",
"UpperDir": "/var/lib/docker/overlay2/eec184dd53af8b4990b781615925dec52222c013ad86fafa669199b07ecc628c/diff",
"WorkDir": "/var/lib/docker/overlay2/eec184dd53af8b4990b781615925dec52222c013ad86fafa669199b07ecc628c/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-448844",
"Source": "/var/lib/docker/volumes/addons-448844/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-448844",
"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.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2",
"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-448844",
"name.minikube.sigs.k8s.io": "addons-448844",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "d9924aa272ea522d919ed00ade1b910cc8d0e21d3c332cf848d6659a7ddf594e",
"SandboxKey": "/var/run/docker/netns/d9924aa272ea",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33508"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33509"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33512"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33510"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33511"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-448844": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "67a07170088f17a030abe39e80532effb041da582a0c73800ae26dca06a58c3a",
"EndpointID": "92355df0b5ba281117965bd7bc3f72c8fbddbd0227f3f8703b3826add33eafd6",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-448844",
"e1cf3607ce9f"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-448844 -n addons-448844
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-448844 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-448844 logs -n 25: (1.492964105s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-930356 | download-only-930356 | jenkins | v1.33.1 | 18 Jul 24 19:33 UTC | 18 Jul 24 19:33 UTC |
| delete | -p download-only-570597 | download-only-570597 | jenkins | v1.33.1 | 18 Jul 24 19:33 UTC | 18 Jul 24 19:33 UTC |
| delete | -p download-only-850963 | download-only-850963 | jenkins | v1.33.1 | 18 Jul 24 19:33 UTC | 18 Jul 24 19:33 UTC |
| delete | -p download-only-930356 | download-only-930356 | jenkins | v1.33.1 | 18 Jul 24 19:33 UTC | 18 Jul 24 19:33 UTC |
| start | --download-only -p | download-docker-059933 | jenkins | v1.33.1 | 18 Jul 24 19:33 UTC | |
| | download-docker-059933 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-059933 | download-docker-059933 | jenkins | v1.33.1 | 18 Jul 24 19:33 UTC | 18 Jul 24 19:33 UTC |
| start | --download-only -p | binary-mirror-624464 | jenkins | v1.33.1 | 18 Jul 24 19:33 UTC | |
| | binary-mirror-624464 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:45825 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-624464 | binary-mirror-624464 | jenkins | v1.33.1 | 18 Jul 24 19:33 UTC | 18 Jul 24 19:33 UTC |
| addons | enable dashboard -p | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:33 UTC | |
| | addons-448844 | | | | | |
| addons | disable dashboard -p | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:33 UTC | |
| | addons-448844 | | | | | |
| start | -p addons-448844 --wait=true | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:33 UTC | 18 Jul 24 19:36 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 --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | enable headlamp | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:36 UTC | 18 Jul 24 19:36 UTC |
| | -p addons-448844 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-448844 ip | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:37 UTC | 18 Jul 24 19:37 UTC |
| addons | addons-448844 addons disable | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:37 UTC | 18 Jul 24 19:37 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:37 UTC | 18 Jul 24 19:37 UTC |
| | -p addons-448844 | | | | | |
| ssh | addons-448844 ssh cat | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:37 UTC | 18 Jul 24 19:37 UTC |
| | /opt/local-path-provisioner/pvc-2779cd76-e11e-4bc6-bcb8-d1ac2f61d338_default_test-pvc/file1 | | | | | |
| addons | addons-448844 addons disable | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:37 UTC | 18 Jul 24 19:37 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:37 UTC | 18 Jul 24 19:37 UTC |
| | addons-448844 | | | | | |
| addons | addons-448844 addons | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:38 UTC | 18 Jul 24 19:38 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:38 UTC | 18 Jul 24 19:38 UTC |
| | addons-448844 | | | | | |
| addons | addons-448844 addons | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:38 UTC | 18 Jul 24 19:38 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-448844 ssh curl -s | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:38 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-448844 ip | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:40 UTC | 18 Jul 24 19:40 UTC |
| addons | addons-448844 addons disable | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:40 UTC | 18 Jul 24 19:40 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-448844 addons disable | addons-448844 | jenkins | v1.33.1 | 18 Jul 24 19:40 UTC | 18 Jul 24 19:40 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/18 19:33:02
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.22.5 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0718 19:33:02.801266 595943 out.go:291] Setting OutFile to fd 1 ...
I0718 19:33:02.801472 595943 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0718 19:33:02.801500 595943 out.go:304] Setting ErrFile to fd 2...
I0718 19:33:02.801539 595943 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0718 19:33:02.801886 595943 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19297-589541/.minikube/bin
I0718 19:33:02.802860 595943 out.go:298] Setting JSON to false
I0718 19:33:02.804409 595943 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":11734,"bootTime":1721319449,"procs":156,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1064-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0718 19:33:02.804498 595943 start.go:139] virtualization:
I0718 19:33:02.812096 595943 out.go:177] * [addons-448844] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0718 19:33:02.823614 595943 out.go:177] - MINIKUBE_LOCATION=19297
I0718 19:33:02.823627 595943 notify.go:220] Checking for updates...
I0718 19:33:02.836470 595943 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0718 19:33:02.868877 595943 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19297-589541/kubeconfig
I0718 19:33:02.900145 595943 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19297-589541/.minikube
I0718 19:33:02.949323 595943 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0718 19:33:02.980945 595943 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0718 19:33:03.014240 595943 driver.go:392] Setting default libvirt URI to qemu:///system
I0718 19:33:03.036823 595943 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
I0718 19:33:03.036945 595943 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0718 19:33:03.095017 595943 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:44 SystemTime:2024-07-18 19:33:03.083457598 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-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:8214904832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0718 19:33:03.095185 595943 docker.go:307] overlay module found
I0718 19:33:03.125123 595943 out.go:177] * Using the docker driver based on user configuration
I0718 19:33:03.158021 595943 start.go:297] selected driver: docker
I0718 19:33:03.158061 595943 start.go:901] validating driver "docker" against <nil>
I0718 19:33:03.158077 595943 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0718 19:33:03.158795 595943 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0718 19:33:03.228987 595943 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:44 SystemTime:2024-07-18 19:33:03.220035618 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-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:8214904832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0718 19:33:03.229153 595943 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0718 19:33:03.229401 595943 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]
I0718 19:33:03.251697 595943 out.go:177] * Using Docker driver with root privileges
I0718 19:33:03.285641 595943 cni.go:84] Creating CNI manager for ""
I0718 19:33:03.285675 595943 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0718 19:33:03.285687 595943 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0718 19:33:03.285785 595943 start.go:340] cluster config:
{Name:addons-448844 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 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.3 ClusterName:addons-448844 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.3 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}
I0718 19:33:03.317527 595943 out.go:177] * Starting "addons-448844" primary control-plane node in "addons-448844" cluster
I0718 19:33:03.349335 595943 cache.go:121] Beginning downloading kic base image for docker with crio
I0718 19:33:03.383373 595943 out.go:177] * Pulling base image v0.0.44-1721234491-19282 ...
I0718 19:33:03.414776 595943 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0718 19:33:03.414853 595943 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19297-589541/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4
I0718 19:33:03.414867 595943 cache.go:56] Caching tarball of preloaded images
I0718 19:33:03.414781 595943 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 in local docker daemon
I0718 19:33:03.414968 595943 preload.go:172] Found /home/jenkins/minikube-integration/19297-589541/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0718 19:33:03.414978 595943 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
I0718 19:33:03.415348 595943 profile.go:143] Saving config to /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/config.json ...
I0718 19:33:03.415380 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/config.json: {Name:mkd45e0bea6228115f10325d706e67bd5b3404b3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:03.429925 595943 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 to local cache
I0718 19:33:03.430057 595943 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 in local cache directory
I0718 19:33:03.430080 595943 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 in local cache directory, skipping pull
I0718 19:33:03.430085 595943 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 exists in cache, skipping pull
I0718 19:33:03.430092 595943 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 as a tarball
I0718 19:33:03.430098 595943 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 from local cache
I0718 19:33:20.220396 595943 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 from cached tarball
I0718 19:33:20.220493 595943 cache.go:194] Successfully downloaded all kic artifacts
I0718 19:33:20.220533 595943 start.go:360] acquireMachinesLock for addons-448844: {Name:mk9db9276a0b62b08fb0e1de40952b16f5ace6c3 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0718 19:33:20.221252 595943 start.go:364] duration metric: took 691.612µs to acquireMachinesLock for "addons-448844"
I0718 19:33:20.221293 595943 start.go:93] Provisioning new machine with config: &{Name:addons-448844 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 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.3 ClusterName:addons-448844 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.3 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.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0718 19:33:20.221445 595943 start.go:125] createHost starting for "" (driver="docker")
I0718 19:33:20.223704 595943 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0718 19:33:20.224010 595943 start.go:159] libmachine.API.Create for "addons-448844" (driver="docker")
I0718 19:33:20.224049 595943 client.go:168] LocalClient.Create starting
I0718 19:33:20.224177 595943 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19297-589541/.minikube/certs/ca.pem
I0718 19:33:20.574658 595943 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19297-589541/.minikube/certs/cert.pem
I0718 19:33:20.927956 595943 cli_runner.go:164] Run: docker network inspect addons-448844 --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}}]}"
W0718 19:33:20.942989 595943 cli_runner.go:211] docker network inspect addons-448844 --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
I0718 19:33:20.943076 595943 network_create.go:284] running [docker network inspect addons-448844] to gather additional debugging logs...
I0718 19:33:20.943095 595943 cli_runner.go:164] Run: docker network inspect addons-448844
W0718 19:33:20.956996 595943 cli_runner.go:211] docker network inspect addons-448844 returned with exit code 1
I0718 19:33:20.957037 595943 network_create.go:287] error running [docker network inspect addons-448844]: docker network inspect addons-448844: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-448844 not found
I0718 19:33:20.957050 595943 network_create.go:289] output of [docker network inspect addons-448844]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-448844 not found
** /stderr **
I0718 19:33:20.957150 595943 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}}]}"
I0718 19:33:20.971858 595943 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:0x4001bd8da0}
I0718 19:33:20.971894 595943 network_create.go:124] attempt to create docker network addons-448844 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0718 19:33:20.971950 595943 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-448844 addons-448844
I0718 19:33:21.055107 595943 network_create.go:108] docker network addons-448844 192.168.49.0/24 created
I0718 19:33:21.055146 595943 kic.go:121] calculated static IP "192.168.49.2" for the "addons-448844" container
I0718 19:33:21.055244 595943 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0718 19:33:21.073066 595943 cli_runner.go:164] Run: docker volume create addons-448844 --label name.minikube.sigs.k8s.io=addons-448844 --label created_by.minikube.sigs.k8s.io=true
I0718 19:33:21.090083 595943 oci.go:103] Successfully created a docker volume addons-448844
I0718 19:33:21.090224 595943 cli_runner.go:164] Run: docker run --rm --name addons-448844-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-448844 --entrypoint /usr/bin/test -v addons-448844:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 -d /var/lib
I0718 19:33:23.178487 595943 cli_runner.go:217] Completed: docker run --rm --name addons-448844-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-448844 --entrypoint /usr/bin/test -v addons-448844:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 -d /var/lib: (2.088225443s)
I0718 19:33:23.178515 595943 oci.go:107] Successfully prepared a docker volume addons-448844
I0718 19:33:23.178547 595943 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0718 19:33:23.178568 595943 kic.go:194] Starting extracting preloaded images to volume ...
I0718 19:33:23.178789 595943 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19297-589541/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-448844:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 -I lz4 -xf /preloaded.tar -C /extractDir
I0718 19:33:27.475198 595943 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19297-589541/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-448844:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 -I lz4 -xf /preloaded.tar -C /extractDir: (4.296359445s)
I0718 19:33:27.475227 595943 kic.go:203] duration metric: took 4.296656998s to extract preloaded images to volume ...
W0718 19:33:27.475375 595943 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0718 19:33:27.475484 595943 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0718 19:33:27.528420 595943 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-448844 --name addons-448844 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-448844 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-448844 --network addons-448844 --ip 192.168.49.2 --volume addons-448844:/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.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2
I0718 19:33:27.856630 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Running}}
I0718 19:33:27.876026 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:33:27.898986 595943 cli_runner.go:164] Run: docker exec addons-448844 stat /var/lib/dpkg/alternatives/iptables
I0718 19:33:27.969604 595943 oci.go:144] the created container "addons-448844" has a running status.
I0718 19:33:27.969636 595943 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa...
I0718 19:33:28.711039 595943 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0718 19:33:28.733274 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:33:28.759958 595943 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0718 19:33:28.760017 595943 kic_runner.go:114] Args: [docker exec --privileged addons-448844 chown docker:docker /home/docker/.ssh/authorized_keys]
I0718 19:33:28.812812 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:33:28.835781 595943 machine.go:94] provisionDockerMachine start ...
I0718 19:33:28.835877 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:33:28.857410 595943 main.go:141] libmachine: Using SSH client type: native
I0718 19:33:28.857676 595943 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil> [] 0s} 127.0.0.1 33508 <nil> <nil>}
I0718 19:33:28.857685 595943 main.go:141] libmachine: About to run SSH command:
hostname
I0718 19:33:28.982038 595943 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-448844
I0718 19:33:28.982118 595943 ubuntu.go:169] provisioning hostname "addons-448844"
I0718 19:33:28.982225 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:33:29.008633 595943 main.go:141] libmachine: Using SSH client type: native
I0718 19:33:29.009046 595943 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil> [] 0s} 127.0.0.1 33508 <nil> <nil>}
I0718 19:33:29.009064 595943 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-448844 && echo "addons-448844" | sudo tee /etc/hostname
I0718 19:33:29.146699 595943 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-448844
I0718 19:33:29.146785 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:33:29.164127 595943 main.go:141] libmachine: Using SSH client type: native
I0718 19:33:29.164378 595943 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil> [] 0s} 127.0.0.1 33508 <nil> <nil>}
I0718 19:33:29.164399 595943 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-448844' /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-448844/g' /etc/hosts;
else
echo '127.0.1.1 addons-448844' | sudo tee -a /etc/hosts;
fi
fi
I0718 19:33:29.286579 595943 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0718 19:33:29.286633 595943 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19297-589541/.minikube CaCertPath:/home/jenkins/minikube-integration/19297-589541/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19297-589541/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19297-589541/.minikube}
I0718 19:33:29.286661 595943 ubuntu.go:177] setting up certificates
I0718 19:33:29.286671 595943 provision.go:84] configureAuth start
I0718 19:33:29.286738 595943 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-448844
I0718 19:33:29.309685 595943 provision.go:143] copyHostCerts
I0718 19:33:29.309772 595943 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19297-589541/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19297-589541/.minikube/ca.pem (1078 bytes)
I0718 19:33:29.309916 595943 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19297-589541/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19297-589541/.minikube/cert.pem (1123 bytes)
I0718 19:33:29.309986 595943 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19297-589541/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19297-589541/.minikube/key.pem (1679 bytes)
I0718 19:33:29.310035 595943 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19297-589541/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19297-589541/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19297-589541/.minikube/certs/ca-key.pem org=jenkins.addons-448844 san=[127.0.0.1 192.168.49.2 addons-448844 localhost minikube]
I0718 19:33:29.784401 595943 provision.go:177] copyRemoteCerts
I0718 19:33:29.784475 595943 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0718 19:33:29.784516 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:33:29.801082 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:33:29.895316 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0718 19:33:29.919722 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0718 19:33:29.943162 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0718 19:33:29.966696 595943 provision.go:87] duration metric: took 680.007579ms to configureAuth
I0718 19:33:29.966777 595943 ubuntu.go:193] setting minikube options for container-runtime
I0718 19:33:29.966979 595943 config.go:182] Loaded profile config "addons-448844": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0718 19:33:29.967118 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:33:29.984693 595943 main.go:141] libmachine: Using SSH client type: native
I0718 19:33:29.984946 595943 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil> [] 0s} 127.0.0.1 33508 <nil> <nil>}
I0718 19:33:29.984969 595943 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
I0718 19:33:30.250749 595943 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0718 19:33:30.250776 595943 machine.go:97] duration metric: took 1.414972325s to provisionDockerMachine
I0718 19:33:30.250789 595943 client.go:171] duration metric: took 10.026729731s to LocalClient.Create
I0718 19:33:30.250812 595943 start.go:167] duration metric: took 10.026802263s to libmachine.API.Create "addons-448844"
I0718 19:33:30.250819 595943 start.go:293] postStartSetup for "addons-448844" (driver="docker")
I0718 19:33:30.250830 595943 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]
I0718 19:33:30.250910 595943 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
I0718 19:33:30.250966 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:33:30.267867 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:33:30.360299 595943 ssh_runner.go:195] Run: cat /etc/os-release
I0718 19:33:30.363570 595943 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0718 19:33:30.363610 595943 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0718 19:33:30.363622 595943 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0718 19:33:30.363629 595943 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0718 19:33:30.363642 595943 filesync.go:126] Scanning /home/jenkins/minikube-integration/19297-589541/.minikube/addons for local assets ...
I0718 19:33:30.363718 595943 filesync.go:126] Scanning /home/jenkins/minikube-integration/19297-589541/.minikube/files for local assets ...
I0718 19:33:30.363743 595943 start.go:296] duration metric: took 112.91742ms for postStartSetup
I0718 19:33:30.364060 595943 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-448844
I0718 19:33:30.380348 595943 profile.go:143] Saving config to /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/config.json ...
I0718 19:33:30.380642 595943 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0718 19:33:30.380684 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:33:30.396886 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:33:30.483563 595943 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0718 19:33:30.487992 595943 start.go:128] duration metric: took 10.266531263s to createHost
I0718 19:33:30.488016 595943 start.go:83] releasing machines lock for "addons-448844", held for 10.266745141s
I0718 19:33:30.488088 595943 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-448844
I0718 19:33:30.503600 595943 ssh_runner.go:195] Run: cat /version.json
I0718 19:33:30.503658 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:33:30.503720 595943 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0718 19:33:30.503764 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:33:30.528841 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:33:30.537791 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:33:30.752812 595943 ssh_runner.go:195] Run: systemctl --version
I0718 19:33:30.757926 595943 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0718 19:33:30.902495 595943 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0718 19:33:30.906673 595943 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" ;
I0718 19:33:30.927805 595943 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0718 19:33:30.927895 595943 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" ;
I0718 19:33:30.963133 595943 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0718 19:33:30.963160 595943 start.go:495] detecting cgroup driver to use...
I0718 19:33:30.963195 595943 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0718 19:33:30.963246 595943 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0718 19:33:30.979199 595943 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0718 19:33:30.991375 595943 docker.go:217] disabling cri-docker service (if available) ...
I0718 19:33:30.991453 595943 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0718 19:33:31.009683 595943 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0718 19:33:31.024963 595943 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0718 19:33:31.120392 595943 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0718 19:33:31.209856 595943 docker.go:233] disabling docker service ...
I0718 19:33:31.209952 595943 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0718 19:33:31.230468 595943 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0718 19:33:31.243897 595943 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0718 19:33:31.329022 595943 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0718 19:33:31.421185 595943 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0718 19:33:31.433481 595943 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"
I0718 19:33:31.449304 595943 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0718 19:33:31.449390 595943 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"
I0718 19:33:31.459228 595943 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0718 19:33:31.459328 595943 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0718 19:33:31.468814 595943 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0718 19:33:31.478488 595943 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0718 19:33:31.488265 595943 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0718 19:33:31.497490 595943 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"
I0718 19:33:31.507177 595943 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"
I0718 19:33:31.523934 595943 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"
I0718 19:33:31.533543 595943 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0718 19:33:31.542154 595943 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0718 19:33:31.550576 595943 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0718 19:33:31.634889 595943 ssh_runner.go:195] Run: sudo systemctl restart crio
I0718 19:33:31.761440 595943 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0718 19:33:31.761543 595943 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0718 19:33:31.765179 595943 start.go:563] Will wait 60s for crictl version
I0718 19:33:31.765264 595943 ssh_runner.go:195] Run: which crictl
I0718 19:33:31.768796 595943 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0718 19:33:31.814182 595943 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0718 19:33:31.814307 595943 ssh_runner.go:195] Run: crio --version
I0718 19:33:31.854469 595943 ssh_runner.go:195] Run: crio --version
I0718 19:33:31.899064 595943 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
I0718 19:33:31.900951 595943 cli_runner.go:164] Run: docker network inspect addons-448844 --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}}]}"
I0718 19:33:31.917042 595943 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0718 19:33:31.920647 595943 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""
I0718 19:33:31.931504 595943 kubeadm.go:883] updating cluster {Name:addons-448844 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 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.3 ClusterName:addons-448844 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.3 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} ...
I0718 19:33:31.931626 595943 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0718 19:33:31.931684 595943 ssh_runner.go:195] Run: sudo crictl images --output json
I0718 19:33:32.020500 595943 crio.go:514] all images are preloaded for cri-o runtime.
I0718 19:33:32.020526 595943 crio.go:433] Images already preloaded, skipping extraction
I0718 19:33:32.020590 595943 ssh_runner.go:195] Run: sudo crictl images --output json
I0718 19:33:32.058855 595943 crio.go:514] all images are preloaded for cri-o runtime.
I0718 19:33:32.058877 595943 cache_images.go:84] Images are preloaded, skipping loading
I0718 19:33:32.058886 595943 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
I0718 19:33:32.058983 595943 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-448844 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.3 ClusterName:addons-448844 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:}
I0718 19:33:32.059076 595943 ssh_runner.go:195] Run: crio config
I0718 19:33:32.113436 595943 cni.go:84] Creating CNI manager for ""
I0718 19:33:32.113458 595943 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0718 19:33:32.113471 595943 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0718 19:33:32.113496 595943 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.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-448844 NodeName:addons-448844 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}
I0718 19:33:32.113637 595943 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-448844"
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.3
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
I0718 19:33:32.113704 595943 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
I0718 19:33:32.122580 595943 binaries.go:44] Found k8s binaries, skipping transfer
I0718 19:33:32.122669 595943 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0718 19:33:32.131430 595943 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0718 19:33:32.149401 595943 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0718 19:33:32.168943 595943 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0718 19:33:32.187161 595943 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0718 19:33:32.190526 595943 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""
I0718 19:33:32.201193 595943 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0718 19:33:32.281433 595943 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0718 19:33:32.295410 595943 certs.go:68] Setting up /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844 for IP: 192.168.49.2
I0718 19:33:32.295483 595943 certs.go:194] generating shared ca certs ...
I0718 19:33:32.295511 595943 certs.go:226] acquiring lock for ca certs: {Name:mk4f744987933eba8c8868535124f30f94f9514f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:32.295647 595943 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19297-589541/.minikube/ca.key
I0718 19:33:32.740276 595943 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19297-589541/.minikube/ca.crt ...
I0718 19:33:32.740312 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/.minikube/ca.crt: {Name:mk45bbab4ac56caedaebc17d7e64b9966d5330e9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:32.740549 595943 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19297-589541/.minikube/ca.key ...
I0718 19:33:32.740566 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/.minikube/ca.key: {Name:mk2c032feddc36683152adf0426ff3b0d6c4eb61 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:32.740664 595943 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19297-589541/.minikube/proxy-client-ca.key
I0718 19:33:33.100351 595943 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19297-589541/.minikube/proxy-client-ca.crt ...
I0718 19:33:33.100383 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/.minikube/proxy-client-ca.crt: {Name:mk3c228cfc62a0df01555ea0c3c5fa510941ab44 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:33.100581 595943 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19297-589541/.minikube/proxy-client-ca.key ...
I0718 19:33:33.100594 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/.minikube/proxy-client-ca.key: {Name:mk7819aa30772be6e2e230cf8ffee81d396a8c63 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:33.100672 595943 certs.go:256] generating profile certs ...
I0718 19:33:33.100735 595943 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/client.key
I0718 19:33:33.100751 595943 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/client.crt with IP's: []
I0718 19:33:34.100809 595943 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/client.crt ...
I0718 19:33:34.100843 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/client.crt: {Name:mk0f5cba75f27bde7e91b4810731203b957f8ce6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:34.101035 595943 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/client.key ...
I0718 19:33:34.101047 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/client.key: {Name:mk5b803ba0bc8671d80db9fd0dcb3ffd6d70f86e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:34.101125 595943 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.key.28771d4e
I0718 19:33:34.101147 595943 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.crt.28771d4e with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0718 19:33:34.625935 595943 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.crt.28771d4e ...
I0718 19:33:34.625968 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.crt.28771d4e: {Name:mk581e3f25223732358454b2d1f1f9559fc73640 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:34.626150 595943 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.key.28771d4e ...
I0718 19:33:34.626164 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.key.28771d4e: {Name:mk091e7660a9f6ce3c05ebe5dfc9ce7cd681c5bb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:34.626876 595943 certs.go:381] copying /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.crt.28771d4e -> /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.crt
I0718 19:33:34.626967 595943 certs.go:385] copying /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.key.28771d4e -> /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.key
I0718 19:33:34.627019 595943 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/proxy-client.key
I0718 19:33:34.627039 595943 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/proxy-client.crt with IP's: []
I0718 19:33:35.338489 595943 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/proxy-client.crt ...
I0718 19:33:35.338567 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/proxy-client.crt: {Name:mk732fd111ba22281e4e06a0af36fda1d384c3d5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:35.338798 595943 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/proxy-client.key ...
I0718 19:33:35.338837 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/proxy-client.key: {Name:mk111fc3f0ac148b23481cfb434574b257cf2f3a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:33:35.339086 595943 certs.go:484] found cert: /home/jenkins/minikube-integration/19297-589541/.minikube/certs/ca-key.pem (1675 bytes)
I0718 19:33:35.339151 595943 certs.go:484] found cert: /home/jenkins/minikube-integration/19297-589541/.minikube/certs/ca.pem (1078 bytes)
I0718 19:33:35.339210 595943 certs.go:484] found cert: /home/jenkins/minikube-integration/19297-589541/.minikube/certs/cert.pem (1123 bytes)
I0718 19:33:35.339255 595943 certs.go:484] found cert: /home/jenkins/minikube-integration/19297-589541/.minikube/certs/key.pem (1679 bytes)
I0718 19:33:35.339874 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0718 19:33:35.366210 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0718 19:33:35.391178 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0718 19:33:35.415056 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0718 19:33:35.439285 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0718 19:33:35.462487 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0718 19:33:35.486048 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0718 19:33:35.509988 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/profiles/addons-448844/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0718 19:33:35.534109 595943 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19297-589541/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0718 19:33:35.559360 595943 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0718 19:33:35.576836 595943 ssh_runner.go:195] Run: openssl version
I0718 19:33:35.582398 595943 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"
I0718 19:33:35.591906 595943 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0718 19:33:35.595326 595943 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 18 19:33 /usr/share/ca-certificates/minikubeCA.pem
I0718 19:33:35.595430 595943 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0718 19:33:35.602359 595943 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"
I0718 19:33:35.611788 595943 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0718 19:33:35.615194 595943 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
I0718 19:33:35.615286 595943 kubeadm.go:392] StartCluster: {Name:addons-448844 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721234491-19282@sha256:af477ffa9f6167a73f0adae71d3a4e601ba0c2adc97a4067255b422b3477d2c2 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.3 ClusterName:addons-448844 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.3 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}
I0718 19:33:35.615375 595943 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0718 19:33:35.615448 595943 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0718 19:33:35.652129 595943 cri.go:89] found id: ""
I0718 19:33:35.652200 595943 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0718 19:33:35.660987 595943 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0718 19:33:35.669930 595943 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0718 19:33:35.670015 595943 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
I0718 19:33:35.679389 595943 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0718 19:33:35.679412 595943 kubeadm.go:157] found existing configuration files:
I0718 19:33:35.679489 595943 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0718 19:33:35.688566 595943 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0718 19:33:35.688628 595943 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0718 19:33:35.697298 595943 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0718 19:33:35.705957 595943 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0718 19:33:35.706042 595943 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0718 19:33:35.714038 595943 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0718 19:33:35.722560 595943 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0718 19:33:35.722649 595943 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0718 19:33:35.731117 595943 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0718 19:33:35.740071 595943 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0718 19:33:35.740155 595943 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0718 19:33:35.748384 595943 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.3:$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"
I0718 19:33:35.792231 595943 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
I0718 19:33:35.792559 595943 kubeadm.go:310] [preflight] Running pre-flight checks
I0718 19:33:35.832510 595943 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0718 19:33:35.832625 595943 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1064-aws[0m
I0718 19:33:35.832686 595943 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0718 19:33:35.832753 595943 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0718 19:33:35.832840 595943 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0718 19:33:35.832909 595943 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0718 19:33:35.832978 595943 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0718 19:33:35.833056 595943 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0718 19:33:35.833127 595943 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0718 19:33:35.833202 595943 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0718 19:33:35.833275 595943 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0718 19:33:35.833353 595943 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0718 19:33:35.894676 595943 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0718 19:33:35.894846 595943 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0718 19:33:35.894975 595943 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0718 19:33:36.169941 595943 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0718 19:33:36.173948 595943 out.go:204] - Generating certificates and keys ...
I0718 19:33:36.174161 595943 kubeadm.go:310] [certs] Using existing ca certificate authority
I0718 19:33:36.174291 595943 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0718 19:33:37.077123 595943 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0718 19:33:37.668160 595943 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0718 19:33:38.017757 595943 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0718 19:33:38.584058 595943 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0718 19:33:39.174444 595943 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0718 19:33:39.174855 595943 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-448844 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0718 19:33:39.812443 595943 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0718 19:33:39.812751 595943 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-448844 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0718 19:33:40.512912 595943 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0718 19:33:40.833376 595943 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0718 19:33:40.975337 595943 kubeadm.go:310] [certs] Generating "sa" key and public key
I0718 19:33:40.975596 595943 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0718 19:33:41.495480 595943 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0718 19:33:42.630892 595943 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0718 19:33:43.074853 595943 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0718 19:33:44.502077 595943 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0718 19:33:44.708649 595943 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0718 19:33:44.709444 595943 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0718 19:33:44.712439 595943 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0718 19:33:44.714734 595943 out.go:204] - Booting up control plane ...
I0718 19:33:44.714861 595943 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0718 19:33:44.714952 595943 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0718 19:33:44.715703 595943 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0718 19:33:44.727135 595943 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0718 19:33:44.728234 595943 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0718 19:33:44.728294 595943 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0718 19:33:44.825542 595943 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0718 19:33:44.825631 595943 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0718 19:33:46.326397 595943 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.500949936s
I0718 19:33:46.326484 595943 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0718 19:33:51.827814 595943 kubeadm.go:310] [api-check] The API server is healthy after 5.501413572s
I0718 19:33:51.846474 595943 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0718 19:33:51.857726 595943 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0718 19:33:51.882695 595943 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0718 19:33:51.882891 595943 kubeadm.go:310] [mark-control-plane] Marking the node addons-448844 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0718 19:33:51.892693 595943 kubeadm.go:310] [bootstrap-token] Using token: p6icwt.ef70qwbxbthgbb14
I0718 19:33:51.894501 595943 out.go:204] - Configuring RBAC rules ...
I0718 19:33:51.894664 595943 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0718 19:33:51.899612 595943 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0718 19:33:51.907459 595943 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0718 19:33:51.910496 595943 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0718 19:33:51.914288 595943 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0718 19:33:51.919403 595943 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0718 19:33:52.234641 595943 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0718 19:33:52.702989 595943 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0718 19:33:53.234084 595943 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0718 19:33:53.235318 595943 kubeadm.go:310]
I0718 19:33:53.235391 595943 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0718 19:33:53.235398 595943 kubeadm.go:310]
I0718 19:33:53.235471 595943 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0718 19:33:53.235476 595943 kubeadm.go:310]
I0718 19:33:53.235500 595943 kubeadm.go:310] mkdir -p $HOME/.kube
I0718 19:33:53.235557 595943 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0718 19:33:53.235605 595943 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0718 19:33:53.235610 595943 kubeadm.go:310]
I0718 19:33:53.235661 595943 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0718 19:33:53.235672 595943 kubeadm.go:310]
I0718 19:33:53.235717 595943 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0718 19:33:53.235722 595943 kubeadm.go:310]
I0718 19:33:53.235772 595943 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0718 19:33:53.235843 595943 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0718 19:33:53.235911 595943 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0718 19:33:53.235916 595943 kubeadm.go:310]
I0718 19:33:53.235996 595943 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0718 19:33:53.236069 595943 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0718 19:33:53.236074 595943 kubeadm.go:310]
I0718 19:33:53.236154 595943 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token p6icwt.ef70qwbxbthgbb14 \
I0718 19:33:53.236252 595943 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:793436fb026fdafe234514ce1084afdb401fa3c4975231a4aad8427f544083f2 \
I0718 19:33:53.236272 595943 kubeadm.go:310] --control-plane
I0718 19:33:53.236277 595943 kubeadm.go:310]
I0718 19:33:53.236358 595943 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0718 19:33:53.236363 595943 kubeadm.go:310]
I0718 19:33:53.236441 595943 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token p6icwt.ef70qwbxbthgbb14 \
I0718 19:33:53.236538 595943 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:793436fb026fdafe234514ce1084afdb401fa3c4975231a4aad8427f544083f2
I0718 19:33:53.238909 595943 kubeadm.go:310] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1064-aws\n", err: exit status 1
I0718 19:33:53.239024 595943 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0718 19:33:53.239043 595943 cni.go:84] Creating CNI manager for ""
I0718 19:33:53.239052 595943 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0718 19:33:53.243053 595943 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0718 19:33:53.245412 595943 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0718 19:33:53.249323 595943 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
I0718 19:33:53.249345 595943 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0718 19:33:53.269073 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0718 19:33:53.521384 595943 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0718 19:33:53.521510 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:53.521584 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-448844 minikube.k8s.io/updated_at=2024_07_18T19_33_53_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=fde50f7c1d8780525c534b5848cf4126ede27fa0 minikube.k8s.io/name=addons-448844 minikube.k8s.io/primary=true
I0718 19:33:53.686142 595943 ops.go:34] apiserver oom_adj: -16
I0718 19:33:53.686314 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:54.187095 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:54.687453 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:55.187397 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:55.686458 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:56.187207 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:56.686746 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:57.186469 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:57.686936 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:58.186579 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:58.687268 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:59.186408 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:33:59.687206 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:00.187285 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:00.686465 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:01.186515 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:01.687108 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:02.187357 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:02.686742 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:03.187358 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:03.687325 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:04.186694 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:04.686472 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:05.186463 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:05.686942 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:06.187191 595943 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0718 19:34:06.292299 595943 kubeadm.go:1113] duration metric: took 12.770833807s to wait for elevateKubeSystemPrivileges
I0718 19:34:06.292338 595943 kubeadm.go:394] duration metric: took 30.67705787s to StartCluster
I0718 19:34:06.292356 595943 settings.go:142] acquiring lock: {Name:mk659b3201e33c0467fa28a295773a2342f332ea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:34:06.292475 595943 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19297-589541/kubeconfig
I0718 19:34:06.292863 595943 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19297-589541/kubeconfig: {Name:mk1175e4d6e56e6d9f7a1420f4c9bda25afbe347 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0718 19:34:06.293063 595943 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0718 19:34:06.293165 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0718 19:34:06.293413 595943 config.go:182] Loaded profile config "addons-448844": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0718 19:34:06.293405 595943 addons.go:507] 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 volcano:true volumesnapshots:true yakd:true]
I0718 19:34:06.293549 595943 addons.go:69] Setting yakd=true in profile "addons-448844"
I0718 19:34:06.293573 595943 addons.go:234] Setting addon yakd=true in "addons-448844"
I0718 19:34:06.293603 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.294136 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.294335 595943 addons.go:69] Setting inspektor-gadget=true in profile "addons-448844"
I0718 19:34:06.294379 595943 addons.go:234] Setting addon inspektor-gadget=true in "addons-448844"
I0718 19:34:06.294485 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.294540 595943 addons.go:69] Setting metrics-server=true in profile "addons-448844"
I0718 19:34:06.294575 595943 addons.go:234] Setting addon metrics-server=true in "addons-448844"
I0718 19:34:06.294654 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.295041 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.295172 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.296781 595943 addons.go:69] Setting cloud-spanner=true in profile "addons-448844"
I0718 19:34:06.296825 595943 addons.go:234] Setting addon cloud-spanner=true in "addons-448844"
I0718 19:34:06.296860 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.297267 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.298987 595943 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-448844"
I0718 19:34:06.299444 595943 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-448844"
I0718 19:34:06.299516 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.307054 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.299143 595943 addons.go:69] Setting registry=true in profile "addons-448844"
I0718 19:34:06.308758 595943 addons.go:234] Setting addon registry=true in "addons-448844"
I0718 19:34:06.308809 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.309242 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.299160 595943 addons.go:69] Setting storage-provisioner=true in profile "addons-448844"
I0718 19:34:06.318750 595943 addons.go:234] Setting addon storage-provisioner=true in "addons-448844"
I0718 19:34:06.318833 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.320419 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.299165 595943 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-448844"
I0718 19:34:06.337626 595943 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-448844"
I0718 19:34:06.342176 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.299174 595943 addons.go:69] Setting volcano=true in profile "addons-448844"
I0718 19:34:06.355244 595943 addons.go:234] Setting addon volcano=true in "addons-448844"
I0718 19:34:06.355321 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.355910 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.299178 595943 addons.go:69] Setting volumesnapshots=true in profile "addons-448844"
I0718 19:34:06.369424 595943 addons.go:234] Setting addon volumesnapshots=true in "addons-448844"
I0718 19:34:06.369512 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.370111 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.372131 595943 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0718 19:34:06.299215 595943 out.go:177] * Verifying Kubernetes components...
I0718 19:34:06.393051 595943 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0718 19:34:06.393121 595943 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0718 19:34:06.393228 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.395743 595943 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0718 19:34:06.299697 595943 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-448844"
I0718 19:34:06.411461 595943 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-448844"
I0718 19:34:06.411529 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.412080 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.299701 595943 addons.go:69] Setting default-storageclass=true in profile "addons-448844"
I0718 19:34:06.442781 595943 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-448844"
I0718 19:34:06.443101 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.478843 595943 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0718 19:34:06.481745 595943 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0718 19:34:06.483627 595943 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0718 19:34:06.483649 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0718 19:34:06.483722 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.299706 595943 addons.go:69] Setting ingress=true in profile "addons-448844"
I0718 19:34:06.498897 595943 addons.go:234] Setting addon ingress=true in "addons-448844"
I0718 19:34:06.498953 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.499383 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.506970 595943 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0718 19:34:06.507000 595943 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0718 19:34:06.507083 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.299710 595943 addons.go:69] Setting ingress-dns=true in profile "addons-448844"
I0718 19:34:06.529810 595943 addons.go:234] Setting addon ingress-dns=true in "addons-448844"
I0718 19:34:06.529849 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.530281 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.532858 595943 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0718 19:34:06.533210 595943 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0718 19:34:06.299687 595943 addons.go:69] Setting gcp-auth=true in profile "addons-448844"
I0718 19:34:06.538434 595943 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0718 19:34:06.538452 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0718 19:34:06.538517 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.541797 595943 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
I0718 19:34:06.541921 595943 mustload.go:65] Loading cluster: addons-448844
I0718 19:34:06.542119 595943 config.go:182] Loaded profile config "addons-448844": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0718 19:34:06.542377 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.542837 595943 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0718 19:34:06.542885 595943 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0718 19:34:06.542943 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.573232 595943 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-448844"
I0718 19:34:06.573336 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.583294 595943 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0718 19:34:06.598421 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0718 19:34:06.593721 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.601075 595943 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0718 19:34:06.601084 595943 out.go:177] - Using image docker.io/registry:2.8.3
I0718 19:34:06.601256 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
W0718 19:34:06.614888 595943 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0718 19:34:06.618757 595943 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0718 19:34:06.618817 595943 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0718 19:34:06.618925 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.624864 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.625235 595943 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0718 19:34:06.627439 595943 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0718 19:34:06.627463 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0718 19:34:06.627526 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.725631 595943 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0718 19:34:06.726085 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.739997 595943 addons.go:234] Setting addon default-storageclass=true in "addons-448844"
I0718 19:34:06.740051 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.740538 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:06.741097 595943 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0718 19:34:06.751451 595943 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0718 19:34:06.751890 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.753661 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.755465 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:06.759310 595943 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0718 19:34:06.766383 595943 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0718 19:34:06.769907 595943 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0718 19:34:06.774844 595943 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0718 19:34:06.776096 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.777021 595943 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0718 19:34:06.779187 595943 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0718 19:34:06.779852 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0718 19:34:06.780042 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.786674 595943 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0718 19:34:06.789124 595943 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0718 19:34:06.789148 595943 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0718 19:34:06.789221 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.801782 595943 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0718 19:34:06.801839 595943 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0718 19:34:06.806737 595943 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0718 19:34:06.809816 595943 out.go:177] - Using image docker.io/busybox:stable
I0718 19:34:06.813363 595943 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0718 19:34:06.813382 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0718 19:34:06.813482 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.813950 595943 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0718 19:34:06.817314 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/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.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0718 19:34:06.821257 595943 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0718 19:34:06.821313 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0718 19:34:06.821409 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.870921 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.895897 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.905344 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.921073 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.946793 595943 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0718 19:34:06.946868 595943 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0718 19:34:06.946969 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:06.962916 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.963439 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.978228 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:06.990696 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:07.020234 595943 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0718 19:34:07.060774 595943 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0718 19:34:07.060796 595943 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0718 19:34:07.186465 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0718 19:34:07.212233 595943 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0718 19:34:07.212316 595943 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0718 19:34:07.224063 595943 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0718 19:34:07.224149 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0718 19:34:07.275282 595943 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0718 19:34:07.275355 595943 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0718 19:34:07.302333 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0718 19:34:07.335756 595943 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0718 19:34:07.335786 595943 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0718 19:34:07.419291 595943 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0718 19:34:07.419366 595943 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0718 19:34:07.433882 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0718 19:34:07.443553 595943 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0718 19:34:07.443628 595943 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0718 19:34:07.449386 595943 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0718 19:34:07.449457 595943 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0718 19:34:07.459734 595943 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0718 19:34:07.459806 595943 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0718 19:34:07.464500 595943 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0718 19:34:07.464589 595943 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0718 19:34:07.474444 595943 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0718 19:34:07.474467 595943 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0718 19:34:07.499124 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0718 19:34:07.500190 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0718 19:34:07.503651 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0718 19:34:07.562914 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0718 19:34:07.564235 595943 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0718 19:34:07.564255 595943 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0718 19:34:07.631659 595943 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0718 19:34:07.631686 595943 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0718 19:34:07.650109 595943 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0718 19:34:07.650133 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0718 19:34:07.654940 595943 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0718 19:34:07.654961 595943 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0718 19:34:07.666938 595943 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0718 19:34:07.666962 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0718 19:34:07.687341 595943 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0718 19:34:07.687368 595943 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0718 19:34:07.796117 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0718 19:34:07.803778 595943 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0718 19:34:07.803804 595943 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0718 19:34:07.860685 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0718 19:34:07.863732 595943 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0718 19:34:07.863753 595943 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0718 19:34:07.869017 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0718 19:34:07.878563 595943 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0718 19:34:07.878589 595943 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0718 19:34:07.967415 595943 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0718 19:34:07.967447 595943 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0718 19:34:08.025570 595943 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0718 19:34:08.025602 595943 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0718 19:34:08.053598 595943 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0718 19:34:08.053623 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0718 19:34:08.157645 595943 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0718 19:34:08.157672 595943 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0718 19:34:08.189922 595943 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0718 19:34:08.189948 595943 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0718 19:34:08.214787 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0718 19:34:08.257979 595943 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0718 19:34:08.258005 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0718 19:34:08.306772 595943 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0718 19:34:08.306798 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0718 19:34:08.327028 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0718 19:34:08.385115 595943 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0718 19:34:08.385145 595943 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0718 19:34:08.477628 595943 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0718 19:34:08.477654 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0718 19:34:08.661657 595943 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0718 19:34:08.661683 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0718 19:34:08.783979 595943 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0718 19:34:08.784006 595943 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0718 19:34:08.988236 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0718 19:34:10.424744 595943 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/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.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.607394115s)
I0718 19:34:10.424775 595943 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0718 19:34:10.425829 595943 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.405571934s)
I0718 19:34:10.426602 595943 node_ready.go:35] waiting up to 6m0s for node "addons-448844" to be "Ready" ...
I0718 19:34:10.843458 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.656957628s)
I0718 19:34:11.044542 595943 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-448844" context rescaled to 1 replicas
I0718 19:34:11.540526 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.238109506s)
I0718 19:34:11.540583 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.106632052s)
I0718 19:34:11.540608 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.041411668s)
I0718 19:34:11.559897 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.059642455s)
I0718 19:34:11.560086 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.056413061s)
W0718 19:34:11.611223 595943 out.go:239] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0718 19:34:12.459617 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:12.532240 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.969289347s)
I0718 19:34:12.532323 595943 addons.go:475] Verifying addon ingress=true in "addons-448844"
I0718 19:34:12.532501 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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.736354258s)
I0718 19:34:12.532722 595943 addons.go:475] Verifying addon metrics-server=true in "addons-448844"
I0718 19:34:12.532800 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.6720866s)
I0718 19:34:12.532813 595943 addons.go:475] Verifying addon registry=true in "addons-448844"
I0718 19:34:12.532935 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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.663889529s)
I0718 19:34:12.537307 595943 out.go:177] * Verifying registry addon...
I0718 19:34:12.537426 595943 out.go:177] * Verifying ingress addon...
I0718 19:34:12.537511 595943 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-448844 service yakd-dashboard -n yakd-dashboard
I0718 19:34:12.540608 595943 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0718 19:34:12.541818 595943 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0718 19:34:12.581917 595943 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0718 19:34:12.582000 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:12.582760 595943 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0718 19:34:12.582819 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:12.675806 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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.348728843s)
I0718 19:34:12.676036 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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.460909293s)
W0718 19:34:12.676104 595943 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0718 19:34:12.676143 595943 retry.go:31] will retry after 182.028833ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0718 19:34:12.858310 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0718 19:34:13.050446 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:13.054035 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:13.126811 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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.138524945s)
I0718 19:34:13.126892 595943 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-448844"
I0718 19:34:13.130069 595943 out.go:177] * Verifying csi-hostpath-driver addon...
I0718 19:34:13.132603 595943 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0718 19:34:13.144872 595943 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0718 19:34:13.144956 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:13.553682 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:13.555864 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:13.640911 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:14.048082 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:14.048335 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:14.137330 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:14.551601 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:14.555691 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:14.636920 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:14.930864 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:15.046854 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:15.056430 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:15.137642 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:15.546203 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:15.547991 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:15.637092 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:16.048185 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:16.053068 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:16.137057 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:16.229023 595943 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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.370621406s)
I0718 19:34:16.548337 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:16.549218 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:16.637454 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:16.898783 595943 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0718 19:34:16.898894 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:16.921354 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:16.941746 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:17.044536 595943 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0718 19:34:17.049719 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:17.050800 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:17.065899 595943 addons.go:234] Setting addon gcp-auth=true in "addons-448844"
I0718 19:34:17.066011 595943 host.go:66] Checking if "addons-448844" exists ...
I0718 19:34:17.066576 595943 cli_runner.go:164] Run: docker container inspect addons-448844 --format={{.State.Status}}
I0718 19:34:17.083287 595943 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0718 19:34:17.083352 595943 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-448844
I0718 19:34:17.100290 595943 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19297-589541/.minikube/machines/addons-448844/id_rsa Username:docker}
I0718 19:34:17.136321 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:17.193184 595943 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0718 19:34:17.195345 595943 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0718 19:34:17.197148 595943 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0718 19:34:17.197170 595943 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0718 19:34:17.216407 595943 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0718 19:34:17.216433 595943 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0718 19:34:17.235464 595943 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0718 19:34:17.235489 595943 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0718 19:34:17.254771 595943 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0718 19:34:17.547249 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:17.548595 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:17.638353 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:17.715990 595943 addons.go:475] Verifying addon gcp-auth=true in "addons-448844"
I0718 19:34:17.717788 595943 out.go:177] * Verifying gcp-auth addon...
I0718 19:34:17.720219 595943 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0718 19:34:17.730098 595943 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0718 19:34:17.730120 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:18.062909 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:18.063324 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:18.137950 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:18.226588 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:18.544497 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:18.547402 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:18.637196 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:18.723914 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:19.051980 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:19.057450 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:19.136769 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:19.223596 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:19.429458 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:19.546292 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:19.546726 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:19.637431 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:19.723872 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:20.047064 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:20.047499 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:20.136892 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:20.224408 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:20.545583 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:20.547623 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:20.637156 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:20.724241 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:21.046094 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:21.046485 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:21.137973 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:21.223928 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:21.431121 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:21.545070 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:21.546390 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:21.637844 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:21.724297 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:22.044854 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:22.046803 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:22.138593 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:22.223861 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:22.545499 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:22.545987 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:22.637023 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:22.724142 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:23.045490 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:23.047514 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:23.136701 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:23.223419 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:23.545386 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:23.545603 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:23.637104 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:23.724012 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:23.930137 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:24.046836 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:24.047308 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:24.137419 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:24.224228 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:24.544826 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:24.546676 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:24.636856 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:24.723570 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:25.045716 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:25.046018 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:25.137149 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:25.223472 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:25.544997 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:25.545603 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:25.637016 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:25.724194 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:25.930306 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:26.044732 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:26.046949 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:26.136958 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:26.225157 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:26.544656 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:26.546510 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:26.637030 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:26.724245 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:27.045590 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:27.046673 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:27.136881 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:27.224384 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:27.546170 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:27.546491 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:27.638153 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:27.723859 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:28.046235 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:28.053145 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:28.137532 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:28.224187 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:28.429480 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:28.545931 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:28.546746 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:28.636442 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:28.723589 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:29.044485 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:29.045863 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:29.137026 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:29.223657 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:29.544684 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:29.546534 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:29.636797 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:29.723953 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:30.052591 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:30.053661 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:30.140907 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:30.224200 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:30.430053 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:30.544656 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:30.545843 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:30.637279 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:30.723587 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:31.045276 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:31.046889 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:31.137915 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:31.223596 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:31.545183 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:31.547104 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:31.637575 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:31.724098 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:32.044954 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:32.046454 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:32.137406 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:32.224336 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:32.430165 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:32.544773 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:32.546356 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:32.637769 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:32.723585 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:33.046106 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:33.047033 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:33.138212 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:33.223670 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:33.545857 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:33.546909 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:33.637377 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:33.725429 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:34.045025 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:34.049197 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:34.137403 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:34.227899 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:34.545162 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:34.546292 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:34.638116 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:34.723839 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:34.930416 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:35.046061 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:35.046584 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:35.137177 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:35.223708 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:35.545533 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:35.546267 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:35.637292 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:35.723585 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:36.046154 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:36.046796 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:36.137513 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:36.224073 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:36.550540 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:36.551927 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:36.636972 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:36.724295 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:36.930797 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:37.046926 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:37.047593 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:37.137108 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:37.224279 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:37.544750 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:37.547127 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:37.637162 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:37.723844 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:38.046501 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:38.047465 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:38.137958 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:38.223929 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:38.546163 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:38.547112 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:38.637143 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:38.723415 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:39.045730 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:39.046551 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:39.136836 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:39.223743 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:39.429962 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:39.545524 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:39.546483 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:39.637481 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:39.724052 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:40.050171 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:40.050421 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:40.138117 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:40.224114 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:40.544998 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:40.546485 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:40.636440 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:40.723412 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:41.045828 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:41.046570 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:41.136947 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:41.223875 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:41.545587 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:41.546194 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:41.638231 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:41.723859 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:41.929518 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:42.044668 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:42.047648 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:42.137744 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:42.224923 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:42.545892 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:42.547277 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:42.637408 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:42.724764 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:43.045336 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:43.046775 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:43.136757 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:43.223655 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:43.544734 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:43.546815 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:43.636934 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:43.723910 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:43.930153 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:44.045944 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:44.046724 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:44.137213 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:44.223425 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:44.545201 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:44.546695 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:44.637024 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:44.724683 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:45.047768 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:45.048721 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:45.147353 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:45.234183 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:45.544756 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:45.547966 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:45.637674 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:45.723938 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:46.047397 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:46.047643 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:46.136714 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:46.224544 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:46.429798 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:46.545235 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:46.547078 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:46.637740 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:46.724031 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:47.044553 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:47.047024 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:47.137121 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:47.223481 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:47.551028 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:47.551990 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:47.637335 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:47.723738 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:48.045033 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:48.046739 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:48.136886 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:48.223605 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:48.429833 595943 node_ready.go:53] node "addons-448844" has status "Ready":"False"
I0718 19:34:48.545433 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:48.547152 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:48.637316 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:48.723964 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:49.045700 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:49.045856 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:49.136866 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:49.224077 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:49.546875 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:49.547308 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:49.636980 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:49.723667 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:49.939368 595943 node_ready.go:49] node "addons-448844" has status "Ready":"True"
I0718 19:34:49.939396 595943 node_ready.go:38] duration metric: took 39.512749957s for node "addons-448844" to be "Ready" ...
I0718 19:34:49.939407 595943 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" ...
I0718 19:34:49.969848 595943 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-l5dkf" in "kube-system" namespace to be "Ready" ...
I0718 19:34:50.056006 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:50.056571 595943 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0718 19:34:50.056587 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:50.146870 595943 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0718 19:34:50.146912 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:50.258663 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:50.560372 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:50.565241 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:50.639640 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:50.749003 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:51.046759 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:51.058535 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:51.160625 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:51.227221 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:51.549286 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:51.550384 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:51.642875 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:51.725740 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:51.976067 595943 pod_ready.go:102] pod "coredns-7db6d8ff4d-l5dkf" in "kube-system" namespace has status "Ready":"False"
I0718 19:34:52.048316 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:52.050148 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:52.159181 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:52.224659 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:52.545461 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:52.562163 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:52.643070 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:52.728365 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:52.977246 595943 pod_ready.go:92] pod "coredns-7db6d8ff4d-l5dkf" in "kube-system" namespace has status "Ready":"True"
I0718 19:34:52.977273 595943 pod_ready.go:81] duration metric: took 3.007390176s for pod "coredns-7db6d8ff4d-l5dkf" in "kube-system" namespace to be "Ready" ...
I0718 19:34:52.977298 595943 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-448844" in "kube-system" namespace to be "Ready" ...
I0718 19:34:52.987291 595943 pod_ready.go:92] pod "etcd-addons-448844" in "kube-system" namespace has status "Ready":"True"
I0718 19:34:52.987316 595943 pod_ready.go:81] duration metric: took 10.009273ms for pod "etcd-addons-448844" in "kube-system" namespace to be "Ready" ...
I0718 19:34:52.987331 595943 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-448844" in "kube-system" namespace to be "Ready" ...
I0718 19:34:52.993570 595943 pod_ready.go:92] pod "kube-apiserver-addons-448844" in "kube-system" namespace has status "Ready":"True"
I0718 19:34:52.993595 595943 pod_ready.go:81] duration metric: took 6.256724ms for pod "kube-apiserver-addons-448844" in "kube-system" namespace to be "Ready" ...
I0718 19:34:52.993607 595943 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-448844" in "kube-system" namespace to be "Ready" ...
I0718 19:34:53.009186 595943 pod_ready.go:92] pod "kube-controller-manager-addons-448844" in "kube-system" namespace has status "Ready":"True"
I0718 19:34:53.009220 595943 pod_ready.go:81] duration metric: took 15.601806ms for pod "kube-controller-manager-addons-448844" in "kube-system" namespace to be "Ready" ...
I0718 19:34:53.009236 595943 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-6tn88" in "kube-system" namespace to be "Ready" ...
I0718 19:34:53.026592 595943 pod_ready.go:92] pod "kube-proxy-6tn88" in "kube-system" namespace has status "Ready":"True"
I0718 19:34:53.026634 595943 pod_ready.go:81] duration metric: took 17.38896ms for pod "kube-proxy-6tn88" in "kube-system" namespace to be "Ready" ...
I0718 19:34:53.026646 595943 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-448844" in "kube-system" namespace to be "Ready" ...
I0718 19:34:53.047700 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:53.048202 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:53.138767 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:53.223352 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:53.374925 595943 pod_ready.go:92] pod "kube-scheduler-addons-448844" in "kube-system" namespace has status "Ready":"True"
I0718 19:34:53.374948 595943 pod_ready.go:81] duration metric: took 348.293577ms for pod "kube-scheduler-addons-448844" in "kube-system" namespace to be "Ready" ...
I0718 19:34:53.374960 595943 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace to be "Ready" ...
I0718 19:34:53.546367 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:53.551632 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:53.641813 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:53.724240 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:54.053181 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:54.054317 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:54.140573 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:54.225004 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:54.548896 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:54.550256 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:54.639616 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:54.725856 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:55.048965 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:55.052920 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:55.139554 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:55.226989 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:55.381868 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:34:55.546724 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:55.547207 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:55.641134 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:55.723473 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:56.048066 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:56.050472 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:56.140675 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:56.225114 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:56.546853 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:56.548862 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:56.638839 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:56.731396 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:57.050957 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:57.052204 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:57.140851 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:57.224553 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:57.382850 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:34:57.558658 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:57.558997 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:57.639340 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:57.724128 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:58.046889 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:58.049473 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:58.140366 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:58.223807 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:58.545353 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:58.547409 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:58.638933 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:58.724101 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:59.047073 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:59.047434 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:59.138377 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:59.223746 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:59.546972 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:34:59.547518 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:34:59.639239 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:34:59.725590 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:34:59.881913 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:00.065399 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:00.066341 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:00.204265 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:00.255272 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:00.551468 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:00.560553 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:00.639256 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:00.725738 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:01.052568 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:01.052969 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:01.144369 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:01.225062 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:01.556032 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:01.557029 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:01.638956 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:01.726867 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:02.054198 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:02.056647 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:02.139109 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:02.225027 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:02.384402 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:02.549967 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:02.550285 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:02.638656 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:02.724381 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:03.047185 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:03.047583 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:03.139208 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:03.224481 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:03.549295 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:03.549743 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:03.638589 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:03.724025 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:04.047627 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:04.048154 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:04.140181 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:04.224334 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:04.548319 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:04.549600 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:04.638355 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:04.726481 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:04.884819 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:05.052603 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:05.053168 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:05.139243 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:05.227842 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:05.547678 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:05.550896 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:05.638696 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:05.724843 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:06.050555 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:06.052321 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:06.139427 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:06.225593 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:06.551599 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:06.553329 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:06.638658 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:06.724289 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:06.885376 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:07.052038 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:07.053939 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:07.150689 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:07.224390 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:07.556414 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:07.560803 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:07.653812 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:07.726350 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:08.061985 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:08.062867 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:08.139700 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:08.224516 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:08.550429 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:08.550786 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:08.639087 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:08.725314 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:09.047702 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:09.051635 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:09.138375 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:09.224028 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:09.381226 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:09.547950 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:09.548792 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:09.638852 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:09.724656 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:10.048991 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:10.051322 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:10.141313 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:10.227262 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:10.545939 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:10.549325 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:10.640345 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:10.725262 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:11.047686 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:11.051003 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:11.138451 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:11.224004 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:11.545363 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:11.547457 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:11.638174 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:11.723517 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:11.881542 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:12.049337 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:12.051481 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:12.138957 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:12.224596 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:12.546742 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:12.549999 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:12.638645 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:12.725118 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:13.052261 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:13.055540 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:13.139543 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:13.224653 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:13.547535 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:13.548978 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:13.638221 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:13.724395 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:14.051973 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:14.054553 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:14.137809 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:14.224156 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:14.382008 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:14.546701 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:14.547982 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:14.638988 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:14.724381 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:15.056219 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:15.061472 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:15.139589 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:15.223483 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:15.546091 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:15.554566 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:15.638404 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:15.724300 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:16.055755 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:16.068361 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:16.139163 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:16.223785 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:16.547088 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:16.548454 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:16.638251 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:16.724084 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:16.881566 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:17.047070 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:17.047367 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:17.138951 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:17.227173 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:17.546017 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:17.550011 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:17.638599 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:17.724366 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:18.045973 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:18.050179 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:18.139031 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:18.224408 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:18.545557 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:18.548537 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:18.637624 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:18.723968 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:19.046411 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:19.048283 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:19.145147 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:19.225951 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:19.383806 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:19.548349 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:19.551778 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:19.639355 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:19.724372 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:20.051066 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:20.053311 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:20.138683 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:20.224082 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:20.548822 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:20.549505 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:20.644505 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:20.725113 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:21.046079 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:21.048833 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:21.139005 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:21.229789 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:21.545188 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:21.546465 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:21.639969 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:21.726351 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:21.881303 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:22.049449 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:22.049661 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:22.138978 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:22.224033 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:22.546397 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:22.546947 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:22.638849 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:22.724217 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:23.047999 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:23.055772 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:23.138976 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:23.224017 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:23.547095 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:23.550497 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:23.640065 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:23.724515 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:23.882706 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:24.053609 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:24.060137 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:24.148280 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:24.224833 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:24.548118 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:24.548489 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:24.639055 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:24.724673 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:25.057554 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:25.057610 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:25.139196 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:25.226929 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:25.546623 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:25.553686 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:25.639159 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:25.723871 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:25.884797 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:26.049002 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:26.049740 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:26.140684 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:26.224506 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:26.554930 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:26.556806 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:26.641782 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:26.724706 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:27.050361 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:27.052559 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:27.146049 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:27.229226 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:27.569488 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:27.580758 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:27.639372 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:27.724266 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:28.052917 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:28.054735 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:28.139036 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:28.224813 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:28.381912 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:28.546753 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:28.549726 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:28.638636 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:28.724874 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:29.046821 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:29.047685 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:29.140458 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:29.224444 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:29.546348 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:29.547868 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:29.638474 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:29.724336 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:30.057941 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:30.060722 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:30.143773 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:30.224524 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:30.384119 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:30.545612 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:30.546868 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:30.638914 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:30.724543 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:31.048937 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:31.049791 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:31.139425 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:31.230712 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:31.546957 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:31.553614 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:31.638672 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:31.724414 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:32.049712 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:32.050915 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:32.138411 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:32.224190 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:32.549207 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:32.565339 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:32.638420 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:32.728198 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:32.881893 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:33.047335 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:33.048371 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:33.150378 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:33.224117 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:33.549209 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:33.553599 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:33.640846 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:33.726544 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:34.054182 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:34.055496 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:34.139210 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:34.224705 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:34.545779 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:34.548831 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:34.638004 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:34.724022 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:34.882696 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:35.045826 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:35.047513 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:35.138937 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:35.223851 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:35.556138 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0718 19:35:35.557312 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:35.639353 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:35.724363 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:36.048658 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:36.054113 595943 kapi.go:107] duration metric: took 1m23.513501994s to wait for kubernetes.io/minikube-addons=registry ...
I0718 19:35:36.139283 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:36.224780 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:36.547183 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:36.640586 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:36.725641 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:36.884418 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:37.047207 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:37.140163 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:37.224595 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:37.547328 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:37.639827 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:37.724918 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:38.047427 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:38.143517 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:38.224863 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:38.546672 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:38.638129 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:38.724313 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:39.046679 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:39.140415 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:39.224440 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:39.383143 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:39.548216 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:39.638605 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:39.725775 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:40.050409 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:40.142364 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:40.224508 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:40.546900 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:40.653580 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:40.731305 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:41.046467 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:41.139017 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:41.224435 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:41.547149 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:41.645975 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:41.727643 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:41.883263 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:42.047205 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:42.140921 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:42.224829 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:42.546478 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:42.638893 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:42.724765 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:43.046657 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:43.140174 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:43.224512 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:43.546434 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:43.639041 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:43.724401 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:43.883801 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:44.046741 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:44.138937 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:44.224600 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:44.549144 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:44.644002 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:44.726622 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:45.048681 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:45.143797 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:45.232914 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:45.547384 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:45.640749 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:45.724784 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:46.046880 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:46.138732 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:46.231565 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:46.381841 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:46.546434 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:46.638513 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:46.724017 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:47.046468 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:47.140120 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:47.230956 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:47.551106 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:47.639027 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:47.724718 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:48.046982 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:48.148966 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:48.225411 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:48.555214 595943 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0718 19:35:48.638752 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:48.725988 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:48.882541 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:49.047263 595943 kapi.go:107] duration metric: took 1m36.505439971s to wait for app.kubernetes.io/name=ingress-nginx ...
I0718 19:35:49.138773 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:49.223894 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:49.637925 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:49.724264 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:50.138585 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:50.224234 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:50.644520 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:50.724101 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:51.140556 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:51.224333 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:51.381363 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:51.639373 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:51.724134 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:52.145847 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:52.226338 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:52.641507 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:52.724819 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:53.138800 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:53.224137 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:53.389153 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:53.639031 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:53.724593 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:54.139059 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:54.224389 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:54.638823 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:54.735647 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:55.138923 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:55.224556 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:55.639170 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:55.723750 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:55.880657 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:56.138577 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:56.223857 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:56.638315 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:56.728651 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:57.144518 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:57.225760 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:57.640010 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:57.724686 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:57.881869 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:35:58.138189 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:58.224162 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:58.639541 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:58.724220 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0718 19:35:59.139207 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:59.223669 595943 kapi.go:107] duration metric: took 1m41.503448544s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0718 19:35:59.225808 595943 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-448844 cluster.
I0718 19:35:59.227342 595943 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.
I0718 19:35:59.228937 595943 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0718 19:35:59.638281 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:35:59.883304 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:36:00.199499 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:36:00.670478 595943 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0718 19:36:01.139147 595943 kapi.go:107] duration metric: took 1m48.006542177s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0718 19:36:01.141286 595943 out.go:177] * Enabled addons: cloud-spanner, storage-provisioner, ingress-dns, nvidia-device-plugin, storage-provisioner-rancher, metrics-server, yakd, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I0718 19:36:01.143155 595943 addons.go:510] duration metric: took 1m54.849741175s for enable addons: enabled=[cloud-spanner storage-provisioner ingress-dns nvidia-device-plugin storage-provisioner-rancher metrics-server yakd inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I0718 19:36:02.380796 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:36:04.380899 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:36:06.384715 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:36:08.881894 595943 pod_ready.go:102] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"False"
I0718 19:36:10.883056 595943 pod_ready.go:92] pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace has status "Ready":"True"
I0718 19:36:10.883096 595943 pod_ready.go:81] duration metric: took 1m17.508127462s for pod "metrics-server-c59844bb4-hqrx6" in "kube-system" namespace to be "Ready" ...
I0718 19:36:10.883127 595943 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-9wsff" in "kube-system" namespace to be "Ready" ...
I0718 19:36:10.890264 595943 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-9wsff" in "kube-system" namespace has status "Ready":"True"
I0718 19:36:10.890288 595943 pod_ready.go:81] duration metric: took 7.140167ms for pod "nvidia-device-plugin-daemonset-9wsff" in "kube-system" namespace to be "Ready" ...
I0718 19:36:10.890310 595943 pod_ready.go:38] duration metric: took 1m20.95088034s 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" ...
I0718 19:36:10.890325 595943 api_server.go:52] waiting for apiserver process to appear ...
I0718 19:36:10.891000 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0718 19:36:10.891068 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0718 19:36:10.944822 595943 cri.go:89] found id: "d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5"
I0718 19:36:10.944844 595943 cri.go:89] found id: ""
I0718 19:36:10.944852 595943 logs.go:276] 1 containers: [d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5]
I0718 19:36:10.944905 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:10.949158 595943 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0718 19:36:10.949269 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0718 19:36:10.990084 595943 cri.go:89] found id: "97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a"
I0718 19:36:10.990122 595943 cri.go:89] found id: ""
I0718 19:36:10.990132 595943 logs.go:276] 1 containers: [97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a]
I0718 19:36:10.990201 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:10.993632 595943 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0718 19:36:10.993711 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0718 19:36:11.036746 595943 cri.go:89] found id: "8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4"
I0718 19:36:11.036774 595943 cri.go:89] found id: ""
I0718 19:36:11.036783 595943 logs.go:276] 1 containers: [8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4]
I0718 19:36:11.036846 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:11.042050 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0718 19:36:11.042130 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0718 19:36:11.099723 595943 cri.go:89] found id: "0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f"
I0718 19:36:11.099747 595943 cri.go:89] found id: ""
I0718 19:36:11.099755 595943 logs.go:276] 1 containers: [0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f]
I0718 19:36:11.099825 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:11.104190 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0718 19:36:11.104267 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0718 19:36:11.145769 595943 cri.go:89] found id: "1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b"
I0718 19:36:11.145843 595943 cri.go:89] found id: ""
I0718 19:36:11.145865 595943 logs.go:276] 1 containers: [1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b]
I0718 19:36:11.145957 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:11.149561 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0718 19:36:11.149654 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0718 19:36:11.190486 595943 cri.go:89] found id: "12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0"
I0718 19:36:11.190510 595943 cri.go:89] found id: ""
I0718 19:36:11.190519 595943 logs.go:276] 1 containers: [12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0]
I0718 19:36:11.190600 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:11.194420 595943 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0718 19:36:11.194500 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0718 19:36:11.234098 595943 cri.go:89] found id: "dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4"
I0718 19:36:11.234122 595943 cri.go:89] found id: ""
I0718 19:36:11.234131 595943 logs.go:276] 1 containers: [dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4]
I0718 19:36:11.234187 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:11.237670 595943 logs.go:123] Gathering logs for kube-controller-manager [12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0] ...
I0718 19:36:11.237696 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0"
I0718 19:36:11.312174 595943 logs.go:123] Gathering logs for container status ...
I0718 19:36:11.312209 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0718 19:36:11.366754 595943 logs.go:123] Gathering logs for describe nodes ...
I0718 19:36:11.366788 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0718 19:36:11.530223 595943 logs.go:123] Gathering logs for coredns [8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4] ...
I0718 19:36:11.530259 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4"
I0718 19:36:11.569624 595943 logs.go:123] Gathering logs for kube-scheduler [0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f] ...
I0718 19:36:11.569654 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f"
I0718 19:36:11.623788 595943 logs.go:123] Gathering logs for kube-proxy [1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b] ...
I0718 19:36:11.623817 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b"
I0718 19:36:11.679382 595943 logs.go:123] Gathering logs for kindnet [dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4] ...
I0718 19:36:11.679412 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4"
I0718 19:36:11.735727 595943 logs.go:123] Gathering logs for CRI-O ...
I0718 19:36:11.735759 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0718 19:36:11.833163 595943 logs.go:123] Gathering logs for kubelet ...
I0718 19:36:11.833196 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0718 19:36:11.883754 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.865287 1568 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.884011 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.865329 1568 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.884208 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.865506 1568 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.884420 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.865535 1568 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.885204 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.901752 1568 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.885407 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.901793 1568 reflector.go:150] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.885583 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.901966 1568 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.885778 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.901992 1568 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.887358 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.914823 1568 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.887566 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.914873 1568 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.887753 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.918963 1568 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.887960 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919013 1568 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.888149 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.918963 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.888357 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919034 1568 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.889101 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.935898 1568 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
W0718 19:36:11.889289 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.935943 1568 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
I0718 19:36:11.923198 595943 logs.go:123] Gathering logs for dmesg ...
I0718 19:36:11.923229 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0718 19:36:11.943668 595943 logs.go:123] Gathering logs for kube-apiserver [d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5] ...
I0718 19:36:11.943698 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5"
I0718 19:36:12.008862 595943 logs.go:123] Gathering logs for etcd [97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a] ...
I0718 19:36:12.008918 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a"
I0718 19:36:12.089428 595943 out.go:304] Setting ErrFile to fd 2...
I0718 19:36:12.089463 595943 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0718 19:36:12.089543 595943 out.go:239] X Problems detected in kubelet:
W0718 19:36:12.089557 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919013 1568 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-448844' and this object
W0718 19:36:12.089569 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.918963 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:12.089580 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919034 1568 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:12.089605 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.935898 1568 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
W0718 19:36:12.089626 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.935943 1568 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
I0718 19:36:12.089639 595943 out.go:304] Setting ErrFile to fd 2...
I0718 19:36:12.089645 595943 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0718 19:36:22.091199 595943 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0718 19:36:22.105794 595943 api_server.go:72] duration metric: took 2m15.812700059s to wait for apiserver process to appear ...
I0718 19:36:22.105829 595943 api_server.go:88] waiting for apiserver healthz status ...
I0718 19:36:22.105863 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0718 19:36:22.105923 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0718 19:36:22.147374 595943 cri.go:89] found id: "d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5"
I0718 19:36:22.147395 595943 cri.go:89] found id: ""
I0718 19:36:22.147403 595943 logs.go:276] 1 containers: [d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5]
I0718 19:36:22.147458 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:22.151064 595943 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0718 19:36:22.151137 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0718 19:36:22.193053 595943 cri.go:89] found id: "97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a"
I0718 19:36:22.193076 595943 cri.go:89] found id: ""
I0718 19:36:22.193085 595943 logs.go:276] 1 containers: [97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a]
I0718 19:36:22.193140 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:22.196796 595943 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0718 19:36:22.196869 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0718 19:36:22.235065 595943 cri.go:89] found id: "8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4"
I0718 19:36:22.235088 595943 cri.go:89] found id: ""
I0718 19:36:22.235097 595943 logs.go:276] 1 containers: [8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4]
I0718 19:36:22.235149 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:22.238452 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0718 19:36:22.238527 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0718 19:36:22.278537 595943 cri.go:89] found id: "0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f"
I0718 19:36:22.278563 595943 cri.go:89] found id: ""
I0718 19:36:22.278571 595943 logs.go:276] 1 containers: [0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f]
I0718 19:36:22.278656 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:22.283719 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0718 19:36:22.283791 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0718 19:36:22.320640 595943 cri.go:89] found id: "1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b"
I0718 19:36:22.320663 595943 cri.go:89] found id: ""
I0718 19:36:22.320671 595943 logs.go:276] 1 containers: [1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b]
I0718 19:36:22.320727 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:22.324195 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0718 19:36:22.324289 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0718 19:36:22.363025 595943 cri.go:89] found id: "12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0"
I0718 19:36:22.363055 595943 cri.go:89] found id: ""
I0718 19:36:22.363064 595943 logs.go:276] 1 containers: [12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0]
I0718 19:36:22.363123 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:22.366814 595943 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0718 19:36:22.366894 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0718 19:36:22.407018 595943 cri.go:89] found id: "dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4"
I0718 19:36:22.407042 595943 cri.go:89] found id: ""
I0718 19:36:22.407051 595943 logs.go:276] 1 containers: [dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4]
I0718 19:36:22.407104 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:22.410604 595943 logs.go:123] Gathering logs for kube-controller-manager [12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0] ...
I0718 19:36:22.410651 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0"
I0718 19:36:22.482950 595943 logs.go:123] Gathering logs for kindnet [dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4] ...
I0718 19:36:22.482988 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4"
I0718 19:36:22.551357 595943 logs.go:123] Gathering logs for CRI-O ...
I0718 19:36:22.551389 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0718 19:36:22.658897 595943 logs.go:123] Gathering logs for dmesg ...
I0718 19:36:22.658981 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0718 19:36:22.678485 595943 logs.go:123] Gathering logs for describe nodes ...
I0718 19:36:22.678514 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0718 19:36:22.841240 595943 logs.go:123] Gathering logs for kube-apiserver [d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5] ...
I0718 19:36:22.841272 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5"
I0718 19:36:22.928936 595943 logs.go:123] Gathering logs for coredns [8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4] ...
I0718 19:36:22.928976 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4"
I0718 19:36:22.977061 595943 logs.go:123] Gathering logs for kube-scheduler [0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f] ...
I0718 19:36:22.977202 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f"
I0718 19:36:23.037436 595943 logs.go:123] Gathering logs for container status ...
I0718 19:36:23.037510 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0718 19:36:23.116821 595943 logs.go:123] Gathering logs for kubelet ...
I0718 19:36:23.116853 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0718 19:36:23.169638 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.865287 1568 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.169894 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.865329 1568 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.170107 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.865506 1568 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.170347 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.865535 1568 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.171158 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.901752 1568 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.171384 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.901793 1568 reflector.go:150] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.171581 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.901966 1568 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.171797 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.901992 1568 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.173405 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.914823 1568 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.173632 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.914873 1568 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.173841 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.918963 1568 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.174124 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919013 1568 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.174341 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.918963 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.174573 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919034 1568 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.175351 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.935898 1568 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.175565 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.935943 1568 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
I0718 19:36:23.212036 595943 logs.go:123] Gathering logs for etcd [97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a] ...
I0718 19:36:23.212076 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a"
I0718 19:36:23.265400 595943 logs.go:123] Gathering logs for kube-proxy [1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b] ...
I0718 19:36:23.265433 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b"
I0718 19:36:23.332295 595943 out.go:304] Setting ErrFile to fd 2...
I0718 19:36:23.332320 595943 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0718 19:36:23.332396 595943 out.go:239] X Problems detected in kubelet:
W0718 19:36:23.332413 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919013 1568 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.332422 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.918963 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.332452 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919034 1568 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.332478 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.935898 1568 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
W0718 19:36:23.332487 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.935943 1568 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
I0718 19:36:23.332498 595943 out.go:304] Setting ErrFile to fd 2...
I0718 19:36:23.332504 595943 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0718 19:36:33.333838 595943 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0718 19:36:33.342390 595943 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0718 19:36:33.344098 595943 api_server.go:141] control plane version: v1.30.3
I0718 19:36:33.344125 595943 api_server.go:131] duration metric: took 11.238287407s to wait for apiserver health ...
I0718 19:36:33.344136 595943 system_pods.go:43] waiting for kube-system pods to appear ...
I0718 19:36:33.344160 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0718 19:36:33.344230 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0718 19:36:33.384671 595943 cri.go:89] found id: "d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5"
I0718 19:36:33.384710 595943 cri.go:89] found id: ""
I0718 19:36:33.384725 595943 logs.go:276] 1 containers: [d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5]
I0718 19:36:33.384804 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:33.390144 595943 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0718 19:36:33.390248 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0718 19:36:33.433266 595943 cri.go:89] found id: "97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a"
I0718 19:36:33.433289 595943 cri.go:89] found id: ""
I0718 19:36:33.433297 595943 logs.go:276] 1 containers: [97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a]
I0718 19:36:33.433356 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:33.436952 595943 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0718 19:36:33.437051 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0718 19:36:33.476353 595943 cri.go:89] found id: "8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4"
I0718 19:36:33.476377 595943 cri.go:89] found id: ""
I0718 19:36:33.476385 595943 logs.go:276] 1 containers: [8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4]
I0718 19:36:33.476447 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:33.479973 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0718 19:36:33.480095 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0718 19:36:33.521153 595943 cri.go:89] found id: "0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f"
I0718 19:36:33.521228 595943 cri.go:89] found id: ""
I0718 19:36:33.521249 595943 logs.go:276] 1 containers: [0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f]
I0718 19:36:33.521332 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:33.525854 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0718 19:36:33.525968 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0718 19:36:33.569278 595943 cri.go:89] found id: "1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b"
I0718 19:36:33.569350 595943 cri.go:89] found id: ""
I0718 19:36:33.569370 595943 logs.go:276] 1 containers: [1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b]
I0718 19:36:33.569457 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:33.572901 595943 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0718 19:36:33.572990 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0718 19:36:33.616149 595943 cri.go:89] found id: "12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0"
I0718 19:36:33.616172 595943 cri.go:89] found id: ""
I0718 19:36:33.616180 595943 logs.go:276] 1 containers: [12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0]
I0718 19:36:33.616237 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:33.620190 595943 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0718 19:36:33.620287 595943 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0718 19:36:33.660881 595943 cri.go:89] found id: "dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4"
I0718 19:36:33.660905 595943 cri.go:89] found id: ""
I0718 19:36:33.660914 595943 logs.go:276] 1 containers: [dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4]
I0718 19:36:33.660973 595943 ssh_runner.go:195] Run: which crictl
I0718 19:36:33.665636 595943 logs.go:123] Gathering logs for kube-scheduler [0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f] ...
I0718 19:36:33.665664 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f"
I0718 19:36:33.720764 595943 logs.go:123] Gathering logs for container status ...
I0718 19:36:33.720801 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0718 19:36:33.773974 595943 logs.go:123] Gathering logs for describe nodes ...
I0718 19:36:33.774005 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0718 19:36:33.913353 595943 logs.go:123] Gathering logs for kube-apiserver [d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5] ...
I0718 19:36:33.913386 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5"
I0718 19:36:33.992027 595943 logs.go:123] Gathering logs for coredns [8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4] ...
I0718 19:36:33.992061 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4"
I0718 19:36:34.041285 595943 logs.go:123] Gathering logs for kube-proxy [1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b] ...
I0718 19:36:34.041317 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b"
I0718 19:36:34.080545 595943 logs.go:123] Gathering logs for kube-controller-manager [12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0] ...
I0718 19:36:34.080575 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0"
I0718 19:36:34.150017 595943 logs.go:123] Gathering logs for kindnet [dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4] ...
I0718 19:36:34.150096 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4"
I0718 19:36:34.196727 595943 logs.go:123] Gathering logs for CRI-O ...
I0718 19:36:34.196759 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0718 19:36:34.291987 595943 logs.go:123] Gathering logs for kubelet ...
I0718 19:36:34.292026 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0718 19:36:34.333728 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.865287 1568 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.333961 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.865329 1568 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.334153 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.865506 1568 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.334396 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.865535 1568 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.335188 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.901752 1568 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.335397 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.901793 1568 reflector.go:150] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.335575 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.901966 1568 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.335771 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.901992 1568 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.337330 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.914823 1568 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.337538 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.914873 1568 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.337724 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.918963 1568 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.337931 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919013 1568 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.338163 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.918963 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.338388 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919034 1568 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.339144 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.935898 1568 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.339334 595943 logs.go:138] Found kubelet problem: Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.935943 1568 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
I0718 19:36:34.374993 595943 logs.go:123] Gathering logs for dmesg ...
I0718 19:36:34.375024 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0718 19:36:34.393629 595943 logs.go:123] Gathering logs for etcd [97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a] ...
I0718 19:36:34.393660 595943 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a"
I0718 19:36:34.443131 595943 out.go:304] Setting ErrFile to fd 2...
I0718 19:36:34.443156 595943 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0718 19:36:34.443215 595943 out.go:239] X Problems detected in kubelet:
W0718 19:36:34.443226 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919013 1568 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-448844" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.443234 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.918963 1568 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.443250 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.919034 1568 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.443257 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: W0718 19:34:49.935898 1568 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
W0718 19:36:34.443272 595943 out.go:239] Jul 18 19:34:49 addons-448844 kubelet[1568]: E0718 19:34:49.935943 1568 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-448844" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-448844' and this object
I0718 19:36:34.443279 595943 out.go:304] Setting ErrFile to fd 2...
I0718 19:36:34.443287 595943 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0718 19:36:44.458349 595943 system_pods.go:59] 18 kube-system pods found
I0718 19:36:44.458393 595943 system_pods.go:61] "coredns-7db6d8ff4d-l5dkf" [4d66364d-edab-422e-8cac-57d608d8ebae] Running
I0718 19:36:44.458399 595943 system_pods.go:61] "csi-hostpath-attacher-0" [689f9984-7d86-44b4-b708-b1f05a076485] Running
I0718 19:36:44.458403 595943 system_pods.go:61] "csi-hostpath-resizer-0" [c31afc47-67e5-4b6c-b5a3-d3ccf4964bf4] Running
I0718 19:36:44.458407 595943 system_pods.go:61] "csi-hostpathplugin-svckh" [0b8c4548-df4a-4950-bbb9-faefd5014a2f] Running
I0718 19:36:44.458411 595943 system_pods.go:61] "etcd-addons-448844" [c24738a2-67f7-47d2-87a2-2d449df7862f] Running
I0718 19:36:44.458415 595943 system_pods.go:61] "kindnet-5lqtg" [256da43f-af1e-4c56-b455-6ff4c276798d] Running
I0718 19:36:44.458421 595943 system_pods.go:61] "kube-apiserver-addons-448844" [6fd9bd54-db64-462b-8d22-7112f2ecb628] Running
I0718 19:36:44.458425 595943 system_pods.go:61] "kube-controller-manager-addons-448844" [30a2ac9a-6523-4ad6-b205-2a776607772d] Running
I0718 19:36:44.458430 595943 system_pods.go:61] "kube-ingress-dns-minikube" [9cffca60-29b3-4abc-829b-0612794e895d] Running
I0718 19:36:44.458433 595943 system_pods.go:61] "kube-proxy-6tn88" [5dc7f86c-3868-4787-a3bc-5667e46dda3d] Running
I0718 19:36:44.458436 595943 system_pods.go:61] "kube-scheduler-addons-448844" [fbb5fd01-4faf-46bc-b7dc-ff65155d7a6d] Running
I0718 19:36:44.458441 595943 system_pods.go:61] "metrics-server-c59844bb4-hqrx6" [ba038bb4-d7ce-4d31-8d97-9f2428e66632] Running
I0718 19:36:44.458452 595943 system_pods.go:61] "nvidia-device-plugin-daemonset-9wsff" [34d0a545-5004-4342-a6f3-e08bc829b439] Running
I0718 19:36:44.458456 595943 system_pods.go:61] "registry-656c9c8d9c-z7gzz" [f2a22c07-bf6f-47ab-9d89-ff0b304745c1] Running
I0718 19:36:44.458469 595943 system_pods.go:61] "registry-proxy-4jht8" [d556e6a5-b371-40c8-8f39-09d480b49540] Running
I0718 19:36:44.458473 595943 system_pods.go:61] "snapshot-controller-745499f584-6sskl" [3bf9d274-3a74-4e65-984c-2e6c7971f3bd] Running
I0718 19:36:44.458477 595943 system_pods.go:61] "snapshot-controller-745499f584-ck7wj" [941a9c49-45e0-40ca-af15-28115c911536] Running
I0718 19:36:44.458481 595943 system_pods.go:61] "storage-provisioner" [281d4d8c-8d3e-4397-8b27-44129254ab40] Running
I0718 19:36:44.458490 595943 system_pods.go:74] duration metric: took 11.114348167s to wait for pod list to return data ...
I0718 19:36:44.458503 595943 default_sa.go:34] waiting for default service account to be created ...
I0718 19:36:44.460979 595943 default_sa.go:45] found service account: "default"
I0718 19:36:44.461010 595943 default_sa.go:55] duration metric: took 2.499654ms for default service account to be created ...
I0718 19:36:44.461020 595943 system_pods.go:116] waiting for k8s-apps to be running ...
I0718 19:36:44.470158 595943 system_pods.go:86] 18 kube-system pods found
I0718 19:36:44.470196 595943 system_pods.go:89] "coredns-7db6d8ff4d-l5dkf" [4d66364d-edab-422e-8cac-57d608d8ebae] Running
I0718 19:36:44.470204 595943 system_pods.go:89] "csi-hostpath-attacher-0" [689f9984-7d86-44b4-b708-b1f05a076485] Running
I0718 19:36:44.470208 595943 system_pods.go:89] "csi-hostpath-resizer-0" [c31afc47-67e5-4b6c-b5a3-d3ccf4964bf4] Running
I0718 19:36:44.470213 595943 system_pods.go:89] "csi-hostpathplugin-svckh" [0b8c4548-df4a-4950-bbb9-faefd5014a2f] Running
I0718 19:36:44.470217 595943 system_pods.go:89] "etcd-addons-448844" [c24738a2-67f7-47d2-87a2-2d449df7862f] Running
I0718 19:36:44.470222 595943 system_pods.go:89] "kindnet-5lqtg" [256da43f-af1e-4c56-b455-6ff4c276798d] Running
I0718 19:36:44.470227 595943 system_pods.go:89] "kube-apiserver-addons-448844" [6fd9bd54-db64-462b-8d22-7112f2ecb628] Running
I0718 19:36:44.470233 595943 system_pods.go:89] "kube-controller-manager-addons-448844" [30a2ac9a-6523-4ad6-b205-2a776607772d] Running
I0718 19:36:44.470238 595943 system_pods.go:89] "kube-ingress-dns-minikube" [9cffca60-29b3-4abc-829b-0612794e895d] Running
I0718 19:36:44.470243 595943 system_pods.go:89] "kube-proxy-6tn88" [5dc7f86c-3868-4787-a3bc-5667e46dda3d] Running
I0718 19:36:44.470247 595943 system_pods.go:89] "kube-scheduler-addons-448844" [fbb5fd01-4faf-46bc-b7dc-ff65155d7a6d] Running
I0718 19:36:44.470251 595943 system_pods.go:89] "metrics-server-c59844bb4-hqrx6" [ba038bb4-d7ce-4d31-8d97-9f2428e66632] Running
I0718 19:36:44.470255 595943 system_pods.go:89] "nvidia-device-plugin-daemonset-9wsff" [34d0a545-5004-4342-a6f3-e08bc829b439] Running
I0718 19:36:44.470260 595943 system_pods.go:89] "registry-656c9c8d9c-z7gzz" [f2a22c07-bf6f-47ab-9d89-ff0b304745c1] Running
I0718 19:36:44.470271 595943 system_pods.go:89] "registry-proxy-4jht8" [d556e6a5-b371-40c8-8f39-09d480b49540] Running
I0718 19:36:44.470275 595943 system_pods.go:89] "snapshot-controller-745499f584-6sskl" [3bf9d274-3a74-4e65-984c-2e6c7971f3bd] Running
I0718 19:36:44.470282 595943 system_pods.go:89] "snapshot-controller-745499f584-ck7wj" [941a9c49-45e0-40ca-af15-28115c911536] Running
I0718 19:36:44.470285 595943 system_pods.go:89] "storage-provisioner" [281d4d8c-8d3e-4397-8b27-44129254ab40] Running
I0718 19:36:44.470292 595943 system_pods.go:126] duration metric: took 9.26629ms to wait for k8s-apps to be running ...
I0718 19:36:44.470306 595943 system_svc.go:44] waiting for kubelet service to be running ....
I0718 19:36:44.470369 595943 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0718 19:36:44.481890 595943 system_svc.go:56] duration metric: took 11.574998ms WaitForService to wait for kubelet
I0718 19:36:44.481920 595943 kubeadm.go:582] duration metric: took 2m38.188829409s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0718 19:36:44.481941 595943 node_conditions.go:102] verifying NodePressure condition ...
I0718 19:36:44.485114 595943 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0718 19:36:44.485147 595943 node_conditions.go:123] node cpu capacity is 2
I0718 19:36:44.485159 595943 node_conditions.go:105] duration metric: took 3.21213ms to run NodePressure ...
I0718 19:36:44.485172 595943 start.go:241] waiting for startup goroutines ...
I0718 19:36:44.485179 595943 start.go:246] waiting for cluster config update ...
I0718 19:36:44.485195 595943 start.go:255] writing updated cluster config ...
I0718 19:36:44.485491 595943 ssh_runner.go:195] Run: rm -f paused
I0718 19:36:44.792009 595943 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
I0718 19:36:44.795194 595943 out.go:177] * Done! kubectl is now configured to use "addons-448844" cluster and "default" namespace by default
==> CRI-O <==
Jul 18 19:40:29 addons-448844 crio[967]: time="2024-07-18 19:40:29.534939454Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:42a89d9b22e5307cb88494990d5d929c401339f508c0a7e98a4d8ac52623fc5b],Size_:4789170,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=815cfefc-2844-490f-9275-1b81e9048abe name=/runtime.v1.ImageService/ImageStatus
Jul 18 19:40:29 addons-448844 crio[967]: time="2024-07-18 19:40:29.536586966Z" level=info msg="Creating container: default/hello-world-app-6778b5fc9f-52b7t/hello-world-app" id=47d97af9-c62b-478a-9229-4252dda4679c name=/runtime.v1.RuntimeService/CreateContainer
Jul 18 19:40:29 addons-448844 crio[967]: time="2024-07-18 19:40:29.536703148Z" level=warning msg="Allowed annotations are specified for workload []"
Jul 18 19:40:29 addons-448844 crio[967]: time="2024-07-18 19:40:29.556082463Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/e544ffef9f63573b3167a609b03d2f2792f43211614170b4dd99a2bed747c569/merged/etc/passwd: no such file or directory"
Jul 18 19:40:29 addons-448844 crio[967]: time="2024-07-18 19:40:29.556261060Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/e544ffef9f63573b3167a609b03d2f2792f43211614170b4dd99a2bed747c569/merged/etc/group: no such file or directory"
Jul 18 19:40:29 addons-448844 crio[967]: time="2024-07-18 19:40:29.597097528Z" level=info msg="Created container 49c7ecb6d02a2c826afb4d8f08a539f1549d74ec08f83fa65cba673bb8aab9e5: default/hello-world-app-6778b5fc9f-52b7t/hello-world-app" id=47d97af9-c62b-478a-9229-4252dda4679c name=/runtime.v1.RuntimeService/CreateContainer
Jul 18 19:40:29 addons-448844 crio[967]: time="2024-07-18 19:40:29.597936032Z" level=info msg="Starting container: 49c7ecb6d02a2c826afb4d8f08a539f1549d74ec08f83fa65cba673bb8aab9e5" id=080cdff0-9d99-4852-bd36-df6b7ea1384f name=/runtime.v1.RuntimeService/StartContainer
Jul 18 19:40:29 addons-448844 crio[967]: time="2024-07-18 19:40:29.606218476Z" level=info msg="Started container" PID=7999 containerID=49c7ecb6d02a2c826afb4d8f08a539f1549d74ec08f83fa65cba673bb8aab9e5 description=default/hello-world-app-6778b5fc9f-52b7t/hello-world-app id=080cdff0-9d99-4852-bd36-df6b7ea1384f name=/runtime.v1.RuntimeService/StartContainer sandboxID=3b6445d67a6aa33a0e6eb3a537ad6f5eb686701e60c9924ccaad7cc55842322e
Jul 18 19:40:29 addons-448844 crio[967]: time="2024-07-18 19:40:29.641766592Z" level=info msg="Removing container: 7df265d7a35ea4c57696bd5769b982425cde0e97a9085d8de2ffc35cfffc81a2" id=1ece1825-bd50-42e4-a28e-a2a17375ad43 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 18 19:40:29 addons-448844 crio[967]: time="2024-07-18 19:40:29.664127207Z" level=info msg="Removed container 7df265d7a35ea4c57696bd5769b982425cde0e97a9085d8de2ffc35cfffc81a2: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=1ece1825-bd50-42e4-a28e-a2a17375ad43 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 18 19:40:31 addons-448844 crio[967]: time="2024-07-18 19:40:31.390413686Z" level=info msg="Stopping container: 299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26 (timeout: 2s)" id=5a74a976-18cc-4d30-a24e-2413ee3c05e1 name=/runtime.v1.RuntimeService/StopContainer
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.396656456Z" level=warning msg="Stopping container 299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=5a74a976-18cc-4d30-a24e-2413ee3c05e1 name=/runtime.v1.RuntimeService/StopContainer
Jul 18 19:40:33 addons-448844 conmon[4740]: conmon 299188bfc0ea8a6b8176 <ninfo>: container 4751 exited with status 137
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.538659173Z" level=info msg="Stopped container 299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26: ingress-nginx/ingress-nginx-controller-768f948f8f-f25fq/controller" id=5a74a976-18cc-4d30-a24e-2413ee3c05e1 name=/runtime.v1.RuntimeService/StopContainer
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.539157164Z" level=info msg="Stopping pod sandbox: a0f314ab8e2285eeff20a8f5d6556bc50dc68d30a741694eb93e3d8d06f74f93" id=3dfbaa4f-8dc1-498c-adce-35d527a9c363 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.542385581Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-7HCETEYG5UDBKITZ - [0:0]\n:KUBE-HP-LNK35WNVVX7WHCD3 - [0:0]\n-X KUBE-HP-LNK35WNVVX7WHCD3\n-X KUBE-HP-7HCETEYG5UDBKITZ\nCOMMIT\n"
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.544071378Z" level=info msg="Closing host port tcp:80"
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.544120049Z" level=info msg="Closing host port tcp:443"
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.545535214Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.545564645Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.545752104Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-768f948f8f-f25fq Namespace:ingress-nginx ID:a0f314ab8e2285eeff20a8f5d6556bc50dc68d30a741694eb93e3d8d06f74f93 UID:c52e534e-8a76-4642-bfc6-b9981f80235f NetNS:/var/run/netns/46201c2f-96c8-4026-91f0-d1c0a179c4bc Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.545889848Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-768f948f8f-f25fq from CNI network \"kindnet\" (type=ptp)"
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.564827450Z" level=info msg="Stopped pod sandbox: a0f314ab8e2285eeff20a8f5d6556bc50dc68d30a741694eb93e3d8d06f74f93" id=3dfbaa4f-8dc1-498c-adce-35d527a9c363 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.657641809Z" level=info msg="Removing container: 299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26" id=d4bc7f82-ad99-49a7-8b7e-6af5b752c935 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 18 19:40:33 addons-448844 crio[967]: time="2024-07-18 19:40:33.676236690Z" level=info msg="Removed container 299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26: ingress-nginx/ingress-nginx-controller-768f948f8f-f25fq/controller" id=d4bc7f82-ad99-49a7-8b7e-6af5b752c935 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
49c7ecb6d02a2 docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 9 seconds ago Running hello-world-app 0 3b6445d67a6aa hello-world-app-6778b5fc9f-52b7t
2c8cbc4ba7bc3 docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55 2 minutes ago Running nginx 0 1d7156b026070 nginx
f0bae7fee4ecf ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37 3 minutes ago Running headlamp 0 fd2d6f25106ef headlamp-7867546754-j9dgf
e577080a6ac4f gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69 4 minutes ago Running gcp-auth 0 64a097ff67a67 gcp-auth-5db96cd9b4-8n6n9
5ff50c86a8059 docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17 5 minutes ago Running yakd 0 911420e668c9f yakd-dashboard-799879c74f-dq8gb
511526860b380 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 5 minutes ago Exited patch 0 bfbb4f97c4d2d ingress-nginx-admission-patch-brddj
10817936113a7 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 5 minutes ago Exited create 0 e4132171d8a31 ingress-nginx-admission-create-pqkhd
69293f4c148ce registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 5 minutes ago Running metrics-server 0 273a332e8cbf4 metrics-server-c59844bb4-hqrx6
113c3007c8c98 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 aba5b2386bf8b storage-provisioner
8555dbaf50d8f 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 5 minutes ago Running coredns 0 8f70bb5c2b56d coredns-7db6d8ff4d-l5dkf
1b5a5f01f26ff 2351f570ed0eac5533e538280d73c6aa5d6b6f6379f5f3fac08f51378621e6be 6 minutes ago Running kube-proxy 0 821107ee38c3a kube-proxy-6tn88
dce13657d4b67 5e32961ddcea3ade65511b2e27f675bbda25305639279f8b708014019e8cebb2 6 minutes ago Running kindnet-cni 0 4ea5327f4e009 kindnet-5lqtg
12e4989f6373d 8e97cdb19e7cc420af7c71de8b5c9ab536bd278758c8c0878c464b833d91b31a 6 minutes ago Running kube-controller-manager 0 11e277aba791d kube-controller-manager-addons-448844
0694c6eae1922 d48f992a22722fc0290769b8fab1186db239bbad4cff837fbb641c55faef9355 6 minutes ago Running kube-scheduler 0 deb03e701b74b kube-scheduler-addons-448844
d6a624b0ca160 61773190d42ff0792f3bab2658e80b1c07519170955bb350b153b564ef28f4ca 6 minutes ago Running kube-apiserver 0 d96c3456fbbe0 kube-apiserver-addons-448844
97d95c19a832b 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 6 minutes ago Running etcd 0 19b0e3dfe9529 etcd-addons-448844
==> coredns [8555dbaf50d8f282e77aa81f089e4a9d71d6b57c0009374d0a35f7e0da8313d4] <==
[INFO] 10.244.0.15:36218 - 65093 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002383267s
[INFO] 10.244.0.15:52587 - 6540 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000155738s
[INFO] 10.244.0.15:52587 - 18562 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000096268s
[INFO] 10.244.0.15:33173 - 49545 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00009485s
[INFO] 10.244.0.15:33173 - 32908 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000303517s
[INFO] 10.244.0.15:55308 - 47523 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000109076s
[INFO] 10.244.0.15:55308 - 57757 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000107149s
[INFO] 10.244.0.15:41666 - 47457 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000112506s
[INFO] 10.244.0.15:41666 - 65123 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000076027s
[INFO] 10.244.0.15:36043 - 25934 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001777044s
[INFO] 10.244.0.15:36043 - 32328 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001789926s
[INFO] 10.244.0.15:60181 - 5727 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000082418s
[INFO] 10.244.0.15:60181 - 2909 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000146679s
[INFO] 10.244.0.20:55963 - 21893 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001935941s
[INFO] 10.244.0.20:36229 - 61382 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.002061263s
[INFO] 10.244.0.20:37516 - 22212 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000132346s
[INFO] 10.244.0.20:59075 - 8890 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000099099s
[INFO] 10.244.0.20:42606 - 22148 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000096129s
[INFO] 10.244.0.20:52125 - 59925 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000083083s
[INFO] 10.244.0.20:50464 - 16897 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002057669s
[INFO] 10.244.0.20:46793 - 29696 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.001985647s
[INFO] 10.244.0.20:37234 - 11748 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001547691s
[INFO] 10.244.0.20:59742 - 47712 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.00083546s
[INFO] 10.244.0.22:60521 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000200012s
[INFO] 10.244.0.22:59888 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00019851s
==> describe nodes <==
Name: addons-448844
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-448844
kubernetes.io/os=linux
minikube.k8s.io/commit=fde50f7c1d8780525c534b5848cf4126ede27fa0
minikube.k8s.io/name=addons-448844
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_18T19_33_53_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-448844
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Thu, 18 Jul 2024 19:33:50 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-448844
AcquireTime: <unset>
RenewTime: Thu, 18 Jul 2024 19:40:30 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 18 Jul 2024 19:38:28 +0000 Thu, 18 Jul 2024 19:33:47 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 18 Jul 2024 19:38:28 +0000 Thu, 18 Jul 2024 19:33:47 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 18 Jul 2024 19:38:28 +0000 Thu, 18 Jul 2024 19:33:47 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 18 Jul 2024 19:38:28 +0000 Thu, 18 Jul 2024 19:34:49 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-448844
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022368Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022368Ki
pods: 110
System Info:
Machine ID: b2f2f79b26e1408193830eef31b8b6bd
System UUID: c6afd742-30f2-4cc5-a8c2-67304543b16e
Boot ID: 4d1dc897-2cb8-492f-a4ba-64c542abd172
Kernel Version: 5.15.0-1064-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.3
Kube-Proxy Version: v1.30.3
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (14 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-6778b5fc9f-52b7t 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 10s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m30s
gcp-auth gcp-auth-5db96cd9b4-8n6n9 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m21s
headlamp headlamp-7867546754-j9dgf 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m53s
kube-system coredns-7db6d8ff4d-l5dkf 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m32s
kube-system etcd-addons-448844 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m46s
kube-system kindnet-5lqtg 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m32s
kube-system kube-apiserver-addons-448844 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m46s
kube-system kube-controller-manager-addons-448844 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m46s
kube-system kube-proxy-6tn88 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m32s
kube-system kube-scheduler-addons-448844 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m46s
kube-system metrics-server-c59844bb4-hqrx6 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 6m27s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m27s
yakd-dashboard yakd-dashboard-799879c74f-dq8gb 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 6m27s
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 6m26s kube-proxy
Normal Starting 6m46s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m46s kubelet Node addons-448844 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m46s kubelet Node addons-448844 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m46s kubelet Node addons-448844 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m33s node-controller Node addons-448844 event: Registered Node addons-448844 in Controller
Normal NodeReady 5m49s kubelet Node addons-448844 status is now: NodeReady
==> dmesg <==
[ +0.001033] FS-Cache: O-key=[8] 'e46eed0000000000'
[ +0.000695] FS-Cache: N-cookie c=0000001e [p=00000015 fl=2 nc=0 na=1]
[ +0.000944] FS-Cache: N-cookie d=0000000015f44672{9p.inode} n=000000004f350aa6
[ +0.001036] FS-Cache: N-key=[8] 'e46eed0000000000'
[ +0.002981] FS-Cache: Duplicate cookie detected
[ +0.000688] FS-Cache: O-cookie c=00000018 [p=00000015 fl=226 nc=0 na=1]
[ +0.000946] FS-Cache: O-cookie d=0000000015f44672{9p.inode} n=0000000016b084a6
[ +0.001033] FS-Cache: O-key=[8] 'e46eed0000000000'
[ +0.000709] FS-Cache: N-cookie c=0000001f [p=00000015 fl=2 nc=0 na=1]
[ +0.000923] FS-Cache: N-cookie d=0000000015f44672{9p.inode} n=00000000f7687d1b
[ +0.001028] FS-Cache: N-key=[8] 'e46eed0000000000'
[ +2.678827] FS-Cache: Duplicate cookie detected
[ +0.000957] FS-Cache: O-cookie c=00000016 [p=00000015 fl=226 nc=0 na=1]
[ +0.001168] FS-Cache: O-cookie d=0000000015f44672{9p.inode} n=00000000d740dc91
[ +0.001339] FS-Cache: O-key=[8] 'e36eed0000000000'
[ +0.000706] FS-Cache: N-cookie c=00000021 [p=00000015 fl=2 nc=0 na=1]
[ +0.001091] FS-Cache: N-cookie d=0000000015f44672{9p.inode} n=000000003c11b27e
[ +0.001197] FS-Cache: N-key=[8] 'e36eed0000000000'
[ +0.265645] FS-Cache: Duplicate cookie detected
[ +0.000732] FS-Cache: O-cookie c=0000001b [p=00000015 fl=226 nc=0 na=1]
[ +0.000977] FS-Cache: O-cookie d=0000000015f44672{9p.inode} n=000000000d48d911
[ +0.001058] FS-Cache: O-key=[8] 'e96eed0000000000'
[ +0.000725] FS-Cache: N-cookie c=00000022 [p=00000015 fl=2 nc=0 na=1]
[ +0.000936] FS-Cache: N-cookie d=0000000015f44672{9p.inode} n=000000004f350aa6
[ +0.001069] FS-Cache: N-key=[8] 'e96eed0000000000'
==> etcd [97d95c19a832b311d5372d340f9f83ebfb51577607a857ece43f236423c9397a] <==
{"level":"info","ts":"2024-07-18T19:33:46.987645Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","added-peer-id":"aec36adc501070cc","added-peer-peer-urls":["https://192.168.49.2:2380"]}
{"level":"info","ts":"2024-07-18T19:33:47.540743Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-07-18T19:33:47.540805Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-07-18T19:33:47.54084Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-07-18T19:33:47.540861Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-07-18T19:33:47.54087Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-18T19:33:47.54088Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-07-18T19:33:47.540889Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-18T19:33:47.542816Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-18T19:33:47.547751Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-448844 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-07-18T19:33:47.547798Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-18T19:33:47.548061Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-18T19:33:47.548145Z","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-07-18T19:33:47.548213Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-18T19:33:47.548238Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-18T19:33:47.549865Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-07-18T19:33:47.55618Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-07-18T19:33:47.556219Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-07-18T19:33:47.557067Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"warn","ts":"2024-07-18T19:34:07.699298Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"107.380811ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/\" range_end:\"/registry/namespaces0\" ","response":"range_response_count:4 size:1383"}
{"level":"info","ts":"2024-07-18T19:34:07.71408Z","caller":"traceutil/trace.go:171","msg":"trace[1983038799] range","detail":"{range_begin:/registry/namespaces/; range_end:/registry/namespaces0; response_count:4; response_revision:357; }","duration":"122.169146ms","start":"2024-07-18T19:34:07.591887Z","end":"2024-07-18T19:34:07.714056Z","steps":["trace[1983038799] 'agreement among raft nodes before linearized reading' (duration: 59.36841ms)","trace[1983038799] 'range keys from in-memory index tree' (duration: 47.961137ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-18T19:34:07.715459Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"123.511623ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/kube-system/coredns-7db6d8ff4d\" ","response":"range_response_count:1 size:3752"}
{"level":"info","ts":"2024-07-18T19:34:07.722161Z","caller":"traceutil/trace.go:171","msg":"trace[623492103] range","detail":"{range_begin:/registry/replicasets/kube-system/coredns-7db6d8ff4d; range_end:; response_count:1; response_revision:357; }","duration":"130.20801ms","start":"2024-07-18T19:34:07.591929Z","end":"2024-07-18T19:34:07.722137Z","steps":["trace[623492103] 'agreement among raft nodes before linearized reading' (duration: 65.283636ms)","trace[623492103] 'range keys from in-memory index tree' (duration: 58.194422ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-18T19:34:08.02647Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"109.418838ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128030613314289250 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/pods/kube-system/coredns-7db6d8ff4d-l5dkf\" mod_revision:351 > success:<request_put:<key:\"/registry/pods/kube-system/coredns-7db6d8ff4d-l5dkf\" value_size:3919 >> failure:<request_range:<key:\"/registry/pods/kube-system/coredns-7db6d8ff4d-l5dkf\" > >>","response":"size:16"}
{"level":"info","ts":"2024-07-18T19:34:08.026844Z","caller":"traceutil/trace.go:171","msg":"trace[917098991] transaction","detail":"{read_only:false; response_revision:358; number_of_response:1; }","duration":"265.509766ms","start":"2024-07-18T19:34:07.761312Z","end":"2024-07-18T19:34:08.026821Z","steps":["trace[917098991] 'compare' (duration: 82.212248ms)","trace[917098991] 'attach lease to kv pair' {req_type:put; key:/registry/pods/kube-system/coredns-7db6d8ff4d-l5dkf; req_size:3975; } (duration: 27.055069ms)"],"step_count":2}
==> gcp-auth [e577080a6ac4fb7dc337248b9eff4fe31f15ba93db2aeb25e6bdb8f938da83ef] <==
2024/07/18 19:35:57 GCP Auth Webhook started!
2024/07/18 19:36:45 Ready to marshal response ...
2024/07/18 19:36:45 Ready to write response ...
2024/07/18 19:36:45 Ready to marshal response ...
2024/07/18 19:36:45 Ready to write response ...
2024/07/18 19:36:45 Ready to marshal response ...
2024/07/18 19:36:45 Ready to write response ...
2024/07/18 19:36:56 Ready to marshal response ...
2024/07/18 19:36:56 Ready to write response ...
2024/07/18 19:37:02 Ready to marshal response ...
2024/07/18 19:37:02 Ready to write response ...
2024/07/18 19:37:02 Ready to marshal response ...
2024/07/18 19:37:02 Ready to write response ...
2024/07/18 19:37:11 Ready to marshal response ...
2024/07/18 19:37:11 Ready to write response ...
2024/07/18 19:37:28 Ready to marshal response ...
2024/07/18 19:37:28 Ready to write response ...
2024/07/18 19:37:51 Ready to marshal response ...
2024/07/18 19:37:51 Ready to write response ...
2024/07/18 19:38:08 Ready to marshal response ...
2024/07/18 19:38:08 Ready to write response ...
2024/07/18 19:40:28 Ready to marshal response ...
2024/07/18 19:40:28 Ready to write response ...
==> kernel <==
19:40:39 up 3:23, 0 users, load average: 0.29, 1.16, 1.98
Linux addons-448844 5.15.0-1064-aws #70~20.04.1-Ubuntu SMP Thu Jun 27 14:52:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [dce13657d4b67d7ea4ad941d0598b76d58c28b19bcba576d3cc9049f2820e5a4] <==
I0718 19:39:19.680069 1 main.go:303] handling current node
I0718 19:39:29.679711 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0718 19:39:29.679753 1 main.go:303] handling current node
W0718 19:39:33.875184 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0718 19:39:33.875232 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
W0718 19:39:36.436215 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0718 19:39:36.436247 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
I0718 19:39:39.679555 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0718 19:39:39.679593 1 main.go:303] handling current node
I0718 19:39:49.679584 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0718 19:39:49.679636 1 main.go:303] handling current node
I0718 19:39:59.679462 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0718 19:39:59.679506 1 main.go:303] handling current node
W0718 19:40:00.415580 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0718 19:40:00.415628 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
I0718 19:40:09.679505 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0718 19:40:09.679542 1 main.go:303] handling current node
I0718 19:40:19.679528 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0718 19:40:19.679642 1 main.go:303] handling current node
W0718 19:40:25.222389 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0718 19:40:25.222427 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
I0718 19:40:29.681691 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0718 19:40:29.681814 1 main.go:303] handling current node
W0718 19:40:34.584720 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0718 19:40:34.584754 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
==> kube-apiserver [d6a624b0ca1601da09aec35dcd677e6a3d94a3902afd8738e62b024b0f9050c5] <==
E0718 19:36:15.540385 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
E0718 19:36:15.540917 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.175.71:443/apis/metrics.k8s.io/v1beta1: Get "https://10.107.175.71:443/apis/metrics.k8s.io/v1beta1": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
I0718 19:36:15.591807 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0718 19:36:15.604003 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
I0718 19:36:45.852423 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.96.91.31"}
E0718 19:37:07.989144 1 watch.go:250] http2: stream closed
E0718 19:37:27.097354 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0718 19:37:40.101936 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0718 19:38:01.032036 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0718 19:38:02.078362 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0718 19:38:07.671786 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0718 19:38:07.671848 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0718 19:38:07.767274 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0718 19:38:07.767400 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0718 19:38:07.770419 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0718 19:38:07.770547 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0718 19:38:07.777095 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0718 19:38:07.777139 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0718 19:38:08.320212 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0718 19:38:08.690350 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.98.146.123"}
W0718 19:38:08.770987 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0718 19:38:08.819656 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0718 19:38:08.819670 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0718 19:40:28.381943 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.98.125.0"}
==> kube-controller-manager [12e4989f6373d0e2a34b7b8fae53aec3734f23d46a51dada8a9c1e82afd233a0] <==
W0718 19:39:16.754301 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
E0718 19:39:16.754337 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
W0718 19:39:23.384593 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
E0718 19:39:23.384631 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
W0718 19:39:43.884220 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
E0718 19:39:43.884259 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
W0718 19:39:58.590252 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
E0718 19:39:58.590297 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
W0718 19:40:01.921989 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
E0718 19:40:01.922028 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
W0718 19:40:09.056393 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
E0718 19:40:09.056433 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
I0718 19:40:28.154476 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="38.236065ms"
I0718 19:40:28.170767 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="16.24514ms"
I0718 19:40:28.217038 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="46.06498ms"
I0718 19:40:28.217143 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="66.042µs"
I0718 19:40:29.706577 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="21.732912ms"
I0718 19:40:29.707652 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="36.733µs"
I0718 19:40:30.367148 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0718 19:40:30.371244 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="3.914µs"
I0718 19:40:30.376893 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
W0718 19:40:35.066392 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
E0718 19:40:35.066431 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
W0718 19:40:36.934115 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
E0718 19:40:36.934158 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 [1b5a5f01f26ff4c502ddf1b1f60fe6076b009ca64ae1f06d47c20a9b7d46371b] <==
I0718 19:34:12.001145 1 server_linux.go:69] "Using iptables proxy"
I0718 19:34:12.079671 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0718 19:34:12.266128 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0718 19:34:12.266259 1 server_linux.go:165] "Using iptables Proxier"
I0718 19:34:12.268115 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0718 19:34:12.268188 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0718 19:34:12.268239 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"
I0718 19:34:12.268473 1 server.go:872] "Version info" version="v1.30.3"
I0718 19:34:12.268679 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0718 19:34:12.269590 1 config.go:192] "Starting service config controller"
I0718 19:34:12.269857 1 shared_informer.go:313] Waiting for caches to sync for service config
I0718 19:34:12.269930 1 config.go:101] "Starting endpoint slice config controller"
I0718 19:34:12.269960 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0718 19:34:12.270472 1 config.go:319] "Starting node config controller"
I0718 19:34:12.270524 1 shared_informer.go:313] Waiting for caches to sync for node config
I0718 19:34:12.375952 1 shared_informer.go:320] Caches are synced for node config
I0718 19:34:12.376003 1 shared_informer.go:320] Caches are synced for service config
I0718 19:34:12.376048 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [0694c6eae19222d3107e97cd1b43dd15d464c2913eb1ff456ee2a7346254864f] <==
W0718 19:33:50.208947 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0718 19:33:50.208976 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0718 19:33:50.209018 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0718 19:33:50.209030 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0718 19:33:50.209068 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
E0718 19:33:50.209084 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
W0718 19:33:50.209146 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
E0718 19:33:50.209159 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
W0718 19:33:50.209194 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0718 19:33:50.209208 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0718 19:33:50.209272 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
E0718 19:33:50.209287 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
W0718 19:33:50.209349 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
E0718 19:33:50.209365 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
W0718 19:33:51.054829 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
E0718 19:33:51.054966 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
W0718 19:33:51.100863 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0718 19:33:51.101190 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0718 19:33:51.150332 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"
E0718 19:33:51.150458 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"
W0718 19:33:51.177657 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0718 19:33:51.177772 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0718 19:33:51.230957 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0718 19:33:51.231075 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
I0718 19:33:53.802054 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 18 19:40:28 addons-448844 kubelet[1568]: I0718 19:40:28.157582 1568 memory_manager.go:354] "RemoveStaleState removing state" podUID="882e0139-2bca-4b6e-8b53-16d2b543c7e8" containerName="gadget"
Jul 18 19:40:28 addons-448844 kubelet[1568]: I0718 19:40:28.197470 1568 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-k5grl\" (UniqueName: \"kubernetes.io/projected/af025433-6ba0-4a34-b59f-cb1b815b18c4-kube-api-access-k5grl\") pod \"hello-world-app-6778b5fc9f-52b7t\" (UID: \"af025433-6ba0-4a34-b59f-cb1b815b18c4\") " pod="default/hello-world-app-6778b5fc9f-52b7t"
Jul 18 19:40:28 addons-448844 kubelet[1568]: I0718 19:40:28.197524 1568 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/af025433-6ba0-4a34-b59f-cb1b815b18c4-gcp-creds\") pod \"hello-world-app-6778b5fc9f-52b7t\" (UID: \"af025433-6ba0-4a34-b59f-cb1b815b18c4\") " pod="default/hello-world-app-6778b5fc9f-52b7t"
Jul 18 19:40:29 addons-448844 kubelet[1568]: I0718 19:40:29.407181 1568 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-m5z6w\" (UniqueName: \"kubernetes.io/projected/9cffca60-29b3-4abc-829b-0612794e895d-kube-api-access-m5z6w\") pod \"9cffca60-29b3-4abc-829b-0612794e895d\" (UID: \"9cffca60-29b3-4abc-829b-0612794e895d\") "
Jul 18 19:40:29 addons-448844 kubelet[1568]: I0718 19:40:29.422888 1568 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/9cffca60-29b3-4abc-829b-0612794e895d-kube-api-access-m5z6w" (OuterVolumeSpecName: "kube-api-access-m5z6w") pod "9cffca60-29b3-4abc-829b-0612794e895d" (UID: "9cffca60-29b3-4abc-829b-0612794e895d"). InnerVolumeSpecName "kube-api-access-m5z6w". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 18 19:40:29 addons-448844 kubelet[1568]: I0718 19:40:29.507640 1568 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-m5z6w\" (UniqueName: \"kubernetes.io/projected/9cffca60-29b3-4abc-829b-0612794e895d-kube-api-access-m5z6w\") on node \"addons-448844\" DevicePath \"\""
Jul 18 19:40:29 addons-448844 kubelet[1568]: I0718 19:40:29.639984 1568 scope.go:117] "RemoveContainer" containerID="7df265d7a35ea4c57696bd5769b982425cde0e97a9085d8de2ffc35cfffc81a2"
Jul 18 19:40:29 addons-448844 kubelet[1568]: I0718 19:40:29.664488 1568 scope.go:117] "RemoveContainer" containerID="7df265d7a35ea4c57696bd5769b982425cde0e97a9085d8de2ffc35cfffc81a2"
Jul 18 19:40:29 addons-448844 kubelet[1568]: E0718 19:40:29.664836 1568 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"7df265d7a35ea4c57696bd5769b982425cde0e97a9085d8de2ffc35cfffc81a2\": container with ID starting with 7df265d7a35ea4c57696bd5769b982425cde0e97a9085d8de2ffc35cfffc81a2 not found: ID does not exist" containerID="7df265d7a35ea4c57696bd5769b982425cde0e97a9085d8de2ffc35cfffc81a2"
Jul 18 19:40:29 addons-448844 kubelet[1568]: I0718 19:40:29.664871 1568 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"7df265d7a35ea4c57696bd5769b982425cde0e97a9085d8de2ffc35cfffc81a2"} err="failed to get container status \"7df265d7a35ea4c57696bd5769b982425cde0e97a9085d8de2ffc35cfffc81a2\": rpc error: code = NotFound desc = could not find container \"7df265d7a35ea4c57696bd5769b982425cde0e97a9085d8de2ffc35cfffc81a2\": container with ID starting with 7df265d7a35ea4c57696bd5769b982425cde0e97a9085d8de2ffc35cfffc81a2 not found: ID does not exist"
Jul 18 19:40:30 addons-448844 kubelet[1568]: I0718 19:40:30.379874 1568 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-52b7t" podStartSLOduration=1.381775711 podStartE2EDuration="2.37985205s" podCreationTimestamp="2024-07-18 19:40:28 +0000 UTC" firstStartedPulling="2024-07-18 19:40:28.535157289 +0000 UTC m=+396.084415476" lastFinishedPulling="2024-07-18 19:40:29.53323362 +0000 UTC m=+397.082491815" observedRunningTime="2024-07-18 19:40:29.683225224 +0000 UTC m=+397.232483419" watchObservedRunningTime="2024-07-18 19:40:30.37985205 +0000 UTC m=+397.929110245"
Jul 18 19:40:30 addons-448844 kubelet[1568]: I0718 19:40:30.559015 1568 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="9192e40d-64a3-4a9a-8421-0e938317ef0e" path="/var/lib/kubelet/pods/9192e40d-64a3-4a9a-8421-0e938317ef0e/volumes"
Jul 18 19:40:30 addons-448844 kubelet[1568]: I0718 19:40:30.559417 1568 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="9cffca60-29b3-4abc-829b-0612794e895d" path="/var/lib/kubelet/pods/9cffca60-29b3-4abc-829b-0612794e895d/volumes"
Jul 18 19:40:30 addons-448844 kubelet[1568]: I0718 19:40:30.560185 1568 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="b3565d80-167f-46bd-8ec0-3b55a4c66c3c" path="/var/lib/kubelet/pods/b3565d80-167f-46bd-8ec0-3b55a4c66c3c/volumes"
Jul 18 19:40:33 addons-448844 kubelet[1568]: I0718 19:40:33.645974 1568 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/c52e534e-8a76-4642-bfc6-b9981f80235f-webhook-cert\") pod \"c52e534e-8a76-4642-bfc6-b9981f80235f\" (UID: \"c52e534e-8a76-4642-bfc6-b9981f80235f\") "
Jul 18 19:40:33 addons-448844 kubelet[1568]: I0718 19:40:33.646086 1568 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-pwsqb\" (UniqueName: \"kubernetes.io/projected/c52e534e-8a76-4642-bfc6-b9981f80235f-kube-api-access-pwsqb\") pod \"c52e534e-8a76-4642-bfc6-b9981f80235f\" (UID: \"c52e534e-8a76-4642-bfc6-b9981f80235f\") "
Jul 18 19:40:33 addons-448844 kubelet[1568]: I0718 19:40:33.649548 1568 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/c52e534e-8a76-4642-bfc6-b9981f80235f-kube-api-access-pwsqb" (OuterVolumeSpecName: "kube-api-access-pwsqb") pod "c52e534e-8a76-4642-bfc6-b9981f80235f" (UID: "c52e534e-8a76-4642-bfc6-b9981f80235f"). InnerVolumeSpecName "kube-api-access-pwsqb". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 18 19:40:33 addons-448844 kubelet[1568]: I0718 19:40:33.653576 1568 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/c52e534e-8a76-4642-bfc6-b9981f80235f-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "c52e534e-8a76-4642-bfc6-b9981f80235f" (UID: "c52e534e-8a76-4642-bfc6-b9981f80235f"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 18 19:40:33 addons-448844 kubelet[1568]: I0718 19:40:33.654913 1568 scope.go:117] "RemoveContainer" containerID="299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26"
Jul 18 19:40:33 addons-448844 kubelet[1568]: I0718 19:40:33.676513 1568 scope.go:117] "RemoveContainer" containerID="299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26"
Jul 18 19:40:33 addons-448844 kubelet[1568]: E0718 19:40:33.676901 1568 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26\": container with ID starting with 299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26 not found: ID does not exist" containerID="299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26"
Jul 18 19:40:33 addons-448844 kubelet[1568]: I0718 19:40:33.676944 1568 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26"} err="failed to get container status \"299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26\": rpc error: code = NotFound desc = could not find container \"299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26\": container with ID starting with 299188bfc0ea8a6b8176f1e16d18dbc64c5fcfd7574c1dea0352d42eaea72e26 not found: ID does not exist"
Jul 18 19:40:33 addons-448844 kubelet[1568]: I0718 19:40:33.746411 1568 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/c52e534e-8a76-4642-bfc6-b9981f80235f-webhook-cert\") on node \"addons-448844\" DevicePath \"\""
Jul 18 19:40:33 addons-448844 kubelet[1568]: I0718 19:40:33.746470 1568 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-pwsqb\" (UniqueName: \"kubernetes.io/projected/c52e534e-8a76-4642-bfc6-b9981f80235f-kube-api-access-pwsqb\") on node \"addons-448844\" DevicePath \"\""
Jul 18 19:40:34 addons-448844 kubelet[1568]: I0718 19:40:34.559098 1568 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="c52e534e-8a76-4642-bfc6-b9981f80235f" path="/var/lib/kubelet/pods/c52e534e-8a76-4642-bfc6-b9981f80235f/volumes"
==> storage-provisioner [113c3007c8c98a48375e50fd52cae2e11831f5af21b0a709f01d2e4f229cdc3a] <==
I0718 19:34:50.822731 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0718 19:34:50.880033 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0718 19:34:50.882270 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0718 19:34:50.903378 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0718 19:34:50.905742 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-448844_a433d45b-1645-4605-b722-01973666482e!
I0718 19:34:50.907052 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"5e56f1f3-4fbb-42b8-a015-4e55d1438d00", APIVersion:"v1", ResourceVersion:"911", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-448844_a433d45b-1645-4605-b722-01973666482e became leader
I0718 19:34:51.006029 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-448844_a433d45b-1645-4605-b722-01973666482e!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-448844 -n addons-448844
helpers_test.go:261: (dbg) Run: kubectl --context addons-448844 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 (151.96s)