=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-072424 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-072424 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-072424 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" [d85640e3-42c8-41c9-802d-00dd21aad1a1] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [d85640e3-42c8-41c9-802d-00dd21aad1a1] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.004049841s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-072424 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-072424 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.201818543s)
** 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-072424 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-072424 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-072424 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-072424 addons disable ingress-dns --alsologtostderr -v=1: (1.031466878s)
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-072424 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-072424 addons disable ingress --alsologtostderr -v=1: (7.803810926s)
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-072424
helpers_test.go:235: (dbg) docker inspect addons-072424:
-- stdout --
[
{
"Id": "d635865e2c172c7350f083dee85e7c78fc0ca020520d001dadc46c3f95a79e50",
"Created": "2024-07-31T19:13:11.782489497Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 736567,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-31T19:13:11.92180074Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:2cd84ab2172023a68162f38a55db46353562cea41552fd8e8bdec97b31b2c495",
"ResolvConfPath": "/var/lib/docker/containers/d635865e2c172c7350f083dee85e7c78fc0ca020520d001dadc46c3f95a79e50/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/d635865e2c172c7350f083dee85e7c78fc0ca020520d001dadc46c3f95a79e50/hostname",
"HostsPath": "/var/lib/docker/containers/d635865e2c172c7350f083dee85e7c78fc0ca020520d001dadc46c3f95a79e50/hosts",
"LogPath": "/var/lib/docker/containers/d635865e2c172c7350f083dee85e7c78fc0ca020520d001dadc46c3f95a79e50/d635865e2c172c7350f083dee85e7c78fc0ca020520d001dadc46c3f95a79e50-json.log",
"Name": "/addons-072424",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-072424:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-072424",
"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/0b8aa3e6395cec37ab3ad72e56a350ea516174e49027372d4534e4d0fc19c564-init/diff:/var/lib/docker/overlay2/c5b00d9dc5cf082a1fe5b77e609f9f16c34544a5bc6a3749e974e51c87ee0cd2/diff",
"MergedDir": "/var/lib/docker/overlay2/0b8aa3e6395cec37ab3ad72e56a350ea516174e49027372d4534e4d0fc19c564/merged",
"UpperDir": "/var/lib/docker/overlay2/0b8aa3e6395cec37ab3ad72e56a350ea516174e49027372d4534e4d0fc19c564/diff",
"WorkDir": "/var/lib/docker/overlay2/0b8aa3e6395cec37ab3ad72e56a350ea516174e49027372d4534e4d0fc19c564/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-072424",
"Source": "/var/lib/docker/volumes/addons-072424/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-072424",
"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-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7",
"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-072424",
"name.minikube.sigs.k8s.io": "addons-072424",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "0e8881dca75b1458e4a6da8465bc20f1ff5886c37cc7801a369818a42348b80a",
"SandboxKey": "/var/run/docker/netns/0e8881dca75b",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33533"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33534"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33537"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33535"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33536"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-072424": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "b3319f62cd1549f678b1cd27ce24697d0ac7730b0c91a251982f7e4766ff0207",
"EndpointID": "03c9ce7c84aa33879f78671e4c655a454a8a2114533f7880fc3ddfaa102f1281",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-072424",
"d635865e2c17"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-072424 -n addons-072424
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-072424 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-072424 logs -n 25: (1.487280517s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | 31 Jul 24 19:12 UTC |
| delete | -p download-only-560762 | download-only-560762 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | 31 Jul 24 19:12 UTC |
| start | -o=json --download-only | download-only-553932 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | |
| | -p download-only-553932 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.31.0-beta.0 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | 31 Jul 24 19:12 UTC |
| delete | -p download-only-553932 | download-only-553932 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | 31 Jul 24 19:12 UTC |
| delete | -p download-only-510887 | download-only-510887 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | 31 Jul 24 19:12 UTC |
| delete | -p download-only-560762 | download-only-560762 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | 31 Jul 24 19:12 UTC |
| delete | -p download-only-553932 | download-only-553932 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | 31 Jul 24 19:12 UTC |
| start | --download-only -p | download-docker-908773 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | |
| | download-docker-908773 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-908773 | download-docker-908773 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | 31 Jul 24 19:12 UTC |
| start | --download-only -p | binary-mirror-638377 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | |
| | binary-mirror-638377 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:33333 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-638377 | binary-mirror-638377 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | 31 Jul 24 19:12 UTC |
| addons | disable dashboard -p | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | |
| | addons-072424 | | | | | |
| addons | enable dashboard -p | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | |
| | addons-072424 | | | | | |
| start | -p addons-072424 --wait=true | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:12 UTC | 31 Jul 24 19:16 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 | addons-072424 addons disable | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:16 UTC | 31 Jul 24 19:16 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ip | addons-072424 ip | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:17 UTC | 31 Jul 24 19:17 UTC |
| addons | addons-072424 addons disable | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:17 UTC | 31 Jul 24 19:17 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-072424 addons | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:17 UTC | 31 Jul 24 19:17 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-072424 addons | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:17 UTC | 31 Jul 24 19:17 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:17 UTC | 31 Jul 24 19:17 UTC |
| | addons-072424 | | | | | |
| ssh | addons-072424 ssh curl -s | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:17 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-072424 ip | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:19 UTC | 31 Jul 24 19:19 UTC |
| addons | addons-072424 addons disable | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:19 UTC | 31 Jul 24 19:19 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-072424 addons disable | addons-072424 | jenkins | v1.33.1 | 31 Jul 24 19:19 UTC | 31 Jul 24 19:20 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/31 19:12:45
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
I0731 19:12:45.939791 736057 out.go:291] Setting OutFile to fd 1 ...
I0731 19:12:45.939992 736057 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0731 19:12:45.940019 736057 out.go:304] Setting ErrFile to fd 2...
I0731 19:12:45.940037 736057 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0731 19:12:45.940329 736057 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19356-729653/.minikube/bin
I0731 19:12:45.940794 736057 out.go:298] Setting JSON to false
I0731 19:12:45.941678 736057 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":10503,"bootTime":1722442663,"procs":157,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1066-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0731 19:12:45.941769 736057 start.go:139] virtualization:
I0731 19:12:45.944059 736057 out.go:177] * [addons-072424] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0731 19:12:45.946277 736057 out.go:177] - MINIKUBE_LOCATION=19356
I0731 19:12:45.946424 736057 notify.go:220] Checking for updates...
I0731 19:12:45.950368 736057 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0731 19:12:45.952336 736057 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19356-729653/kubeconfig
I0731 19:12:45.954040 736057 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19356-729653/.minikube
I0731 19:12:45.955708 736057 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0731 19:12:45.957357 736057 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0731 19:12:45.959259 736057 driver.go:392] Setting default libvirt URI to qemu:///system
I0731 19:12:45.985646 736057 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
I0731 19:12:45.985764 736057 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0731 19:12:46.062162 736057 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-31 19:12:46.052659769 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1066-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:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID: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.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1]] Warnings:<nil>}}
I0731 19:12:46.062273 736057 docker.go:307] overlay module found
I0731 19:12:46.064257 736057 out.go:177] * Using the docker driver based on user configuration
I0731 19:12:46.066264 736057 start.go:297] selected driver: docker
I0731 19:12:46.066282 736057 start.go:901] validating driver "docker" against <nil>
I0731 19:12:46.066298 736057 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0731 19:12:46.066925 736057 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0731 19:12:46.123896 736057 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-31 19:12:46.113564018 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1066-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:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID: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.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1]] Warnings:<nil>}}
I0731 19:12:46.124071 736057 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0731 19:12:46.124341 736057 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]
I0731 19:12:46.126069 736057 out.go:177] * Using Docker driver with root privileges
I0731 19:12:46.127953 736057 cni.go:84] Creating CNI manager for ""
I0731 19:12:46.127978 736057 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0731 19:12:46.127990 736057 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0731 19:12:46.128081 736057 start.go:340] cluster config:
{Name:addons-072424 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 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-072424 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}
I0731 19:12:46.130460 736057 out.go:177] * Starting "addons-072424" primary control-plane node in "addons-072424" cluster
I0731 19:12:46.132248 736057 cache.go:121] Beginning downloading kic base image for docker with crio
I0731 19:12:46.134100 736057 out.go:177] * Pulling base image v0.0.44-1721902582-19326 ...
I0731 19:12:46.135708 736057 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0731 19:12:46.135774 736057 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19356-729653/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4
I0731 19:12:46.135789 736057 cache.go:56] Caching tarball of preloaded images
I0731 19:12:46.135796 736057 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
I0731 19:12:46.135870 736057 preload.go:172] Found /home/jenkins/minikube-integration/19356-729653/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0731 19:12:46.135880 736057 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
I0731 19:12:46.136254 736057 profile.go:143] Saving config to /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/config.json ...
I0731 19:12:46.136277 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/config.json: {Name:mk8a3a3c87c8cbc632c294fedc90ed04fa960097 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:12:46.151771 736057 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
I0731 19:12:46.151890 736057 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
I0731 19:12:46.151916 736057 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
I0731 19:12:46.151923 736057 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
I0731 19:12:46.151935 736057 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
I0731 19:12:46.151940 736057 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from local cache
I0731 19:13:03.628539 736057 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from cached tarball
I0731 19:13:03.628582 736057 cache.go:194] Successfully downloaded all kic artifacts
I0731 19:13:03.628622 736057 start.go:360] acquireMachinesLock for addons-072424: {Name:mk8b8f4d9b8182ce433202b462caeb083a945827 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0731 19:13:03.628750 736057 start.go:364] duration metric: took 103.677µs to acquireMachinesLock for "addons-072424"
I0731 19:13:03.628783 736057 start.go:93] Provisioning new machine with config: &{Name:addons-072424 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 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-072424 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}
I0731 19:13:03.628872 736057 start.go:125] createHost starting for "" (driver="docker")
I0731 19:13:03.631092 736057 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0731 19:13:03.631346 736057 start.go:159] libmachine.API.Create for "addons-072424" (driver="docker")
I0731 19:13:03.631395 736057 client.go:168] LocalClient.Create starting
I0731 19:13:03.631528 736057 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19356-729653/.minikube/certs/ca.pem
I0731 19:13:04.702232 736057 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19356-729653/.minikube/certs/cert.pem
I0731 19:13:05.244875 736057 cli_runner.go:164] Run: docker network inspect addons-072424 --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}}]}"
W0731 19:13:05.260434 736057 cli_runner.go:211] docker network inspect addons-072424 --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
I0731 19:13:05.260541 736057 network_create.go:284] running [docker network inspect addons-072424] to gather additional debugging logs...
I0731 19:13:05.260563 736057 cli_runner.go:164] Run: docker network inspect addons-072424
W0731 19:13:05.276568 736057 cli_runner.go:211] docker network inspect addons-072424 returned with exit code 1
I0731 19:13:05.276600 736057 network_create.go:287] error running [docker network inspect addons-072424]: docker network inspect addons-072424: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-072424 not found
I0731 19:13:05.276613 736057 network_create.go:289] output of [docker network inspect addons-072424]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-072424 not found
** /stderr **
I0731 19:13:05.276751 736057 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}}]}"
I0731 19:13:05.293526 736057 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:0x40017791c0}
I0731 19:13:05.293588 736057 network_create.go:124] attempt to create docker network addons-072424 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0731 19:13:05.293673 736057 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-072424 addons-072424
I0731 19:13:05.361611 736057 network_create.go:108] docker network addons-072424 192.168.49.0/24 created
I0731 19:13:05.361646 736057 kic.go:121] calculated static IP "192.168.49.2" for the "addons-072424" container
I0731 19:13:05.361722 736057 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0731 19:13:05.375595 736057 cli_runner.go:164] Run: docker volume create addons-072424 --label name.minikube.sigs.k8s.io=addons-072424 --label created_by.minikube.sigs.k8s.io=true
I0731 19:13:05.392395 736057 oci.go:103] Successfully created a docker volume addons-072424
I0731 19:13:05.392491 736057 cli_runner.go:164] Run: docker run --rm --name addons-072424-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-072424 --entrypoint /usr/bin/test -v addons-072424:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib
I0731 19:13:07.446291 736057 cli_runner.go:217] Completed: docker run --rm --name addons-072424-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-072424 --entrypoint /usr/bin/test -v addons-072424:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib: (2.053746918s)
I0731 19:13:07.446326 736057 oci.go:107] Successfully prepared a docker volume addons-072424
I0731 19:13:07.446348 736057 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0731 19:13:07.446371 736057 kic.go:194] Starting extracting preloaded images to volume ...
I0731 19:13:07.446448 736057 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19356-729653/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-072424:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir
I0731 19:13:11.715637 736057 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19356-729653/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-072424:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir: (4.269129391s)
I0731 19:13:11.715671 736057 kic.go:203] duration metric: took 4.269296386s to extract preloaded images to volume ...
W0731 19:13:11.715812 736057 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0731 19:13:11.715931 736057 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0731 19:13:11.767725 736057 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-072424 --name addons-072424 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-072424 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-072424 --network addons-072424 --ip 192.168.49.2 --volume addons-072424:/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-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7
I0731 19:13:12.101603 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Running}}
I0731 19:13:12.126595 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:12.158276 736057 cli_runner.go:164] Run: docker exec addons-072424 stat /var/lib/dpkg/alternatives/iptables
I0731 19:13:12.213229 736057 oci.go:144] the created container "addons-072424" has a running status.
I0731 19:13:12.213257 736057 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa...
I0731 19:13:12.634564 736057 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0731 19:13:12.658079 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:12.681934 736057 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0731 19:13:12.681955 736057 kic_runner.go:114] Args: [docker exec --privileged addons-072424 chown docker:docker /home/docker/.ssh/authorized_keys]
I0731 19:13:12.766755 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:12.794803 736057 machine.go:94] provisionDockerMachine start ...
I0731 19:13:12.794896 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:12.825956 736057 main.go:141] libmachine: Using SSH client type: native
I0731 19:13:12.826344 736057 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 33533 <nil> <nil>}
I0731 19:13:12.826362 736057 main.go:141] libmachine: About to run SSH command:
hostname
I0731 19:13:12.996049 736057 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-072424
I0731 19:13:12.996113 736057 ubuntu.go:169] provisioning hostname "addons-072424"
I0731 19:13:12.996217 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:13.020781 736057 main.go:141] libmachine: Using SSH client type: native
I0731 19:13:13.021032 736057 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 33533 <nil> <nil>}
I0731 19:13:13.021044 736057 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-072424 && echo "addons-072424" | sudo tee /etc/hostname
I0731 19:13:13.170254 736057 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-072424
I0731 19:13:13.170395 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:13.190333 736057 main.go:141] libmachine: Using SSH client type: native
I0731 19:13:13.190579 736057 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 33533 <nil> <nil>}
I0731 19:13:13.190596 736057 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-072424' /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-072424/g' /etc/hosts;
else
echo '127.0.1.1 addons-072424' | sudo tee -a /etc/hosts;
fi
fi
I0731 19:13:13.328321 736057 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0731 19:13:13.328352 736057 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19356-729653/.minikube CaCertPath:/home/jenkins/minikube-integration/19356-729653/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19356-729653/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19356-729653/.minikube}
I0731 19:13:13.328378 736057 ubuntu.go:177] setting up certificates
I0731 19:13:13.328389 736057 provision.go:84] configureAuth start
I0731 19:13:13.328449 736057 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-072424
I0731 19:13:13.347760 736057 provision.go:143] copyHostCerts
I0731 19:13:13.347865 736057 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19356-729653/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19356-729653/.minikube/ca.pem (1078 bytes)
I0731 19:13:13.348088 736057 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19356-729653/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19356-729653/.minikube/cert.pem (1123 bytes)
I0731 19:13:13.348178 736057 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19356-729653/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19356-729653/.minikube/key.pem (1675 bytes)
I0731 19:13:13.348234 736057 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19356-729653/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19356-729653/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19356-729653/.minikube/certs/ca-key.pem org=jenkins.addons-072424 san=[127.0.0.1 192.168.49.2 addons-072424 localhost minikube]
I0731 19:13:13.855492 736057 provision.go:177] copyRemoteCerts
I0731 19:13:13.855590 736057 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0731 19:13:13.855664 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:13.872842 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:13.969374 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0731 19:13:13.994780 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0731 19:13:14.023639 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0731 19:13:14.049149 736057 provision.go:87] duration metric: took 720.745061ms to configureAuth
I0731 19:13:14.049176 736057 ubuntu.go:193] setting minikube options for container-runtime
I0731 19:13:14.049377 736057 config.go:182] Loaded profile config "addons-072424": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0731 19:13:14.049494 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:14.066792 736057 main.go:141] libmachine: Using SSH client type: native
I0731 19:13:14.067048 736057 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 33533 <nil> <nil>}
I0731 19:13:14.067063 736057 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
I0731 19:13:14.303647 736057 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0731 19:13:14.303693 736057 machine.go:97] duration metric: took 1.508871539s to provisionDockerMachine
I0731 19:13:14.303710 736057 client.go:171] duration metric: took 10.672297921s to LocalClient.Create
I0731 19:13:14.303760 736057 start.go:167] duration metric: took 10.6724132s to libmachine.API.Create "addons-072424"
I0731 19:13:14.303777 736057 start.go:293] postStartSetup for "addons-072424" (driver="docker")
I0731 19:13:14.303788 736057 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]
I0731 19:13:14.303886 736057 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
I0731 19:13:14.303951 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:14.320793 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:14.421912 736057 ssh_runner.go:195] Run: cat /etc/os-release
I0731 19:13:14.425137 736057 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0731 19:13:14.425173 736057 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0731 19:13:14.425184 736057 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0731 19:13:14.425191 736057 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0731 19:13:14.425206 736057 filesync.go:126] Scanning /home/jenkins/minikube-integration/19356-729653/.minikube/addons for local assets ...
I0731 19:13:14.425281 736057 filesync.go:126] Scanning /home/jenkins/minikube-integration/19356-729653/.minikube/files for local assets ...
I0731 19:13:14.425307 736057 start.go:296] duration metric: took 121.524185ms for postStartSetup
I0731 19:13:14.425629 736057 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-072424
I0731 19:13:14.441832 736057 profile.go:143] Saving config to /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/config.json ...
I0731 19:13:14.442128 736057 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0731 19:13:14.442181 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:14.458476 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:14.548842 736057 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0731 19:13:14.553242 736057 start.go:128] duration metric: took 10.924352198s to createHost
I0731 19:13:14.553265 736057 start.go:83] releasing machines lock for "addons-072424", held for 10.92450161s
I0731 19:13:14.553337 736057 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-072424
I0731 19:13:14.569468 736057 ssh_runner.go:195] Run: cat /version.json
I0731 19:13:14.569518 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:14.569537 736057 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0731 19:13:14.569591 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:14.592710 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:14.595540 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:14.684327 736057 ssh_runner.go:195] Run: systemctl --version
I0731 19:13:14.837675 736057 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0731 19:13:14.978745 736057 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0731 19:13:14.984120 736057 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" ;
I0731 19:13:15.020345 736057 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0731 19:13:15.020500 736057 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" ;
I0731 19:13:15.061513 736057 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0731 19:13:15.061587 736057 start.go:495] detecting cgroup driver to use...
I0731 19:13:15.061639 736057 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0731 19:13:15.061745 736057 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0731 19:13:15.079846 736057 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0731 19:13:15.094397 736057 docker.go:217] disabling cri-docker service (if available) ...
I0731 19:13:15.094584 736057 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0731 19:13:15.111632 736057 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0731 19:13:15.128397 736057 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0731 19:13:15.224183 736057 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0731 19:13:15.310149 736057 docker.go:233] disabling docker service ...
I0731 19:13:15.310227 736057 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0731 19:13:15.331290 736057 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0731 19:13:15.343026 736057 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0731 19:13:15.442529 736057 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0731 19:13:15.536755 736057 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0731 19:13:15.549262 736057 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"
I0731 19:13:15.564770 736057 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0731 19:13:15.564843 736057 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"
I0731 19:13:15.575484 736057 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0731 19:13:15.575567 736057 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0731 19:13:15.586527 736057 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0731 19:13:15.596135 736057 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0731 19:13:15.606217 736057 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0731 19:13:15.615917 736057 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"
I0731 19:13:15.625974 736057 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"
I0731 19:13:15.642419 736057 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"
I0731 19:13:15.652929 736057 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0731 19:13:15.661862 736057 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0731 19:13:15.670390 736057 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0731 19:13:15.750410 736057 ssh_runner.go:195] Run: sudo systemctl restart crio
I0731 19:13:15.865775 736057 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0731 19:13:15.865874 736057 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0731 19:13:15.869587 736057 start.go:563] Will wait 60s for crictl version
I0731 19:13:15.869654 736057 ssh_runner.go:195] Run: which crictl
I0731 19:13:15.873038 736057 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0731 19:13:15.913442 736057 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0731 19:13:15.913558 736057 ssh_runner.go:195] Run: crio --version
I0731 19:13:15.957906 736057 ssh_runner.go:195] Run: crio --version
I0731 19:13:15.999081 736057 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
I0731 19:13:16.004801 736057 cli_runner.go:164] Run: docker network inspect addons-072424 --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}}]}"
I0731 19:13:16.029118 736057 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0731 19:13:16.032980 736057 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""
I0731 19:13:16.044753 736057 kubeadm.go:883] updating cluster {Name:addons-072424 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 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-072424 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} ...
I0731 19:13:16.044917 736057 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0731 19:13:16.044984 736057 ssh_runner.go:195] Run: sudo crictl images --output json
I0731 19:13:16.121806 736057 crio.go:514] all images are preloaded for cri-o runtime.
I0731 19:13:16.121827 736057 crio.go:433] Images already preloaded, skipping extraction
I0731 19:13:16.121888 736057 ssh_runner.go:195] Run: sudo crictl images --output json
I0731 19:13:16.159001 736057 crio.go:514] all images are preloaded for cri-o runtime.
I0731 19:13:16.159070 736057 cache_images.go:84] Images are preloaded, skipping loading
I0731 19:13:16.159093 736057 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
I0731 19:13:16.159231 736057 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-072424 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.3 ClusterName:addons-072424 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:}
I0731 19:13:16.159346 736057 ssh_runner.go:195] Run: crio config
I0731 19:13:16.218570 736057 cni.go:84] Creating CNI manager for ""
I0731 19:13:16.218638 736057 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0731 19:13:16.218663 736057 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0731 19:13:16.218720 736057 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-072424 NodeName:addons-072424 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}
I0731 19:13:16.218934 736057 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-072424"
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
I0731 19:13:16.219026 736057 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
I0731 19:13:16.228130 736057 binaries.go:44] Found k8s binaries, skipping transfer
I0731 19:13:16.228200 736057 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0731 19:13:16.237027 736057 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0731 19:13:16.256772 736057 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0731 19:13:16.275424 736057 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0731 19:13:16.293576 736057 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0731 19:13:16.297282 736057 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""
I0731 19:13:16.308496 736057 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0731 19:13:16.408271 736057 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0731 19:13:16.422046 736057 certs.go:68] Setting up /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424 for IP: 192.168.49.2
I0731 19:13:16.422111 736057 certs.go:194] generating shared ca certs ...
I0731 19:13:16.422142 736057 certs.go:226] acquiring lock for ca certs: {Name:mkac9835438522962f810f608ff243412d517a88 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:16.422296 736057 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19356-729653/.minikube/ca.key
I0731 19:13:16.734334 736057 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19356-729653/.minikube/ca.crt ...
I0731 19:13:16.734366 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/.minikube/ca.crt: {Name:mk6de71e014dd23ac5443804c46de471c9e4cd4c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:16.734568 736057 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19356-729653/.minikube/ca.key ...
I0731 19:13:16.734582 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/.minikube/ca.key: {Name:mk4605d92d1e87de02329b83a9f67369760fadd6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:16.734679 736057 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19356-729653/.minikube/proxy-client-ca.key
I0731 19:13:17.259061 736057 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19356-729653/.minikube/proxy-client-ca.crt ...
I0731 19:13:17.259093 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/.minikube/proxy-client-ca.crt: {Name:mkcd66b59fc114dcd4d2c346b6a2a4b535803393 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:17.259308 736057 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19356-729653/.minikube/proxy-client-ca.key ...
I0731 19:13:17.259325 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/.minikube/proxy-client-ca.key: {Name:mkdf21d13b841fd316a9c3091818b0ddb9930c46 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:17.259415 736057 certs.go:256] generating profile certs ...
I0731 19:13:17.259478 736057 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/client.key
I0731 19:13:17.259497 736057 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/client.crt with IP's: []
I0731 19:13:17.693249 736057 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/client.crt ...
I0731 19:13:17.693285 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/client.crt: {Name:mkb6e3f0b0fa092678276d7d88139eb8798f3d79 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:17.693480 736057 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/client.key ...
I0731 19:13:17.693494 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/client.key: {Name:mk62dc811a2c3392929cd70896f1fee47fd4612a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:17.693583 736057 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.key.7bda42d4
I0731 19:13:17.693603 736057 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.crt.7bda42d4 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0731 19:13:18.065766 736057 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.crt.7bda42d4 ...
I0731 19:13:18.065800 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.crt.7bda42d4: {Name:mk9d0889481666fb6bc42cce25bceeeb3529ad51 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:18.066004 736057 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.key.7bda42d4 ...
I0731 19:13:18.066021 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.key.7bda42d4: {Name:mk8654212e327b0cba1978b1f8e0f0368a7a3b47 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:18.066128 736057 certs.go:381] copying /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.crt.7bda42d4 -> /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.crt
I0731 19:13:18.066220 736057 certs.go:385] copying /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.key.7bda42d4 -> /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.key
I0731 19:13:18.066279 736057 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/proxy-client.key
I0731 19:13:18.066297 736057 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/proxy-client.crt with IP's: []
I0731 19:13:18.369774 736057 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/proxy-client.crt ...
I0731 19:13:18.369803 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/proxy-client.crt: {Name:mk46cf7fc46f695dc240de1e360e27ec05130496 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:18.369985 736057 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/proxy-client.key ...
I0731 19:13:18.370000 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/proxy-client.key: {Name:mk431d385f8923efe9863909d0b6e8d3adb0250f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:18.370775 736057 certs.go:484] found cert: /home/jenkins/minikube-integration/19356-729653/.minikube/certs/ca-key.pem (1675 bytes)
I0731 19:13:18.370823 736057 certs.go:484] found cert: /home/jenkins/minikube-integration/19356-729653/.minikube/certs/ca.pem (1078 bytes)
I0731 19:13:18.370848 736057 certs.go:484] found cert: /home/jenkins/minikube-integration/19356-729653/.minikube/certs/cert.pem (1123 bytes)
I0731 19:13:18.370878 736057 certs.go:484] found cert: /home/jenkins/minikube-integration/19356-729653/.minikube/certs/key.pem (1675 bytes)
I0731 19:13:18.371650 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0731 19:13:18.397047 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0731 19:13:18.422983 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0731 19:13:18.447893 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0731 19:13:18.471966 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0731 19:13:18.496954 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0731 19:13:18.521886 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0731 19:13:18.546458 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/profiles/addons-072424/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0731 19:13:18.570500 736057 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19356-729653/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0731 19:13:18.595351 736057 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0731 19:13:18.613458 736057 ssh_runner.go:195] Run: openssl version
I0731 19:13:18.618786 736057 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"
I0731 19:13:18.628400 736057 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0731 19:13:18.632026 736057 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 31 19:13 /usr/share/ca-certificates/minikubeCA.pem
I0731 19:13:18.632129 736057 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0731 19:13:18.638900 736057 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"
I0731 19:13:18.648607 736057 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0731 19:13:18.651856 736057 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
I0731 19:13:18.651903 736057 kubeadm.go:392] StartCluster: {Name:addons-072424 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 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-072424 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}
I0731 19:13:18.651985 736057 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0731 19:13:18.652049 736057 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0731 19:13:18.695270 736057 cri.go:89] found id: ""
I0731 19:13:18.695382 736057 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0731 19:13:18.705609 736057 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0731 19:13:18.715466 736057 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0731 19:13:18.715530 736057 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
I0731 19:13:18.727636 736057 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
I0731 19:13:18.727656 736057 kubeadm.go:157] found existing configuration files:
I0731 19:13:18.727718 736057 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0731 19:13:18.739522 736057 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
I0731 19:13:18.739588 736057 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0731 19:13:18.749871 736057 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0731 19:13:18.760374 736057 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
I0731 19:13:18.760441 736057 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0731 19:13:18.771929 736057 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0731 19:13:18.782826 736057 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
I0731 19:13:18.782922 736057 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0731 19:13:18.791265 736057 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0731 19:13:18.800928 736057 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
I0731 19:13:18.801024 736057 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0731 19:13:18.809601 736057 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"
I0731 19:13:18.859526 736057 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
I0731 19:13:18.859777 736057 kubeadm.go:310] [preflight] Running pre-flight checks
I0731 19:13:18.898517 736057 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0731 19:13:18.898593 736057 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1066-aws[0m
I0731 19:13:18.898632 736057 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0731 19:13:18.898681 736057 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0731 19:13:18.898731 736057 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0731 19:13:18.898781 736057 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0731 19:13:18.898830 736057 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0731 19:13:18.898880 736057 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0731 19:13:18.898945 736057 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0731 19:13:18.898993 736057 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0731 19:13:18.899044 736057 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0731 19:13:18.899092 736057 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0731 19:13:18.966744 736057 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0731 19:13:18.966862 736057 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0731 19:13:18.966982 736057 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0731 19:13:19.200648 736057 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0731 19:13:19.206451 736057 out.go:204] - Generating certificates and keys ...
I0731 19:13:19.206638 736057 kubeadm.go:310] [certs] Using existing ca certificate authority
I0731 19:13:19.206749 736057 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0731 19:13:19.807187 736057 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0731 19:13:20.262901 736057 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0731 19:13:20.590692 736057 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0731 19:13:20.886700 736057 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0731 19:13:21.331566 736057 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0731 19:13:21.331865 736057 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-072424 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0731 19:13:21.922815 736057 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0731 19:13:21.923112 736057 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-072424 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0731 19:13:22.165395 736057 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0731 19:13:23.079871 736057 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0731 19:13:23.852111 736057 kubeadm.go:310] [certs] Generating "sa" key and public key
I0731 19:13:23.852411 736057 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0731 19:13:24.185974 736057 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0731 19:13:24.565945 736057 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0731 19:13:24.915481 736057 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0731 19:13:25.212712 736057 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0731 19:13:25.516813 736057 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0731 19:13:25.517895 736057 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0731 19:13:25.521058 736057 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0731 19:13:25.524134 736057 out.go:204] - Booting up control plane ...
I0731 19:13:25.524230 736057 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0731 19:13:25.524322 736057 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0731 19:13:25.525062 736057 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0731 19:13:25.535987 736057 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0731 19:13:25.540677 736057 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0731 19:13:25.540933 736057 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0731 19:13:25.629688 736057 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0731 19:13:25.629775 736057 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0731 19:13:26.631182 736057 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001715233s
I0731 19:13:26.631275 736057 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0731 19:13:32.633112 736057 kubeadm.go:310] [api-check] The API server is healthy after 6.00199875s
I0731 19:13:32.654522 736057 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0731 19:13:32.667451 736057 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0731 19:13:32.693378 736057 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0731 19:13:32.693568 736057 kubeadm.go:310] [mark-control-plane] Marking the node addons-072424 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0731 19:13:32.704253 736057 kubeadm.go:310] [bootstrap-token] Using token: 3xxq5a.sit0sicupi1n0poh
I0731 19:13:32.706345 736057 out.go:204] - Configuring RBAC rules ...
I0731 19:13:32.706494 736057 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0731 19:13:32.713250 736057 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0731 19:13:32.722206 736057 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
I0731 19:13:32.726299 736057 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0731 19:13:32.730809 736057 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0731 19:13:32.735083 736057 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0731 19:13:33.040423 736057 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0731 19:13:33.485241 736057 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0731 19:13:34.040553 736057 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0731 19:13:34.041841 736057 kubeadm.go:310]
I0731 19:13:34.041918 736057 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0731 19:13:34.041924 736057 kubeadm.go:310]
I0731 19:13:34.042006 736057 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0731 19:13:34.042019 736057 kubeadm.go:310]
I0731 19:13:34.042060 736057 kubeadm.go:310] mkdir -p $HOME/.kube
I0731 19:13:34.042133 736057 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0731 19:13:34.042203 736057 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0731 19:13:34.042211 736057 kubeadm.go:310]
I0731 19:13:34.042293 736057 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0731 19:13:34.042304 736057 kubeadm.go:310]
I0731 19:13:34.042352 736057 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0731 19:13:34.042360 736057 kubeadm.go:310]
I0731 19:13:34.042416 736057 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0731 19:13:34.042507 736057 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0731 19:13:34.042591 736057 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0731 19:13:34.042597 736057 kubeadm.go:310]
I0731 19:13:34.042679 736057 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0731 19:13:34.042754 736057 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0731 19:13:34.042758 736057 kubeadm.go:310]
I0731 19:13:34.042846 736057 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 3xxq5a.sit0sicupi1n0poh \
I0731 19:13:34.042950 736057 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:9c2af94f2e8ed9e723424f657c4692770742424ab4a58a1dc57f42765b5f7486 \
I0731 19:13:34.042970 736057 kubeadm.go:310] --control-plane
I0731 19:13:34.042974 736057 kubeadm.go:310]
I0731 19:13:34.043059 736057 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0731 19:13:34.043063 736057 kubeadm.go:310]
I0731 19:13:34.043142 736057 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 3xxq5a.sit0sicupi1n0poh \
I0731 19:13:34.043242 736057 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:9c2af94f2e8ed9e723424f657c4692770742424ab4a58a1dc57f42765b5f7486
I0731 19:13:34.045996 736057 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-1066-aws\n", err: exit status 1
I0731 19:13:34.046127 736057 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0731 19:13:34.046147 736057 cni.go:84] Creating CNI manager for ""
I0731 19:13:34.046161 736057 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0731 19:13:34.050834 736057 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0731 19:13:34.053476 736057 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0731 19:13:34.057387 736057 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
I0731 19:13:34.057411 736057 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0731 19:13:34.075832 736057 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
I0731 19:13:34.385150 736057 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0731 19:13:34.385277 736057 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
I0731 19:13:34.385394 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-072424 minikube.k8s.io/updated_at=2024_07_31T19_13_34_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=5d3a875a2675af218d215883e61010adcc3d415c minikube.k8s.io/name=addons-072424 minikube.k8s.io/primary=true
I0731 19:13:34.400317 736057 ops.go:34] apiserver oom_adj: -16
I0731 19:13:34.524139 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:35.025223 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:35.524972 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:36.024755 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:36.524540 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:37.025134 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:37.524315 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:38.024446 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:38.524963 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:39.024492 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:39.524964 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:40.025097 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:40.525181 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:41.025214 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:41.524234 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:42.024835 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:42.524328 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:43.025141 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:43.524343 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:44.024370 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:44.524755 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:45.024535 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:45.525113 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:46.024879 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:46.524160 736057 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0731 19:13:46.628152 736057 kubeadm.go:1113] duration metric: took 12.242917188s to wait for elevateKubeSystemPrivileges
I0731 19:13:46.628180 736057 kubeadm.go:394] duration metric: took 27.976278964s to StartCluster
I0731 19:13:46.628198 736057 settings.go:142] acquiring lock: {Name:mke609a44f3566e55a6aaac4f84ae1012c9663b6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:46.628348 736057 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19356-729653/kubeconfig
I0731 19:13:46.628751 736057 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19356-729653/kubeconfig: {Name:mk696fce459618b9c2ce062cdbf8084434c6f3a7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0731 19:13:46.628944 736057 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}
I0731 19:13:46.629089 736057 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"
I0731 19:13:46.629360 736057 config.go:182] Loaded profile config "addons-072424": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0731 19:13:46.629393 736057 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]
I0731 19:13:46.629475 736057 addons.go:69] Setting yakd=true in profile "addons-072424"
I0731 19:13:46.629499 736057 addons.go:234] Setting addon yakd=true in "addons-072424"
I0731 19:13:46.629525 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.629986 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.630480 736057 addons.go:69] Setting metrics-server=true in profile "addons-072424"
I0731 19:13:46.630519 736057 addons.go:234] Setting addon metrics-server=true in "addons-072424"
I0731 19:13:46.630549 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.630614 736057 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-072424"
I0731 19:13:46.630666 736057 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-072424"
I0731 19:13:46.630721 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.630970 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.631247 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.632421 736057 addons.go:69] Setting cloud-spanner=true in profile "addons-072424"
I0731 19:13:46.632458 736057 addons.go:234] Setting addon cloud-spanner=true in "addons-072424"
I0731 19:13:46.632503 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.632905 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.634622 736057 addons.go:69] Setting registry=true in profile "addons-072424"
I0731 19:13:46.634953 736057 addons.go:234] Setting addon registry=true in "addons-072424"
I0731 19:13:46.637003 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.637649 736057 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-072424"
I0731 19:13:46.637753 736057 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-072424"
I0731 19:13:46.637809 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.637952 736057 addons.go:69] Setting default-storageclass=true in profile "addons-072424"
I0731 19:13:46.637986 736057 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-072424"
I0731 19:13:46.638268 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.642220 736057 addons.go:69] Setting gcp-auth=true in profile "addons-072424"
I0731 19:13:46.642305 736057 mustload.go:65] Loading cluster: addons-072424
I0731 19:13:46.642518 736057 config.go:182] Loaded profile config "addons-072424": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0731 19:13:46.642866 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.634781 736057 addons.go:69] Setting storage-provisioner=true in profile "addons-072424"
I0731 19:13:46.643297 736057 addons.go:234] Setting addon storage-provisioner=true in "addons-072424"
I0731 19:13:46.643345 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.643741 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.634796 736057 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-072424"
I0731 19:13:46.648804 736057 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-072424"
I0731 19:13:46.649108 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.634803 736057 addons.go:69] Setting volcano=true in profile "addons-072424"
I0731 19:13:46.664652 736057 addons.go:234] Setting addon volcano=true in "addons-072424"
I0731 19:13:46.664706 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.665166 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.666999 736057 addons.go:69] Setting ingress=true in profile "addons-072424"
I0731 19:13:46.667082 736057 addons.go:234] Setting addon ingress=true in "addons-072424"
I0731 19:13:46.667163 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.667638 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.634810 736057 addons.go:69] Setting volumesnapshots=true in profile "addons-072424"
I0731 19:13:46.677771 736057 addons.go:234] Setting addon volumesnapshots=true in "addons-072424"
I0731 19:13:46.677820 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.678266 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.687818 736057 addons.go:69] Setting ingress-dns=true in profile "addons-072424"
I0731 19:13:46.687906 736057 addons.go:234] Setting addon ingress-dns=true in "addons-072424"
I0731 19:13:46.687985 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.688497 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.708853 736057 addons.go:69] Setting inspektor-gadget=true in profile "addons-072424"
I0731 19:13:46.708964 736057 addons.go:234] Setting addon inspektor-gadget=true in "addons-072424"
I0731 19:13:46.709023 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.709505 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.716394 736057 out.go:177] * Verifying Kubernetes components...
I0731 19:13:46.733325 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.744935 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.756496 736057 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0731 19:13:46.816382 736057 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.1
I0731 19:13:46.837552 736057 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0731 19:13:46.845211 736057 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0731 19:13:46.845278 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0731 19:13:46.845362 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:46.857490 736057 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.22
W0731 19:13:46.857755 736057 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0731 19:13:46.858189 736057 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0731 19:13:46.859130 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.860567 736057 addons.go:234] Setting addon default-storageclass=true in "addons-072424"
I0731 19:13:46.860687 736057 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0731 19:13:46.872865 736057 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-072424"
I0731 19:13:46.872931 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.873345 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.883418 736057 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0731 19:13:46.888843 736057 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0731 19:13:46.891331 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0731 19:13:46.891435 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:46.894575 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:46.895130 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:46.917708 736057 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0731 19:13:46.917774 736057 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0731 19:13:46.917871 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:46.918121 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0731 19:13:46.918178 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:46.944100 736057 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
I0731 19:13:46.947235 736057 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0731 19:13:46.954242 736057 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0731 19:13:46.962666 736057 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0731 19:13:46.962690 736057 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0731 19:13:46.962756 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:46.965581 736057 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0731 19:13:46.965667 736057 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0731 19:13:46.965648 736057 out.go:177] - Using image docker.io/registry:2.8.3
I0731 19:13:46.965610 736057 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0731 19:13:46.965601 736057 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0731 19:13:46.967584 736057 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0731 19:13:46.967706 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0731 19:13:46.967803 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:46.968248 736057 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0731 19:13:46.993448 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0731 19:13:46.993544 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:46.973544 736057 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0731 19:13:46.993890 736057 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0731 19:13:46.993948 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:47.010211 736057 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0731 19:13:47.022604 736057 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0731 19:13:47.022628 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0731 19:13:47.022696 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:47.048604 736057 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0731 19:13:47.048650 736057 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0731 19:13:47.048721 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:47.050005 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.052333 736057 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0731 19:13:47.060406 736057 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0731 19:13:47.060529 736057 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0731 19:13:47.063835 736057 out.go:177] - Using image docker.io/busybox:stable
I0731 19:13:47.066577 736057 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0731 19:13:47.066605 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0731 19:13:47.066684 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:47.066838 736057 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0731 19:13:47.071416 736057 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0731 19:13:47.074118 736057 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0731 19:13:47.079074 736057 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0731 19:13:47.081955 736057 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0731 19:13:47.084593 736057 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0731 19:13:47.084637 736057 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0731 19:13:47.084720 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:47.096501 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.108484 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.133569 736057 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0731 19:13:47.133591 736057 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0731 19:13:47.133764 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:47.145801 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.156500 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.187799 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.197490 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.230653 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.235306 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.241801 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.253811 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.260105 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:47.267045 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
W0731 19:13:47.268180 736057 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0731 19:13:47.268205 736057 retry.go:31] will retry after 303.881769ms: ssh: handshake failed: EOF
I0731 19:13:47.343275 736057 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
I0731 19:13:47.346199 736057 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0731 19:13:47.346452 736057 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 -"
I0731 19:13:47.465060 736057 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
I0731 19:13:47.482607 736057 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
I0731 19:13:47.508981 736057 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0731 19:13:47.509050 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0731 19:13:47.529362 736057 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
I0731 19:13:47.568433 736057 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0731 19:13:47.568498 736057 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0731 19:13:47.633182 736057 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
I0731 19:13:47.636298 736057 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0731 19:13:47.636370 736057 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0731 19:13:47.658552 736057 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0731 19:13:47.658625 736057 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0731 19:13:47.662211 736057 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
I0731 19:13:47.664155 736057 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
I0731 19:13:47.714255 736057 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0731 19:13:47.714330 736057 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0731 19:13:47.746082 736057 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0731 19:13:47.746244 736057 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0731 19:13:47.772306 736057 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0731 19:13:47.772377 736057 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0731 19:13:47.800088 736057 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0731 19:13:47.800114 736057 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0731 19:13:47.903419 736057 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
I0731 19:13:47.905040 736057 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0731 19:13:47.905100 736057 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0731 19:13:47.930023 736057 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0731 19:13:47.930091 736057 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0731 19:13:47.944751 736057 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0731 19:13:47.944815 736057 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0731 19:13:47.947459 736057 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0731 19:13:47.947519 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0731 19:13:47.971347 736057 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0731 19:13:47.971414 736057 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0731 19:13:48.057294 736057 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0731 19:13:48.057363 736057 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0731 19:13:48.084558 736057 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0731 19:13:48.084667 736057 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0731 19:13:48.111372 736057 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0731 19:13:48.111448 736057 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0731 19:13:48.132023 736057 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0731 19:13:48.132100 736057 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)
I0731 19:13:48.198586 736057 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
I0731 19:13:48.202277 736057 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0731 19:13:48.202351 736057 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0731 19:13:48.236734 736057 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0731 19:13:48.236808 736057 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0731 19:13:48.258632 736057 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0731 19:13:48.258702 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0731 19:13:48.262414 736057 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0731 19:13:48.262484 736057 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0731 19:13:48.315650 736057 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0731 19:13:48.315721 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0731 19:13:48.371769 736057 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0731 19:13:48.371842 736057 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0731 19:13:48.375886 736057 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
I0731 19:13:48.379134 736057 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0731 19:13:48.379204 736057 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0731 19:13:48.419252 736057 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
I0731 19:13:48.470443 736057 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0731 19:13:48.470522 736057 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0731 19:13:48.481206 736057 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0731 19:13:48.481270 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0731 19:13:48.555376 736057 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0731 19:13:48.555450 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0731 19:13:48.567051 736057 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
I0731 19:13:48.676055 736057 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0731 19:13:48.676134 736057 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0731 19:13:48.791100 736057 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0731 19:13:48.791177 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0731 19:13:48.958665 736057 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0731 19:13:48.958736 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0731 19:13:49.130135 736057 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0731 19:13:49.130205 736057 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0731 19:13:49.274241 736057 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
I0731 19:13:52.035243 736057 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.69192749s)
I0731 19:13:52.035335 736057 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (4.68911763s)
I0731 19:13:52.036236 736057 node_ready.go:35] waiting up to 6m0s for node "addons-072424" to be "Ready" ...
I0731 19:13:52.036494 736057 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 -": (4.690006716s)
I0731 19:13:52.036543 736057 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0731 19:13:52.037490 736057 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.572350988s)
I0731 19:13:52.037651 736057 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: (4.555013456s)
I0731 19:13:52.037705 736057 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.508279559s)
I0731 19:13:52.037722 736057 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.404471798s)
I0731 19:13:52.623155 736057 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-072424" context rescaled to 1 replicas
I0731 19:13:53.444430 736057 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: (5.780201499s)
I0731 19:13:53.444490 736057 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: (5.540999462s)
I0731 19:13:53.444548 736057 addons.go:475] Verifying addon metrics-server=true in "addons-072424"
I0731 19:13:53.444580 736057 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: (5.245897127s)
I0731 19:13:53.444588 736057 addons.go:475] Verifying addon registry=true in "addons-072424"
I0731 19:13:53.444715 736057 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: (5.782415936s)
I0731 19:13:53.444731 736057 addons.go:475] Verifying addon ingress=true in "addons-072424"
I0731 19:13:53.444652 736057 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: (5.068695602s)
I0731 19:13:53.447703 736057 out.go:177] * Verifying registry addon...
I0731 19:13:53.449442 736057 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-072424 service yakd-dashboard -n yakd-dashboard
I0731 19:13:53.449520 736057 out.go:177] * Verifying ingress addon...
I0731 19:13:53.452035 736057 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0731 19:13:53.454950 736057 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0731 19:13:53.485052 736057 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0731 19:13:53.485141 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:53.487191 736057 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0731 19:13:53.487262 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:53.772208 736057 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: (5.352855688s)
W0731 19:13:53.772249 736057 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
I0731 19:13:53.772276 736057 retry.go:31] will retry after 365.879556ms: 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
I0731 19:13:53.772439 736057 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: (5.205313045s)
I0731 19:13:53.985897 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:54.002208 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:54.048776 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:13:54.139396 736057 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
I0731 19:13:54.515056 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:54.579303 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:54.678512 736057 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: (5.404163071s)
I0731 19:13:54.678597 736057 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-072424"
I0731 19:13:54.683161 736057 out.go:177] * Verifying csi-hostpath-driver addon...
I0731 19:13:54.686698 736057 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0731 19:13:54.707243 736057 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0731 19:13:54.707318 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:13:54.957647 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:54.960270 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:55.195274 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:13:55.460082 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:55.461497 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:55.692273 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:13:55.956133 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:55.960241 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:56.192350 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:13:56.456470 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:56.459556 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:56.540032 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:13:56.694487 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:13:56.773392 736057 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0731 19:13:56.773555 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:56.795999 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:56.908604 736057 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0731 19:13:56.938469 736057 addons.go:234] Setting addon gcp-auth=true in "addons-072424"
I0731 19:13:56.938526 736057 host.go:66] Checking if "addons-072424" exists ...
I0731 19:13:56.938969 736057 cli_runner.go:164] Run: docker container inspect addons-072424 --format={{.State.Status}}
I0731 19:13:56.961899 736057 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0731 19:13:56.961959 736057 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-072424
I0731 19:13:56.963544 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:56.966606 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:56.986454 736057 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19356-729653/.minikube/machines/addons-072424/id_rsa Username:docker}
I0731 19:13:57.192127 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:13:57.384490 736057 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.24504003s)
I0731 19:13:57.387360 736057 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0731 19:13:57.389725 736057 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0731 19:13:57.392204 736057 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0731 19:13:57.392237 736057 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0731 19:13:57.442188 736057 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0731 19:13:57.442212 736057 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0731 19:13:57.458514 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:57.462899 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:57.467956 736057 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0731 19:13:57.467980 736057 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0731 19:13:57.486722 736057 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
I0731 19:13:57.702449 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:13:57.957559 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:57.963125 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:58.159668 736057 addons.go:475] Verifying addon gcp-auth=true in "addons-072424"
I0731 19:13:58.162443 736057 out.go:177] * Verifying gcp-auth addon...
I0731 19:13:58.165935 736057 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0731 19:13:58.179358 736057 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0731 19:13:58.179385 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:13:58.191847 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:13:58.455879 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:58.459358 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:58.669409 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:13:58.694569 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:13:58.958040 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:58.963174 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:59.040731 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:13:59.170338 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:13:59.194012 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:13:59.458968 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:59.461403 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:13:59.685243 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:13:59.693064 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:13:59.955960 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:13:59.959311 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:00.171326 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:00.215729 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:00.456715 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:00.463291 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:00.671510 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:00.691875 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:00.958338 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:00.960696 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:01.169978 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:01.191576 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:01.456241 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:01.459848 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:01.540063 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:01.671436 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:01.691611 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:01.956965 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:01.959399 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:02.169581 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:02.191972 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:02.456162 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:02.458834 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:02.669942 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:02.692024 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:02.956724 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:02.959948 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:03.169975 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:03.191330 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:03.456402 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:03.459219 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:03.669257 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:03.690745 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:03.955979 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:03.959165 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:04.039640 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:04.169330 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:04.191904 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:04.456174 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:04.458965 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:04.669742 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:04.692214 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:04.957131 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:04.959984 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:05.170332 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:05.193042 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:05.456610 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:05.459992 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:05.670192 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:05.691189 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:05.956067 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:05.960502 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:06.040047 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:06.170073 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:06.191424 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:06.456205 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:06.459384 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:06.669789 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:06.691118 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:06.956943 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:06.962496 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:07.169374 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:07.195079 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:07.456363 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:07.459136 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:07.676477 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:07.701432 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:07.956498 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:07.958795 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:08.040463 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:08.175404 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:08.191164 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:08.457915 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:08.460101 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:08.669740 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:08.691654 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:08.956327 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:08.959687 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:09.169746 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:09.191300 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:09.456258 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:09.459517 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:09.669821 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:09.691533 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:09.956341 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:09.959950 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:10.170424 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:10.192455 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:10.456270 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:10.458744 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:10.539967 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:10.669442 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:10.691633 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:10.956145 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:10.959785 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:11.170343 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:11.191190 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:11.456267 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:11.459779 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:11.669766 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:11.691150 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:11.957158 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:11.959371 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:12.170177 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:12.192511 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:12.456197 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:12.458996 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:12.540748 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:12.669566 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:12.691111 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:12.956630 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:12.958515 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:13.170356 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:13.191457 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:13.455634 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:13.458771 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:13.670410 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:13.691012 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:13.956120 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:13.959608 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:14.169754 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:14.191478 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:14.455819 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:14.459762 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:14.669834 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:14.693340 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:14.961996 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:14.965352 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:15.044860 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:15.169503 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:15.191812 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:15.458678 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:15.461654 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:15.674873 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:15.696322 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:15.956558 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:15.959425 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:16.169995 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:16.190922 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:16.456253 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:16.459438 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:16.678260 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:16.705999 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:16.956185 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:16.959085 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:17.046284 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:17.169247 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:17.191100 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:17.456610 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:17.459246 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:17.669584 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:17.693267 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:17.956573 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:17.959271 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:18.174329 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:18.191393 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:18.456208 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:18.459026 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:18.669985 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:18.691713 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:18.956252 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:18.959606 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:19.169736 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:19.191276 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:19.457173 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:19.459826 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:19.540525 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:19.669441 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:19.690997 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:19.956126 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:19.959655 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:20.169517 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:20.191174 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:20.456486 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:20.459009 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:20.669860 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:20.690882 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:20.956598 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:20.959258 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:21.170197 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:21.191900 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:21.456418 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:21.459627 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:21.669933 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:21.691379 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:21.955817 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:21.959131 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:22.040160 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:22.169381 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:22.191179 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:22.456690 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:22.459659 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:22.669806 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:22.690654 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:22.956655 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:22.959512 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:23.169777 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:23.190643 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:23.456835 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:23.459218 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:23.669433 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:23.691830 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:23.955923 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:23.958695 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:24.169513 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:24.191872 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:24.455734 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:24.459254 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:24.539427 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:24.669691 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:24.690623 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:24.956043 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:24.959347 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:25.169442 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:25.191094 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:25.456027 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:25.459583 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:25.669732 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:25.693122 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:25.956389 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:25.959393 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:26.169565 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:26.192377 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:26.455849 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:26.459234 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:26.669714 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:26.691415 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:26.956480 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:26.959090 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:27.040468 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:27.169056 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:27.191139 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:27.458140 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:27.465030 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:27.669500 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:27.691796 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:27.956210 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:27.958935 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:28.173614 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:28.191070 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:28.457576 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:28.459463 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:28.670230 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:28.691395 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:28.956786 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:28.958605 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:29.169736 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:29.191241 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:29.458820 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:29.460179 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:29.539486 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:29.669828 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:29.691467 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:29.956895 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:29.959383 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:30.170419 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:30.191367 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:30.456615 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:30.459033 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:30.670126 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:30.690846 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:30.957979 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:30.959064 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:31.170017 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:31.191804 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:31.455708 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:31.459246 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:31.669052 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:31.692091 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:31.956798 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:31.959290 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:32.040029 736057 node_ready.go:53] node "addons-072424" has status "Ready":"False"
I0731 19:14:32.170185 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:32.190837 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:32.455739 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:32.459024 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:32.670006 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:32.691545 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:32.956633 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:32.958662 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:33.169635 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:33.191500 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:33.457658 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:33.462713 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:33.562363 736057 node_ready.go:49] node "addons-072424" has status "Ready":"True"
I0731 19:14:33.562391 736057 node_ready.go:38] duration metric: took 41.526077902s for node "addons-072424" to be "Ready" ...
I0731 19:14:33.562401 736057 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" ...
I0731 19:14:33.591003 736057 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-86xc4" in "kube-system" namespace to be "Ready" ...
I0731 19:14:33.674106 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:33.696397 736057 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0731 19:14:33.696423 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:33.960469 736057 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0731 19:14:33.960504 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:33.967435 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:34.169325 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:34.193302 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:34.472669 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:34.474107 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:34.673958 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:34.692930 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:34.956468 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:34.959834 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:35.098361 736057 pod_ready.go:92] pod "coredns-7db6d8ff4d-86xc4" in "kube-system" namespace has status "Ready":"True"
I0731 19:14:35.098390 736057 pod_ready.go:81] duration metric: took 1.50735389s for pod "coredns-7db6d8ff4d-86xc4" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.098411 736057 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-072424" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.103932 736057 pod_ready.go:92] pod "etcd-addons-072424" in "kube-system" namespace has status "Ready":"True"
I0731 19:14:35.103958 736057 pod_ready.go:81] duration metric: took 5.53901ms for pod "etcd-addons-072424" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.103975 736057 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-072424" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.109475 736057 pod_ready.go:92] pod "kube-apiserver-addons-072424" in "kube-system" namespace has status "Ready":"True"
I0731 19:14:35.109557 736057 pod_ready.go:81] duration metric: took 5.571854ms for pod "kube-apiserver-addons-072424" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.109576 736057 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-072424" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.115515 736057 pod_ready.go:92] pod "kube-controller-manager-addons-072424" in "kube-system" namespace has status "Ready":"True"
I0731 19:14:35.115583 736057 pod_ready.go:81] duration metric: took 5.99677ms for pod "kube-controller-manager-addons-072424" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.115605 736057 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-xh9bn" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.140892 736057 pod_ready.go:92] pod "kube-proxy-xh9bn" in "kube-system" namespace has status "Ready":"True"
I0731 19:14:35.140920 736057 pod_ready.go:81] duration metric: took 25.306518ms for pod "kube-proxy-xh9bn" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.140932 736057 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-072424" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.169992 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:35.193205 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:35.458564 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:35.460903 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:35.540121 736057 pod_ready.go:92] pod "kube-scheduler-addons-072424" in "kube-system" namespace has status "Ready":"True"
I0731 19:14:35.540196 736057 pod_ready.go:81] duration metric: took 399.255818ms for pod "kube-scheduler-addons-072424" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.540223 736057 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace to be "Ready" ...
I0731 19:14:35.670018 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:35.692879 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:35.956560 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:35.959787 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:36.170511 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:36.193236 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:36.461923 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:36.463779 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:36.669418 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:36.692364 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:36.956527 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:36.959577 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:37.170482 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:37.193671 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:37.458220 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:37.460566 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:37.546687 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:14:37.670499 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:37.692424 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:37.957590 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:37.960019 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:38.171488 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:38.193301 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:38.457685 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:38.461028 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:38.670217 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:38.694106 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:38.964057 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:38.967988 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:39.169652 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:39.193020 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:39.456624 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:39.459273 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:39.670717 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:39.696553 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:39.957997 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:39.965328 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:40.048483 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:14:40.171511 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:40.201877 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:40.457567 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:40.460785 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:40.669885 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:40.695811 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:40.956779 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:40.959409 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:41.169744 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:41.192653 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:41.457687 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:41.460484 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:41.669236 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:41.692162 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:41.957931 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:41.960647 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:42.051588 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:14:42.171821 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:42.195579 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:42.472457 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:42.477149 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:42.669661 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:42.692577 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:42.957755 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:42.962046 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:43.170046 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:43.193130 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:43.459843 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:43.463317 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:43.669486 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:43.695440 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:43.957765 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:43.962911 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:44.171668 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:44.194003 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:44.468042 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:44.470021 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:44.548899 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:14:44.670701 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:44.693926 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:44.964613 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:44.975050 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:45.202704 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:45.262881 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:45.459993 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:45.463990 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:45.670677 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:45.701504 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:45.963087 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:45.966000 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:46.183089 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:46.194647 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:46.457827 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:46.466581 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:46.573137 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:14:46.671609 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:46.698574 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:46.961354 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:46.966227 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:47.169600 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:47.210312 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:47.464505 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:47.465816 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:47.669737 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:47.693674 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:47.958064 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:47.961872 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:48.170226 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:48.194282 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:48.461025 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:48.463736 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:48.670364 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:48.693801 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:48.957501 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:48.961451 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:49.047570 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:14:49.170416 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:49.198658 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:49.490637 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:49.492741 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:49.670273 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:49.692969 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:49.959471 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:49.965672 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:50.170598 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:50.195070 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:50.459064 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:50.463788 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:50.674950 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:50.693996 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:50.957845 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:50.961846 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:51.048324 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:14:51.172344 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:51.198550 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:51.457261 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:51.460008 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:51.669522 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:51.693082 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:51.957548 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:51.961044 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:52.169677 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:52.192948 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:52.483661 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:52.484815 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:52.673637 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:52.716703 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:52.958313 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:52.969264 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:53.049626 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:14:53.170226 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:53.194296 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:53.458939 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:53.463069 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:53.674059 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:53.727716 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:53.957572 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:53.960858 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:54.170409 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:54.192156 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:54.456805 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:54.459295 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:54.669435 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:54.693552 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:54.958235 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:54.960708 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:55.169785 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:55.192881 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:55.458676 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:55.462209 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:55.548226 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:14:55.670019 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:55.693830 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:55.971769 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:55.973619 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:56.170042 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:56.193987 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:56.460797 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:56.463998 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:56.671126 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:56.692932 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:56.958402 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:56.961157 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:57.170315 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:57.192361 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:57.459715 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:57.460434 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:57.548430 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:14:57.669767 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:57.692568 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:57.957152 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:57.959785 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:58.170677 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:58.192575 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:58.456816 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:58.459689 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:58.670194 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:58.694554 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:58.962076 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:58.971717 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:59.170733 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:59.199567 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:59.459939 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:59.469445 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:14:59.558629 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:14:59.670209 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:14:59.694867 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:14:59.962516 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:14:59.966561 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:00.172085 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:00.198463 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:00.459530 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:00.465241 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:00.673263 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:00.694771 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:00.957839 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:00.967518 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:01.170722 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:01.212196 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:01.457505 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:01.461174 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:01.670073 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:01.693409 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:01.958865 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:01.963111 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:02.047854 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:02.171688 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:02.194050 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:02.470913 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:02.474329 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:02.671502 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:02.693734 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:02.962913 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:02.966647 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:03.175135 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:03.193582 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:03.459551 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:03.463663 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:03.669652 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:03.693522 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:03.959294 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:03.963744 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:04.048823 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:04.170859 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:04.197972 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:04.456762 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:04.460055 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:04.671028 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:04.701172 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:04.956867 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:04.960560 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:05.170097 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:05.193100 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:05.456883 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:05.460004 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:05.672400 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:05.694347 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:05.958956 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:05.961387 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:06.170495 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:06.193299 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:06.457230 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:06.460140 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:06.546371 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:06.669306 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:06.692482 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:06.960577 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:06.964854 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:07.171528 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:07.194762 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:07.463583 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:07.469238 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:07.670337 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:07.693581 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:07.961355 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:07.965888 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:08.170369 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:08.193065 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:08.459300 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:08.461249 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:08.670093 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:08.692813 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:08.956681 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:08.959368 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:09.047139 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:09.170127 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:09.191967 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:09.465725 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:09.469744 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:09.671208 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:09.694091 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:09.959723 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:09.972622 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:10.170357 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:10.195765 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:10.457603 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:10.460999 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:10.681285 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:10.693998 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:10.974464 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:10.977995 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:11.049295 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:11.170951 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:11.193233 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:11.466288 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:11.466755 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:11.670556 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:11.694456 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:11.958387 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:11.965875 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:12.170599 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:12.194628 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:12.472203 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:12.489025 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:12.671328 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:12.694574 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:12.958038 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:12.960667 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:13.050102 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:13.169353 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:13.203669 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:13.457632 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0731 19:15:13.461335 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:13.669634 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:13.693467 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:13.963003 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:13.967112 736057 kapi.go:107] duration metric: took 1m20.515073664s to wait for kubernetes.io/minikube-addons=registry ...
I0731 19:15:14.172032 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:14.204731 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:14.459931 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:14.671124 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:14.693919 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:14.961070 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:15.175525 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:15.206309 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:15.460163 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:15.549354 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:15.670543 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:15.694542 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:15.960763 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:16.172023 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:16.193140 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:16.464827 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:16.670728 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:16.696992 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:16.960597 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:17.170565 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:17.194322 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:17.459724 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:17.670558 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:17.693266 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:17.959659 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:18.047688 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:18.174631 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:18.201578 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:18.460510 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:18.669990 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:18.695584 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:18.960221 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:19.169697 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:19.192214 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:19.459450 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:19.670227 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:19.692473 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:19.959943 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:20.048183 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:20.170530 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:20.192549 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:20.459673 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:20.669949 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:20.696325 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:20.959404 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:21.169704 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:21.191952 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:21.460428 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:21.675291 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:21.694303 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:21.960247 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:22.169607 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:22.195131 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:22.465538 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:22.550381 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:22.670299 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:22.699620 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:22.961177 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:23.170350 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:23.193589 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:23.468869 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:23.669990 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:23.695158 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:23.961158 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:24.184652 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:24.207341 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:24.460492 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:24.669998 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:24.703409 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:24.960018 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:25.058779 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:25.170930 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:25.192966 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:25.459254 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:25.680362 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:25.705194 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:25.959968 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:26.170149 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:26.192534 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:26.459488 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:26.669685 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:26.691774 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:26.959911 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:27.169516 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:27.193678 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:27.467362 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:27.551383 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:27.672246 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:27.695371 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:27.960346 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:28.170862 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:28.194607 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:28.460454 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:28.671692 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:28.700307 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:28.959559 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:29.169850 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:29.193493 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:29.460937 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:29.680900 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:29.710216 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:29.960550 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:30.091050 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:30.172387 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0731 19:15:30.199829 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:30.460132 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:30.683029 736057 kapi.go:107] duration metric: took 1m32.517089527s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0731 19:15:30.687571 736057 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-072424 cluster.
I0731 19:15:30.690470 736057 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.
I0731 19:15:30.693917 736057 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0731 19:15:30.699429 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:30.960108 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:31.193547 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:31.459871 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:31.693466 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:31.959858 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:32.194023 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:32.459688 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:32.546913 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:32.692560 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:32.960025 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:33.192668 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:33.460723 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:33.693967 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:33.959957 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:34.194210 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:34.460024 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:34.548785 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:34.693067 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:34.971383 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:35.193290 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:35.459934 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:35.707092 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:35.960366 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:36.195795 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:36.460478 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:36.551758 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:36.696804 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:36.959685 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:37.192989 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:37.459447 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:37.693307 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:37.959224 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:38.192863 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:38.459998 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:38.693706 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:38.961589 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:39.052096 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:39.193123 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:39.459751 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:39.693135 736057 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0731 19:15:39.960132 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:40.193849 736057 kapi.go:107] duration metric: took 1m45.507145623s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0731 19:15:40.459309 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:40.962134 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:41.460951 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:41.555127 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:41.960337 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:42.470473 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:42.963035 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:43.460684 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:43.960529 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:44.052739 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:44.460201 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:44.959972 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:45.460080 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:45.959586 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:46.470958 736057 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0731 19:15:46.548394 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:46.960261 736057 kapi.go:107] duration metric: took 1m53.505300565s to wait for app.kubernetes.io/name=ingress-nginx ...
I0731 19:15:46.963196 736057 out.go:177] * Enabled addons: storage-provisioner, nvidia-device-plugin, cloud-spanner, ingress-dns, default-storageclass, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I0731 19:15:46.965837 736057 addons.go:510] duration metric: took 2m0.336437046s for enable addons: enabled=[storage-provisioner nvidia-device-plugin cloud-spanner ingress-dns default-storageclass metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I0731 19:15:48.549309 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:51.046688 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:53.547481 736057 pod_ready.go:102] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"False"
I0731 19:15:54.547335 736057 pod_ready.go:92] pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace has status "Ready":"True"
I0731 19:15:54.547360 736057 pod_ready.go:81] duration metric: took 1m19.007116684s for pod "metrics-server-c59844bb4-h2mxw" in "kube-system" namespace to be "Ready" ...
I0731 19:15:54.547373 736057 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-8zw8r" in "kube-system" namespace to be "Ready" ...
I0731 19:15:54.553627 736057 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-8zw8r" in "kube-system" namespace has status "Ready":"True"
I0731 19:15:54.553652 736057 pod_ready.go:81] duration metric: took 6.271564ms for pod "nvidia-device-plugin-daemonset-8zw8r" in "kube-system" namespace to be "Ready" ...
I0731 19:15:54.553676 736057 pod_ready.go:38] duration metric: took 1m20.991261982s 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" ...
I0731 19:15:54.553695 736057 api_server.go:52] waiting for apiserver process to appear ...
I0731 19:15:54.554345 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0731 19:15:54.554418 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0731 19:15:54.607486 736057 cri.go:89] found id: "b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458"
I0731 19:15:54.607516 736057 cri.go:89] found id: ""
I0731 19:15:54.607525 736057 logs.go:276] 1 containers: [b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458]
I0731 19:15:54.607597 736057 ssh_runner.go:195] Run: which crictl
I0731 19:15:54.611418 736057 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0731 19:15:54.611510 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0731 19:15:54.658747 736057 cri.go:89] found id: "4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3"
I0731 19:15:54.658771 736057 cri.go:89] found id: ""
I0731 19:15:54.658779 736057 logs.go:276] 1 containers: [4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3]
I0731 19:15:54.658835 736057 ssh_runner.go:195] Run: which crictl
I0731 19:15:54.662843 736057 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0731 19:15:54.662987 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0731 19:15:54.701809 736057 cri.go:89] found id: "14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3"
I0731 19:15:54.701831 736057 cri.go:89] found id: ""
I0731 19:15:54.701839 736057 logs.go:276] 1 containers: [14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3]
I0731 19:15:54.701892 736057 ssh_runner.go:195] Run: which crictl
I0731 19:15:54.705363 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0731 19:15:54.705434 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0731 19:15:54.753462 736057 cri.go:89] found id: "6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968"
I0731 19:15:54.753487 736057 cri.go:89] found id: ""
I0731 19:15:54.753495 736057 logs.go:276] 1 containers: [6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968]
I0731 19:15:54.753554 736057 ssh_runner.go:195] Run: which crictl
I0731 19:15:54.757111 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0731 19:15:54.757195 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0731 19:15:54.795449 736057 cri.go:89] found id: "047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098"
I0731 19:15:54.795471 736057 cri.go:89] found id: ""
I0731 19:15:54.795478 736057 logs.go:276] 1 containers: [047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098]
I0731 19:15:54.795532 736057 ssh_runner.go:195] Run: which crictl
I0731 19:15:54.799250 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0731 19:15:54.799321 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0731 19:15:54.841692 736057 cri.go:89] found id: "f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a"
I0731 19:15:54.841715 736057 cri.go:89] found id: ""
I0731 19:15:54.841723 736057 logs.go:276] 1 containers: [f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a]
I0731 19:15:54.841782 736057 ssh_runner.go:195] Run: which crictl
I0731 19:15:54.845444 736057 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0731 19:15:54.845518 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0731 19:15:54.888820 736057 cri.go:89] found id: "f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d"
I0731 19:15:54.888889 736057 cri.go:89] found id: ""
I0731 19:15:54.888911 736057 logs.go:276] 1 containers: [f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d]
I0731 19:15:54.888994 736057 ssh_runner.go:195] Run: which crictl
I0731 19:15:54.893471 736057 logs.go:123] Gathering logs for CRI-O ...
I0731 19:15:54.893500 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0731 19:15:54.986174 736057 logs.go:123] Gathering logs for describe nodes ...
I0731 19:15:54.986211 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0731 19:15:55.181990 736057 logs.go:123] Gathering logs for kube-apiserver [b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458] ...
I0731 19:15:55.182023 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458"
I0731 19:15:55.278278 736057 logs.go:123] Gathering logs for coredns [14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3] ...
I0731 19:15:55.278316 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3"
I0731 19:15:55.322393 736057 logs.go:123] Gathering logs for kube-scheduler [6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968] ...
I0731 19:15:55.322423 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968"
I0731 19:15:55.368924 736057 logs.go:123] Gathering logs for kube-proxy [047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098] ...
I0731 19:15:55.368959 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098"
I0731 19:15:55.407578 736057 logs.go:123] Gathering logs for kube-controller-manager [f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a] ...
I0731 19:15:55.407605 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a"
I0731 19:15:55.482877 736057 logs.go:123] Gathering logs for kindnet [f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d] ...
I0731 19:15:55.482910 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d"
I0731 19:15:55.550149 736057 logs.go:123] Gathering logs for container status ...
I0731 19:15:55.550190 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0731 19:15:55.605043 736057 logs.go:123] Gathering logs for kubelet ...
I0731 19:15:55.605074 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0731 19:15:55.654181 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.532827 1552 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-072424" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.654427 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.532892 1552 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-072424" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.654598 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.532951 1552 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-072424" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.654785 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.532970 1552 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-072424" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.654972 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.533016 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.655179 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.533036 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.655365 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.533070 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.655574 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.533083 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.655913 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534513 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.656116 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534541 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.656308 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534595 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.656518 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534606 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
I0731 19:15:55.693365 736057 logs.go:123] Gathering logs for dmesg ...
I0731 19:15:55.693398 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0731 19:15:55.714609 736057 logs.go:123] Gathering logs for etcd [4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3] ...
I0731 19:15:55.714640 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3"
I0731 19:15:55.762591 736057 out.go:304] Setting ErrFile to fd 2...
I0731 19:15:55.762622 736057 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0731 19:15:55.762682 736057 out.go:239] X Problems detected in kubelet:
W0731 19:15:55.762695 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.533083 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.762704 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534513 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.762715 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534541 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.762723 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534595 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
W0731 19:15:55.762733 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534606 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
I0731 19:15:55.762739 736057 out.go:304] Setting ErrFile to fd 2...
I0731 19:15:55.762745 736057 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0731 19:16:05.764003 736057 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0731 19:16:05.777988 736057 api_server.go:72] duration metric: took 2m19.1490128s to wait for apiserver process to appear ...
I0731 19:16:05.778012 736057 api_server.go:88] waiting for apiserver healthz status ...
I0731 19:16:05.778045 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0731 19:16:05.778101 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0731 19:16:05.821274 736057 cri.go:89] found id: "b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458"
I0731 19:16:05.821296 736057 cri.go:89] found id: ""
I0731 19:16:05.821311 736057 logs.go:276] 1 containers: [b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458]
I0731 19:16:05.821365 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:05.824860 736057 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0731 19:16:05.824941 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0731 19:16:05.864607 736057 cri.go:89] found id: "4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3"
I0731 19:16:05.864629 736057 cri.go:89] found id: ""
I0731 19:16:05.864637 736057 logs.go:276] 1 containers: [4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3]
I0731 19:16:05.864736 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:05.868455 736057 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0731 19:16:05.868526 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0731 19:16:05.914367 736057 cri.go:89] found id: "14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3"
I0731 19:16:05.914390 736057 cri.go:89] found id: ""
I0731 19:16:05.914400 736057 logs.go:276] 1 containers: [14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3]
I0731 19:16:05.914457 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:05.918387 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0731 19:16:05.918467 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0731 19:16:05.973291 736057 cri.go:89] found id: "6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968"
I0731 19:16:05.973315 736057 cri.go:89] found id: ""
I0731 19:16:05.973324 736057 logs.go:276] 1 containers: [6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968]
I0731 19:16:05.973381 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:05.976912 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0731 19:16:05.977046 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0731 19:16:06.026676 736057 cri.go:89] found id: "047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098"
I0731 19:16:06.026700 736057 cri.go:89] found id: ""
I0731 19:16:06.026709 736057 logs.go:276] 1 containers: [047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098]
I0731 19:16:06.026773 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:06.030819 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0731 19:16:06.030910 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0731 19:16:06.073402 736057 cri.go:89] found id: "f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a"
I0731 19:16:06.073433 736057 cri.go:89] found id: ""
I0731 19:16:06.073441 736057 logs.go:276] 1 containers: [f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a]
I0731 19:16:06.073501 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:06.077339 736057 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0731 19:16:06.077418 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0731 19:16:06.122422 736057 cri.go:89] found id: "f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d"
I0731 19:16:06.122441 736057 cri.go:89] found id: ""
I0731 19:16:06.122449 736057 logs.go:276] 1 containers: [f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d]
I0731 19:16:06.122508 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:06.126689 736057 logs.go:123] Gathering logs for CRI-O ...
I0731 19:16:06.126720 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0731 19:16:06.233138 736057 logs.go:123] Gathering logs for container status ...
I0731 19:16:06.233486 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0731 19:16:06.296648 736057 logs.go:123] Gathering logs for dmesg ...
I0731 19:16:06.296680 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0731 19:16:06.319188 736057 logs.go:123] Gathering logs for kube-apiserver [b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458] ...
I0731 19:16:06.319222 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458"
I0731 19:16:06.385994 736057 logs.go:123] Gathering logs for coredns [14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3] ...
I0731 19:16:06.386031 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3"
I0731 19:16:06.434007 736057 logs.go:123] Gathering logs for kube-scheduler [6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968] ...
I0731 19:16:06.434038 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968"
I0731 19:16:06.482803 736057 logs.go:123] Gathering logs for kube-controller-manager [f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a] ...
I0731 19:16:06.482832 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a"
I0731 19:16:06.550557 736057 logs.go:123] Gathering logs for kubelet ...
I0731 19:16:06.550593 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0731 19:16:06.601514 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.532827 1552 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-072424" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.601764 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.532892 1552 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-072424" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.601939 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.532951 1552 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-072424" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.602161 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.532970 1552 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-072424" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.602351 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.533016 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.602563 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.533036 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.602752 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.533070 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.602963 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.533083 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.603304 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534513 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.603511 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534541 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.603696 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534595 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.603902 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534606 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
I0731 19:16:06.641225 736057 logs.go:123] Gathering logs for describe nodes ...
I0731 19:16:06.641252 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0731 19:16:06.774336 736057 logs.go:123] Gathering logs for etcd [4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3] ...
I0731 19:16:06.774370 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3"
I0731 19:16:06.825083 736057 logs.go:123] Gathering logs for kube-proxy [047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098] ...
I0731 19:16:06.825123 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098"
I0731 19:16:06.871079 736057 logs.go:123] Gathering logs for kindnet [f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d] ...
I0731 19:16:06.871109 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d"
I0731 19:16:06.935756 736057 out.go:304] Setting ErrFile to fd 2...
I0731 19:16:06.935792 736057 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0731 19:16:06.935861 736057 out.go:239] X Problems detected in kubelet:
W0731 19:16:06.935876 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.533083 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.935891 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534513 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.935899 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534541 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.935911 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534595 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
W0731 19:16:06.935917 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534606 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
I0731 19:16:06.935927 736057 out.go:304] Setting ErrFile to fd 2...
I0731 19:16:06.935938 736057 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0731 19:16:16.936720 736057 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0731 19:16:16.945426 736057 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0731 19:16:16.946684 736057 api_server.go:141] control plane version: v1.30.3
I0731 19:16:16.946708 736057 api_server.go:131] duration metric: took 11.168689634s to wait for apiserver health ...
I0731 19:16:16.946718 736057 system_pods.go:43] waiting for kube-system pods to appear ...
I0731 19:16:16.946739 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0731 19:16:16.946801 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0731 19:16:16.987782 736057 cri.go:89] found id: "b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458"
I0731 19:16:16.987804 736057 cri.go:89] found id: ""
I0731 19:16:16.987819 736057 logs.go:276] 1 containers: [b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458]
I0731 19:16:16.987879 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:16.991676 736057 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0731 19:16:16.991751 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0731 19:16:17.036625 736057 cri.go:89] found id: "4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3"
I0731 19:16:17.036648 736057 cri.go:89] found id: ""
I0731 19:16:17.036656 736057 logs.go:276] 1 containers: [4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3]
I0731 19:16:17.036713 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:17.041275 736057 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0731 19:16:17.041348 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0731 19:16:17.084720 736057 cri.go:89] found id: "14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3"
I0731 19:16:17.084743 736057 cri.go:89] found id: ""
I0731 19:16:17.084751 736057 logs.go:276] 1 containers: [14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3]
I0731 19:16:17.084807 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:17.088584 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0731 19:16:17.088655 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0731 19:16:17.129615 736057 cri.go:89] found id: "6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968"
I0731 19:16:17.129636 736057 cri.go:89] found id: ""
I0731 19:16:17.129644 736057 logs.go:276] 1 containers: [6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968]
I0731 19:16:17.129729 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:17.133453 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0731 19:16:17.133529 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0731 19:16:17.176673 736057 cri.go:89] found id: "047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098"
I0731 19:16:17.176696 736057 cri.go:89] found id: ""
I0731 19:16:17.176704 736057 logs.go:276] 1 containers: [047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098]
I0731 19:16:17.176760 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:17.180757 736057 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0731 19:16:17.180874 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0731 19:16:17.220309 736057 cri.go:89] found id: "f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a"
I0731 19:16:17.220377 736057 cri.go:89] found id: ""
I0731 19:16:17.220403 736057 logs.go:276] 1 containers: [f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a]
I0731 19:16:17.220493 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:17.224072 736057 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0731 19:16:17.224218 736057 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0731 19:16:17.265388 736057 cri.go:89] found id: "f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d"
I0731 19:16:17.265461 736057 cri.go:89] found id: ""
I0731 19:16:17.265482 736057 logs.go:276] 1 containers: [f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d]
I0731 19:16:17.265565 736057 ssh_runner.go:195] Run: which crictl
I0731 19:16:17.271025 736057 logs.go:123] Gathering logs for dmesg ...
I0731 19:16:17.271097 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0731 19:16:17.291370 736057 logs.go:123] Gathering logs for etcd [4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3] ...
I0731 19:16:17.291450 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3"
I0731 19:16:17.342177 736057 logs.go:123] Gathering logs for kube-scheduler [6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968] ...
I0731 19:16:17.342211 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968"
I0731 19:16:17.392727 736057 logs.go:123] Gathering logs for kube-proxy [047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098] ...
I0731 19:16:17.392758 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098"
I0731 19:16:17.432760 736057 logs.go:123] Gathering logs for kube-controller-manager [f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a] ...
I0731 19:16:17.432787 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a"
I0731 19:16:17.531541 736057 logs.go:123] Gathering logs for kindnet [f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d] ...
I0731 19:16:17.531597 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d"
I0731 19:16:17.584825 736057 logs.go:123] Gathering logs for kubelet ...
I0731 19:16:17.584862 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0731 19:16:17.633728 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.532827 1552 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-072424" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:16:17.633955 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.532892 1552 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-072424" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:16:17.634128 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.532951 1552 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-072424" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:16:17.634321 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.532970 1552 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-072424" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-072424' and this object
W0731 19:16:17.634512 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.533016 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:16:17.634726 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.533036 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:16:17.634917 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.533070 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:16:17.635130 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.533083 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:16:17.635474 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534513 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:16:17.635682 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534541 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:16:17.635869 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534595 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
W0731 19:16:17.636082 736057 logs.go:138] Found kubelet problem: Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534606 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
I0731 19:16:17.676044 736057 logs.go:123] Gathering logs for describe nodes ...
I0731 19:16:17.676080 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0731 19:16:17.817986 736057 logs.go:123] Gathering logs for kube-apiserver [b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458] ...
I0731 19:16:17.818018 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458"
I0731 19:16:17.895357 736057 logs.go:123] Gathering logs for coredns [14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3] ...
I0731 19:16:17.895398 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3"
I0731 19:16:17.938197 736057 logs.go:123] Gathering logs for CRI-O ...
I0731 19:16:17.938228 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0731 19:16:18.038821 736057 logs.go:123] Gathering logs for container status ...
I0731 19:16:18.038910 736057 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0731 19:16:18.107900 736057 out.go:304] Setting ErrFile to fd 2...
I0731 19:16:18.107930 736057 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0731 19:16:18.107993 736057 out.go:239] X Problems detected in kubelet:
W0731 19:16:18.108004 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.533083 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-072424' and this object
W0731 19:16:18.108020 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534513 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:16:18.108030 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534541 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-072424' and this object
W0731 19:16:18.108042 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: W0731 19:14:33.534595 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
W0731 19:16:18.108048 736057 out.go:239] Jul 31 19:14:33 addons-072424 kubelet[1552]: E0731 19:14:33.534606 1552 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-072424" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-072424' and this object
I0731 19:16:18.108054 736057 out.go:304] Setting ErrFile to fd 2...
I0731 19:16:18.108063 736057 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0731 19:16:28.120738 736057 system_pods.go:59] 18 kube-system pods found
I0731 19:16:28.120774 736057 system_pods.go:61] "coredns-7db6d8ff4d-86xc4" [9f520bb2-83f9-4414-b881-e7181885ea7a] Running
I0731 19:16:28.120782 736057 system_pods.go:61] "csi-hostpath-attacher-0" [e4e6220f-1f02-4d28-8674-dda0e08f2054] Running
I0731 19:16:28.120788 736057 system_pods.go:61] "csi-hostpath-resizer-0" [e99f2514-e703-40de-8fdc-1ae138dc1efb] Running
I0731 19:16:28.120811 736057 system_pods.go:61] "csi-hostpathplugin-fs95g" [81d40716-6918-492c-a320-50968e420daa] Running
I0731 19:16:28.120822 736057 system_pods.go:61] "etcd-addons-072424" [0d6094c9-8fe8-4cbf-8a95-99384e8c9fd2] Running
I0731 19:16:28.120829 736057 system_pods.go:61] "kindnet-lbstm" [dc401039-e529-4450-8c4d-4e6edd2a236c] Running
I0731 19:16:28.120833 736057 system_pods.go:61] "kube-apiserver-addons-072424" [cedd4e3c-be50-4a7b-b534-2f6f747aecd5] Running
I0731 19:16:28.120837 736057 system_pods.go:61] "kube-controller-manager-addons-072424" [3e871e64-709d-4b9f-b5f7-8fe9d685a001] Running
I0731 19:16:28.120841 736057 system_pods.go:61] "kube-ingress-dns-minikube" [3c75ea1f-26ba-4cce-a396-935ba44c5dc1] Running
I0731 19:16:28.120845 736057 system_pods.go:61] "kube-proxy-xh9bn" [e91ef936-88ea-4396-9d4d-f84e409486cc] Running
I0731 19:16:28.120848 736057 system_pods.go:61] "kube-scheduler-addons-072424" [c6528a98-da8b-4c03-b3c1-6b39b1dd1f9c] Running
I0731 19:16:28.120853 736057 system_pods.go:61] "metrics-server-c59844bb4-h2mxw" [69a7f40c-4e5a-4a99-8afb-deea1a001d09] Running
I0731 19:16:28.120861 736057 system_pods.go:61] "nvidia-device-plugin-daemonset-8zw8r" [b4cf9171-4257-428c-a178-7d877780e9cd] Running
I0731 19:16:28.120866 736057 system_pods.go:61] "registry-698f998955-g4782" [1ed0290a-c33b-4d03-b41b-35802b3415d0] Running
I0731 19:16:28.120904 736057 system_pods.go:61] "registry-proxy-lrn27" [eeeb4d6b-01e9-45c5-8765-3e0384db67f2] Running
I0731 19:16:28.120916 736057 system_pods.go:61] "snapshot-controller-745499f584-6sg78" [94de7731-fa92-45a2-8bc6-5dc297184578] Running
I0731 19:16:28.120922 736057 system_pods.go:61] "snapshot-controller-745499f584-n7rtg" [07b71a01-6598-4996-bef8-8ed3bdbbcccc] Running
I0731 19:16:28.120928 736057 system_pods.go:61] "storage-provisioner" [0a080531-9c2a-4480-84db-52f8ed90edf6] Running
I0731 19:16:28.120939 736057 system_pods.go:74] duration metric: took 11.174215064s to wait for pod list to return data ...
I0731 19:16:28.120949 736057 default_sa.go:34] waiting for default service account to be created ...
I0731 19:16:28.124789 736057 default_sa.go:45] found service account: "default"
I0731 19:16:28.124816 736057 default_sa.go:55] duration metric: took 3.855712ms for default service account to be created ...
I0731 19:16:28.124827 736057 system_pods.go:116] waiting for k8s-apps to be running ...
I0731 19:16:28.134468 736057 system_pods.go:86] 18 kube-system pods found
I0731 19:16:28.134511 736057 system_pods.go:89] "coredns-7db6d8ff4d-86xc4" [9f520bb2-83f9-4414-b881-e7181885ea7a] Running
I0731 19:16:28.134518 736057 system_pods.go:89] "csi-hostpath-attacher-0" [e4e6220f-1f02-4d28-8674-dda0e08f2054] Running
I0731 19:16:28.134523 736057 system_pods.go:89] "csi-hostpath-resizer-0" [e99f2514-e703-40de-8fdc-1ae138dc1efb] Running
I0731 19:16:28.134527 736057 system_pods.go:89] "csi-hostpathplugin-fs95g" [81d40716-6918-492c-a320-50968e420daa] Running
I0731 19:16:28.134563 736057 system_pods.go:89] "etcd-addons-072424" [0d6094c9-8fe8-4cbf-8a95-99384e8c9fd2] Running
I0731 19:16:28.134569 736057 system_pods.go:89] "kindnet-lbstm" [dc401039-e529-4450-8c4d-4e6edd2a236c] Running
I0731 19:16:28.134576 736057 system_pods.go:89] "kube-apiserver-addons-072424" [cedd4e3c-be50-4a7b-b534-2f6f747aecd5] Running
I0731 19:16:28.134581 736057 system_pods.go:89] "kube-controller-manager-addons-072424" [3e871e64-709d-4b9f-b5f7-8fe9d685a001] Running
I0731 19:16:28.134589 736057 system_pods.go:89] "kube-ingress-dns-minikube" [3c75ea1f-26ba-4cce-a396-935ba44c5dc1] Running
I0731 19:16:28.134596 736057 system_pods.go:89] "kube-proxy-xh9bn" [e91ef936-88ea-4396-9d4d-f84e409486cc] Running
I0731 19:16:28.134603 736057 system_pods.go:89] "kube-scheduler-addons-072424" [c6528a98-da8b-4c03-b3c1-6b39b1dd1f9c] Running
I0731 19:16:28.134607 736057 system_pods.go:89] "metrics-server-c59844bb4-h2mxw" [69a7f40c-4e5a-4a99-8afb-deea1a001d09] Running
I0731 19:16:28.134612 736057 system_pods.go:89] "nvidia-device-plugin-daemonset-8zw8r" [b4cf9171-4257-428c-a178-7d877780e9cd] Running
I0731 19:16:28.134625 736057 system_pods.go:89] "registry-698f998955-g4782" [1ed0290a-c33b-4d03-b41b-35802b3415d0] Running
I0731 19:16:28.134665 736057 system_pods.go:89] "registry-proxy-lrn27" [eeeb4d6b-01e9-45c5-8765-3e0384db67f2] Running
I0731 19:16:28.134675 736057 system_pods.go:89] "snapshot-controller-745499f584-6sg78" [94de7731-fa92-45a2-8bc6-5dc297184578] Running
I0731 19:16:28.134679 736057 system_pods.go:89] "snapshot-controller-745499f584-n7rtg" [07b71a01-6598-4996-bef8-8ed3bdbbcccc] Running
I0731 19:16:28.134683 736057 system_pods.go:89] "storage-provisioner" [0a080531-9c2a-4480-84db-52f8ed90edf6] Running
I0731 19:16:28.134691 736057 system_pods.go:126] duration metric: took 9.858082ms to wait for k8s-apps to be running ...
I0731 19:16:28.134703 736057 system_svc.go:44] waiting for kubelet service to be running ....
I0731 19:16:28.134763 736057 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0731 19:16:28.146867 736057 system_svc.go:56] duration metric: took 12.154323ms WaitForService to wait for kubelet
I0731 19:16:28.146897 736057 kubeadm.go:582] duration metric: took 2m41.517927757s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0731 19:16:28.146920 736057 node_conditions.go:102] verifying NodePressure condition ...
I0731 19:16:28.151196 736057 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0731 19:16:28.151231 736057 node_conditions.go:123] node cpu capacity is 2
I0731 19:16:28.151243 736057 node_conditions.go:105] duration metric: took 4.317289ms to run NodePressure ...
I0731 19:16:28.151257 736057 start.go:241] waiting for startup goroutines ...
I0731 19:16:28.151266 736057 start.go:246] waiting for cluster config update ...
I0731 19:16:28.151290 736057 start.go:255] writing updated cluster config ...
I0731 19:16:28.151673 736057 ssh_runner.go:195] Run: rm -f paused
I0731 19:16:28.479561 736057 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
I0731 19:16:28.482709 736057 out.go:177] * Done! kubectl is now configured to use "addons-072424" cluster and "default" namespace by default
==> CRI-O <==
Jul 31 19:19:56 addons-072424 crio[968]: time="2024-07-31 19:19:56.430551504Z" 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=1186a1cc-621e-4589-b187-63a13a8e4401 name=/runtime.v1.ImageService/ImageStatus
Jul 31 19:19:56 addons-072424 crio[968]: time="2024-07-31 19:19:56.431337160Z" level=info msg="Creating container: default/hello-world-app-6778b5fc9f-zxzr2/hello-world-app" id=563bca8a-75da-45fa-94e3-92ff36e7829c name=/runtime.v1.RuntimeService/CreateContainer
Jul 31 19:19:56 addons-072424 crio[968]: time="2024-07-31 19:19:56.431431976Z" level=warning msg="Allowed annotations are specified for workload []"
Jul 31 19:19:56 addons-072424 crio[968]: time="2024-07-31 19:19:56.454227465Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/839c1560941152986f847d984177e4d80f4a36a9443df866529510be38cb78e5/merged/etc/passwd: no such file or directory"
Jul 31 19:19:56 addons-072424 crio[968]: time="2024-07-31 19:19:56.454275587Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/839c1560941152986f847d984177e4d80f4a36a9443df866529510be38cb78e5/merged/etc/group: no such file or directory"
Jul 31 19:19:56 addons-072424 crio[968]: time="2024-07-31 19:19:56.496109514Z" level=info msg="Created container dabfdd1c56bdfba573c8e944ff34015c0539d3be85447b2c1d052fe35436213a: default/hello-world-app-6778b5fc9f-zxzr2/hello-world-app" id=563bca8a-75da-45fa-94e3-92ff36e7829c name=/runtime.v1.RuntimeService/CreateContainer
Jul 31 19:19:56 addons-072424 crio[968]: time="2024-07-31 19:19:56.496967751Z" level=info msg="Starting container: dabfdd1c56bdfba573c8e944ff34015c0539d3be85447b2c1d052fe35436213a" id=82ae93bb-7aff-46c1-bc32-7ddf833d2b2f name=/runtime.v1.RuntimeService/StartContainer
Jul 31 19:19:56 addons-072424 crio[968]: time="2024-07-31 19:19:56.505211311Z" level=info msg="Started container" PID=7540 containerID=dabfdd1c56bdfba573c8e944ff34015c0539d3be85447b2c1d052fe35436213a description=default/hello-world-app-6778b5fc9f-zxzr2/hello-world-app id=82ae93bb-7aff-46c1-bc32-7ddf833d2b2f name=/runtime.v1.RuntimeService/StartContainer sandboxID=7b343676198eb44c819cbe6695f60db05d7dcc69bd1f3e5a6952656d29eb6951
Jul 31 19:19:56 addons-072424 crio[968]: time="2024-07-31 19:19:56.518133772Z" level=info msg="Removing container: 07bbcb377c2dcec1a0c2d5cbc7d99e4cc2bb50caa82d29420014e9b305e9f252" id=cc3ca1d0-551d-4869-89cf-7f0ca612a4c5 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 31 19:19:56 addons-072424 crio[968]: time="2024-07-31 19:19:56.548854190Z" level=info msg="Removed container 07bbcb377c2dcec1a0c2d5cbc7d99e4cc2bb50caa82d29420014e9b305e9f252: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=cc3ca1d0-551d-4869-89cf-7f0ca612a4c5 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 31 19:19:58 addons-072424 crio[968]: time="2024-07-31 19:19:58.254885980Z" level=info msg="Stopping container: dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f (timeout: 2s)" id=30bf908d-5fc9-4631-853f-6b89c22b971c name=/runtime.v1.RuntimeService/StopContainer
Jul 31 19:20:00 addons-072424 crio[968]: time="2024-07-31 19:20:00.261109227Z" level=warning msg="Stopping container dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=30bf908d-5fc9-4631-853f-6b89c22b971c name=/runtime.v1.RuntimeService/StopContainer
Jul 31 19:20:00 addons-072424 conmon[5133]: conmon dab9b12456ddebe9713b <ninfo>: container 5144 exited with status 137
Jul 31 19:20:00 addons-072424 crio[968]: time="2024-07-31 19:20:00.545243726Z" level=info msg="Stopped container dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f: ingress-nginx/ingress-nginx-controller-6d9bd977d4-8gx8b/controller" id=30bf908d-5fc9-4631-853f-6b89c22b971c name=/runtime.v1.RuntimeService/StopContainer
Jul 31 19:20:00 addons-072424 crio[968]: time="2024-07-31 19:20:00.555617823Z" level=info msg="Stopping pod sandbox: dc645693d8ae984754dcc3db3866d91ebde24f1f12cf4ca82d25f9f96825f5ab" id=b2988d3a-5647-42a0-a441-1e86a4b39bcd name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 31 19:20:00 addons-072424 crio[968]: time="2024-07-31 19:20:00.569874570Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-NO6EWOB72A6I7XNA - [0:0]\n:KUBE-HP-QOX74Z72D7ICNOFA - [0:0]\n-X KUBE-HP-QOX74Z72D7ICNOFA\n-X KUBE-HP-NO6EWOB72A6I7XNA\nCOMMIT\n"
Jul 31 19:20:00 addons-072424 crio[968]: time="2024-07-31 19:20:00.577414795Z" level=info msg="Closing host port tcp:80"
Jul 31 19:20:00 addons-072424 crio[968]: time="2024-07-31 19:20:00.577814638Z" level=info msg="Closing host port tcp:443"
Jul 31 19:20:00 addons-072424 crio[968]: time="2024-07-31 19:20:00.588707049Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 31 19:20:00 addons-072424 crio[968]: time="2024-07-31 19:20:00.588754662Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 31 19:20:00 addons-072424 crio[968]: time="2024-07-31 19:20:00.589256476Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-6d9bd977d4-8gx8b Namespace:ingress-nginx ID:dc645693d8ae984754dcc3db3866d91ebde24f1f12cf4ca82d25f9f96825f5ab UID:c1edafef-a7c2-488b-9c3a-ed04cd44610b NetNS:/var/run/netns/8f4e102e-6576-4b6d-beb2-31eaad8e3f90 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 31 19:20:00 addons-072424 crio[968]: time="2024-07-31 19:20:00.589422536Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-6d9bd977d4-8gx8b from CNI network \"kindnet\" (type=ptp)"
Jul 31 19:20:00 addons-072424 crio[968]: time="2024-07-31 19:20:00.649683150Z" level=info msg="Stopped pod sandbox: dc645693d8ae984754dcc3db3866d91ebde24f1f12cf4ca82d25f9f96825f5ab" id=b2988d3a-5647-42a0-a441-1e86a4b39bcd name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 31 19:20:01 addons-072424 crio[968]: time="2024-07-31 19:20:01.533020962Z" level=info msg="Removing container: dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f" id=b9306106-62d5-4499-bf28-1eacd907d212 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 31 19:20:01 addons-072424 crio[968]: time="2024-07-31 19:20:01.551620937Z" level=info msg="Removed container dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f: ingress-nginx/ingress-nginx-controller-6d9bd977d4-8gx8b/controller" id=b9306106-62d5-4499-bf28-1eacd907d212 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
dabfdd1c56bdf docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 9 seconds ago Running hello-world-app 0 7b343676198eb hello-world-app-6778b5fc9f-zxzr2
3da7ccfd69b5f docker.io/library/nginx@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9 2 minutes ago Running nginx 0 f9b607c74b1aa nginx
b9e702cadb1e5 gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 3 minutes ago Running busybox 0 c524377499a41 busybox
61a4232c1535e registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 4 minutes ago Exited patch 0 d54dfe403e23d ingress-nginx-admission-patch-2lxhm
72d32b154037e gcr.io/cloud-spanner-emulator/emulator@sha256:76d8c8cf50cb10809697c83120f51b216b49ea6538c15e083d843172d597774f 4 minutes ago Running cloud-spanner-emulator 0 ffe46093c040d cloud-spanner-emulator-5455fb9b69-jwfx2
cac94e3d00068 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 4 minutes ago Exited create 0 23a2f1843c174 ingress-nginx-admission-create-lz49x
113c2fe7c7941 docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 4 minutes ago Running local-path-provisioner 0 374608ac2aa78 local-path-provisioner-8d985888d-mktz8
b3360036fa0fd docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17 4 minutes ago Running yakd 0 6d465ec28acc7 yakd-dashboard-799879c74f-drh44
30c52aeeb7a4e nvcr.io/nvidia/k8s-device-plugin@sha256:7c7ba34740040fcfe7319f25e46820222e414e67fd1a81923cfa0728e8ec98a8 5 minutes ago Running nvidia-device-plugin-ctr 0 679c490b96798 nvidia-device-plugin-daemonset-8zw8r
9928f8de67523 registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 5 minutes ago Running metrics-server 0 49209acd93709 metrics-server-c59844bb4-h2mxw
c5f8f791a583c ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 1977f5182c1fe storage-provisioner
14f6c28d627d9 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 5 minutes ago Running coredns 0 018163dab19a0 coredns-7db6d8ff4d-86xc4
f6df4149ff81f docker.io/kindest/kindnetd@sha256:14100a3a7aca6cad3de3f26ee342ad937ca7d2844b1983d3baa7bf5f491baa7a 6 minutes ago Running kindnet-cni 0 ad8d53c22c34a kindnet-lbstm
047fa99355b8e 2351f570ed0eac5533e538280d73c6aa5d6b6f6379f5f3fac08f51378621e6be 6 minutes ago Running kube-proxy 0 5a3eb41e5132e kube-proxy-xh9bn
b334a40703d8e 61773190d42ff0792f3bab2658e80b1c07519170955bb350b153b564ef28f4ca 6 minutes ago Running kube-apiserver 0 b8dc4d47f33f3 kube-apiserver-addons-072424
f08aff87b3ac7 8e97cdb19e7cc420af7c71de8b5c9ab536bd278758c8c0878c464b833d91b31a 6 minutes ago Running kube-controller-manager 0 b8f5f747eaf00 kube-controller-manager-addons-072424
4bd5913a47728 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 6 minutes ago Running etcd 0 ffee5a6521e95 etcd-addons-072424
6fae18a9798c7 d48f992a22722fc0290769b8fab1186db239bbad4cff837fbb641c55faef9355 6 minutes ago Running kube-scheduler 0 2491b8cde6204 kube-scheduler-addons-072424
==> coredns [14f6c28d627d9b63563655819c1664e2793a4c0e926af824b4a97d68032ffee3] <==
[INFO] 10.244.0.13:43611 - 16472 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002246871s
[INFO] 10.244.0.13:35045 - 51419 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000125979s
[INFO] 10.244.0.13:35045 - 11230 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000271264s
[INFO] 10.244.0.13:55273 - 18222 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000182133s
[INFO] 10.244.0.13:55273 - 30243 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00029523s
[INFO] 10.244.0.13:44442 - 21398 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000078284s
[INFO] 10.244.0.13:44442 - 50321 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000154146s
[INFO] 10.244.0.13:60865 - 40098 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000048541s
[INFO] 10.244.0.13:60865 - 49572 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000048984s
[INFO] 10.244.0.13:38558 - 40613 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.00194493s
[INFO] 10.244.0.13:38558 - 55977 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002295864s
[INFO] 10.244.0.13:56919 - 39154 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000072975s
[INFO] 10.244.0.13:56919 - 48622 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000105474s
[INFO] 10.244.0.19:45201 - 16725 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.002021589s
[INFO] 10.244.0.19:56650 - 31629 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.002008313s
[INFO] 10.244.0.19:53160 - 35869 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000156813s
[INFO] 10.244.0.19:59021 - 62636 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000155869s
[INFO] 10.244.0.19:48898 - 37584 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000195737s
[INFO] 10.244.0.19:52615 - 22273 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.007871895s
[INFO] 10.244.0.19:59768 - 56492 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.00391459s
[INFO] 10.244.0.19:37661 - 60612 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.004008569s
[INFO] 10.244.0.19:51761 - 31141 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000962103s
[INFO] 10.244.0.19:39836 - 13482 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.001286845s
[INFO] 10.244.0.23:38536 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.001470029s
[INFO] 10.244.0.23:34949 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000608782s
==> describe nodes <==
Name: addons-072424
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-072424
kubernetes.io/os=linux
minikube.k8s.io/commit=5d3a875a2675af218d215883e61010adcc3d415c
minikube.k8s.io/name=addons-072424
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_31T19_13_34_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-072424
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: Wed, 31 Jul 2024 19:13:30 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-072424
AcquireTime: <unset>
RenewTime: Wed, 31 Jul 2024 19:20:01 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 31 Jul 2024 19:18:07 +0000 Wed, 31 Jul 2024 19:13:27 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 31 Jul 2024 19:18:07 +0000 Wed, 31 Jul 2024 19:13:27 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 31 Jul 2024 19:18:07 +0000 Wed, 31 Jul 2024 19:13:27 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 31 Jul 2024 19:18:07 +0000 Wed, 31 Jul 2024 19:14:33 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-072424
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022364Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022364Ki
pods: 110
System Info:
Machine ID: 65aec2b2b66e4aa4b765ceaa3f4b5092
System UUID: 33a2d47f-90e6-40a9-91ab-aa061c2e8d60
Boot ID: 8ff7d84a-f9de-4b5b-b208-4cbb585d74db
Kernel Version: 5.15.0-1066-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: (16 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m37s
default cloud-spanner-emulator-5455fb9b69-jwfx2 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m15s
default hello-world-app-6778b5fc9f-zxzr2 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 11s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m29s
kube-system coredns-7db6d8ff4d-86xc4 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m17s
kube-system etcd-addons-072424 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m32s
kube-system kindnet-lbstm 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m19s
kube-system kube-apiserver-addons-072424 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m33s
kube-system kube-controller-manager-addons-072424 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m32s
kube-system kube-proxy-xh9bn 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m19s
kube-system kube-scheduler-addons-072424 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m32s
kube-system metrics-server-c59844bb4-h2mxw 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 6m14s
kube-system nvidia-device-plugin-daemonset-8zw8r 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m32s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m14s
local-path-storage local-path-provisioner-8d985888d-mktz8 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m14s
yakd-dashboard yakd-dashboard-799879c74f-drh44 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 6m13s
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 6m12s kube-proxy
Normal Starting 6m32s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m32s kubelet Node addons-072424 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m32s kubelet Node addons-072424 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m32s kubelet Node addons-072424 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m20s node-controller Node addons-072424 event: Registered Node addons-072424 in Controller
Normal NodeReady 5m32s kubelet Node addons-072424 status is now: NodeReady
==> dmesg <==
[ +0.000985] FS-Cache: O-key=[8] '1b6fed0000000000'
[ +0.000641] FS-Cache: N-cookie c=0000001e [p=00000015 fl=2 nc=0 na=1]
[ +0.000901] FS-Cache: N-cookie d=0000000009801291{9p.inode} n=00000000f0270b4c
[ +0.000959] FS-Cache: N-key=[8] '1b6fed0000000000'
[ +0.003837] FS-Cache: Duplicate cookie detected
[ +0.000660] FS-Cache: O-cookie c=00000018 [p=00000015 fl=226 nc=0 na=1]
[ +0.000879] FS-Cache: O-cookie d=0000000009801291{9p.inode} n=000000001d5fabe7
[ +0.000984] FS-Cache: O-key=[8] '1b6fed0000000000'
[ +0.000641] FS-Cache: N-cookie c=0000001f [p=00000015 fl=2 nc=0 na=1]
[ +0.000850] FS-Cache: N-cookie d=0000000009801291{9p.inode} n=0000000088ce401b
[ +0.000953] FS-Cache: N-key=[8] '1b6fed0000000000'
[ +2.906132] FS-Cache: Duplicate cookie detected
[ +0.000643] FS-Cache: O-cookie c=00000016 [p=00000015 fl=226 nc=0 na=1]
[ +0.000884] FS-Cache: O-cookie d=0000000009801291{9p.inode} n=00000000663a0619
[ +0.000965] FS-Cache: O-key=[8] '1a6fed0000000000'
[ +0.000648] FS-Cache: N-cookie c=00000021 [p=00000015 fl=2 nc=0 na=1]
[ +0.000895] FS-Cache: N-cookie d=0000000009801291{9p.inode} n=00000000f0270b4c
[ +0.000967] FS-Cache: N-key=[8] '1a6fed0000000000'
[ +0.259501] FS-Cache: Duplicate cookie detected
[ +0.000641] FS-Cache: O-cookie c=0000001b [p=00000015 fl=226 nc=0 na=1]
[ +0.000901] FS-Cache: O-cookie d=0000000009801291{9p.inode} n=00000000de23a770
[ +0.000975] FS-Cache: O-key=[8] '206fed0000000000'
[ +0.000683] FS-Cache: N-cookie c=00000022 [p=00000015 fl=2 nc=0 na=1]
[ +0.000854] FS-Cache: N-cookie d=0000000009801291{9p.inode} n=00000000f64bd636
[ +0.000949] FS-Cache: N-key=[8] '206fed0000000000'
==> etcd [4bd5913a4772838607a3cd2a130d85320a5f9f779b5d3e08e0c594b2b112dee3] <==
{"level":"info","ts":"2024-07-31T19:13:27.625152Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-31T19:13:27.626874Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-07-31T19:13:27.628395Z","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-31T19:13:27.628782Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-31T19:13:27.628837Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-31T19:13:27.63634Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-07-31T19:13:27.636439Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-07-31T19:13:27.636535Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
2024/07/31 19:13:33 WARNING: [core] [Server #6] grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
{"level":"info","ts":"2024-07-31T19:13:47.980188Z","caller":"traceutil/trace.go:171","msg":"trace[701822073] transaction","detail":"{read_only:false; response_revision:341; number_of_response:1; }","duration":"164.069699ms","start":"2024-07-31T19:13:47.816092Z","end":"2024-07-31T19:13:47.980161Z","steps":["trace[701822073] 'process raft request' (duration: 110.68094ms)"],"step_count":1}
{"level":"info","ts":"2024-07-31T19:13:48.300044Z","caller":"traceutil/trace.go:171","msg":"trace[604366340] transaction","detail":"{read_only:false; response_revision:344; number_of_response:1; }","duration":"147.944274ms","start":"2024-07-31T19:13:48.152075Z","end":"2024-07-31T19:13:48.300019Z","steps":["trace[604366340] 'process raft request' (duration: 131.850035ms)"],"step_count":1}
{"level":"info","ts":"2024-07-31T19:13:48.300933Z","caller":"traceutil/trace.go:171","msg":"trace[1107832628] transaction","detail":"{read_only:false; response_revision:345; number_of_response:1; }","duration":"134.448658ms","start":"2024-07-31T19:13:48.166472Z","end":"2024-07-31T19:13:48.300921Z","steps":["trace[1107832628] 'process raft request' (duration: 118.945847ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-31T19:13:49.674617Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"142.696188ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions/\" range_end:\"/registry/apiextensions.k8s.io/customresourcedefinitions0\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-31T19:13:49.674991Z","caller":"traceutil/trace.go:171","msg":"trace[770553822] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions/; range_end:/registry/apiextensions.k8s.io/customresourcedefinitions0; response_count:0; response_revision:358; }","duration":"143.088171ms","start":"2024-07-31T19:13:49.531888Z","end":"2024-07-31T19:13:49.674976Z","steps":["trace[770553822] 'range keys from in-memory index tree' (duration: 142.644432ms)"],"step_count":1}
{"level":"info","ts":"2024-07-31T19:13:49.86858Z","caller":"traceutil/trace.go:171","msg":"trace[1216161073] transaction","detail":"{read_only:false; response_revision:360; number_of_response:1; }","duration":"181.327563ms","start":"2024-07-31T19:13:49.687229Z","end":"2024-07-31T19:13:49.868557Z","steps":["trace[1216161073] 'process raft request' (duration: 136.708765ms)"],"step_count":1}
{"level":"info","ts":"2024-07-31T19:13:49.870672Z","caller":"traceutil/trace.go:171","msg":"trace[192586421] transaction","detail":"{read_only:false; response_revision:361; number_of_response:1; }","duration":"183.293103ms","start":"2024-07-31T19:13:49.687364Z","end":"2024-07-31T19:13:49.870657Z","steps":["trace[192586421] 'process raft request' (duration: 136.679047ms)","trace[192586421] 'compare' (duration: 46.297658ms)"],"step_count":2}
{"level":"info","ts":"2024-07-31T19:13:49.893199Z","caller":"traceutil/trace.go:171","msg":"trace[1665294393] transaction","detail":"{read_only:false; response_revision:362; number_of_response:1; }","duration":"205.748263ms","start":"2024-07-31T19:13:49.687417Z","end":"2024-07-31T19:13:49.893165Z","steps":["trace[1665294393] 'process raft request' (duration: 183.037815ms)","trace[1665294393] 'store kv pair into bolt db' {req_type:put; key:/registry/events/kube-system/kindnet-lbstm.17e76215c75826f7; req_size:752; } (duration: 16.397469ms)"],"step_count":2}
{"level":"info","ts":"2024-07-31T19:13:49.896761Z","caller":"traceutil/trace.go:171","msg":"trace[278815220] linearizableReadLoop","detail":"{readStateIndex:374; appliedIndex:371; }","duration":"209.014703ms","start":"2024-07-31T19:13:49.68773Z","end":"2024-07-31T19:13:49.896745Z","steps":["trace[278815220] 'read index received' (duration: 69.12021ms)","trace[278815220] 'applied index is now lower than readState.Index' (duration: 139.893492ms)"],"step_count":2}
{"level":"info","ts":"2024-07-31T19:13:49.896908Z","caller":"traceutil/trace.go:171","msg":"trace[886142447] transaction","detail":"{read_only:false; response_revision:363; number_of_response:1; }","duration":"139.607607ms","start":"2024-07-31T19:13:49.757293Z","end":"2024-07-31T19:13:49.8969Z","steps":["trace[886142447] 'process raft request' (duration: 129.79854ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-31T19:13:49.897115Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"209.368352ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/storage-provisioner\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-31T19:13:49.89715Z","caller":"traceutil/trace.go:171","msg":"trace[496274449] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:364; }","duration":"209.412904ms","start":"2024-07-31T19:13:49.687728Z","end":"2024-07-31T19:13:49.897141Z","steps":["trace[496274449] 'agreement among raft nodes before linearized reading' (duration: 209.353813ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-31T19:13:49.897256Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"139.899448ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2024-07-31T19:13:49.897279Z","caller":"traceutil/trace.go:171","msg":"trace[421535929] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:364; }","duration":"139.922554ms","start":"2024-07-31T19:13:49.75735Z","end":"2024-07-31T19:13:49.897273Z","steps":["trace[421535929] 'agreement among raft nodes before linearized reading' (duration: 139.881767ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-31T19:13:49.897528Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"140.14691ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/yakd-dashboard\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-31T19:13:49.897557Z","caller":"traceutil/trace.go:171","msg":"trace[861187886] range","detail":"{range_begin:/registry/namespaces/yakd-dashboard; range_end:; response_count:0; response_revision:364; }","duration":"140.178236ms","start":"2024-07-31T19:13:49.757372Z","end":"2024-07-31T19:13:49.89755Z","steps":["trace[861187886] 'agreement among raft nodes before linearized reading' (duration: 140.135849ms)"],"step_count":1}
==> kernel <==
19:20:05 up 3:02, 0 users, load average: 0.24, 1.23, 2.23
Linux addons-072424 5.15.0-1066-aws #72~20.04.1-Ubuntu SMP Sat Jul 20 07:44:07 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [f6df4149ff81f78aa83c9962fb75fec0fc347bf9754e8faef49301238be9574d] <==
E0731 19:18:55.859273 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
W0731 19:18:56.976518 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
E0731 19:18:56.976555 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
W0731 19:18:58.037582 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
E0731 19:18:58.037704 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
I0731 19:19:03.309872 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0731 19:19:03.309911 1 main.go:299] handling current node
I0731 19:19:13.309936 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0731 19:19:13.309984 1 main.go:299] handling current node
I0731 19:19:23.309918 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0731 19:19:23.309963 1 main.go:299] handling current node
W0731 19:19:31.391985 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
E0731 19:19:31.392018 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
I0731 19:19:33.310172 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0731 19:19:33.310212 1 main.go:299] handling current node
W0731 19:19:33.573080 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
E0731 19:19:33.573111 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
I0731 19:19:43.309480 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0731 19:19:43.309515 1 main.go:299] handling current node
W0731 19:19:52.973744 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
E0731 19:19:52.973776 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
I0731 19:19:53.310343 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0731 19:19:53.310377 1 main.go:299] handling current node
I0731 19:20:03.309832 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0731 19:20:03.309867 1 main.go:299] handling current node
==> kube-apiserver [b334a40703d8ea7de804c711e46dac575ae7e11a1c60233a2c301d2d061c6458] <==
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
E0731 19:15:54.141884 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.104.109.12:443/apis/metrics.k8s.io/v1beta1: Get "https://10.104.109.12:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.104.109.12:443: connect: connection refused
E0731 19:15:54.143272 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.104.109.12:443/apis/metrics.k8s.io/v1beta1: Get "https://10.104.109.12:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.104.109.12:443: connect: connection refused
E0731 19:15:54.149169 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.104.109.12:443/apis/metrics.k8s.io/v1beta1: Get "https://10.104.109.12:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.104.109.12:443: connect: connection refused
I0731 19:15:54.265487 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0731 19:16:37.186862 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:59684: use of closed network connection
I0731 19:17:02.628029 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0731 19:17:23.878444 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0731 19:17:23.878491 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0731 19:17:23.914737 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0731 19:17:23.914876 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0731 19:17:23.943494 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0731 19:17:23.943540 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0731 19:17:23.957997 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0731 19:17:23.958053 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0731 19:17:23.973131 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0731 19:17:23.973262 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0731 19:17:24.944418 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0731 19:17:24.974137 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0731 19:17:24.985234 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0731 19:17:30.695656 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0731 19:17:31.728327 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0731 19:17:36.251668 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0731 19:17:36.563848 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.106.6.128"}
I0731 19:19:55.221358 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.107.162.119"}
==> kube-controller-manager [f08aff87b3ac79fe0c8cc51220617560d47a23337f6138c0baf61814fd94220a] <==
W0731 19:18:51.048133 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
E0731 19:18:51.048169 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
W0731 19:19:04.860070 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
E0731 19:19:04.860106 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
W0731 19:19:14.888546 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
E0731 19:19:14.888675 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
W0731 19:19:18.953154 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
E0731 19:19:18.953201 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
W0731 19:19:23.159499 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
E0731 19:19:23.159539 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
W0731 19:19:48.079741 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
E0731 19:19:48.079832 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
I0731 19:19:54.985262 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="44.445994ms"
I0731 19:19:54.998127 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="12.708861ms"
I0731 19:19:54.998922 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="38.62µs"
I0731 19:19:54.999318 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="29.357µs"
I0731 19:19:56.570106 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="14.841587ms"
I0731 19:19:56.570789 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="45.981µs"
I0731 19:19:57.203710 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0731 19:19:57.209652 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0731 19:19:57.223426 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-6d9bd977d4" duration="4.644µs"
W0731 19:19:58.011273 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
E0731 19:19:58.011311 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
W0731 19:20:00.444501 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
E0731 19:20:00.444639 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 [047fa99355b8e6f07ad0557ec334824fedffddda116ca1fd61f57edddcd82098] <==
I0731 19:13:51.749146 1 server_linux.go:69] "Using iptables proxy"
I0731 19:13:51.875664 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0731 19:13:52.750502 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0731 19:13:52.757566 1 server_linux.go:165] "Using iptables Proxier"
I0731 19:13:52.952542 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0731 19:13:52.952582 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0731 19:13:52.952607 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"
I0731 19:13:52.980629 1 server.go:872] "Version info" version="v1.30.3"
I0731 19:13:53.008738 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0731 19:13:53.046940 1 config.go:192] "Starting service config controller"
I0731 19:13:53.047050 1 shared_informer.go:313] Waiting for caches to sync for service config
I0731 19:13:53.047127 1 config.go:101] "Starting endpoint slice config controller"
I0731 19:13:53.047156 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0731 19:13:53.050446 1 config.go:319] "Starting node config controller"
I0731 19:13:53.050573 1 shared_informer.go:313] Waiting for caches to sync for node config
I0731 19:13:53.154301 1 shared_informer.go:320] Caches are synced for node config
I0731 19:13:53.154407 1 shared_informer.go:320] Caches are synced for service config
I0731 19:13:53.154423 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [6fae18a9798c7bd211ad7a3251972e642a48f9529f50ec287ac7cc3fb0aec968] <==
W0731 19:13:30.909374 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
E0731 19:13:30.909389 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
W0731 19:13:30.914270 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
E0731 19:13:30.914311 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
W0731 19:13:30.914403 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
E0731 19:13:30.914419 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
W0731 19:13:30.914489 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
E0731 19:13:30.914510 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
W0731 19:13:30.914567 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0731 19:13:30.914583 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0731 19:13:30.914648 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
E0731 19:13:30.914665 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
W0731 19:13:31.772066 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0731 19:13:31.772214 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W0731 19:13:31.808213 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0731 19:13:31.808339 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0731 19:13:31.883912 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
E0731 19:13:31.883946 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
W0731 19:13:31.921412 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
E0731 19:13:31.921447 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
W0731 19:13:31.951721 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
E0731 19:13:31.951758 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
W0731 19:13:32.001807 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
E0731 19:13:32.001845 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
I0731 19:13:32.498460 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 31 19:19:54 addons-072424 kubelet[1552]: I0731 19:19:54.978580 1552 memory_manager.go:354] "RemoveStaleState removing state" podUID="94ec294d-803a-44b3-be9a-732ca7a9e720" containerName="gadget"
Jul 31 19:19:54 addons-072424 kubelet[1552]: I0731 19:19:54.978592 1552 memory_manager.go:354] "RemoveStaleState removing state" podUID="94ec294d-803a-44b3-be9a-732ca7a9e720" containerName="gadget"
Jul 31 19:19:55 addons-072424 kubelet[1552]: I0731 19:19:55.055753 1552 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-97mvl\" (UniqueName: \"kubernetes.io/projected/b8e9dd89-2475-44d5-9405-12bc45585a84-kube-api-access-97mvl\") pod \"hello-world-app-6778b5fc9f-zxzr2\" (UID: \"b8e9dd89-2475-44d5-9405-12bc45585a84\") " pod="default/hello-world-app-6778b5fc9f-zxzr2"
Jul 31 19:19:56 addons-072424 kubelet[1552]: I0731 19:19:56.266984 1552 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-lzdrh\" (UniqueName: \"kubernetes.io/projected/3c75ea1f-26ba-4cce-a396-935ba44c5dc1-kube-api-access-lzdrh\") pod \"3c75ea1f-26ba-4cce-a396-935ba44c5dc1\" (UID: \"3c75ea1f-26ba-4cce-a396-935ba44c5dc1\") "
Jul 31 19:19:56 addons-072424 kubelet[1552]: I0731 19:19:56.277645 1552 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/3c75ea1f-26ba-4cce-a396-935ba44c5dc1-kube-api-access-lzdrh" (OuterVolumeSpecName: "kube-api-access-lzdrh") pod "3c75ea1f-26ba-4cce-a396-935ba44c5dc1" (UID: "3c75ea1f-26ba-4cce-a396-935ba44c5dc1"). InnerVolumeSpecName "kube-api-access-lzdrh". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 31 19:19:56 addons-072424 kubelet[1552]: I0731 19:19:56.368265 1552 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-lzdrh\" (UniqueName: \"kubernetes.io/projected/3c75ea1f-26ba-4cce-a396-935ba44c5dc1-kube-api-access-lzdrh\") on node \"addons-072424\" DevicePath \"\""
Jul 31 19:19:56 addons-072424 kubelet[1552]: I0731 19:19:56.515415 1552 scope.go:117] "RemoveContainer" containerID="07bbcb377c2dcec1a0c2d5cbc7d99e4cc2bb50caa82d29420014e9b305e9f252"
Jul 31 19:19:56 addons-072424 kubelet[1552]: I0731 19:19:56.549378 1552 scope.go:117] "RemoveContainer" containerID="07bbcb377c2dcec1a0c2d5cbc7d99e4cc2bb50caa82d29420014e9b305e9f252"
Jul 31 19:19:56 addons-072424 kubelet[1552]: E0731 19:19:56.550119 1552 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"07bbcb377c2dcec1a0c2d5cbc7d99e4cc2bb50caa82d29420014e9b305e9f252\": container with ID starting with 07bbcb377c2dcec1a0c2d5cbc7d99e4cc2bb50caa82d29420014e9b305e9f252 not found: ID does not exist" containerID="07bbcb377c2dcec1a0c2d5cbc7d99e4cc2bb50caa82d29420014e9b305e9f252"
Jul 31 19:19:56 addons-072424 kubelet[1552]: I0731 19:19:56.550154 1552 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"07bbcb377c2dcec1a0c2d5cbc7d99e4cc2bb50caa82d29420014e9b305e9f252"} err="failed to get container status \"07bbcb377c2dcec1a0c2d5cbc7d99e4cc2bb50caa82d29420014e9b305e9f252\": rpc error: code = NotFound desc = could not find container \"07bbcb377c2dcec1a0c2d5cbc7d99e4cc2bb50caa82d29420014e9b305e9f252\": container with ID starting with 07bbcb377c2dcec1a0c2d5cbc7d99e4cc2bb50caa82d29420014e9b305e9f252 not found: ID does not exist"
Jul 31 19:19:57 addons-072424 kubelet[1552]: I0731 19:19:57.218247 1552 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-zxzr2" podStartSLOduration=2.148313023 podStartE2EDuration="3.218226674s" podCreationTimestamp="2024-07-31 19:19:54 +0000 UTC" firstStartedPulling="2024-07-31 19:19:55.35945059 +0000 UTC m=+382.121180384" lastFinishedPulling="2024-07-31 19:19:56.429364241 +0000 UTC m=+383.191094035" observedRunningTime="2024-07-31 19:19:56.554625717 +0000 UTC m=+383.316355511" watchObservedRunningTime="2024-07-31 19:19:57.218226674 +0000 UTC m=+383.979956468"
Jul 31 19:19:57 addons-072424 kubelet[1552]: I0731 19:19:57.401181 1552 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="3c75ea1f-26ba-4cce-a396-935ba44c5dc1" path="/var/lib/kubelet/pods/3c75ea1f-26ba-4cce-a396-935ba44c5dc1/volumes"
Jul 31 19:19:57 addons-072424 kubelet[1552]: I0731 19:19:57.401608 1552 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="d370a64d-a26b-4c3c-ac02-c1f6fb4bbba1" path="/var/lib/kubelet/pods/d370a64d-a26b-4c3c-ac02-c1f6fb4bbba1/volumes"
Jul 31 19:19:57 addons-072424 kubelet[1552]: I0731 19:19:57.401955 1552 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f351ef0c-27f1-4b2c-b7f1-895d97b83e40" path="/var/lib/kubelet/pods/f351ef0c-27f1-4b2c-b7f1-895d97b83e40/volumes"
Jul 31 19:20:00 addons-072424 kubelet[1552]: I0731 19:20:00.811888 1552 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/c1edafef-a7c2-488b-9c3a-ed04cd44610b-webhook-cert\") pod \"c1edafef-a7c2-488b-9c3a-ed04cd44610b\" (UID: \"c1edafef-a7c2-488b-9c3a-ed04cd44610b\") "
Jul 31 19:20:00 addons-072424 kubelet[1552]: I0731 19:20:00.811954 1552 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-plb5g\" (UniqueName: \"kubernetes.io/projected/c1edafef-a7c2-488b-9c3a-ed04cd44610b-kube-api-access-plb5g\") pod \"c1edafef-a7c2-488b-9c3a-ed04cd44610b\" (UID: \"c1edafef-a7c2-488b-9c3a-ed04cd44610b\") "
Jul 31 19:20:00 addons-072424 kubelet[1552]: I0731 19:20:00.816489 1552 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/c1edafef-a7c2-488b-9c3a-ed04cd44610b-kube-api-access-plb5g" (OuterVolumeSpecName: "kube-api-access-plb5g") pod "c1edafef-a7c2-488b-9c3a-ed04cd44610b" (UID: "c1edafef-a7c2-488b-9c3a-ed04cd44610b"). InnerVolumeSpecName "kube-api-access-plb5g". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 31 19:20:00 addons-072424 kubelet[1552]: I0731 19:20:00.822531 1552 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/c1edafef-a7c2-488b-9c3a-ed04cd44610b-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "c1edafef-a7c2-488b-9c3a-ed04cd44610b" (UID: "c1edafef-a7c2-488b-9c3a-ed04cd44610b"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 31 19:20:00 addons-072424 kubelet[1552]: I0731 19:20:00.913058 1552 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-plb5g\" (UniqueName: \"kubernetes.io/projected/c1edafef-a7c2-488b-9c3a-ed04cd44610b-kube-api-access-plb5g\") on node \"addons-072424\" DevicePath \"\""
Jul 31 19:20:00 addons-072424 kubelet[1552]: I0731 19:20:00.913104 1552 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/c1edafef-a7c2-488b-9c3a-ed04cd44610b-webhook-cert\") on node \"addons-072424\" DevicePath \"\""
Jul 31 19:20:01 addons-072424 kubelet[1552]: I0731 19:20:01.401460 1552 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="c1edafef-a7c2-488b-9c3a-ed04cd44610b" path="/var/lib/kubelet/pods/c1edafef-a7c2-488b-9c3a-ed04cd44610b/volumes"
Jul 31 19:20:01 addons-072424 kubelet[1552]: I0731 19:20:01.531300 1552 scope.go:117] "RemoveContainer" containerID="dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f"
Jul 31 19:20:01 addons-072424 kubelet[1552]: I0731 19:20:01.551928 1552 scope.go:117] "RemoveContainer" containerID="dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f"
Jul 31 19:20:01 addons-072424 kubelet[1552]: E0731 19:20:01.552848 1552 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f\": container with ID starting with dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f not found: ID does not exist" containerID="dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f"
Jul 31 19:20:01 addons-072424 kubelet[1552]: I0731 19:20:01.552898 1552 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f"} err="failed to get container status \"dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f\": rpc error: code = NotFound desc = could not find container \"dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f\": container with ID starting with dab9b12456ddebe9713b7063ad00080e99d9ec97c1c6bcbbc8f6c522ef430d8f not found: ID does not exist"
==> storage-provisioner [c5f8f791a583c821c4797e9d3ee65e7ee742ecf1ebe983b54ede2157adaa6e9f] <==
I0731 19:14:34.597668 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0731 19:14:34.633864 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0731 19:14:34.636398 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0731 19:14:34.647875 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0731 19:14:34.650305 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-072424_fa6be5fd-0bc9-4982-8c23-feacb7750edd!
I0731 19:14:34.652081 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"95bad799-c83e-4f48-b89b-09a7effbd210", APIVersion:"v1", ResourceVersion:"915", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-072424_fa6be5fd-0bc9-4982-8c23-feacb7750edd became leader
I0731 19:14:34.752428 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-072424_fa6be5fd-0bc9-4982-8c23-feacb7750edd!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-072424 -n addons-072424
helpers_test.go:261: (dbg) Run: kubectl --context addons-072424 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.05s)