=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-929335 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-929335 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-929335 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" [a51114ae-f317-4e29-9a84-d94be22aaa33] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [a51114ae-f317-4e29-9a84-d94be22aaa33] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003234576s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-929335 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-929335 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.43971609s)
** 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-929335 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-929335 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:299: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.051244512s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:301: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:305: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:308: (dbg) Run: out/minikube-linux-arm64 -p addons-929335 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-929335 addons disable ingress-dns --alsologtostderr -v=1: (1.45962679s)
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-929335 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-929335 addons disable ingress --alsologtostderr -v=1: (7.718181373s)
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-929335
helpers_test.go:235: (dbg) docker inspect addons-929335:
-- stdout --
[
{
"Id": "65d5b1b0f7f0a682360538e2c6e7aef6cb9883c8df68d86ed4a42999dd208771",
"Created": "2024-07-01T14:15:52.872318521Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 3714989,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-01T14:15:53.002432627Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:59cf53f54b1bed0b432ebf08c6ac817bec062867b90e25c5452b8e7c3276a7ff",
"ResolvConfPath": "/var/lib/docker/containers/65d5b1b0f7f0a682360538e2c6e7aef6cb9883c8df68d86ed4a42999dd208771/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/65d5b1b0f7f0a682360538e2c6e7aef6cb9883c8df68d86ed4a42999dd208771/hostname",
"HostsPath": "/var/lib/docker/containers/65d5b1b0f7f0a682360538e2c6e7aef6cb9883c8df68d86ed4a42999dd208771/hosts",
"LogPath": "/var/lib/docker/containers/65d5b1b0f7f0a682360538e2c6e7aef6cb9883c8df68d86ed4a42999dd208771/65d5b1b0f7f0a682360538e2c6e7aef6cb9883c8df68d86ed4a42999dd208771-json.log",
"Name": "/addons-929335",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-929335:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-929335",
"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/df5a9c6cc6b85d0a05bebe77804bb3f6909353b546779825eac1ac22d05fbeca-init/diff:/var/lib/docker/overlay2/c3139abb5cf1c83f6f12f6a5f4a9c8df468321ed41d6e455d104ebf4c7d8657d/diff",
"MergedDir": "/var/lib/docker/overlay2/df5a9c6cc6b85d0a05bebe77804bb3f6909353b546779825eac1ac22d05fbeca/merged",
"UpperDir": "/var/lib/docker/overlay2/df5a9c6cc6b85d0a05bebe77804bb3f6909353b546779825eac1ac22d05fbeca/diff",
"WorkDir": "/var/lib/docker/overlay2/df5a9c6cc6b85d0a05bebe77804bb3f6909353b546779825eac1ac22d05fbeca/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-929335",
"Source": "/var/lib/docker/volumes/addons-929335/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-929335",
"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-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d",
"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-929335",
"name.minikube.sigs.k8s.io": "addons-929335",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "91b7a1a3f91955bf00fc9baba8b0810bc5106999d954fb2e040046ed7247965a",
"SandboxKey": "/var/run/docker/netns/91b7a1a3f919",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33900"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33901"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33904"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33902"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33903"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-929335": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "259bced3400858624c0bb065c3728c922a312012e2621de527c2f60710e627ba",
"EndpointID": "4acca51483063e8b4c164e723fcc1e17a204ecb0fe40713da9b89841755a0227",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-929335",
"65d5b1b0f7f0"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-929335 -n addons-929335
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-929335 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-929335 logs -n 25: (1.423599843s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-789626 | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | |
| | -p download-only-789626 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.30.2 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | 01 Jul 24 14:15 UTC |
| delete | -p download-only-789626 | download-only-789626 | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | 01 Jul 24 14:15 UTC |
| delete | -p download-only-281343 | download-only-281343 | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | 01 Jul 24 14:15 UTC |
| delete | -p download-only-789626 | download-only-789626 | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | 01 Jul 24 14:15 UTC |
| start | --download-only -p | download-docker-822470 | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | |
| | download-docker-822470 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-822470 | download-docker-822470 | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | 01 Jul 24 14:15 UTC |
| start | --download-only -p | binary-mirror-147566 | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | |
| | binary-mirror-147566 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:42755 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-147566 | binary-mirror-147566 | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | 01 Jul 24 14:15 UTC |
| addons | disable dashboard -p | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | |
| | addons-929335 | | | | | |
| addons | enable dashboard -p | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | |
| | addons-929335 | | | | | |
| start | -p addons-929335 --wait=true | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:15 UTC | 01 Jul 24 14:19 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | enable headlamp | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:19 UTC | 01 Jul 24 14:19 UTC |
| | -p addons-929335 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-929335 ip | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:19 UTC | 01 Jul 24 14:19 UTC |
| addons | addons-929335 addons disable | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:19 UTC | 01 Jul 24 14:19 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:19 UTC | 01 Jul 24 14:19 UTC |
| | -p addons-929335 | | | | | |
| ssh | addons-929335 ssh cat | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:19 UTC | 01 Jul 24 14:19 UTC |
| | /opt/local-path-provisioner/pvc-c612bd66-1de9-4129-954e-9710bab6cabd_default_test-pvc/file1 | | | | | |
| addons | addons-929335 addons disable | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:19 UTC | 01 Jul 24 14:20 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:19 UTC | 01 Jul 24 14:19 UTC |
| | addons-929335 | | | | | |
| addons | addons-929335 addons | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:20 UTC | 01 Jul 24 14:21 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-929335 addons | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:21 UTC | 01 Jul 24 14:21 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-929335 ssh curl -s | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:21 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-929335 ip | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:23 UTC | 01 Jul 24 14:23 UTC |
| addons | addons-929335 addons disable | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:23 UTC | 01 Jul 24 14:23 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-929335 addons disable | addons-929335 | jenkins | v1.33.1 | 01 Jul 24 14:23 UTC | 01 Jul 24 14:23 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/01 14:15:28
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.22.4 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0701 14:15:28.076046 3714493 out.go:291] Setting OutFile to fd 1 ...
I0701 14:15:28.076184 3714493 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0701 14:15:28.076194 3714493 out.go:304] Setting ErrFile to fd 2...
I0701 14:15:28.076199 3714493 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0701 14:15:28.076488 3714493 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19166-3708336/.minikube/bin
I0701 14:15:28.076935 3714493 out.go:298] Setting JSON to false
I0701 14:15:28.077905 3714493 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":165479,"bootTime":1719677849,"procs":176,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1063-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I0701 14:15:28.077979 3714493 start.go:139] virtualization:
I0701 14:15:28.080375 3714493 out.go:177] * [addons-929335] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0701 14:15:28.082871 3714493 out.go:177] - MINIKUBE_LOCATION=19166
I0701 14:15:28.083067 3714493 notify.go:220] Checking for updates...
I0701 14:15:28.087089 3714493 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0701 14:15:28.088848 3714493 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19166-3708336/kubeconfig
I0701 14:15:28.090827 3714493 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19166-3708336/.minikube
I0701 14:15:28.092706 3714493 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0701 14:15:28.094518 3714493 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0701 14:15:28.096503 3714493 driver.go:392] Setting default libvirt URI to qemu:///system
I0701 14:15:28.126501 3714493 docker.go:122] docker version: linux-27.0.3:Docker Engine - Community
I0701 14:15:28.126602 3714493 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0701 14:15:28.182184 3714493 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-01 14:15:28.173117927 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1063-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:8214896640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0701 14:15:28.182300 3714493 docker.go:295] overlay module found
I0701 14:15:28.185140 3714493 out.go:177] * Using the docker driver based on user configuration
I0701 14:15:28.187141 3714493 start.go:297] selected driver: docker
I0701 14:15:28.187158 3714493 start.go:901] validating driver "docker" against <nil>
I0701 14:15:28.187172 3714493 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0701 14:15:28.187823 3714493 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0701 14:15:28.236319 3714493 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-01 14:15:28.227485738 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1063-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:8214896640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0701 14:15:28.236487 3714493 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0701 14:15:28.236711 3714493 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]
I0701 14:15:28.238778 3714493 out.go:177] * Using Docker driver with root privileges
I0701 14:15:28.240814 3714493 cni.go:84] Creating CNI manager for ""
I0701 14:15:28.240836 3714493 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0701 14:15:28.240847 3714493 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0701 14:15:28.240929 3714493 start.go:340] cluster config:
{Name:addons-929335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d 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.2 ClusterName:addons-929335 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0701 14:15:28.243318 3714493 out.go:177] * Starting "addons-929335" primary control-plane node in "addons-929335" cluster
I0701 14:15:28.245071 3714493 cache.go:121] Beginning downloading kic base image for docker with crio
I0701 14:15:28.246947 3714493 out.go:177] * Pulling base image v0.0.44-1719413016-19142 ...
I0701 14:15:28.249160 3714493 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0701 14:15:28.249212 3714493 preload.go:147] Found local preload: /home/jenkins/minikube-integration/19166-3708336/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4
I0701 14:15:28.249220 3714493 cache.go:56] Caching tarball of preloaded images
I0701 14:15:28.249256 3714493 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d in local docker daemon
I0701 14:15:28.249297 3714493 preload.go:173] Found /home/jenkins/minikube-integration/19166-3708336/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0701 14:15:28.249306 3714493 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on crio
I0701 14:15:28.249651 3714493 profile.go:143] Saving config to /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/config.json ...
I0701 14:15:28.249670 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/config.json: {Name:mkf278bfd2d5e50e84cb1fa4b086afbb0de93b04 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:15:28.266248 3714493 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d to local cache
I0701 14:15:28.266359 3714493 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d in local cache directory
I0701 14:15:28.266381 3714493 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d in local cache directory, skipping pull
I0701 14:15:28.266387 3714493 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d exists in cache, skipping pull
I0701 14:15:28.266395 3714493 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d as a tarball
I0701 14:15:28.266400 3714493 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d from local cache
I0701 14:15:44.884731 3714493 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d from cached tarball
I0701 14:15:44.884774 3714493 cache.go:194] Successfully downloaded all kic artifacts
I0701 14:15:44.884828 3714493 start.go:360] acquireMachinesLock for addons-929335: {Name:mka8f5764327253860363894b4c32861892f785a Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0701 14:15:44.885530 3714493 start.go:364] duration metric: took 673.977µs to acquireMachinesLock for "addons-929335"
I0701 14:15:44.885574 3714493 start.go:93] Provisioning new machine with config: &{Name:addons-929335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d 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.2 ClusterName:addons-929335 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0701 14:15:44.885672 3714493 start.go:125] createHost starting for "" (driver="docker")
I0701 14:15:44.888037 3714493 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0701 14:15:44.888284 3714493 start.go:159] libmachine.API.Create for "addons-929335" (driver="docker")
I0701 14:15:44.888327 3714493 client.go:168] LocalClient.Create starting
I0701 14:15:44.888446 3714493 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19166-3708336/.minikube/certs/ca.pem
I0701 14:15:45.979184 3714493 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19166-3708336/.minikube/certs/cert.pem
I0701 14:15:46.514386 3714493 cli_runner.go:164] Run: docker network inspect addons-929335 --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}}]}"
W0701 14:15:46.529891 3714493 cli_runner.go:211] docker network inspect addons-929335 --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
I0701 14:15:46.529971 3714493 network_create.go:284] running [docker network inspect addons-929335] to gather additional debugging logs...
I0701 14:15:46.529992 3714493 cli_runner.go:164] Run: docker network inspect addons-929335
W0701 14:15:46.544743 3714493 cli_runner.go:211] docker network inspect addons-929335 returned with exit code 1
I0701 14:15:46.544780 3714493 network_create.go:287] error running [docker network inspect addons-929335]: docker network inspect addons-929335: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-929335 not found
I0701 14:15:46.544794 3714493 network_create.go:289] output of [docker network inspect addons-929335]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-929335 not found
** /stderr **
I0701 14:15:46.544888 3714493 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}}]}"
I0701 14:15:46.559405 3714493 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:0x40006d6ce0}
I0701 14:15:46.559447 3714493 network_create.go:124] attempt to create docker network addons-929335 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0701 14:15:46.559503 3714493 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-929335 addons-929335
I0701 14:15:46.627461 3714493 network_create.go:108] docker network addons-929335 192.168.49.0/24 created
I0701 14:15:46.627495 3714493 kic.go:121] calculated static IP "192.168.49.2" for the "addons-929335" container
I0701 14:15:46.627572 3714493 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0701 14:15:46.642027 3714493 cli_runner.go:164] Run: docker volume create addons-929335 --label name.minikube.sigs.k8s.io=addons-929335 --label created_by.minikube.sigs.k8s.io=true
I0701 14:15:46.657570 3714493 oci.go:103] Successfully created a docker volume addons-929335
I0701 14:15:46.657677 3714493 cli_runner.go:164] Run: docker run --rm --name addons-929335-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-929335 --entrypoint /usr/bin/test -v addons-929335:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d -d /var/lib
I0701 14:15:48.682208 3714493 cli_runner.go:217] Completed: docker run --rm --name addons-929335-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-929335 --entrypoint /usr/bin/test -v addons-929335:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d -d /var/lib: (2.024472652s)
I0701 14:15:48.682238 3714493 oci.go:107] Successfully prepared a docker volume addons-929335
I0701 14:15:48.682259 3714493 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0701 14:15:48.682278 3714493 kic.go:194] Starting extracting preloaded images to volume ...
I0701 14:15:48.682364 3714493 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19166-3708336/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-929335:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d -I lz4 -xf /preloaded.tar -C /extractDir
I0701 14:15:52.802232 3714493 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19166-3708336/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-929335:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d -I lz4 -xf /preloaded.tar -C /extractDir: (4.119827228s)
I0701 14:15:52.802261 3714493 kic.go:203] duration metric: took 4.119980854s to extract preloaded images to volume ...
W0701 14:15:52.802396 3714493 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0701 14:15:52.802531 3714493 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0701 14:15:52.858934 3714493 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-929335 --name addons-929335 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-929335 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-929335 --network addons-929335 --ip 192.168.49.2 --volume addons-929335:/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-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d
I0701 14:15:53.183631 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Running}}
I0701 14:15:53.205298 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:15:53.229244 3714493 cli_runner.go:164] Run: docker exec addons-929335 stat /var/lib/dpkg/alternatives/iptables
I0701 14:15:53.297257 3714493 oci.go:144] the created container "addons-929335" has a running status.
I0701 14:15:53.297289 3714493 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa...
I0701 14:15:53.580631 3714493 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0701 14:15:53.611570 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:15:53.637407 3714493 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0701 14:15:53.637425 3714493 kic_runner.go:114] Args: [docker exec --privileged addons-929335 chown docker:docker /home/docker/.ssh/authorized_keys]
I0701 14:15:53.724718 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:15:53.748074 3714493 machine.go:94] provisionDockerMachine start ...
I0701 14:15:53.748176 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:15:53.783926 3714493 main.go:141] libmachine: Using SSH client type: native
I0701 14:15:53.784204 3714493 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 33900 <nil> <nil>}
I0701 14:15:53.784213 3714493 main.go:141] libmachine: About to run SSH command:
hostname
I0701 14:15:53.785004 3714493 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:45302->127.0.0.1:33900: read: connection reset by peer
I0701 14:15:56.924633 3714493 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-929335
I0701 14:15:56.924658 3714493 ubuntu.go:169] provisioning hostname "addons-929335"
I0701 14:15:56.924726 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:15:56.942045 3714493 main.go:141] libmachine: Using SSH client type: native
I0701 14:15:56.942278 3714493 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 33900 <nil> <nil>}
I0701 14:15:56.942292 3714493 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-929335 && echo "addons-929335" | sudo tee /etc/hostname
I0701 14:15:57.096923 3714493 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-929335
I0701 14:15:57.097050 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:15:57.112810 3714493 main.go:141] libmachine: Using SSH client type: native
I0701 14:15:57.113273 3714493 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 33900 <nil> <nil>}
I0701 14:15:57.113306 3714493 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-929335' /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-929335/g' /etc/hosts;
else
echo '127.0.1.1 addons-929335' | sudo tee -a /etc/hosts;
fi
fi
I0701 14:15:57.253118 3714493 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0701 14:15:57.253142 3714493 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19166-3708336/.minikube CaCertPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19166-3708336/.minikube}
I0701 14:15:57.253171 3714493 ubuntu.go:177] setting up certificates
I0701 14:15:57.253181 3714493 provision.go:84] configureAuth start
I0701 14:15:57.253247 3714493 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-929335
I0701 14:15:57.269614 3714493 provision.go:143] copyHostCerts
I0701 14:15:57.269693 3714493 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19166-3708336/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19166-3708336/.minikube/key.pem (1675 bytes)
I0701 14:15:57.269810 3714493 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19166-3708336/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19166-3708336/.minikube/ca.pem (1082 bytes)
I0701 14:15:57.269864 3714493 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19166-3708336/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19166-3708336/.minikube/cert.pem (1123 bytes)
I0701 14:15:57.269907 3714493 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19166-3708336/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19166-3708336/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19166-3708336/.minikube/certs/ca-key.pem org=jenkins.addons-929335 san=[127.0.0.1 192.168.49.2 addons-929335 localhost minikube]
I0701 14:15:57.445909 3714493 provision.go:177] copyRemoteCerts
I0701 14:15:57.445977 3714493 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0701 14:15:57.446051 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:15:57.461828 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:15:57.558793 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0701 14:15:57.582147 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0701 14:15:57.606316 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0701 14:15:57.630034 3714493 provision.go:87] duration metric: took 376.838475ms to configureAuth
I0701 14:15:57.630067 3714493 ubuntu.go:193] setting minikube options for container-runtime
I0701 14:15:57.630255 3714493 config.go:182] Loaded profile config "addons-929335": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0701 14:15:57.630363 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:15:57.647176 3714493 main.go:141] libmachine: Using SSH client type: native
I0701 14:15:57.647417 3714493 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 33900 <nil> <nil>}
I0701 14:15:57.647433 3714493 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
I0701 14:15:57.887076 3714493 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0701 14:15:57.887098 3714493 machine.go:97] duration metric: took 4.138997162s to provisionDockerMachine
I0701 14:15:57.887108 3714493 client.go:171] duration metric: took 12.998770826s to LocalClient.Create
I0701 14:15:57.887120 3714493 start.go:167] duration metric: took 12.998836648s to libmachine.API.Create "addons-929335"
I0701 14:15:57.887128 3714493 start.go:293] postStartSetup for "addons-929335" (driver="docker")
I0701 14:15:57.887139 3714493 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]
I0701 14:15:57.887203 3714493 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
I0701 14:15:57.887243 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:15:57.904168 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:15:58.003397 3714493 ssh_runner.go:195] Run: cat /etc/os-release
I0701 14:15:58.007511 3714493 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0701 14:15:58.007550 3714493 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0701 14:15:58.007561 3714493 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0701 14:15:58.007571 3714493 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0701 14:15:58.007583 3714493 filesync.go:126] Scanning /home/jenkins/minikube-integration/19166-3708336/.minikube/addons for local assets ...
I0701 14:15:58.007664 3714493 filesync.go:126] Scanning /home/jenkins/minikube-integration/19166-3708336/.minikube/files for local assets ...
I0701 14:15:58.007690 3714493 start.go:296] duration metric: took 120.556462ms for postStartSetup
I0701 14:15:58.008028 3714493 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-929335
I0701 14:15:58.028022 3714493 profile.go:143] Saving config to /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/config.json ...
I0701 14:15:58.028321 3714493 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0701 14:15:58.028373 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:15:58.044783 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:15:58.137813 3714493 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0701 14:15:58.142149 3714493 start.go:128] duration metric: took 13.256462134s to createHost
I0701 14:15:58.142172 3714493 start.go:83] releasing machines lock for "addons-929335", held for 13.256621323s
I0701 14:15:58.142244 3714493 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-929335
I0701 14:15:58.158586 3714493 ssh_runner.go:195] Run: cat /version.json
I0701 14:15:58.158649 3714493 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0701 14:15:58.158723 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:15:58.158650 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:15:58.182111 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:15:58.186181 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:15:58.401037 3714493 ssh_runner.go:195] Run: systemctl --version
I0701 14:15:58.405032 3714493 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0701 14:15:58.547228 3714493 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0701 14:15:58.551572 3714493 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" ;
I0701 14:15:58.573446 3714493 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0701 14:15:58.573521 3714493 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" ;
I0701 14:15:58.608554 3714493 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0701 14:15:58.608579 3714493 start.go:494] detecting cgroup driver to use...
I0701 14:15:58.608613 3714493 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0701 14:15:58.608664 3714493 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0701 14:15:58.625680 3714493 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0701 14:15:58.637518 3714493 docker.go:217] disabling cri-docker service (if available) ...
I0701 14:15:58.637632 3714493 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0701 14:15:58.653897 3714493 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0701 14:15:58.669193 3714493 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0701 14:15:58.758868 3714493 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0701 14:15:58.857813 3714493 docker.go:233] disabling docker service ...
I0701 14:15:58.857883 3714493 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0701 14:15:58.878267 3714493 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0701 14:15:58.890657 3714493 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0701 14:15:58.981579 3714493 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0701 14:15:59.067544 3714493 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0701 14:15:59.079292 3714493 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"
I0701 14:15:59.095373 3714493 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0701 14:15:59.095482 3714493 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"
I0701 14:15:59.105296 3714493 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0701 14:15:59.105417 3714493 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0701 14:15:59.115131 3714493 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0701 14:15:59.125192 3714493 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0701 14:15:59.134917 3714493 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0701 14:15:59.143807 3714493 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"
I0701 14:15:59.153513 3714493 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"
I0701 14:15:59.169649 3714493 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"
I0701 14:15:59.179480 3714493 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0701 14:15:59.188286 3714493 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0701 14:15:59.196798 3714493 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0701 14:15:59.285945 3714493 ssh_runner.go:195] Run: sudo systemctl restart crio
I0701 14:15:59.399846 3714493 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
I0701 14:15:59.399979 3714493 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0701 14:15:59.403562 3714493 start.go:562] Will wait 60s for crictl version
I0701 14:15:59.403670 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:15:59.407101 3714493 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0701 14:15:59.446266 3714493 start.go:578] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0701 14:15:59.446410 3714493 ssh_runner.go:195] Run: crio --version
I0701 14:15:59.482013 3714493 ssh_runner.go:195] Run: crio --version
I0701 14:15:59.520538 3714493 out.go:177] * Preparing Kubernetes v1.30.2 on CRI-O 1.24.6 ...
I0701 14:15:59.522688 3714493 cli_runner.go:164] Run: docker network inspect addons-929335 --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}}]}"
I0701 14:15:59.540151 3714493 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0701 14:15:59.543936 3714493 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""
I0701 14:15:59.554647 3714493 kubeadm.go:877] updating cluster {Name:addons-929335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d 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.2 ClusterName:addons-929335 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0701 14:15:59.554777 3714493 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0701 14:15:59.554851 3714493 ssh_runner.go:195] Run: sudo crictl images --output json
I0701 14:15:59.632151 3714493 crio.go:514] all images are preloaded for cri-o runtime.
I0701 14:15:59.632172 3714493 crio.go:433] Images already preloaded, skipping extraction
I0701 14:15:59.632229 3714493 ssh_runner.go:195] Run: sudo crictl images --output json
I0701 14:15:59.670022 3714493 crio.go:514] all images are preloaded for cri-o runtime.
I0701 14:15:59.670046 3714493 cache_images.go:84] Images are preloaded, skipping loading
I0701 14:15:59.670055 3714493 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.2 crio true true} ...
I0701 14:15:59.670151 3714493 kubeadm.go:940] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-929335 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.2 ClusterName:addons-929335 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:}
I0701 14:15:59.670241 3714493 ssh_runner.go:195] Run: crio config
I0701 14:15:59.730366 3714493 cni.go:84] Creating CNI manager for ""
I0701 14:15:59.730391 3714493 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0701 14:15:59.730404 3714493 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0701 14:15:59.730453 3714493 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.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-929335 NodeName:addons-929335 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}
I0701 14:15:59.730622 3714493 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-929335"
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.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(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
I0701 14:15:59.730697 3714493 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
I0701 14:15:59.739813 3714493 binaries.go:44] Found k8s binaries, skipping transfer
I0701 14:15:59.739905 3714493 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0701 14:15:59.748805 3714493 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0701 14:15:59.767433 3714493 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0701 14:15:59.785706 3714493 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0701 14:15:59.803590 3714493 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0701 14:15:59.807149 3714493 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""
I0701 14:15:59.818038 3714493 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0701 14:15:59.908866 3714493 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0701 14:15:59.922064 3714493 certs.go:68] Setting up /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335 for IP: 192.168.49.2
I0701 14:15:59.922087 3714493 certs.go:194] generating shared ca certs ...
I0701 14:15:59.922105 3714493 certs.go:226] acquiring lock for ca certs: {Name:mkef61a10d340f62d4856e4c226678a7bd970ee7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:15:59.922277 3714493 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19166-3708336/.minikube/ca.key
I0701 14:16:00.634062 3714493 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19166-3708336/.minikube/ca.crt ...
I0701 14:16:00.634098 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/.minikube/ca.crt: {Name:mk7cc0d70948e4ed02cc6b03bd67d2393f1761b7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:00.634305 3714493 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19166-3708336/.minikube/ca.key ...
I0701 14:16:00.634318 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/.minikube/ca.key: {Name:mk742c097069fed85f84c630a04fca6422948097 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:00.634927 3714493 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19166-3708336/.minikube/proxy-client-ca.key
I0701 14:16:00.912069 3714493 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19166-3708336/.minikube/proxy-client-ca.crt ...
I0701 14:16:00.912101 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/.minikube/proxy-client-ca.crt: {Name:mk1111ab1a13b413b69bba0d83843e569a4ce1dd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:00.912297 3714493 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19166-3708336/.minikube/proxy-client-ca.key ...
I0701 14:16:00.912309 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/.minikube/proxy-client-ca.key: {Name:mk6c1055d7fb8e3ff12df62e15d12d33ae8610e7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:00.912875 3714493 certs.go:256] generating profile certs ...
I0701 14:16:00.912941 3714493 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/client.key
I0701 14:16:00.912960 3714493 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/client.crt with IP's: []
I0701 14:16:01.699178 3714493 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/client.crt ...
I0701 14:16:01.699223 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/client.crt: {Name:mk182fca4cc3e0c307e79f2cccfa26f18a3683d6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:01.699418 3714493 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/client.key ...
I0701 14:16:01.699432 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/client.key: {Name:mk5d3500d252311b100e5282c81fd294ecbf86e1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:01.699520 3714493 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.key.37fc1b00
I0701 14:16:01.699541 3714493 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.crt.37fc1b00 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0701 14:16:01.926771 3714493 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.crt.37fc1b00 ...
I0701 14:16:01.926806 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.crt.37fc1b00: {Name:mk4c0a011c17e9899ed7224593d62a91b67e2f9e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:01.927001 3714493 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.key.37fc1b00 ...
I0701 14:16:01.927018 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.key.37fc1b00: {Name:mk3308ef7ff745f4831105113fa3d3c9402f03bc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:01.927113 3714493 certs.go:381] copying /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.crt.37fc1b00 -> /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.crt
I0701 14:16:01.927192 3714493 certs.go:385] copying /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.key.37fc1b00 -> /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.key
I0701 14:16:01.927252 3714493 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/proxy-client.key
I0701 14:16:01.927270 3714493 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/proxy-client.crt with IP's: []
I0701 14:16:02.398156 3714493 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/proxy-client.crt ...
I0701 14:16:02.398190 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/proxy-client.crt: {Name:mkd44519905e4e13028e4ac695d33cab5461d876 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:02.398849 3714493 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/proxy-client.key ...
I0701 14:16:02.398871 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/proxy-client.key: {Name:mk215786bde510015bc46c4b221b63c4f8549acc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:02.399579 3714493 certs.go:484] found cert: /home/jenkins/minikube-integration/19166-3708336/.minikube/certs/ca-key.pem (1675 bytes)
I0701 14:16:02.399625 3714493 certs.go:484] found cert: /home/jenkins/minikube-integration/19166-3708336/.minikube/certs/ca.pem (1082 bytes)
I0701 14:16:02.399660 3714493 certs.go:484] found cert: /home/jenkins/minikube-integration/19166-3708336/.minikube/certs/cert.pem (1123 bytes)
I0701 14:16:02.399694 3714493 certs.go:484] found cert: /home/jenkins/minikube-integration/19166-3708336/.minikube/certs/key.pem (1675 bytes)
I0701 14:16:02.400316 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0701 14:16:02.425817 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0701 14:16:02.450155 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0701 14:16:02.473291 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0701 14:16:02.496432 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0701 14:16:02.520341 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0701 14:16:02.544457 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0701 14:16:02.568333 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/profiles/addons-929335/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0701 14:16:02.592203 3714493 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19166-3708336/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0701 14:16:02.617084 3714493 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0701 14:16:02.634812 3714493 ssh_runner.go:195] Run: openssl version
I0701 14:16:02.640385 3714493 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"
I0701 14:16:02.650103 3714493 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0701 14:16:02.653730 3714493 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 1 14:16 /usr/share/ca-certificates/minikubeCA.pem
I0701 14:16:02.653797 3714493 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0701 14:16:02.660622 3714493 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"
I0701 14:16:02.670406 3714493 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0701 14:16:02.673869 3714493 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
I0701 14:16:02.673917 3714493 kubeadm.go:391] StartCluster: {Name:addons-929335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d 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.2 ClusterName:addons-929335 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0701 14:16:02.674002 3714493 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0701 14:16:02.674064 3714493 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0701 14:16:02.710117 3714493 cri.go:89] found id: ""
I0701 14:16:02.710221 3714493 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0701 14:16:02.718858 3714493 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0701 14:16:02.727650 3714493 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0701 14:16:02.727761 3714493 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
I0701 14:16:02.736365 3714493 kubeadm.go:154] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0701 14:16:02.736386 3714493 kubeadm.go:156] found existing configuration files:
I0701 14:16:02.736461 3714493 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0701 14:16:02.745176 3714493 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0701 14:16:02.745306 3714493 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0701 14:16:02.753657 3714493 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0701 14:16:02.762104 3714493 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0701 14:16:02.762188 3714493 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0701 14:16:02.770704 3714493 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0701 14:16:02.779144 3714493 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0701 14:16:02.779247 3714493 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0701 14:16:02.787321 3714493 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0701 14:16:02.795832 3714493 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0701 14:16:02.795918 3714493 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0701 14:16:02.803930 3714493 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0701 14:16:02.851829 3714493 kubeadm.go:309] [init] Using Kubernetes version: v1.30.2
I0701 14:16:02.852056 3714493 kubeadm.go:309] [preflight] Running pre-flight checks
I0701 14:16:02.910180 3714493 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0701 14:16:02.910294 3714493 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1063-aws[0m
I0701 14:16:02.910379 3714493 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0701 14:16:02.910445 3714493 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0701 14:16:02.910528 3714493 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0701 14:16:02.910592 3714493 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0701 14:16:02.910699 3714493 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0701 14:16:02.910770 3714493 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0701 14:16:02.910834 3714493 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0701 14:16:02.910883 3714493 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0701 14:16:02.910944 3714493 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0701 14:16:02.910996 3714493 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0701 14:16:02.978221 3714493 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0701 14:16:02.978409 3714493 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0701 14:16:02.978541 3714493 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0701 14:16:03.199067 3714493 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0701 14:16:03.202966 3714493 out.go:204] - Generating certificates and keys ...
I0701 14:16:03.203082 3714493 kubeadm.go:309] [certs] Using existing ca certificate authority
I0701 14:16:03.203164 3714493 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0701 14:16:03.668055 3714493 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0701 14:16:04.509348 3714493 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0701 14:16:05.464755 3714493 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0701 14:16:05.879208 3714493 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0701 14:16:06.586814 3714493 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0701 14:16:06.586967 3714493 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-929335 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0701 14:16:07.565364 3714493 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0701 14:16:07.565521 3714493 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-929335 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0701 14:16:07.718316 3714493 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0701 14:16:08.047750 3714493 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0701 14:16:08.571041 3714493 kubeadm.go:309] [certs] Generating "sa" key and public key
I0701 14:16:08.571352 3714493 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0701 14:16:08.749871 3714493 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0701 14:16:09.147640 3714493 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0701 14:16:09.543890 3714493 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0701 14:16:09.896370 3714493 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0701 14:16:10.361785 3714493 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0701 14:16:10.362685 3714493 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0701 14:16:10.365769 3714493 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0701 14:16:10.368028 3714493 out.go:204] - Booting up control plane ...
I0701 14:16:10.368160 3714493 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0701 14:16:10.368242 3714493 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0701 14:16:10.369305 3714493 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0701 14:16:10.386119 3714493 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0701 14:16:10.387516 3714493 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0701 14:16:10.387738 3714493 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0701 14:16:10.488045 3714493 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0701 14:16:10.488132 3714493 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0701 14:16:11.989612 3714493 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 1.501644867s
I0701 14:16:11.989707 3714493 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0701 14:16:18.991274 3714493 kubeadm.go:309] [api-check] The API server is healthy after 7.001606639s
I0701 14:16:19.011022 3714493 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0701 14:16:19.027312 3714493 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0701 14:16:19.083253 3714493 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0701 14:16:19.083446 3714493 kubeadm.go:309] [mark-control-plane] Marking the node addons-929335 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0701 14:16:19.101990 3714493 kubeadm.go:309] [bootstrap-token] Using token: ypqvhc.tyl4o7d4g0682pi9
I0701 14:16:19.104330 3714493 out.go:204] - Configuring RBAC rules ...
I0701 14:16:19.104455 3714493 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0701 14:16:19.108412 3714493 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0701 14:16:19.121674 3714493 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0701 14:16:19.126021 3714493 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0701 14:16:19.130540 3714493 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0701 14:16:19.136155 3714493 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0701 14:16:19.397600 3714493 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0701 14:16:19.842548 3714493 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0701 14:16:20.402445 3714493 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0701 14:16:20.403731 3714493 kubeadm.go:309]
I0701 14:16:20.403804 3714493 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0701 14:16:20.403814 3714493 kubeadm.go:309]
I0701 14:16:20.403888 3714493 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0701 14:16:20.403897 3714493 kubeadm.go:309]
I0701 14:16:20.403922 3714493 kubeadm.go:309] mkdir -p $HOME/.kube
I0701 14:16:20.403982 3714493 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0701 14:16:20.404035 3714493 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0701 14:16:20.404044 3714493 kubeadm.go:309]
I0701 14:16:20.404096 3714493 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0701 14:16:20.404104 3714493 kubeadm.go:309]
I0701 14:16:20.404150 3714493 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0701 14:16:20.404158 3714493 kubeadm.go:309]
I0701 14:16:20.404209 3714493 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0701 14:16:20.404284 3714493 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0701 14:16:20.404353 3714493 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0701 14:16:20.404362 3714493 kubeadm.go:309]
I0701 14:16:20.404443 3714493 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0701 14:16:20.404520 3714493 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0701 14:16:20.404529 3714493 kubeadm.go:309]
I0701 14:16:20.404609 3714493 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token ypqvhc.tyl4o7d4g0682pi9 \
I0701 14:16:20.404711 3714493 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:147605410e7daebab3b068442614c3748ab53b9f1af728ca2913c2913dc90190 \
I0701 14:16:20.404735 3714493 kubeadm.go:309] --control-plane
I0701 14:16:20.404744 3714493 kubeadm.go:309]
I0701 14:16:20.404825 3714493 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0701 14:16:20.404833 3714493 kubeadm.go:309]
I0701 14:16:20.404935 3714493 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token ypqvhc.tyl4o7d4g0682pi9 \
I0701 14:16:20.405053 3714493 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:147605410e7daebab3b068442614c3748ab53b9f1af728ca2913c2913dc90190
I0701 14:16:20.408632 3714493 kubeadm.go:309] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1063-aws\n", err: exit status 1
I0701 14:16:20.408751 3714493 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0701 14:16:20.408772 3714493 cni.go:84] Creating CNI manager for ""
I0701 14:16:20.408783 3714493 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0701 14:16:20.410804 3714493 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0701 14:16:20.412471 3714493 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0701 14:16:20.416311 3714493 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
I0701 14:16:20.416332 3714493 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0701 14:16:20.437079 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0701 14:16:20.711020 3714493 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0701 14:16:20.711169 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:20.711267 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-929335 minikube.k8s.io/updated_at=2024_07_01T14_16_20_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=f87dc4b1adfa3faf30393d14b8f7fb9acc5e991c minikube.k8s.io/name=addons-929335 minikube.k8s.io/primary=true
I0701 14:16:20.724072 3714493 ops.go:34] apiserver oom_adj: -16
I0701 14:16:20.866671 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:21.367706 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:21.866828 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:22.366823 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:22.867571 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:23.367405 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:23.866798 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:24.367603 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:24.867298 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:25.366818 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:25.867502 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:26.367284 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:26.867540 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:27.367701 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:27.867733 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:28.366856 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:28.866903 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:29.367275 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:29.867547 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:30.367587 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:30.866995 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:31.367733 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:31.867506 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:32.367261 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:32.867677 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:33.367224 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:33.867549 3714493 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 14:16:34.017778 3714493 kubeadm.go:1107] duration metric: took 13.306658129s to wait for elevateKubeSystemPrivileges
W0701 14:16:34.017812 3714493 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0701 14:16:34.017820 3714493 kubeadm.go:393] duration metric: took 31.343907492s to StartCluster
I0701 14:16:34.017837 3714493 settings.go:142] acquiring lock: {Name:mke9008d6920f4be65eddeda5d60c738ed3823ff Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:34.017959 3714493 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19166-3708336/kubeconfig
I0701 14:16:34.018393 3714493 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19166-3708336/kubeconfig: {Name:mk4d5838a81c57a1d9ec9a509328664588dd34aa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 14:16:34.018605 3714493 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0701 14:16:34.018715 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0701 14:16:34.018992 3714493 config.go:182] Loaded profile config "addons-929335": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0701 14:16:34.019024 3714493 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]
I0701 14:16:34.019110 3714493 addons.go:69] Setting yakd=true in profile "addons-929335"
I0701 14:16:34.019132 3714493 addons.go:234] Setting addon yakd=true in "addons-929335"
I0701 14:16:34.019156 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.019627 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.020110 3714493 addons.go:69] Setting metrics-server=true in profile "addons-929335"
I0701 14:16:34.020142 3714493 addons.go:234] Setting addon metrics-server=true in "addons-929335"
I0701 14:16:34.020177 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.020618 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.020780 3714493 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-929335"
I0701 14:16:34.020808 3714493 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-929335"
I0701 14:16:34.020834 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.021383 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.021779 3714493 addons.go:69] Setting cloud-spanner=true in profile "addons-929335"
I0701 14:16:34.021811 3714493 addons.go:234] Setting addon cloud-spanner=true in "addons-929335"
I0701 14:16:34.021839 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.022440 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.025353 3714493 addons.go:69] Setting registry=true in profile "addons-929335"
I0701 14:16:34.025396 3714493 addons.go:234] Setting addon registry=true in "addons-929335"
I0701 14:16:34.025430 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.025874 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.026037 3714493 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-929335"
I0701 14:16:34.026084 3714493 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-929335"
I0701 14:16:34.026106 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.026494 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.045571 3714493 addons.go:69] Setting default-storageclass=true in profile "addons-929335"
I0701 14:16:34.045635 3714493 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-929335"
I0701 14:16:34.045827 3714493 addons.go:69] Setting storage-provisioner=true in profile "addons-929335"
I0701 14:16:34.045852 3714493 addons.go:234] Setting addon storage-provisioner=true in "addons-929335"
I0701 14:16:34.045887 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.046377 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.047538 3714493 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-929335"
I0701 14:16:34.047635 3714493 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-929335"
I0701 14:16:34.048754 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.065900 3714493 addons.go:69] Setting volcano=true in profile "addons-929335"
I0701 14:16:34.066023 3714493 addons.go:234] Setting addon volcano=true in "addons-929335"
I0701 14:16:34.066100 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.066675 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.046588 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.046596 3714493 addons.go:69] Setting gcp-auth=true in profile "addons-929335"
I0701 14:16:34.079946 3714493 mustload.go:65] Loading cluster: addons-929335
I0701 14:16:34.080178 3714493 config.go:182] Loaded profile config "addons-929335": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0701 14:16:34.046603 3714493 addons.go:69] Setting ingress=true in profile "addons-929335"
I0701 14:16:34.092598 3714493 addons.go:234] Setting addon ingress=true in "addons-929335"
I0701 14:16:34.097387 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.046607 3714493 addons.go:69] Setting ingress-dns=true in profile "addons-929335"
I0701 14:16:34.046613 3714493 addons.go:69] Setting inspektor-gadget=true in profile "addons-929335"
I0701 14:16:34.046680 3714493 out.go:177] * Verifying Kubernetes components...
I0701 14:16:34.092517 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.092557 3714493 addons.go:69] Setting volumesnapshots=true in profile "addons-929335"
I0701 14:16:34.101619 3714493 addons.go:234] Setting addon ingress-dns=true in "addons-929335"
I0701 14:16:34.101719 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.111422 3714493 addons.go:234] Setting addon inspektor-gadget=true in "addons-929335"
I0701 14:16:34.113267 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.113889 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.134020 3714493 addons.go:234] Setting addon volumesnapshots=true in "addons-929335"
I0701 14:16:34.134121 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.134668 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.150443 3714493 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0701 14:16:34.156218 3714493 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0701 14:16:34.166506 3714493 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0701 14:16:34.166576 3714493 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0701 14:16:34.166691 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.177618 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.178279 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.217350 3714493 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0701 14:16:34.224625 3714493 out.go:177] - Using image docker.io/registry:2.8.3
I0701 14:16:34.226158 3714493 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.0
I0701 14:16:34.226323 3714493 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0701 14:16:34.226469 3714493 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0701 14:16:34.229994 3714493 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0701 14:16:34.230064 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0701 14:16:34.230160 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.247694 3714493 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0701 14:16:34.247757 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0701 14:16:34.247864 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.247989 3714493 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0701 14:16:34.248227 3714493 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0701 14:16:34.248239 3714493 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0701 14:16:34.248291 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.282251 3714493 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-929335"
I0701 14:16:34.282341 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.282849 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.298698 3714493 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0701 14:16:34.299021 3714493 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0701 14:16:34.299039 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0701 14:16:34.299107 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.342239 3714493 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0701 14:16:34.344514 3714493 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0701 14:16:34.344539 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0701 14:16:34.344607 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
W0701 14:16:34.351627 3714493 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0701 14:16:34.353410 3714493 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0701 14:16:34.355393 3714493 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0701 14:16:34.355591 3714493 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0701 14:16:34.356120 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.361887 3714493 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0701 14:16:34.361905 3714493 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0701 14:16:34.361969 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.371335 3714493 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0701 14:16:34.373082 3714493 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0701 14:16:34.375153 3714493 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0701 14:16:34.376917 3714493 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0701 14:16:34.377987 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0701 14:16:34.385067 3714493 addons.go:234] Setting addon default-storageclass=true in "addons-929335"
I0701 14:16:34.385110 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:34.385532 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:34.385732 3714493 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0701 14:16:34.385747 3714493 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0701 14:16:34.385801 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.400303 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.401154 3714493 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0701 14:16:34.404862 3714493 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0701 14:16:34.404930 3714493 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0701 14:16:34.405087 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.459254 3714493 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0701 14:16:34.461277 3714493 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0701 14:16:34.464649 3714493 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0701 14:16:34.467502 3714493 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0701 14:16:34.467678 3714493 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0701 14:16:34.467697 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0701 14:16:34.467765 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.472341 3714493 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0701 14:16:34.472363 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0701 14:16:34.472432 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.490919 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.510694 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.510816 3714493 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0701 14:16:34.522962 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.526792 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.569057 3714493 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0701 14:16:34.571412 3714493 out.go:177] - Using image docker.io/busybox:stable
I0701 14:16:34.576762 3714493 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0701 14:16:34.576781 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0701 14:16:34.576850 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.608784 3714493 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0701 14:16:34.608845 3714493 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0701 14:16:34.608938 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:34.619735 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.620166 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.624184 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.628534 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.644585 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.650554 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.674245 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.682288 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:34.880571 3714493 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0701 14:16:34.880595 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0701 14:16:34.906530 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0701 14:16:34.945534 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0701 14:16:35.049105 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0701 14:16:35.062378 3714493 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0701 14:16:35.062448 3714493 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0701 14:16:35.065120 3714493 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0701 14:16:35.065181 3714493 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0701 14:16:35.068346 3714493 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0701 14:16:35.068416 3714493 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0701 14:16:35.073416 3714493 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0701 14:16:35.073509 3714493 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0701 14:16:35.102107 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0701 14:16:35.107455 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0701 14:16:35.120817 3714493 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0701 14:16:35.120886 3714493 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0701 14:16:35.128086 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0701 14:16:35.194687 3714493 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0701 14:16:35.194758 3714493 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0701 14:16:35.198166 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0701 14:16:35.215393 3714493 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0701 14:16:35.215506 3714493 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)
I0701 14:16:35.223034 3714493 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0701 14:16:35.223117 3714493 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0701 14:16:35.259603 3714493 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0701 14:16:35.259676 3714493 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0701 14:16:35.275817 3714493 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0701 14:16:35.276165 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0701 14:16:35.326307 3714493 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0701 14:16:35.326379 3714493 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0701 14:16:35.369462 3714493 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0701 14:16:35.369541 3714493 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0701 14:16:35.388923 3714493 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0701 14:16:35.389004 3714493 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0701 14:16:35.405282 3714493 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0701 14:16:35.405355 3714493 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0701 14:16:35.422319 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0701 14:16:35.447016 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0701 14:16:35.493806 3714493 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0701 14:16:35.493891 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0701 14:16:35.500764 3714493 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0701 14:16:35.500828 3714493 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0701 14:16:35.527822 3714493 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0701 14:16:35.527898 3714493 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0701 14:16:35.531613 3714493 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0701 14:16:35.531676 3714493 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0701 14:16:35.585433 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0701 14:16:35.635054 3714493 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0701 14:16:35.635124 3714493 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0701 14:16:35.640424 3714493 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0701 14:16:35.640494 3714493 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0701 14:16:35.699546 3714493 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0701 14:16:35.699624 3714493 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0701 14:16:35.789406 3714493 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0701 14:16:35.789468 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0701 14:16:35.847372 3714493 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0701 14:16:35.847445 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0701 14:16:35.857297 3714493 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0701 14:16:35.857359 3714493 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0701 14:16:35.930577 3714493 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0701 14:16:35.930650 3714493 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0701 14:16:35.959377 3714493 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0701 14:16:35.959451 3714493 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0701 14:16:36.017769 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0701 14:16:36.074533 3714493 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0701 14:16:36.074602 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0701 14:16:36.090570 3714493 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0701 14:16:36.090677 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0701 14:16:36.193282 3714493 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0701 14:16:36.193353 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0701 14:16:36.216757 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0701 14:16:36.290921 3714493 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0701 14:16:36.291000 3714493 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0701 14:16:36.311402 3714493 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.933386242s)
I0701 14:16:36.311516 3714493 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0701 14:16:36.311486 3714493 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.800650825s)
I0701 14:16:36.312409 3714493 node_ready.go:35] waiting up to 6m0s for node "addons-929335" to be "Ready" ...
I0701 14:16:36.394770 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0701 14:16:37.883303 3714493 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-929335" context rescaled to 1 replicas
I0701 14:16:38.413681 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.507112665s)
I0701 14:16:38.413784 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.468224774s)
I0701 14:16:38.481246 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:16:38.762505 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.713308551s)
I0701 14:16:39.225078 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.12288642s)
I0701 14:16:39.233206 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.125664976s)
I0701 14:16:40.070713 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.942553861s)
I0701 14:16:40.070800 3714493 addons.go:475] Verifying addon ingress=true in "addons-929335"
I0701 14:16:40.071041 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.872807842s)
I0701 14:16:40.071283 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.648889468s)
I0701 14:16:40.071486 3714493 addons.go:475] Verifying addon registry=true in "addons-929335"
I0701 14:16:40.071351 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.624259143s)
I0701 14:16:40.071656 3714493 addons.go:475] Verifying addon metrics-server=true in "addons-929335"
I0701 14:16:40.071384 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.48587525s)
I0701 14:16:40.073146 3714493 out.go:177] * Verifying ingress addon...
I0701 14:16:40.073246 3714493 out.go:177] * Verifying registry addon...
I0701 14:16:40.074988 3714493 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-929335 service yakd-dashboard -n yakd-dashboard
I0701 14:16:40.075864 3714493 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0701 14:16:40.076826 3714493 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0701 14:16:40.114717 3714493 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0701 14:16:40.114819 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:40.119951 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.102065283s)
W0701 14:16:40.120011 3714493 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0701 14:16:40.120038 3714493 retry.go:31] will retry after 205.150726ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0701 14:16:40.120111 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (3.903280624s)
I0701 14:16:40.121342 3714493 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0701 14:16:40.121358 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:40.325909 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0701 14:16:40.580377 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.185514377s)
I0701 14:16:40.580478 3714493 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-929335"
I0701 14:16:40.583735 3714493 out.go:177] * Verifying csi-hostpath-driver addon...
I0701 14:16:40.586713 3714493 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0701 14:16:40.594882 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:40.609140 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:40.613911 3714493 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0701 14:16:40.613980 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:40.816367 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:16:41.080335 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:41.082034 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:41.091835 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:41.565486 3714493 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0701 14:16:41.565570 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:41.590563 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:41.601562 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:41.611170 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:41.611920 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:41.805436 3714493 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0701 14:16:41.841584 3714493 addons.go:234] Setting addon gcp-auth=true in "addons-929335"
I0701 14:16:41.841685 3714493 host.go:66] Checking if "addons-929335" exists ...
I0701 14:16:41.842239 3714493 cli_runner.go:164] Run: docker container inspect addons-929335 --format={{.State.Status}}
I0701 14:16:41.861355 3714493 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0701 14:16:41.861413 3714493 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-929335
I0701 14:16:41.880323 3714493 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33900 SSHKeyPath:/home/jenkins/minikube-integration/19166-3708336/.minikube/machines/addons-929335/id_rsa Username:docker}
I0701 14:16:42.087796 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:42.090774 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:42.097128 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:42.581050 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:42.581421 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:42.591739 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:42.818588 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:16:43.084361 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:43.085481 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:43.097287 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:43.258329 3714493 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.932315114s)
I0701 14:16:43.258502 3714493 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.39711314s)
I0701 14:16:43.260477 3714493 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0701 14:16:43.262235 3714493 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0701 14:16:43.263843 3714493 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0701 14:16:43.263898 3714493 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0701 14:16:43.289146 3714493 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0701 14:16:43.289215 3714493 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0701 14:16:43.308260 3714493 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0701 14:16:43.308331 3714493 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0701 14:16:43.332622 3714493 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0701 14:16:43.581225 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:43.583473 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:43.591619 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:44.112734 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:44.113967 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:44.137665 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:44.234862 3714493 addons.go:475] Verifying addon gcp-auth=true in "addons-929335"
I0701 14:16:44.236796 3714493 out.go:177] * Verifying gcp-auth addon...
I0701 14:16:44.239981 3714493 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0701 14:16:44.252868 3714493 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0701 14:16:44.252943 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:44.581786 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:44.583186 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:44.591571 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:44.744040 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:45.091760 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:45.092280 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:45.096570 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:45.244845 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:45.316121 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:16:45.580977 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:45.583462 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:45.592691 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:45.743455 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:46.081399 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:46.081769 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:46.097919 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:46.244357 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:46.581409 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:46.582440 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:46.591477 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:46.743506 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:47.082516 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:47.083590 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:47.091334 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:47.244489 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:47.579819 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:47.581891 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:47.590923 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:47.743710 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:47.816128 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:16:48.081822 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:48.082306 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:48.092660 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:48.244637 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:48.580657 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:48.581493 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:48.591772 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:48.744400 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:49.079804 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:49.081694 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:49.092515 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:49.243623 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:49.580958 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:49.581329 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:49.591195 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:49.744011 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:49.816434 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:16:50.082335 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:50.083139 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:50.091619 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:50.243526 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:50.581336 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:50.582087 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:50.592499 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:50.744123 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:51.082085 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:51.082565 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:51.091484 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:51.244335 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:51.580931 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:51.582249 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:51.591555 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:51.743315 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:52.080722 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:52.081149 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:52.091088 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:52.244361 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:52.316143 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:16:52.580180 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:52.580590 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:52.591134 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:52.743929 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:53.081743 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:53.082502 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:53.092003 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:53.244465 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:53.581198 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:53.581366 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:53.591498 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:53.743784 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:54.080401 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:54.080788 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:54.090966 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:54.244344 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:54.316346 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:16:54.579922 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:54.580626 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:54.591119 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:54.744014 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:55.080124 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:55.082492 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:55.092937 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:55.244606 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:55.581524 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:55.581905 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:55.591526 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:55.743944 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:56.080659 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:56.081736 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:56.091158 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:56.244323 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:56.580509 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:56.580824 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:56.591465 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:56.743982 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:56.816430 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:16:57.080545 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:57.080997 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:57.091857 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:57.243711 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:57.580859 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:57.581093 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:57.590824 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:57.744460 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:58.080569 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:58.082411 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:58.091207 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:58.245509 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:58.580574 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:58.581893 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:58.591628 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:58.744093 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:58.816533 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:16:59.080818 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:59.081423 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:59.091411 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:59.243970 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:16:59.581367 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:16:59.582123 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:16:59.591614 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:16:59.743472 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:00.105087 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:00.105319 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:00.114476 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:00.244951 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:00.581487 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:00.582108 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:00.591241 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:00.744250 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:01.081456 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:01.082717 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:01.090945 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:01.243772 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:01.315836 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:17:01.580993 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:01.582205 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:01.591016 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:01.744216 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:02.082352 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:02.083194 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:02.091988 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:02.245410 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:02.580393 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:02.582327 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:02.591133 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:02.744415 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:03.081584 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:03.083205 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:03.091034 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:03.244147 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:03.316176 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:17:03.581041 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:03.581899 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:03.591547 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:03.744129 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:04.086859 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:04.089289 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:04.093086 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:04.243977 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:04.581989 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:04.582827 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:04.591736 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:04.744259 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:05.081576 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:05.082352 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:05.094714 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:05.244684 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:05.317062 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:17:05.581387 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:05.582634 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:05.592027 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:05.743753 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:06.081280 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:06.082063 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:06.091294 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:06.244522 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:06.580817 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:06.581584 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:06.591150 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:06.745955 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:07.080430 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:07.082352 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:07.091494 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:07.243868 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:07.579829 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:07.581908 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:07.591673 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:07.743653 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:07.815919 3714493 node_ready.go:53] node "addons-929335" has status "Ready":"False"
I0701 14:17:08.121096 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:08.121891 3714493 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0701 14:17:08.121908 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:08.132177 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:08.249372 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:08.342301 3714493 node_ready.go:49] node "addons-929335" has status "Ready":"True"
I0701 14:17:08.342330 3714493 node_ready.go:38] duration metric: took 32.029893573s for node "addons-929335" to be "Ready" ...
I0701 14:17:08.342341 3714493 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" ...
I0701 14:17:08.407878 3714493 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-s8jw9" in "kube-system" namespace to be "Ready" ...
I0701 14:17:08.584824 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:08.585208 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:08.591823 3714493 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0701 14:17:08.591892 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:08.747802 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:09.096665 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:09.097434 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:09.104098 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:09.243844 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:09.582201 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:09.586042 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:09.593329 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:09.743661 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:10.099148 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:10.111876 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:10.113382 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:10.244252 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:10.414173 3714493 pod_ready.go:102] pod "coredns-7db6d8ff4d-s8jw9" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:10.588255 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:10.589913 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:10.594007 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:10.745176 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:11.084905 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:11.089257 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:11.103084 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:11.244429 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:11.414405 3714493 pod_ready.go:92] pod "coredns-7db6d8ff4d-s8jw9" in "kube-system" namespace has status "Ready":"True"
I0701 14:17:11.414474 3714493 pod_ready.go:81] duration metric: took 3.006514273s for pod "coredns-7db6d8ff4d-s8jw9" in "kube-system" namespace to be "Ready" ...
I0701 14:17:11.414514 3714493 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-929335" in "kube-system" namespace to be "Ready" ...
I0701 14:17:11.428148 3714493 pod_ready.go:92] pod "etcd-addons-929335" in "kube-system" namespace has status "Ready":"True"
I0701 14:17:11.428217 3714493 pod_ready.go:81] duration metric: took 13.671197ms for pod "etcd-addons-929335" in "kube-system" namespace to be "Ready" ...
I0701 14:17:11.428246 3714493 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-929335" in "kube-system" namespace to be "Ready" ...
I0701 14:17:11.433167 3714493 pod_ready.go:92] pod "kube-apiserver-addons-929335" in "kube-system" namespace has status "Ready":"True"
I0701 14:17:11.433237 3714493 pod_ready.go:81] duration metric: took 4.969126ms for pod "kube-apiserver-addons-929335" in "kube-system" namespace to be "Ready" ...
I0701 14:17:11.433263 3714493 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-929335" in "kube-system" namespace to be "Ready" ...
I0701 14:17:11.446230 3714493 pod_ready.go:92] pod "kube-controller-manager-addons-929335" in "kube-system" namespace has status "Ready":"True"
I0701 14:17:11.446302 3714493 pod_ready.go:81] duration metric: took 13.017643ms for pod "kube-controller-manager-addons-929335" in "kube-system" namespace to be "Ready" ...
I0701 14:17:11.446333 3714493 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-b7sh5" in "kube-system" namespace to be "Ready" ...
I0701 14:17:11.459641 3714493 pod_ready.go:92] pod "kube-proxy-b7sh5" in "kube-system" namespace has status "Ready":"True"
I0701 14:17:11.459722 3714493 pod_ready.go:81] duration metric: took 13.367964ms for pod "kube-proxy-b7sh5" in "kube-system" namespace to be "Ready" ...
I0701 14:17:11.459749 3714493 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-929335" in "kube-system" namespace to be "Ready" ...
I0701 14:17:11.585639 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:11.591679 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:11.616799 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:11.747435 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:11.812343 3714493 pod_ready.go:92] pod "kube-scheduler-addons-929335" in "kube-system" namespace has status "Ready":"True"
I0701 14:17:11.812369 3714493 pod_ready.go:81] duration metric: took 352.598979ms for pod "kube-scheduler-addons-929335" in "kube-system" namespace to be "Ready" ...
I0701 14:17:11.812389 3714493 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace to be "Ready" ...
I0701 14:17:12.086056 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:12.087355 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:12.094836 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:12.243945 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:12.583836 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:12.594583 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:12.603588 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:12.743704 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:13.084219 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:13.098737 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:13.100774 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:13.244223 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:13.583124 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:13.583751 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:13.592603 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:13.744082 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:13.824263 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:14.084580 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:14.086741 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:14.093056 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:14.244983 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:14.582155 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:14.582696 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:14.592536 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:14.743665 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:15.081735 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:15.082950 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:15.094604 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:15.245086 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:15.584316 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:15.586002 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:15.592428 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:15.747106 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:16.084605 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:16.085955 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:16.093500 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:16.245783 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:16.320486 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:16.595919 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:16.596344 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:16.605544 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:16.744506 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:17.082304 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:17.082744 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:17.093918 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:17.243917 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:17.581963 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:17.582581 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:17.592845 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:17.743059 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:18.082351 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:18.083249 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:18.093350 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:18.244265 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:18.581308 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:18.586706 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:18.593641 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:18.744406 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:18.818252 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:19.084509 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:19.086426 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:19.093603 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:19.247175 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:19.579923 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:19.582723 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:19.592470 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:19.752591 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:20.082363 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:20.083528 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:20.092461 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:20.243746 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:20.580418 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:20.582399 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:20.591564 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:20.744811 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:20.818777 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:21.089122 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:21.092473 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:21.104228 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:21.250201 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:21.585518 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:21.589157 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:21.595584 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:21.744853 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:22.081055 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:22.085304 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:22.097664 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:22.246094 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:22.582647 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:22.590030 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:22.596549 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:22.744462 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:22.819648 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:23.084611 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:23.086186 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:23.092796 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:23.244775 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:23.584771 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:23.586538 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:23.593752 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:23.744345 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:24.083918 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:24.086065 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:24.100601 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:24.244313 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:24.585008 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:24.588076 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:24.603405 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:24.743971 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:25.084738 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:25.089390 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:25.108787 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:25.249773 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:25.320530 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:25.582275 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:25.582948 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:25.593324 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:25.743834 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:26.081822 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:26.083483 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:26.091958 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:26.246513 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:26.581070 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:26.584358 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:26.592073 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:26.744060 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:27.083933 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:27.087574 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:27.098038 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:27.244736 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:27.326496 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:27.584147 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:27.585761 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:27.595737 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:27.745504 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:28.080450 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:28.083180 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:28.093785 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:28.252622 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:28.581367 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:28.584959 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:28.592453 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:28.743215 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:29.083390 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:29.084203 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:29.093746 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:29.243930 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:29.582119 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:29.583080 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:29.592096 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:29.745654 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:29.818848 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:30.080917 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:30.083572 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:30.092522 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:30.268887 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:30.585177 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:30.586384 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:30.594151 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:30.744094 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:31.082249 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:31.083768 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:31.094398 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:31.247133 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:31.580461 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:31.581652 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:31.593768 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:31.744234 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:31.820932 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:32.084070 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:32.085545 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:32.101092 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:32.254086 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:32.582906 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:32.592488 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:32.600965 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:32.744548 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:33.081519 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:33.086743 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:33.115393 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:33.274825 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:33.609454 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:33.622999 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:33.631870 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:33.744724 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:33.823173 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:34.088408 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:34.095624 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:34.100334 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:34.244279 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:34.581965 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:34.583004 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:34.592727 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:34.744535 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:35.083196 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:35.084170 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:35.094791 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:35.245967 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:35.581436 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:35.581628 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:35.592871 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:35.743886 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:36.083365 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:36.084925 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:36.093416 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:36.244676 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:36.320502 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:36.583626 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:36.584210 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:36.592820 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:36.747418 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:37.080565 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:37.081780 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:37.092547 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:37.244560 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:37.582541 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:37.583847 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:37.592458 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:37.743742 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:38.081799 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:38.083404 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:38.093611 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:38.243966 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:38.582447 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:38.583327 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:38.592080 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:38.744494 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:38.819616 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:39.083755 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:39.085354 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:39.092742 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:39.258682 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:39.588577 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:39.590657 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:39.599236 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:39.744540 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:40.082499 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:40.085942 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:40.092602 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:40.245146 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:40.586288 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:40.588438 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:40.593104 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:40.743713 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:40.819721 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:41.086088 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:41.090200 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:41.100932 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:41.244962 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:41.586086 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:41.587090 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:41.598139 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:41.744196 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:42.095449 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:42.096226 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:42.116461 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:42.244514 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:42.583737 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:42.585299 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:42.600036 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:42.744055 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:42.826791 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:43.083077 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:43.084537 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:43.092305 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:43.244242 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:43.580998 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:43.585488 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:43.592383 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:43.743836 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:44.082834 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:44.085650 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:44.096622 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:44.250671 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:44.584404 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:44.584838 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:44.593505 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:44.757588 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:44.833972 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:45.081380 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:45.083888 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:45.096816 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:45.248338 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:45.581977 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:45.582421 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:45.593981 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:45.743497 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:46.082952 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:46.084384 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:46.093943 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:46.244309 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:46.594520 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:46.596581 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:46.606991 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:46.744674 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:47.089882 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:47.091515 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:47.104966 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:47.246405 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:47.320564 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:47.586580 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:47.587992 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:47.604259 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:47.743954 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:48.084946 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:48.086374 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:48.097192 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:48.245240 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:48.584910 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:48.591451 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:48.596175 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:48.750309 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:49.083471 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:49.091054 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:49.097179 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:49.245629 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:49.321272 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:49.583149 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:49.586437 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:49.592746 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:49.744535 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:50.083448 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 14:17:50.085346 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:50.093173 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:50.244371 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:50.581890 3714493 kapi.go:107] duration metric: took 1m10.505061287s to wait for kubernetes.io/minikube-addons=registry ...
I0701 14:17:50.582832 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:50.593459 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:50.744140 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:51.081107 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:51.093390 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:51.243966 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:51.582414 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:51.596552 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:51.746017 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:51.820171 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:52.081575 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:52.093544 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:52.249040 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:52.582441 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:52.594112 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:52.744184 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:53.082226 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:53.093338 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:53.245050 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:53.580913 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:53.592755 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:53.746826 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:53.820702 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:54.082705 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:54.093276 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:54.244633 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:54.583747 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:54.595896 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:54.743583 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:55.080939 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:55.097199 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:55.243998 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:55.581310 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:55.593573 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:55.744617 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:56.081311 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:56.094378 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:56.243865 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:56.324735 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:56.592198 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:56.601905 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:56.743567 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:57.080762 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:57.092818 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:57.248322 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:57.581259 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:57.608831 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:57.743883 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:58.081617 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:58.094270 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:58.244507 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:58.581300 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:58.595031 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:58.743694 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:58.819122 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:17:59.081311 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:59.134720 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:59.258056 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:17:59.580976 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:17:59.600737 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:17:59.744966 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:00.111941 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:18:00.115667 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:00.255042 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:00.580944 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:18:00.593422 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:00.744199 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:00.819705 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:01.081335 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:18:01.094196 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:01.244659 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:01.582206 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:18:01.608169 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:01.744741 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:02.080555 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:18:02.093951 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:02.243992 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:02.582627 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:18:02.596738 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:02.745300 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:03.082919 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:18:03.095360 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:03.244087 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:03.322640 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:03.580032 3714493 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 14:18:03.592316 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:03.743526 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:04.081594 3714493 kapi.go:107] duration metric: took 1m24.005729921s to wait for app.kubernetes.io/name=ingress-nginx ...
I0701 14:18:04.092100 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:04.245297 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:04.593062 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:04.743777 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:05.102037 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:05.244310 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:05.324952 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:05.593130 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:05.755127 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:06.093794 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:06.244871 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:06.593080 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:06.744220 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:07.092525 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:07.244322 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:07.592808 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:07.743942 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:07.818673 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:08.093951 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:08.243751 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:08.592755 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:08.744811 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:09.093112 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:09.245337 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:09.597137 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:09.744422 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:09.819101 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:10.093387 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:10.244745 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:10.592596 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:10.746558 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:11.092749 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:11.251166 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:11.594323 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:11.746441 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:11.824825 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:12.096102 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:12.247897 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:12.592138 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 14:18:12.744277 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:13.092556 3714493 kapi.go:107] duration metric: took 1m32.505840958s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0701 14:18:13.244077 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:13.745512 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:13.842973 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:14.244527 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:14.744960 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:15.244502 3714493 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 14:18:15.764548 3714493 kapi.go:107] duration metric: took 1m31.524566461s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0701 14:18:15.766936 3714493 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-929335 cluster.
I0701 14:18:15.768964 3714493 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.
I0701 14:18:15.770854 3714493 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0701 14:18:15.772686 3714493 out.go:177] * Enabled addons: cloud-spanner, nvidia-device-plugin, ingress-dns, storage-provisioner, storage-provisioner-rancher, metrics-server, yakd, inspektor-gadget, default-storageclass, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0701 14:18:15.774607 3714493 addons.go:510] duration metric: took 1m41.755576625s for enable addons: enabled=[cloud-spanner nvidia-device-plugin ingress-dns storage-provisioner storage-provisioner-rancher metrics-server yakd inspektor-gadget default-storageclass volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0701 14:18:16.318256 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:18.318365 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:20.818435 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:23.319002 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:25.819058 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:28.319549 3714493 pod_ready.go:102] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"False"
I0701 14:18:28.818929 3714493 pod_ready.go:92] pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace has status "Ready":"True"
I0701 14:18:28.818960 3714493 pod_ready.go:81] duration metric: took 1m17.006561887s for pod "metrics-server-c59844bb4-7ddxq" in "kube-system" namespace to be "Ready" ...
I0701 14:18:28.818972 3714493 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-ssxlb" in "kube-system" namespace to be "Ready" ...
I0701 14:18:28.824206 3714493 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-ssxlb" in "kube-system" namespace has status "Ready":"True"
I0701 14:18:28.824276 3714493 pod_ready.go:81] duration metric: took 5.29493ms for pod "nvidia-device-plugin-daemonset-ssxlb" in "kube-system" namespace to be "Ready" ...
I0701 14:18:28.824322 3714493 pod_ready.go:38] duration metric: took 1m20.48196799s 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" ...
I0701 14:18:28.824355 3714493 api_server.go:52] waiting for apiserver process to appear ...
I0701 14:18:28.824385 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0701 14:18:28.824460 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0701 14:18:28.878403 3714493 cri.go:89] found id: "a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657"
I0701 14:18:28.878422 3714493 cri.go:89] found id: ""
I0701 14:18:28.878430 3714493 logs.go:276] 1 containers: [a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657]
I0701 14:18:28.878485 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:28.882652 3714493 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0701 14:18:28.882726 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0701 14:18:28.921166 3714493 cri.go:89] found id: "a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025"
I0701 14:18:28.921189 3714493 cri.go:89] found id: ""
I0701 14:18:28.921197 3714493 logs.go:276] 1 containers: [a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025]
I0701 14:18:28.921269 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:28.924643 3714493 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0701 14:18:28.924731 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0701 14:18:28.963683 3714493 cri.go:89] found id: "c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a"
I0701 14:18:28.963711 3714493 cri.go:89] found id: ""
I0701 14:18:28.963720 3714493 logs.go:276] 1 containers: [c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a]
I0701 14:18:28.963775 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:28.967164 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0701 14:18:28.967252 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0701 14:18:29.007531 3714493 cri.go:89] found id: "f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8"
I0701 14:18:29.007556 3714493 cri.go:89] found id: ""
I0701 14:18:29.007564 3714493 logs.go:276] 1 containers: [f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8]
I0701 14:18:29.007629 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:29.011292 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0701 14:18:29.011365 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0701 14:18:29.052545 3714493 cri.go:89] found id: "dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba"
I0701 14:18:29.052569 3714493 cri.go:89] found id: ""
I0701 14:18:29.052577 3714493 logs.go:276] 1 containers: [dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba]
I0701 14:18:29.052635 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:29.056445 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0701 14:18:29.056519 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0701 14:18:29.095182 3714493 cri.go:89] found id: "646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393"
I0701 14:18:29.095204 3714493 cri.go:89] found id: ""
I0701 14:18:29.095212 3714493 logs.go:276] 1 containers: [646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393]
I0701 14:18:29.095270 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:29.098928 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0701 14:18:29.099008 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0701 14:18:29.137707 3714493 cri.go:89] found id: "db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3"
I0701 14:18:29.137731 3714493 cri.go:89] found id: ""
I0701 14:18:29.137739 3714493 logs.go:276] 1 containers: [db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3]
I0701 14:18:29.137794 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:29.141319 3714493 logs.go:123] Gathering logs for kube-controller-manager [646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393] ...
I0701 14:18:29.141345 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393"
I0701 14:18:29.223402 3714493 logs.go:123] Gathering logs for CRI-O ...
I0701 14:18:29.223439 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0701 14:18:29.318656 3714493 logs.go:123] Gathering logs for container status ...
I0701 14:18:29.318689 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0701 14:18:29.380137 3714493 logs.go:123] Gathering logs for kubelet ...
I0701 14:18:29.380172 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0701 14:18:29.432200 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: W0701 14:16:33.791186 1552 reflector.go:547] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:29.432422 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: E0701 14:16:33.791243 1552 reflector.go:150] object-"kube-system"/"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-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:29.432955 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: W0701 14:16:33.815611 1552 reflector.go:547] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:29.433163 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: E0701 14:16:33.815653 1552 reflector.go:150] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:29.444763 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.068671 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-929335" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:29.444988 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.068720 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-929335" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:29.445463 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.071459 1552 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:29.445656 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.071498 1552 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:29.445821 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.077204 1552 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:29.446005 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.077471 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-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
I0701 14:18:29.490072 3714493 logs.go:123] Gathering logs for dmesg ...
I0701 14:18:29.490111 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0701 14:18:29.509840 3714493 logs.go:123] Gathering logs for kube-apiserver [a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657] ...
I0701 14:18:29.509870 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657"
I0701 14:18:29.573738 3714493 logs.go:123] Gathering logs for kube-scheduler [f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8] ...
I0701 14:18:29.573775 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8"
I0701 14:18:29.620326 3714493 logs.go:123] Gathering logs for kube-proxy [dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba] ...
I0701 14:18:29.620359 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba"
I0701 14:18:29.663688 3714493 logs.go:123] Gathering logs for describe nodes ...
I0701 14:18:29.663718 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0701 14:18:29.845662 3714493 logs.go:123] Gathering logs for etcd [a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025] ...
I0701 14:18:29.845698 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025"
I0701 14:18:29.899201 3714493 logs.go:123] Gathering logs for coredns [c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a] ...
I0701 14:18:29.899387 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a"
I0701 14:18:29.946145 3714493 logs.go:123] Gathering logs for kindnet [db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3] ...
I0701 14:18:29.946174 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3"
I0701 14:18:29.999964 3714493 out.go:304] Setting ErrFile to fd 2...
I0701 14:18:29.999988 3714493 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0701 14:18:30.000037 3714493 out.go:239] X Problems detected in kubelet:
W0701 14:18:30.000046 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.068720 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-929335" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:30.000053 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.071459 1552 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:30.000059 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.071498 1552 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:30.000067 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.077204 1552 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:30.000073 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.077471 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-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
I0701 14:18:30.000086 3714493 out.go:304] Setting ErrFile to fd 2...
I0701 14:18:30.000091 3714493 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0701 14:18:40.003404 3714493 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0701 14:18:40.023370 3714493 api_server.go:72] duration metric: took 2m6.004737105s to wait for apiserver process to appear ...
I0701 14:18:40.023399 3714493 api_server.go:88] waiting for apiserver healthz status ...
I0701 14:18:40.023437 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0701 14:18:40.023501 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0701 14:18:40.071114 3714493 cri.go:89] found id: "a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657"
I0701 14:18:40.071141 3714493 cri.go:89] found id: ""
I0701 14:18:40.071149 3714493 logs.go:276] 1 containers: [a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657]
I0701 14:18:40.071207 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:40.074805 3714493 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0701 14:18:40.074884 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0701 14:18:40.118691 3714493 cri.go:89] found id: "a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025"
I0701 14:18:40.118714 3714493 cri.go:89] found id: ""
I0701 14:18:40.118722 3714493 logs.go:276] 1 containers: [a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025]
I0701 14:18:40.118778 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:40.123744 3714493 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0701 14:18:40.123820 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0701 14:18:40.166954 3714493 cri.go:89] found id: "c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a"
I0701 14:18:40.166979 3714493 cri.go:89] found id: ""
I0701 14:18:40.166987 3714493 logs.go:276] 1 containers: [c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a]
I0701 14:18:40.167047 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:40.171043 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0701 14:18:40.171114 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0701 14:18:40.215720 3714493 cri.go:89] found id: "f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8"
I0701 14:18:40.215744 3714493 cri.go:89] found id: ""
I0701 14:18:40.215752 3714493 logs.go:276] 1 containers: [f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8]
I0701 14:18:40.215812 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:40.219836 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0701 14:18:40.219910 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0701 14:18:40.261304 3714493 cri.go:89] found id: "dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba"
I0701 14:18:40.261327 3714493 cri.go:89] found id: ""
I0701 14:18:40.261335 3714493 logs.go:276] 1 containers: [dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba]
I0701 14:18:40.261392 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:40.265186 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0701 14:18:40.265259 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0701 14:18:40.307433 3714493 cri.go:89] found id: "646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393"
I0701 14:18:40.307457 3714493 cri.go:89] found id: ""
I0701 14:18:40.307479 3714493 logs.go:276] 1 containers: [646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393]
I0701 14:18:40.307536 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:40.310987 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0701 14:18:40.311060 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0701 14:18:40.349166 3714493 cri.go:89] found id: "db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3"
I0701 14:18:40.349191 3714493 cri.go:89] found id: ""
I0701 14:18:40.349198 3714493 logs.go:276] 1 containers: [db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3]
I0701 14:18:40.349255 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:40.352947 3714493 logs.go:123] Gathering logs for kubelet ...
I0701 14:18:40.352972 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0701 14:18:40.397772 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: W0701 14:16:33.791186 1552 reflector.go:547] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:40.398011 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: E0701 14:16:33.791243 1552 reflector.go:150] object-"kube-system"/"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-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:40.398700 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: W0701 14:16:33.815611 1552 reflector.go:547] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:40.398925 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: E0701 14:16:33.815653 1552 reflector.go:150] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:40.410767 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.068671 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-929335" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:40.411019 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.068720 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-929335" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:40.411501 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.071459 1552 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:40.411692 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.071498 1552 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:40.411858 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.077204 1552 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:40.412052 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.077471 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-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
I0701 14:18:40.460267 3714493 logs.go:123] Gathering logs for describe nodes ...
I0701 14:18:40.460318 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0701 14:18:40.627707 3714493 logs.go:123] Gathering logs for kube-scheduler [f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8] ...
I0701 14:18:40.627740 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8"
I0701 14:18:40.682164 3714493 logs.go:123] Gathering logs for kube-controller-manager [646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393] ...
I0701 14:18:40.682195 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393"
I0701 14:18:40.772273 3714493 logs.go:123] Gathering logs for container status ...
I0701 14:18:40.772304 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0701 14:18:40.842797 3714493 logs.go:123] Gathering logs for kindnet [db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3] ...
I0701 14:18:40.842828 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3"
I0701 14:18:40.886545 3714493 logs.go:123] Gathering logs for CRI-O ...
I0701 14:18:40.886582 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0701 14:18:40.995636 3714493 logs.go:123] Gathering logs for dmesg ...
I0701 14:18:40.995681 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0701 14:18:41.016425 3714493 logs.go:123] Gathering logs for kube-apiserver [a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657] ...
I0701 14:18:41.016462 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657"
I0701 14:18:41.071208 3714493 logs.go:123] Gathering logs for etcd [a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025] ...
I0701 14:18:41.071238 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025"
I0701 14:18:41.122978 3714493 logs.go:123] Gathering logs for coredns [c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a] ...
I0701 14:18:41.123008 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a"
I0701 14:18:41.164189 3714493 logs.go:123] Gathering logs for kube-proxy [dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba] ...
I0701 14:18:41.164223 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba"
I0701 14:18:41.207147 3714493 out.go:304] Setting ErrFile to fd 2...
I0701 14:18:41.207170 3714493 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0701 14:18:41.207218 3714493 out.go:239] X Problems detected in kubelet:
W0701 14:18:41.207233 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.068720 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-929335" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:41.207240 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.071459 1552 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:41.207256 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.071498 1552 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:41.207264 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.077204 1552 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:41.207277 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.077471 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-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
I0701 14:18:41.207283 3714493 out.go:304] Setting ErrFile to fd 2...
I0701 14:18:41.207289 3714493 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0701 14:18:51.208757 3714493 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0701 14:18:51.216274 3714493 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0701 14:18:51.217497 3714493 api_server.go:141] control plane version: v1.30.2
I0701 14:18:51.217526 3714493 api_server.go:131] duration metric: took 11.194120422s to wait for apiserver health ...
I0701 14:18:51.217535 3714493 system_pods.go:43] waiting for kube-system pods to appear ...
I0701 14:18:51.217558 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0701 14:18:51.217627 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0701 14:18:51.262838 3714493 cri.go:89] found id: "a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657"
I0701 14:18:51.262868 3714493 cri.go:89] found id: ""
I0701 14:18:51.262876 3714493 logs.go:276] 1 containers: [a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657]
I0701 14:18:51.262934 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:51.266571 3714493 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0701 14:18:51.266649 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0701 14:18:51.313334 3714493 cri.go:89] found id: "a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025"
I0701 14:18:51.313358 3714493 cri.go:89] found id: ""
I0701 14:18:51.313366 3714493 logs.go:276] 1 containers: [a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025]
I0701 14:18:51.313421 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:51.317854 3714493 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0701 14:18:51.317927 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0701 14:18:51.359342 3714493 cri.go:89] found id: "c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a"
I0701 14:18:51.359362 3714493 cri.go:89] found id: ""
I0701 14:18:51.359370 3714493 logs.go:276] 1 containers: [c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a]
I0701 14:18:51.359425 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:51.363207 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0701 14:18:51.363282 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0701 14:18:51.407610 3714493 cri.go:89] found id: "f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8"
I0701 14:18:51.407633 3714493 cri.go:89] found id: ""
I0701 14:18:51.407640 3714493 logs.go:276] 1 containers: [f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8]
I0701 14:18:51.407722 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:51.411297 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0701 14:18:51.411396 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0701 14:18:51.453297 3714493 cri.go:89] found id: "dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba"
I0701 14:18:51.453364 3714493 cri.go:89] found id: ""
I0701 14:18:51.453386 3714493 logs.go:276] 1 containers: [dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba]
I0701 14:18:51.453476 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:51.457279 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0701 14:18:51.457393 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0701 14:18:51.505841 3714493 cri.go:89] found id: "646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393"
I0701 14:18:51.505864 3714493 cri.go:89] found id: ""
I0701 14:18:51.505872 3714493 logs.go:276] 1 containers: [646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393]
I0701 14:18:51.505944 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:51.509555 3714493 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0701 14:18:51.509641 3714493 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0701 14:18:51.553689 3714493 cri.go:89] found id: "db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3"
I0701 14:18:51.553753 3714493 cri.go:89] found id: ""
I0701 14:18:51.553775 3714493 logs.go:276] 1 containers: [db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3]
I0701 14:18:51.553861 3714493 ssh_runner.go:195] Run: which crictl
I0701 14:18:51.557461 3714493 logs.go:123] Gathering logs for kubelet ...
I0701 14:18:51.557545 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0701 14:18:51.598201 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: W0701 14:16:33.791186 1552 reflector.go:547] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:51.598453 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: E0701 14:16:33.791243 1552 reflector.go:150] object-"kube-system"/"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-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:51.599003 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: W0701 14:16:33.815611 1552 reflector.go:547] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:51.599206 3714493 logs.go:138] Found kubelet problem: Jul 01 14:16:33 addons-929335 kubelet[1552]: E0701 14:16:33.815653 1552 reflector.go:150] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:51.610045 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.068671 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-929335" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:51.610253 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.068720 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-929335" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:51.610715 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.071459 1552 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:51.610908 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.071498 1552 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:51.611074 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.077204 1552 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:51.611264 3714493 logs.go:138] Found kubelet problem: Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.077471 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-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
I0701 14:18:51.656841 3714493 logs.go:123] Gathering logs for dmesg ...
I0701 14:18:51.656865 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0701 14:18:51.676175 3714493 logs.go:123] Gathering logs for etcd [a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025] ...
I0701 14:18:51.676204 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025"
I0701 14:18:51.733448 3714493 logs.go:123] Gathering logs for kube-scheduler [f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8] ...
I0701 14:18:51.733480 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8"
I0701 14:18:51.780486 3714493 logs.go:123] Gathering logs for kube-controller-manager [646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393] ...
I0701 14:18:51.780516 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393"
I0701 14:18:51.852657 3714493 logs.go:123] Gathering logs for CRI-O ...
I0701 14:18:51.852773 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0701 14:18:51.943875 3714493 logs.go:123] Gathering logs for describe nodes ...
I0701 14:18:51.943911 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0701 14:18:52.078224 3714493 logs.go:123] Gathering logs for kube-apiserver [a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657] ...
I0701 14:18:52.078254 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657"
I0701 14:18:52.141339 3714493 logs.go:123] Gathering logs for coredns [c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a] ...
I0701 14:18:52.141370 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a"
I0701 14:18:52.180565 3714493 logs.go:123] Gathering logs for kube-proxy [dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba] ...
I0701 14:18:52.180595 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba"
I0701 14:18:52.242104 3714493 logs.go:123] Gathering logs for kindnet [db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3] ...
I0701 14:18:52.242136 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3"
I0701 14:18:52.280088 3714493 logs.go:123] Gathering logs for container status ...
I0701 14:18:52.280116 3714493 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0701 14:18:52.341462 3714493 out.go:304] Setting ErrFile to fd 2...
I0701 14:18:52.341490 3714493 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0701 14:18:52.341544 3714493 out.go:239] X Problems detected in kubelet:
W0701 14:18:52.341553 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.068720 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-929335" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:52.341562 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.071459 1552 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:52.341575 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.071498 1552 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-929335" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-929335' and this object
W0701 14:18:52.341583 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: W0701 14:17:08.077204 1552 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
W0701 14:18:52.341591 3714493 out.go:239] Jul 01 14:17:08 addons-929335 kubelet[1552]: E0701 14:17:08.077471 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-929335" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-929335' and this object
I0701 14:18:52.341597 3714493 out.go:304] Setting ErrFile to fd 2...
I0701 14:18:52.341608 3714493 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0701 14:19:02.361276 3714493 system_pods.go:59] 18 kube-system pods found
I0701 14:19:02.361314 3714493 system_pods.go:61] "coredns-7db6d8ff4d-s8jw9" [7ec40280-c5a3-4403-8f98-39eaa3f29e2c] Running
I0701 14:19:02.361327 3714493 system_pods.go:61] "csi-hostpath-attacher-0" [2c927ce0-3ecd-4174-94fe-3e73008a24eb] Running
I0701 14:19:02.361333 3714493 system_pods.go:61] "csi-hostpath-resizer-0" [24cb89c7-79cc-4c66-8046-84cf4c819fd4] Running
I0701 14:19:02.361338 3714493 system_pods.go:61] "csi-hostpathplugin-mcv65" [4ad794ec-8d44-48b4-94fd-ab0605d8f2b1] Running
I0701 14:19:02.361342 3714493 system_pods.go:61] "etcd-addons-929335" [0664c0af-c270-4fcb-8bb4-cc76248cf3ea] Running
I0701 14:19:02.361346 3714493 system_pods.go:61] "kindnet-nzscv" [9aec9a7c-149e-4bec-b5c3-0524417a5272] Running
I0701 14:19:02.361351 3714493 system_pods.go:61] "kube-apiserver-addons-929335" [af03cc27-972b-4106-b44b-de7d69eab5a6] Running
I0701 14:19:02.361359 3714493 system_pods.go:61] "kube-controller-manager-addons-929335" [efe0db8d-b63f-4b20-b0b5-6e1036c91627] Running
I0701 14:19:02.361381 3714493 system_pods.go:61] "kube-ingress-dns-minikube" [25af24ab-7674-4c32-b452-00053e068d4c] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0701 14:19:02.361399 3714493 system_pods.go:61] "kube-proxy-b7sh5" [0ae5c8da-8e2e-4513-9c4a-058705a64586] Running
I0701 14:19:02.361405 3714493 system_pods.go:61] "kube-scheduler-addons-929335" [12031591-d005-45c2-8097-53a52d94b85b] Running
I0701 14:19:02.361409 3714493 system_pods.go:61] "metrics-server-c59844bb4-7ddxq" [d044ed9e-3f07-4293-b20a-7710385bba17] Running
I0701 14:19:02.361417 3714493 system_pods.go:61] "nvidia-device-plugin-daemonset-ssxlb" [07a73834-f2a1-49e5-ae9a-e15bee08c8ab] Running
I0701 14:19:02.361425 3714493 system_pods.go:61] "registry-bnzqk" [710fb3bb-d2cb-4fb1-a706-25569704842a] Running
I0701 14:19:02.361428 3714493 system_pods.go:61] "registry-proxy-cwtgh" [d522d504-68de-46ed-a686-4cb3f3054752] Running
I0701 14:19:02.361432 3714493 system_pods.go:61] "snapshot-controller-745499f584-44clr" [46fcf348-5b93-443d-ad6c-9460a5abac66] Running
I0701 14:19:02.361436 3714493 system_pods.go:61] "snapshot-controller-745499f584-f9c4l" [5d61a185-32fe-4b26-adf3-25413d4c354d] Running
I0701 14:19:02.361444 3714493 system_pods.go:61] "storage-provisioner" [336d511c-48f8-41ab-9e80-73414eb12f55] Running
I0701 14:19:02.361450 3714493 system_pods.go:74] duration metric: took 11.143908631s to wait for pod list to return data ...
I0701 14:19:02.361465 3714493 default_sa.go:34] waiting for default service account to be created ...
I0701 14:19:02.372349 3714493 default_sa.go:45] found service account: "default"
I0701 14:19:02.372379 3714493 default_sa.go:55] duration metric: took 10.901289ms for default service account to be created ...
I0701 14:19:02.372390 3714493 system_pods.go:116] waiting for k8s-apps to be running ...
I0701 14:19:02.382702 3714493 system_pods.go:86] 18 kube-system pods found
I0701 14:19:02.382740 3714493 system_pods.go:89] "coredns-7db6d8ff4d-s8jw9" [7ec40280-c5a3-4403-8f98-39eaa3f29e2c] Running
I0701 14:19:02.382748 3714493 system_pods.go:89] "csi-hostpath-attacher-0" [2c927ce0-3ecd-4174-94fe-3e73008a24eb] Running
I0701 14:19:02.382753 3714493 system_pods.go:89] "csi-hostpath-resizer-0" [24cb89c7-79cc-4c66-8046-84cf4c819fd4] Running
I0701 14:19:02.382758 3714493 system_pods.go:89] "csi-hostpathplugin-mcv65" [4ad794ec-8d44-48b4-94fd-ab0605d8f2b1] Running
I0701 14:19:02.382762 3714493 system_pods.go:89] "etcd-addons-929335" [0664c0af-c270-4fcb-8bb4-cc76248cf3ea] Running
I0701 14:19:02.382767 3714493 system_pods.go:89] "kindnet-nzscv" [9aec9a7c-149e-4bec-b5c3-0524417a5272] Running
I0701 14:19:02.382771 3714493 system_pods.go:89] "kube-apiserver-addons-929335" [af03cc27-972b-4106-b44b-de7d69eab5a6] Running
I0701 14:19:02.382775 3714493 system_pods.go:89] "kube-controller-manager-addons-929335" [efe0db8d-b63f-4b20-b0b5-6e1036c91627] Running
I0701 14:19:02.382785 3714493 system_pods.go:89] "kube-ingress-dns-minikube" [25af24ab-7674-4c32-b452-00053e068d4c] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0701 14:19:02.382791 3714493 system_pods.go:89] "kube-proxy-b7sh5" [0ae5c8da-8e2e-4513-9c4a-058705a64586] Running
I0701 14:19:02.382799 3714493 system_pods.go:89] "kube-scheduler-addons-929335" [12031591-d005-45c2-8097-53a52d94b85b] Running
I0701 14:19:02.382803 3714493 system_pods.go:89] "metrics-server-c59844bb4-7ddxq" [d044ed9e-3f07-4293-b20a-7710385bba17] Running
I0701 14:19:02.382807 3714493 system_pods.go:89] "nvidia-device-plugin-daemonset-ssxlb" [07a73834-f2a1-49e5-ae9a-e15bee08c8ab] Running
I0701 14:19:02.382811 3714493 system_pods.go:89] "registry-bnzqk" [710fb3bb-d2cb-4fb1-a706-25569704842a] Running
I0701 14:19:02.382817 3714493 system_pods.go:89] "registry-proxy-cwtgh" [d522d504-68de-46ed-a686-4cb3f3054752] Running
I0701 14:19:02.382822 3714493 system_pods.go:89] "snapshot-controller-745499f584-44clr" [46fcf348-5b93-443d-ad6c-9460a5abac66] Running
I0701 14:19:02.382829 3714493 system_pods.go:89] "snapshot-controller-745499f584-f9c4l" [5d61a185-32fe-4b26-adf3-25413d4c354d] Running
I0701 14:19:02.382833 3714493 system_pods.go:89] "storage-provisioner" [336d511c-48f8-41ab-9e80-73414eb12f55] Running
I0701 14:19:02.382840 3714493 system_pods.go:126] duration metric: took 10.445374ms to wait for k8s-apps to be running ...
I0701 14:19:02.382853 3714493 system_svc.go:44] waiting for kubelet service to be running ....
I0701 14:19:02.382917 3714493 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0701 14:19:02.395275 3714493 system_svc.go:56] duration metric: took 12.412197ms WaitForService to wait for kubelet
I0701 14:19:02.395315 3714493 kubeadm.go:576] duration metric: took 2m28.376687186s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0701 14:19:02.395336 3714493 node_conditions.go:102] verifying NodePressure condition ...
I0701 14:19:02.399242 3714493 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0701 14:19:02.399276 3714493 node_conditions.go:123] node cpu capacity is 2
I0701 14:19:02.399289 3714493 node_conditions.go:105] duration metric: took 3.948028ms to run NodePressure ...
I0701 14:19:02.399302 3714493 start.go:240] waiting for startup goroutines ...
I0701 14:19:02.399310 3714493 start.go:245] waiting for cluster config update ...
I0701 14:19:02.399326 3714493 start.go:254] writing updated cluster config ...
I0701 14:19:02.399630 3714493 ssh_runner.go:195] Run: rm -f paused
I0701 14:19:02.737108 3714493 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
I0701 14:19:02.739247 3714493 out.go:177] * Done! kubectl is now configured to use "addons-929335" cluster and "default" namespace by default
==> CRI-O <==
Jul 01 14:23:40 addons-929335 crio[962]: time="2024-07-01 14:23:40.695314266Z" level=info msg="Creating container: default/hello-world-app-86c47465fc-t4bld/hello-world-app" id=6c96907b-5d9a-4ab1-88db-dc2b2d061047 name=/runtime.v1.RuntimeService/CreateContainer
Jul 01 14:23:40 addons-929335 crio[962]: time="2024-07-01 14:23:40.695409865Z" level=warning msg="Allowed annotations are specified for workload []"
Jul 01 14:23:40 addons-929335 crio[962]: time="2024-07-01 14:23:40.749534940Z" level=info msg="Removing container: c012c866d3d0c59042b2cc7465b61255f4f049c6aada67c2221dfed9736cf044" id=9dc85750-5c66-4c65-8c05-52cecf15137b name=/runtime.v1.RuntimeService/RemoveContainer
Jul 01 14:23:40 addons-929335 crio[962]: time="2024-07-01 14:23:40.772978570Z" level=info msg="Removed container c012c866d3d0c59042b2cc7465b61255f4f049c6aada67c2221dfed9736cf044: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=9dc85750-5c66-4c65-8c05-52cecf15137b name=/runtime.v1.RuntimeService/RemoveContainer
Jul 01 14:23:40 addons-929335 crio[962]: time="2024-07-01 14:23:40.792734085Z" level=info msg="Created container 80ba2de1a9989a8fab4559d13996447401349e0643fa3473c47c5c8409e8fba5: default/hello-world-app-86c47465fc-t4bld/hello-world-app" id=6c96907b-5d9a-4ab1-88db-dc2b2d061047 name=/runtime.v1.RuntimeService/CreateContainer
Jul 01 14:23:40 addons-929335 crio[962]: time="2024-07-01 14:23:40.793594383Z" level=info msg="Starting container: 80ba2de1a9989a8fab4559d13996447401349e0643fa3473c47c5c8409e8fba5" id=fd463532-281e-4523-a2db-3864f58936fe name=/runtime.v1.RuntimeService/StartContainer
Jul 01 14:23:40 addons-929335 crio[962]: time="2024-07-01 14:23:40.806541698Z" level=info msg="Started container" PID=8756 containerID=80ba2de1a9989a8fab4559d13996447401349e0643fa3473c47c5c8409e8fba5 description=default/hello-world-app-86c47465fc-t4bld/hello-world-app id=fd463532-281e-4523-a2db-3864f58936fe name=/runtime.v1.RuntimeService/StartContainer sandboxID=c530951965dee914ec95026501306491d1537de7e0431f1fc696b64fc054906d
Jul 01 14:23:40 addons-929335 conmon[8745]: conmon 80ba2de1a9989a8fab45 <ninfo>: container 8756 exited with status 1
Jul 01 14:23:41 addons-929335 crio[962]: time="2024-07-01 14:23:41.754067019Z" level=info msg="Removing container: 1b3807076b581094994edfdb325b80931912c7fa3a039855597c48b7b582ab34" id=08632c95-4262-4477-9bd7-58843f0afa6e name=/runtime.v1.RuntimeService/RemoveContainer
Jul 01 14:23:41 addons-929335 crio[962]: time="2024-07-01 14:23:41.778645329Z" level=info msg="Removed container 1b3807076b581094994edfdb325b80931912c7fa3a039855597c48b7b582ab34: default/hello-world-app-86c47465fc-t4bld/hello-world-app" id=08632c95-4262-4477-9bd7-58843f0afa6e name=/runtime.v1.RuntimeService/RemoveContainer
Jul 01 14:23:42 addons-929335 crio[962]: time="2024-07-01 14:23:42.451750746Z" level=info msg="Stopping container: 607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116 (timeout: 2s)" id=d1564689-191c-4837-9c10-c6827036133a name=/runtime.v1.RuntimeService/StopContainer
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.457348420Z" level=warning msg="Stopping container 607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=d1564689-191c-4837-9c10-c6827036133a name=/runtime.v1.RuntimeService/StopContainer
Jul 01 14:23:44 addons-929335 conmon[4929]: conmon 607a7ee7972a3e2b7563 <ninfo>: container 4940 exited with status 137
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.591876574Z" level=info msg="Stopped container 607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116: ingress-nginx/ingress-nginx-controller-768f948f8f-c7846/controller" id=d1564689-191c-4837-9c10-c6827036133a name=/runtime.v1.RuntimeService/StopContainer
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.592384550Z" level=info msg="Stopping pod sandbox: 4ea9091ce2577ae3a3b51accf2c59b1ff1249cf54b3a141e2f1e9462c56c9b90" id=94959906-89e5-49cf-8b54-7d909072df89 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.595762680Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-AUWIQPTSEN2TX7I6 - [0:0]\n:KUBE-HP-AAYANBQW3NESDGN2 - [0:0]\n-X KUBE-HP-AAYANBQW3NESDGN2\n-X KUBE-HP-AUWIQPTSEN2TX7I6\nCOMMIT\n"
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.610403639Z" level=info msg="Closing host port tcp:80"
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.610455225Z" level=info msg="Closing host port tcp:443"
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.611855057Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.611884686Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.612057053Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-768f948f8f-c7846 Namespace:ingress-nginx ID:4ea9091ce2577ae3a3b51accf2c59b1ff1249cf54b3a141e2f1e9462c56c9b90 UID:f7aef7c5-db2f-4e8d-a121-42eaf3f67850 NetNS:/var/run/netns/214eb587-675b-4691-99c2-b9d59201645e Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.612197444Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-768f948f8f-c7846 from CNI network \"kindnet\" (type=ptp)"
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.634823302Z" level=info msg="Stopped pod sandbox: 4ea9091ce2577ae3a3b51accf2c59b1ff1249cf54b3a141e2f1e9462c56c9b90" id=94959906-89e5-49cf-8b54-7d909072df89 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.762328821Z" level=info msg="Removing container: 607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116" id=81418592-6629-4ec0-b693-5d24ee06857a name=/runtime.v1.RuntimeService/RemoveContainer
Jul 01 14:23:44 addons-929335 crio[962]: time="2024-07-01 14:23:44.779026865Z" level=info msg="Removed container 607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116: ingress-nginx/ingress-nginx-controller-768f948f8f-c7846/controller" id=81418592-6629-4ec0-b693-5d24ee06857a name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
80ba2de1a9989 dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 8 seconds ago Exited hello-world-app 2 c530951965dee hello-world-app-86c47465fc-t4bld
8c9113c9643e8 ghcr.io/inspektor-gadget/inspektor-gadget@sha256:bda802dd37a41ba160bf10134538fd1a1ce05efcc14ab4c38b5f6b1e6dccd734 50 seconds ago Exited gadget 6 ceb3c146cda59 gadget-8j46m
816a344cbbf06 docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55 2 minutes ago Running nginx 0 4b4737705ddc8 nginx
1726107bb7a18 ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37 4 minutes ago Running headlamp 0 0beb7a74486ef headlamp-7867546754-jbhwq
bcb9f3a8b177e gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69 5 minutes ago Running gcp-auth 0 937faf0acb5f8 gcp-auth-5db96cd9b4-zzdzf
f4f2268f451b3 docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17 6 minutes ago Running yakd 0 ad1a1e08aa277 yakd-dashboard-799879c74f-k9fkr
9d1efded80093 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 6 minutes ago Exited patch 0 0bef94b2fe69f ingress-nginx-admission-patch-jmhdb
e0fb5c63dd33a registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 6 minutes ago Exited create 0 40813e8717ef5 ingress-nginx-admission-create-wgq5c
e9ea99849b7a1 registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 6 minutes ago Running metrics-server 0 316c63aa6830a metrics-server-c59844bb4-7ddxq
c7a57f061ff4a 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 6 minutes ago Running coredns 0 e8dd3c5d29672 coredns-7db6d8ff4d-s8jw9
cd615c19161cd ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 6 minutes ago Running storage-provisioner 0 fc87ffa26b343 storage-provisioner
dafa28039c484 66dbb96a9149f69913ff817f696be766014cacdffc2ce0889a76c81165415fae 7 minutes ago Running kube-proxy 0 1892d9010797f kube-proxy-b7sh5
db206e1b79fd3 89d73d416b992e8f9602b67b4614d9e7f0655aebb3696e18efec695e0b654c40 7 minutes ago Running kindnet-cni 0 0634e6cdeec1f kindnet-nzscv
a8156a2a69e7a 84c601f3f72c87776cdcf77a73329d1f45297e43a92508b0f289fa2fcf8872a0 7 minutes ago Running kube-apiserver 0 b6e2dbefac823 kube-apiserver-addons-929335
a5290b2c5513d 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 7 minutes ago Running etcd 0 77244071fc809 etcd-addons-929335
646ad903c2a53 e1dcc3400d3ea6a268c7ea6e66c3a196703770a8e346b695f54344ab53a47567 7 minutes ago Running kube-controller-manager 0 f8a7cc5b1d3cf kube-controller-manager-addons-929335
f433fbd81a7c4 c7dd04b1bafeb51c650fde7f34ac0fdafa96030e77ea7a822135ff302d895dd5 7 minutes ago Running kube-scheduler 0 751716a05cad0 kube-scheduler-addons-929335
==> coredns [c7a57f061ff4a151d15d430b83dde99c1df625beb614950951aa45f85f78d76a] <==
[INFO] 10.244.0.19:40367 - 9202 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000372369s
[INFO] 10.244.0.19:60297 - 58306 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002308197s
[INFO] 10.244.0.19:40367 - 22993 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002149033s
[INFO] 10.244.0.19:40367 - 14452 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002168922s
[INFO] 10.244.0.19:60297 - 47707 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002573265s
[INFO] 10.244.0.19:40367 - 63736 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000116571s
[INFO] 10.244.0.19:60297 - 39186 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000059915s
[INFO] 10.244.0.19:47259 - 19264 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000101367s
[INFO] 10.244.0.19:56453 - 43442 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000054958s
[INFO] 10.244.0.19:56453 - 4050 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.00006186s
[INFO] 10.244.0.19:47259 - 44322 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000066938s
[INFO] 10.244.0.19:56453 - 55262 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000055795s
[INFO] 10.244.0.19:47259 - 53949 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000051873s
[INFO] 10.244.0.19:56453 - 59506 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00006478s
[INFO] 10.244.0.19:47259 - 52115 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000047754s
[INFO] 10.244.0.19:56453 - 14654 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000050274s
[INFO] 10.244.0.19:56453 - 61532 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00006062s
[INFO] 10.244.0.19:47259 - 18474 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000080632s
[INFO] 10.244.0.19:47259 - 19652 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000075119s
[INFO] 10.244.0.19:56453 - 25691 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001443443s
[INFO] 10.244.0.19:47259 - 43778 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.0010961s
[INFO] 10.244.0.19:56453 - 43564 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001001527s
[INFO] 10.244.0.19:56453 - 19462 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000067693s
[INFO] 10.244.0.19:47259 - 46001 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001038565s
[INFO] 10.244.0.19:47259 - 13415 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000054917s
==> describe nodes <==
Name: addons-929335
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-929335
kubernetes.io/os=linux
minikube.k8s.io/commit=f87dc4b1adfa3faf30393d14b8f7fb9acc5e991c
minikube.k8s.io/name=addons-929335
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_01T14_16_20_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-929335
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 01 Jul 2024 14:16:17 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-929335
AcquireTime: <unset>
RenewTime: Mon, 01 Jul 2024 14:23:48 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 01 Jul 2024 14:21:27 +0000 Mon, 01 Jul 2024 14:16:13 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 01 Jul 2024 14:21:27 +0000 Mon, 01 Jul 2024 14:16:13 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 01 Jul 2024 14:21:27 +0000 Mon, 01 Jul 2024 14:16:13 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 01 Jul 2024 14:21:27 +0000 Mon, 01 Jul 2024 14:17:07 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-929335
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022360Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022360Ki
pods: 110
System Info:
Machine ID: e9d0ede6bb1d4bb381c7b3fce060be76
System UUID: fcb5e7bf-e654-480c-840b-846ff4889ec5
Boot ID: 030faa4f-44aa-434e-978f-182f6d212f48
Kernel Version: 5.15.0-1063-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.2
Kube-Proxy Version: v1.30.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-86c47465fc-t4bld 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m46s
gadget gadget-8j46m 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m10s
gcp-auth gcp-auth-5db96cd9b4-zzdzf 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m5s
headlamp headlamp-7867546754-jbhwq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m46s
kube-system coredns-7db6d8ff4d-s8jw9 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 7m16s
kube-system etcd-addons-929335 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 7m30s
kube-system kindnet-nzscv 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 7m16s
kube-system kube-apiserver-addons-929335 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m31s
kube-system kube-controller-manager-addons-929335 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m30s
kube-system kube-proxy-b7sh5 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m16s
kube-system kube-scheduler-addons-929335 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m30s
kube-system metrics-server-c59844bb4-7ddxq 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 7m11s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m10s
yakd-dashboard yakd-dashboard-799879c74f-k9fkr 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 7m10s
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 7m10s kube-proxy
Normal Starting 7m30s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 7m30s kubelet Node addons-929335 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 7m30s kubelet Node addons-929335 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 7m30s kubelet Node addons-929335 status is now: NodeHasSufficientPID
Normal RegisteredNode 7m16s node-controller Node addons-929335 event: Registered Node addons-929335 in Controller
Normal NodeReady 6m42s kubelet Node addons-929335 status is now: NodeReady
==> dmesg <==
[ +0.001028] FS-Cache: O-key=[8] '8b8e3b0000000000'
[ +0.000694] FS-Cache: N-cookie c=000001e0 [p=000001d7 fl=2 nc=0 na=1]
[ +0.000941] FS-Cache: N-cookie d=00000000ac0c5ba0{9p.inode} n=00000000045eedfb
[ +0.001018] FS-Cache: N-key=[8] '8b8e3b0000000000'
[ +0.014530] FS-Cache: Duplicate cookie detected
[ +0.000695] FS-Cache: O-cookie c=000001da [p=000001d7 fl=226 nc=0 na=1]
[ +0.000939] FS-Cache: O-cookie d=00000000ac0c5ba0{9p.inode} n=000000001f9e9a8e
[ +0.001023] FS-Cache: O-key=[8] '8b8e3b0000000000'
[ +0.000689] FS-Cache: N-cookie c=000001e1 [p=000001d7 fl=2 nc=0 na=1]
[ +0.000935] FS-Cache: N-cookie d=00000000ac0c5ba0{9p.inode} n=00000000c4ff6e50
[ +0.001026] FS-Cache: N-key=[8] '8b8e3b0000000000'
[ +2.755378] FS-Cache: Duplicate cookie detected
[ +0.000724] FS-Cache: O-cookie c=000001d8 [p=000001d7 fl=226 nc=0 na=1]
[ +0.000958] FS-Cache: O-cookie d=00000000ac0c5ba0{9p.inode} n=00000000dd0e7f7e
[ +0.001033] FS-Cache: O-key=[8] '8a8e3b0000000000'
[ +0.000734] FS-Cache: N-cookie c=000001e3 [p=000001d7 fl=2 nc=0 na=1]
[ +0.000927] FS-Cache: N-cookie d=00000000ac0c5ba0{9p.inode} n=00000000045eedfb
[ +0.001022] FS-Cache: N-key=[8] '8a8e3b0000000000'
[ +0.295007] FS-Cache: Duplicate cookie detected
[ +0.000757] FS-Cache: O-cookie c=000001dd [p=000001d7 fl=226 nc=0 na=1]
[ +0.000956] FS-Cache: O-cookie d=00000000ac0c5ba0{9p.inode} n=000000002ac53bcf
[ +0.001042] FS-Cache: O-key=[8] '908e3b0000000000'
[ +0.000722] FS-Cache: N-cookie c=000001e4 [p=000001d7 fl=2 nc=0 na=1]
[ +0.000933] FS-Cache: N-cookie d=00000000ac0c5ba0{9p.inode} n=00000000dca0f41c
[ +0.001038] FS-Cache: N-key=[8] '908e3b0000000000'
==> etcd [a5290b2c5513d5a3bbd472b9f73b2671ed866a11184aedc0717ebcac871af025] <==
{"level":"info","ts":"2024-07-01T14:16:13.257178Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-01T14:16:13.257188Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-07-01T14:16:13.257196Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-01T14:16:13.26124Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-929335 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-07-01T14:16:13.265123Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-01T14:16:13.265282Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-01T14:16:13.265578Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-01T14:16:13.267232Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-07-01T14:16:13.270535Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-07-01T14:16:13.281377Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-07-01T14:16:13.281949Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-07-01T14:16:13.281444Z","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-01T14:16:13.324782Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-01T14:16:13.324898Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-01T14:16:36.435212Z","caller":"traceutil/trace.go:171","msg":"trace[1642189225] transaction","detail":"{read_only:false; response_revision:366; number_of_response:1; }","duration":"108.969832ms","start":"2024-07-01T14:16:36.32622Z","end":"2024-07-01T14:16:36.43519Z","steps":["trace[1642189225] 'process raft request' (duration: 11.836684ms)","trace[1642189225] 'compare' (duration: 81.260435ms)"],"step_count":2}
{"level":"info","ts":"2024-07-01T14:16:36.538281Z","caller":"traceutil/trace.go:171","msg":"trace[1453600289] transaction","detail":"{read_only:false; response_revision:367; number_of_response:1; }","duration":"121.328087ms","start":"2024-07-01T14:16:36.416937Z","end":"2024-07-01T14:16:36.538265Z","steps":["trace[1453600289] 'process raft request' (duration: 121.206797ms)"],"step_count":1}
{"level":"info","ts":"2024-07-01T14:16:37.229631Z","caller":"traceutil/trace.go:171","msg":"trace[437676447] transaction","detail":"{read_only:false; response_revision:371; number_of_response:1; }","duration":"134.004714ms","start":"2024-07-01T14:16:37.095608Z","end":"2024-07-01T14:16:37.229613Z","steps":["trace[437676447] 'process raft request' (duration: 97.681552ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-01T14:16:37.232918Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"137.182642ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/specs/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-01T14:16:37.233096Z","caller":"traceutil/trace.go:171","msg":"trace[1873488679] range","detail":"{range_begin:/registry/services/specs/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:371; }","duration":"137.363239ms","start":"2024-07-01T14:16:37.095716Z","end":"2024-07-01T14:16:37.233079Z","steps":["trace[1873488679] 'agreement among raft nodes before linearized reading' (duration: 137.152709ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-01T14:16:37.233547Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"106.481765ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-929335\" ","response":"range_response_count:1 size:5744"}
{"level":"info","ts":"2024-07-01T14:16:37.239983Z","caller":"traceutil/trace.go:171","msg":"trace[562760670] range","detail":"{range_begin:/registry/minions/addons-929335; range_end:; response_count:1; response_revision:371; }","duration":"137.931072ms","start":"2024-07-01T14:16:37.095688Z","end":"2024-07-01T14:16:37.233619Z","steps":["trace[562760670] 'agreement among raft nodes before linearized reading' (duration: 97.703821ms)"],"step_count":1}
{"level":"info","ts":"2024-07-01T14:16:37.633465Z","caller":"traceutil/trace.go:171","msg":"trace[1799736065] linearizableReadLoop","detail":"{readStateIndex:385; appliedIndex:384; }","duration":"103.3815ms","start":"2024-07-01T14:16:37.530067Z","end":"2024-07-01T14:16:37.633448Z","steps":["trace[1799736065] 'read index received' (duration: 42.997053ms)","trace[1799736065] 'applied index is now lower than readState.Index' (duration: 60.383503ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-01T14:16:37.633621Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.536979ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/serviceips\" ","response":"range_response_count:1 size:116"}
{"level":"info","ts":"2024-07-01T14:16:37.633644Z","caller":"traceutil/trace.go:171","msg":"trace[393152311] range","detail":"{range_begin:/registry/ranges/serviceips; range_end:; response_count:1; response_revision:374; }","duration":"103.576086ms","start":"2024-07-01T14:16:37.530061Z","end":"2024-07-01T14:16:37.633637Z","steps":["trace[393152311] 'agreement among raft nodes before linearized reading' (duration: 103.468106ms)"],"step_count":1}
{"level":"info","ts":"2024-07-01T14:16:37.633847Z","caller":"traceutil/trace.go:171","msg":"trace[1893789424] transaction","detail":"{read_only:false; response_revision:374; number_of_response:1; }","duration":"131.925726ms","start":"2024-07-01T14:16:37.501909Z","end":"2024-07-01T14:16:37.633835Z","steps":["trace[1893789424] 'process raft request' (duration: 71.148168ms)","trace[1893789424] 'compare' (duration: 60.270312ms)"],"step_count":2}
==> gcp-auth [bcb9f3a8b177e26d49ce5f5b002574f3acd6226509cf5871f475678d5732846c] <==
2024/07/01 14:18:14 GCP Auth Webhook started!
2024/07/01 14:19:03 Ready to marshal response ...
2024/07/01 14:19:03 Ready to write response ...
2024/07/01 14:19:03 Ready to marshal response ...
2024/07/01 14:19:03 Ready to write response ...
2024/07/01 14:19:03 Ready to marshal response ...
2024/07/01 14:19:03 Ready to write response ...
2024/07/01 14:19:14 Ready to marshal response ...
2024/07/01 14:19:14 Ready to write response ...
2024/07/01 14:19:20 Ready to marshal response ...
2024/07/01 14:19:20 Ready to write response ...
2024/07/01 14:19:20 Ready to marshal response ...
2024/07/01 14:19:20 Ready to write response ...
2024/07/01 14:19:27 Ready to marshal response ...
2024/07/01 14:19:27 Ready to write response ...
2024/07/01 14:20:14 Ready to marshal response ...
2024/07/01 14:20:14 Ready to write response ...
2024/07/01 14:20:46 Ready to marshal response ...
2024/07/01 14:20:46 Ready to write response ...
2024/07/01 14:21:03 Ready to marshal response ...
2024/07/01 14:21:03 Ready to write response ...
2024/07/01 14:23:23 Ready to marshal response ...
2024/07/01 14:23:23 Ready to write response ...
==> kernel <==
14:23:49 up 1 day, 22:06, 0 users, load average: 0.32, 0.92, 1.75
Linux addons-929335 5.15.0-1063-aws #69~20.04.1-Ubuntu SMP Fri May 10 19:21:30 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [db206e1b79fd340c8ff68753272092a66bb0ca3c5c4da453bee355570e8c95c3] <==
I0701 14:21:48.013577 1 main.go:227] handling current node
I0701 14:21:58.023509 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:21:58.023539 1 main.go:227] handling current node
I0701 14:22:08.027245 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:22:08.027271 1 main.go:227] handling current node
I0701 14:22:18.036510 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:22:18.036539 1 main.go:227] handling current node
I0701 14:22:28.049001 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:22:28.049165 1 main.go:227] handling current node
I0701 14:22:38.053391 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:22:38.053418 1 main.go:227] handling current node
I0701 14:22:48.063560 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:22:48.063599 1 main.go:227] handling current node
I0701 14:22:58.069377 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:22:58.069406 1 main.go:227] handling current node
I0701 14:23:08.080845 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:23:08.080967 1 main.go:227] handling current node
I0701 14:23:18.087285 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:23:18.087321 1 main.go:227] handling current node
I0701 14:23:28.093401 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:23:28.093447 1 main.go:227] handling current node
I0701 14:23:38.097273 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:23:38.097305 1 main.go:227] handling current node
I0701 14:23:48.109727 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 14:23:48.109758 1 main.go:227] handling current node
==> kube-apiserver [a8156a2a69e7ae02e5e72b7567252eb9769ebd368202f6f91a59f07c20f25657] <==
I0701 14:18:29.694200 1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
W0701 14:18:33.700106 1 handler_proxy.go:93] no RequestInfo found in the context
E0701 14:18:33.700239 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
E0701 14:18:33.700146 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.103.85.235:443/apis/metrics.k8s.io/v1beta1: Get "https://10.103.85.235:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.103.85.235:443: i/o timeout
I0701 14:18:33.755720 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0701 14:18:33.768459 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: Operation cannot be fulfilled on apiservices.apiregistration.k8s.io "v1beta1.metrics.k8s.io": the object has been modified; please apply your changes to the latest version and try again
I0701 14:19:03.660593 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.104.175.140"}
E0701 14:19:43.841124 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0701 14:20:25.663964 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0701 14:21:02.326603 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0701 14:21:02.326753 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0701 14:21:02.356744 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0701 14:21:02.356790 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0701 14:21:02.377756 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0701 14:21:02.377884 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0701 14:21:02.416248 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0701 14:21:02.416924 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0701 14:21:02.915268 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0701 14:21:03.219137 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.102.184.120"}
W0701 14:21:03.366073 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0701 14:21:03.417317 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
W0701 14:21:03.422258 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
I0701 14:23:24.106164 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.108.179.149"}
E0701 14:23:40.785698 1 watch.go:250] http2: stream closed
==> kube-controller-manager [646ad903c2a5304751f5f77a05c9129e14ba152f66a2be8e3401aba05db38393] <==
W0701 14:22:26.918118 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
E0701 14:22:26.918153 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
W0701 14:22:27.650398 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
E0701 14:22:27.650435 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
W0701 14:23:00.835931 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
E0701 14:23:00.836054 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
W0701 14:23:06.999304 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
E0701 14:23:06.999344 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
W0701 14:23:09.431841 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
E0701 14:23:09.431966 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
I0701 14:23:23.880708 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="50.712538ms"
I0701 14:23:23.890842 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="9.145926ms"
I0701 14:23:23.890924 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="42.856µs"
I0701 14:23:23.921378 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="42.7µs"
I0701 14:23:26.735385 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="48.575µs"
I0701 14:23:27.742874 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="42.503µs"
I0701 14:23:28.734756 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="43.504µs"
I0701 14:23:41.422303 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0701 14:23:41.426881 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0701 14:23:41.427002 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="4.013µs"
I0701 14:23:41.772300 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="45.4µs"
W0701 14:23:43.933603 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
E0701 14:23:43.933641 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
W0701 14:23:44.741202 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
E0701 14:23:44.741241 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 [dafa28039c4841368c227b1cc5fa438574aa5ef26be86afdb808b408ec61ecba] <==
I0701 14:16:39.287139 1 server_linux.go:69] "Using iptables proxy"
I0701 14:16:39.484252 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0701 14:16:39.736474 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0701 14:16:39.736537 1 server_linux.go:165] "Using iptables Proxier"
I0701 14:16:39.774595 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0701 14:16:39.774697 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0701 14:16:39.774745 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"
I0701 14:16:39.775014 1 server.go:872] "Version info" version="v1.30.2"
I0701 14:16:39.775080 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0701 14:16:39.819782 1 config.go:192] "Starting service config controller"
I0701 14:16:39.819877 1 shared_informer.go:313] Waiting for caches to sync for service config
I0701 14:16:39.820069 1 config.go:101] "Starting endpoint slice config controller"
I0701 14:16:39.847398 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0701 14:16:39.820539 1 config.go:319] "Starting node config controller"
I0701 14:16:39.850820 1 shared_informer.go:313] Waiting for caches to sync for node config
I0701 14:16:39.945864 1 shared_informer.go:320] Caches are synced for service config
I0701 14:16:39.953112 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0701 14:16:39.960916 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [f433fbd81a7c432d6358361f8cafded5f8ef95bddb397242e11056291e318fa8] <==
W0701 14:16:17.168361 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
E0701 14:16:17.168381 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
W0701 14:16:17.168429 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
E0701 14:16:17.168444 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
W0701 14:16:17.168488 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
E0701 14:16:17.168505 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
W0701 14:16:17.168595 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0701 14:16:17.168609 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0701 14:16:17.168643 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
E0701 14:16:17.168695 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
W0701 14:16:17.168782 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0701 14:16:17.168801 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0701 14:16:17.168860 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
E0701 14:16:17.168876 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
W0701 14:16:17.997209 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0701 14:16:17.997337 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0701 14:16:18.020656 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
E0701 14:16:18.021351 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
W0701 14:16:18.242822 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0701 14:16:18.242975 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0701 14:16:18.276477 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0701 14:16:18.276586 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0701 14:16:18.279444 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0701 14:16:18.279587 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
I0701 14:16:18.761837 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 01 14:23:35 addons-929335 kubelet[1552]: E0701 14:23:35.692469 1552 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(25af24ab-7674-4c32-b452-00053e068d4c)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="25af24ab-7674-4c32-b452-00053e068d4c"
Jul 01 14:23:39 addons-929335 kubelet[1552]: I0701 14:23:39.976784 1552 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-bgt68\" (UniqueName: \"kubernetes.io/projected/25af24ab-7674-4c32-b452-00053e068d4c-kube-api-access-bgt68\") pod \"25af24ab-7674-4c32-b452-00053e068d4c\" (UID: \"25af24ab-7674-4c32-b452-00053e068d4c\") "
Jul 01 14:23:39 addons-929335 kubelet[1552]: I0701 14:23:39.978884 1552 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/25af24ab-7674-4c32-b452-00053e068d4c-kube-api-access-bgt68" (OuterVolumeSpecName: "kube-api-access-bgt68") pod "25af24ab-7674-4c32-b452-00053e068d4c" (UID: "25af24ab-7674-4c32-b452-00053e068d4c"). InnerVolumeSpecName "kube-api-access-bgt68". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 01 14:23:40 addons-929335 kubelet[1552]: I0701 14:23:40.077456 1552 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-bgt68\" (UniqueName: \"kubernetes.io/projected/25af24ab-7674-4c32-b452-00053e068d4c-kube-api-access-bgt68\") on node \"addons-929335\" DevicePath \"\""
Jul 01 14:23:40 addons-929335 kubelet[1552]: I0701 14:23:40.692575 1552 scope.go:117] "RemoveContainer" containerID="1b3807076b581094994edfdb325b80931912c7fa3a039855597c48b7b582ab34"
Jul 01 14:23:40 addons-929335 kubelet[1552]: I0701 14:23:40.747870 1552 scope.go:117] "RemoveContainer" containerID="c012c866d3d0c59042b2cc7465b61255f4f049c6aada67c2221dfed9736cf044"
Jul 01 14:23:41 addons-929335 kubelet[1552]: I0701 14:23:41.691880 1552 scope.go:117] "RemoveContainer" containerID="8c9113c9643e879eb9692538390f9ea69d3fbd413925c088565df60cfc15318d"
Jul 01 14:23:41 addons-929335 kubelet[1552]: E0701 14:23:41.692335 1552 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-8j46m_gadget(af7151fd-575f-412e-84ee-483ab9498590)\"" pod="gadget/gadget-8j46m" podUID="af7151fd-575f-412e-84ee-483ab9498590"
Jul 01 14:23:41 addons-929335 kubelet[1552]: I0701 14:23:41.693149 1552 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="20a534a5-31a0-421a-9877-934d44bc67cc" path="/var/lib/kubelet/pods/20a534a5-31a0-421a-9877-934d44bc67cc/volumes"
Jul 01 14:23:41 addons-929335 kubelet[1552]: I0701 14:23:41.693573 1552 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="25af24ab-7674-4c32-b452-00053e068d4c" path="/var/lib/kubelet/pods/25af24ab-7674-4c32-b452-00053e068d4c/volumes"
Jul 01 14:23:41 addons-929335 kubelet[1552]: I0701 14:23:41.693989 1552 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="3e03b1f2-3e0a-4213-ae10-c36811ec3933" path="/var/lib/kubelet/pods/3e03b1f2-3e0a-4213-ae10-c36811ec3933/volumes"
Jul 01 14:23:41 addons-929335 kubelet[1552]: I0701 14:23:41.752269 1552 scope.go:117] "RemoveContainer" containerID="1b3807076b581094994edfdb325b80931912c7fa3a039855597c48b7b582ab34"
Jul 01 14:23:41 addons-929335 kubelet[1552]: I0701 14:23:41.752475 1552 scope.go:117] "RemoveContainer" containerID="80ba2de1a9989a8fab4559d13996447401349e0643fa3473c47c5c8409e8fba5"
Jul 01 14:23:41 addons-929335 kubelet[1552]: E0701 14:23:41.752728 1552 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-t4bld_default(df186926-03b3-4ae0-a031-91f5b7ef161d)\"" pod="default/hello-world-app-86c47465fc-t4bld" podUID="df186926-03b3-4ae0-a031-91f5b7ef161d"
Jul 01 14:23:44 addons-929335 kubelet[1552]: I0701 14:23:44.710377 1552 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-wnr65\" (UniqueName: \"kubernetes.io/projected/f7aef7c5-db2f-4e8d-a121-42eaf3f67850-kube-api-access-wnr65\") pod \"f7aef7c5-db2f-4e8d-a121-42eaf3f67850\" (UID: \"f7aef7c5-db2f-4e8d-a121-42eaf3f67850\") "
Jul 01 14:23:44 addons-929335 kubelet[1552]: I0701 14:23:44.710430 1552 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/f7aef7c5-db2f-4e8d-a121-42eaf3f67850-webhook-cert\") pod \"f7aef7c5-db2f-4e8d-a121-42eaf3f67850\" (UID: \"f7aef7c5-db2f-4e8d-a121-42eaf3f67850\") "
Jul 01 14:23:44 addons-929335 kubelet[1552]: I0701 14:23:44.712894 1552 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/f7aef7c5-db2f-4e8d-a121-42eaf3f67850-kube-api-access-wnr65" (OuterVolumeSpecName: "kube-api-access-wnr65") pod "f7aef7c5-db2f-4e8d-a121-42eaf3f67850" (UID: "f7aef7c5-db2f-4e8d-a121-42eaf3f67850"). InnerVolumeSpecName "kube-api-access-wnr65". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 01 14:23:44 addons-929335 kubelet[1552]: I0701 14:23:44.717666 1552 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/f7aef7c5-db2f-4e8d-a121-42eaf3f67850-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "f7aef7c5-db2f-4e8d-a121-42eaf3f67850" (UID: "f7aef7c5-db2f-4e8d-a121-42eaf3f67850"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 01 14:23:44 addons-929335 kubelet[1552]: I0701 14:23:44.760603 1552 scope.go:117] "RemoveContainer" containerID="607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116"
Jul 01 14:23:44 addons-929335 kubelet[1552]: I0701 14:23:44.779275 1552 scope.go:117] "RemoveContainer" containerID="607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116"
Jul 01 14:23:44 addons-929335 kubelet[1552]: E0701 14:23:44.779714 1552 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116\": container with ID starting with 607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116 not found: ID does not exist" containerID="607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116"
Jul 01 14:23:44 addons-929335 kubelet[1552]: I0701 14:23:44.779751 1552 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116"} err="failed to get container status \"607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116\": rpc error: code = NotFound desc = could not find container \"607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116\": container with ID starting with 607a7ee7972a3e2b75633ae9315b1f4a1764538ddd0aded948e672d6f5e99116 not found: ID does not exist"
Jul 01 14:23:44 addons-929335 kubelet[1552]: I0701 14:23:44.811470 1552 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-wnr65\" (UniqueName: \"kubernetes.io/projected/f7aef7c5-db2f-4e8d-a121-42eaf3f67850-kube-api-access-wnr65\") on node \"addons-929335\" DevicePath \"\""
Jul 01 14:23:44 addons-929335 kubelet[1552]: I0701 14:23:44.811514 1552 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/f7aef7c5-db2f-4e8d-a121-42eaf3f67850-webhook-cert\") on node \"addons-929335\" DevicePath \"\""
Jul 01 14:23:45 addons-929335 kubelet[1552]: I0701 14:23:45.693289 1552 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f7aef7c5-db2f-4e8d-a121-42eaf3f67850" path="/var/lib/kubelet/pods/f7aef7c5-db2f-4e8d-a121-42eaf3f67850/volumes"
==> storage-provisioner [cd615c19161cd88f920f62f148cffc09c7eb70fe165441223629793a8598b765] <==
I0701 14:17:09.154063 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0701 14:17:09.174307 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0701 14:17:09.174358 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0701 14:17:09.189621 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0701 14:17:09.189941 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-929335_467bfbe3-cc7a-4f06-8aff-686955b35647!
I0701 14:17:09.191291 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"8cb3561d-e28c-48ec-8580-912e5e2662a2", APIVersion:"v1", ResourceVersion:"897", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-929335_467bfbe3-cc7a-4f06-8aff-686955b35647 became leader
I0701 14:17:09.290090 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-929335_467bfbe3-cc7a-4f06-8aff-686955b35647!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-929335 -n addons-929335
helpers_test.go:261: (dbg) Run: kubectl --context addons-929335 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (168.35s)