=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-297209 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run: kubectl --context addons-297209 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-297209 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [990ca845-86b8-4320-9256-e47f442b618d] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [990ca845-86b8-4320-9256-e47f442b618d] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.004250027s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-297209 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-297209 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.524407189s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run: kubectl --context addons-297209 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-297209 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:297: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.049694585s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:299: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:303: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:306: (dbg) Run: out/minikube-linux-arm64 -p addons-297209 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-arm64 -p addons-297209 addons disable ingress-dns --alsologtostderr -v=1: (1.366376731s)
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-297209 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-297209 addons disable ingress --alsologtostderr -v=1: (7.720865889s)
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-297209
helpers_test.go:235: (dbg) docker inspect addons-297209:
-- stdout --
[
{
"Id": "073ecbb80df2355470caa6421e59d3bd4db60a7396c16d486972882061a46120",
"Created": "2024-02-26T14:04:46.254097257Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1295667,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-02-26T14:04:46.554059051Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:83c2925cbfe44b87b5c0672f16807927d87d8625e89de4dc154c45daaaa04b5b",
"ResolvConfPath": "/var/lib/docker/containers/073ecbb80df2355470caa6421e59d3bd4db60a7396c16d486972882061a46120/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/073ecbb80df2355470caa6421e59d3bd4db60a7396c16d486972882061a46120/hostname",
"HostsPath": "/var/lib/docker/containers/073ecbb80df2355470caa6421e59d3bd4db60a7396c16d486972882061a46120/hosts",
"LogPath": "/var/lib/docker/containers/073ecbb80df2355470caa6421e59d3bd4db60a7396c16d486972882061a46120/073ecbb80df2355470caa6421e59d3bd4db60a7396c16d486972882061a46120-json.log",
"Name": "/addons-297209",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-297209:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-297209",
"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/34ad653b20005867ec36c65d187449cdc9b6559d672b6ee272f38dc58d621822-init/diff:/var/lib/docker/overlay2/50eb75b8e336ab1f618ee702b2223d330300323473c6c3a09f780463ae642b98/diff",
"MergedDir": "/var/lib/docker/overlay2/34ad653b20005867ec36c65d187449cdc9b6559d672b6ee272f38dc58d621822/merged",
"UpperDir": "/var/lib/docker/overlay2/34ad653b20005867ec36c65d187449cdc9b6559d672b6ee272f38dc58d621822/diff",
"WorkDir": "/var/lib/docker/overlay2/34ad653b20005867ec36c65d187449cdc9b6559d672b6ee272f38dc58d621822/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-297209",
"Source": "/var/lib/docker/volumes/addons-297209/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-297209",
"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.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf",
"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-297209",
"name.minikube.sigs.k8s.io": "addons-297209",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "bc10d3b00264f74fb12c4e1ea4743e49433771df5435e68cb0185a4f5d68d26f",
"SandboxKey": "/var/run/docker/netns/bc10d3b00264",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34057"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34056"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34053"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34055"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34054"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-297209": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"073ecbb80df2",
"addons-297209"
],
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "04dd6ee217e7b6f27305e94bf38314196c55c7416fb3241d83905f7597f46d0c",
"EndpointID": "3b23969627f2ac0703cf589b9c8816cd61e55c056dd60c18d39adf2ab54978b3",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-297209",
"073ecbb80df2"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-297209 -n addons-297209
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-297209 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-297209 logs -n 25: (1.456208202s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-663838 | download-only-663838 | jenkins | v1.32.0 | 26 Feb 24 14:04 UTC | 26 Feb 24 14:04 UTC |
| delete | -p download-only-904869 | download-only-904869 | jenkins | v1.32.0 | 26 Feb 24 14:04 UTC | 26 Feb 24 14:04 UTC |
| delete | -p download-only-805195 | download-only-805195 | jenkins | v1.32.0 | 26 Feb 24 14:04 UTC | 26 Feb 24 14:04 UTC |
| start | --download-only -p | download-docker-478529 | jenkins | v1.32.0 | 26 Feb 24 14:04 UTC | |
| | download-docker-478529 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-478529 | download-docker-478529 | jenkins | v1.32.0 | 26 Feb 24 14:04 UTC | 26 Feb 24 14:04 UTC |
| start | --download-only -p | binary-mirror-370219 | jenkins | v1.32.0 | 26 Feb 24 14:04 UTC | |
| | binary-mirror-370219 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:39753 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-370219 | binary-mirror-370219 | jenkins | v1.32.0 | 26 Feb 24 14:04 UTC | 26 Feb 24 14:04 UTC |
| addons | disable dashboard -p | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:04 UTC | |
| | addons-297209 | | | | | |
| addons | enable dashboard -p | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:04 UTC | |
| | addons-297209 | | | | | |
| start | -p addons-297209 --wait=true | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:04 UTC | 26 Feb 24 14:07 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-297209 ip | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:07 UTC | 26 Feb 24 14:07 UTC |
| addons | addons-297209 addons disable | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:07 UTC | 26 Feb 24 14:07 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:07 UTC | 26 Feb 24 14:07 UTC |
| | -p addons-297209 | | | | | |
| ssh | addons-297209 ssh cat | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:07 UTC | 26 Feb 24 14:07 UTC |
| | /opt/local-path-provisioner/pvc-2014e571-4bd3-466e-b151-d56749f53d4b_default_test-pvc/file1 | | | | | |
| addons | addons-297209 addons disable | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:07 UTC | 26 Feb 24 14:08 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-297209 addons | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:08 UTC | 26 Feb 24 14:08 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-297209 addons | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:08 UTC | 26 Feb 24 14:08 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:08 UTC | 26 Feb 24 14:08 UTC |
| | addons-297209 | | | | | |
| addons | enable headlamp | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:08 UTC | |
| | -p addons-297209 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:08 UTC | 26 Feb 24 14:08 UTC |
| | addons-297209 | | | | | |
| addons | addons-297209 addons | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:08 UTC | 26 Feb 24 14:08 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-297209 ssh curl -s | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:08 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-297209 ip | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:11 UTC | 26 Feb 24 14:11 UTC |
| addons | addons-297209 addons disable | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:11 UTC | 26 Feb 24 14:11 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-297209 addons disable | addons-297209 | jenkins | v1.32.0 | 26 Feb 24 14:11 UTC | 26 Feb 24 14:11 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/02/26 14:04:22
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.22.0 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0226 14:04:22.616848 1295200 out.go:291] Setting OutFile to fd 1 ...
I0226 14:04:22.616971 1295200 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0226 14:04:22.616980 1295200 out.go:304] Setting ErrFile to fd 2...
I0226 14:04:22.616985 1295200 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0226 14:04:22.617220 1295200 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18200-1289038/.minikube/bin
I0226 14:04:22.617644 1295200 out.go:298] Setting JSON to false
I0226 14:04:22.618511 1295200 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":20810,"bootTime":1708935452,"procs":155,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1053-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0226 14:04:22.618575 1295200 start.go:139] virtualization:
I0226 14:04:22.621146 1295200 out.go:177] * [addons-297209] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I0226 14:04:22.623856 1295200 out.go:177] - MINIKUBE_LOCATION=18200
I0226 14:04:22.625918 1295200 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0226 14:04:22.624020 1295200 notify.go:220] Checking for updates...
I0226 14:04:22.630021 1295200 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18200-1289038/kubeconfig
I0226 14:04:22.631889 1295200 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18200-1289038/.minikube
I0226 14:04:22.633584 1295200 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0226 14:04:22.635527 1295200 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0226 14:04:22.638042 1295200 driver.go:392] Setting default libvirt URI to qemu:///system
I0226 14:04:22.656959 1295200 docker.go:122] docker version: linux-25.0.3:Docker Engine - Community
I0226 14:04:22.657079 1295200 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0226 14:04:22.731450 1295200 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-02-26 14:04:22.722437461 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1053-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:8215040000 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:25.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:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.12.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.5]] Warnings:<nil>}}
I0226 14:04:22.731558 1295200 docker.go:295] overlay module found
I0226 14:04:22.733821 1295200 out.go:177] * Using the docker driver based on user configuration
I0226 14:04:22.735985 1295200 start.go:299] selected driver: docker
I0226 14:04:22.736004 1295200 start.go:903] validating driver "docker" against <nil>
I0226 14:04:22.736017 1295200 start.go:914] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0226 14:04:22.736594 1295200 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0226 14:04:22.795882 1295200 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-02-26 14:04:22.787030009 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1053-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:8215040000 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:25.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:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.12.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.5]] Warnings:<nil>}}
I0226 14:04:22.796056 1295200 start_flags.go:309] no existing cluster config was found, will generate one from the flags
I0226 14:04:22.796268 1295200 start_flags.go:931] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0226 14:04:22.798303 1295200 out.go:177] * Using Docker driver with root privileges
I0226 14:04:22.800041 1295200 cni.go:84] Creating CNI manager for ""
I0226 14:04:22.800057 1295200 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0226 14:04:22.800067 1295200 start_flags.go:318] Found "CNI" CNI - setting NetworkPlugin=cni
I0226 14:04:22.800081 1295200 start_flags.go:323] config:
{Name:addons-297209 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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:0 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.28.4 ClusterName:addons-297209 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRI
Socket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] 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: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0226 14:04:22.802409 1295200 out.go:177] * Starting control plane node addons-297209 in cluster addons-297209
I0226 14:04:22.804402 1295200 cache.go:121] Beginning downloading kic base image for docker with crio
I0226 14:04:22.806445 1295200 out.go:177] * Pulling base image v0.0.42-1708008208-17936 ...
I0226 14:04:22.808297 1295200 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0226 14:04:22.808342 1295200 preload.go:148] Found local preload: /home/jenkins/minikube-integration/18200-1289038/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4
I0226 14:04:22.808354 1295200 cache.go:56] Caching tarball of preloaded images
I0226 14:04:22.808388 1295200 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf in local docker daemon
I0226 14:04:22.808433 1295200 preload.go:174] Found /home/jenkins/minikube-integration/18200-1289038/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0226 14:04:22.808442 1295200 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on crio
I0226 14:04:22.808803 1295200 profile.go:148] Saving config to /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/config.json ...
I0226 14:04:22.808879 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/config.json: {Name:mkee3b92f48858de3c9ac9d024b2524259270a76 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:22.822897 1295200 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf to local cache
I0226 14:04:22.822993 1295200 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf in local cache directory
I0226 14:04:22.823012 1295200 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf in local cache directory, skipping pull
I0226 14:04:22.823028 1295200 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf exists in cache, skipping pull
I0226 14:04:22.823037 1295200 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf as a tarball
I0226 14:04:22.823042 1295200 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf from local cache
I0226 14:04:38.426707 1295200 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf from cached tarball
I0226 14:04:38.426745 1295200 cache.go:194] Successfully downloaded all kic artifacts
I0226 14:04:38.426775 1295200 start.go:365] acquiring machines lock for addons-297209: {Name:mk8708e4cda8b2443af53e7cd70a3a8afd6ce9a4 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0226 14:04:38.426893 1295200 start.go:369] acquired machines lock for "addons-297209" in 93.474µs
I0226 14:04:38.426924 1295200 start.go:93] Provisioning new machine with config: &{Name:addons-297209 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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:0 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.28.4 ClusterName:addons-297209 Namespace:default APIServerName:minikubeCA A
PIServerNames:[] 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: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.4 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 Disabl
eMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I0226 14:04:38.427041 1295200 start.go:125] createHost starting for "" (driver="docker")
I0226 14:04:38.429723 1295200 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0226 14:04:38.429969 1295200 start.go:159] libmachine.API.Create for "addons-297209" (driver="docker")
I0226 14:04:38.430001 1295200 client.go:168] LocalClient.Create starting
I0226 14:04:38.430112 1295200 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18200-1289038/.minikube/certs/ca.pem
I0226 14:04:39.328120 1295200 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18200-1289038/.minikube/certs/cert.pem
I0226 14:04:39.648254 1295200 cli_runner.go:164] Run: docker network inspect addons-297209 --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}}]}"
W0226 14:04:39.663424 1295200 cli_runner.go:211] docker network inspect addons-297209 --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
I0226 14:04:39.663521 1295200 network_create.go:281] running [docker network inspect addons-297209] to gather additional debugging logs...
I0226 14:04:39.663545 1295200 cli_runner.go:164] Run: docker network inspect addons-297209
W0226 14:04:39.678643 1295200 cli_runner.go:211] docker network inspect addons-297209 returned with exit code 1
I0226 14:04:39.678673 1295200 network_create.go:284] error running [docker network inspect addons-297209]: docker network inspect addons-297209: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-297209 not found
I0226 14:04:39.678699 1295200 network_create.go:286] output of [docker network inspect addons-297209]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-297209 not found
** /stderr **
I0226 14:04:39.678817 1295200 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}}]}"
I0226 14:04:39.694096 1295200 network.go:207] 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:0x4002588e00}
I0226 14:04:39.694140 1295200 network_create.go:124] attempt to create docker network addons-297209 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0226 14:04:39.694199 1295200 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-297209 addons-297209
I0226 14:04:39.760280 1295200 network_create.go:108] docker network addons-297209 192.168.49.0/24 created
I0226 14:04:39.760312 1295200 kic.go:121] calculated static IP "192.168.49.2" for the "addons-297209" container
I0226 14:04:39.760383 1295200 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0226 14:04:39.774134 1295200 cli_runner.go:164] Run: docker volume create addons-297209 --label name.minikube.sigs.k8s.io=addons-297209 --label created_by.minikube.sigs.k8s.io=true
I0226 14:04:39.790239 1295200 oci.go:103] Successfully created a docker volume addons-297209
I0226 14:04:39.790336 1295200 cli_runner.go:164] Run: docker run --rm --name addons-297209-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-297209 --entrypoint /usr/bin/test -v addons-297209:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -d /var/lib
I0226 14:04:41.963044 1295200 cli_runner.go:217] Completed: docker run --rm --name addons-297209-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-297209 --entrypoint /usr/bin/test -v addons-297209:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -d /var/lib: (2.172654828s)
I0226 14:04:41.963073 1295200 oci.go:107] Successfully prepared a docker volume addons-297209
I0226 14:04:41.963092 1295200 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0226 14:04:41.963111 1295200 kic.go:194] Starting extracting preloaded images to volume ...
I0226 14:04:41.963189 1295200 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18200-1289038/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-297209:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -I lz4 -xf /preloaded.tar -C /extractDir
I0226 14:04:46.182813 1295200 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18200-1289038/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-297209:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -I lz4 -xf /preloaded.tar -C /extractDir: (4.219576396s)
I0226 14:04:46.182844 1295200 kic.go:203] duration metric: took 4.219729 seconds to extract preloaded images to volume
W0226 14:04:46.182981 1295200 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0226 14:04:46.183099 1295200 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0226 14:04:46.240434 1295200 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-297209 --name addons-297209 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-297209 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-297209 --network addons-297209 --ip 192.168.49.2 --volume addons-297209:/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.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf
I0226 14:04:46.564126 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Running}}
I0226 14:04:46.589351 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:04:46.611421 1295200 cli_runner.go:164] Run: docker exec addons-297209 stat /var/lib/dpkg/alternatives/iptables
I0226 14:04:46.676145 1295200 oci.go:144] the created container "addons-297209" has a running status.
I0226 14:04:46.676173 1295200 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa...
I0226 14:04:47.569641 1295200 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0226 14:04:47.598220 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:04:47.617879 1295200 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0226 14:04:47.619506 1295200 kic_runner.go:114] Args: [docker exec --privileged addons-297209 chown docker:docker /home/docker/.ssh/authorized_keys]
I0226 14:04:47.677734 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:04:47.717647 1295200 machine.go:88] provisioning docker machine ...
I0226 14:04:47.717682 1295200 ubuntu.go:169] provisioning hostname "addons-297209"
I0226 14:04:47.717751 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:04:47.741032 1295200 main.go:141] libmachine: Using SSH client type: native
I0226 14:04:47.741324 1295200 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1c40] 0x3e44a0 <nil> [] 0s} 127.0.0.1 34057 <nil> <nil>}
I0226 14:04:47.741343 1295200 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-297209 && echo "addons-297209" | sudo tee /etc/hostname
I0226 14:04:47.894703 1295200 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-297209
I0226 14:04:47.894780 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:04:47.911275 1295200 main.go:141] libmachine: Using SSH client type: native
I0226 14:04:47.911520 1295200 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1c40] 0x3e44a0 <nil> [] 0s} 127.0.0.1 34057 <nil> <nil>}
I0226 14:04:47.911541 1295200 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-297209' /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-297209/g' /etc/hosts;
else
echo '127.0.1.1 addons-297209' | sudo tee -a /etc/hosts;
fi
fi
I0226 14:04:48.050789 1295200 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0226 14:04:48.050823 1295200 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18200-1289038/.minikube CaCertPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18200-1289038/.minikube}
I0226 14:04:48.050872 1295200 ubuntu.go:177] setting up certificates
I0226 14:04:48.050883 1295200 provision.go:83] configureAuth start
I0226 14:04:48.050963 1295200 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-297209
I0226 14:04:48.067459 1295200 provision.go:138] copyHostCerts
I0226 14:04:48.067544 1295200 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18200-1289038/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18200-1289038/.minikube/ca.pem (1078 bytes)
I0226 14:04:48.067691 1295200 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18200-1289038/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18200-1289038/.minikube/cert.pem (1123 bytes)
I0226 14:04:48.067763 1295200 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18200-1289038/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18200-1289038/.minikube/key.pem (1675 bytes)
I0226 14:04:48.067821 1295200 provision.go:112] generating server cert: /home/jenkins/minikube-integration/18200-1289038/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18200-1289038/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18200-1289038/.minikube/certs/ca-key.pem org=jenkins.addons-297209 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-297209]
I0226 14:04:48.281977 1295200 provision.go:172] copyRemoteCerts
I0226 14:04:48.282042 1295200 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0226 14:04:48.282093 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:04:48.297252 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:04:48.395172 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0226 14:04:48.419887 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0226 14:04:48.443256 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0226 14:04:48.465958 1295200 provision.go:86] duration metric: configureAuth took 415.05919ms
I0226 14:04:48.465988 1295200 ubuntu.go:193] setting minikube options for container-runtime
I0226 14:04:48.466177 1295200 config.go:182] Loaded profile config "addons-297209": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0226 14:04:48.466293 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:04:48.481415 1295200 main.go:141] libmachine: Using SSH client type: native
I0226 14:04:48.481671 1295200 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1c40] 0x3e44a0 <nil> [] 0s} 127.0.0.1 34057 <nil> <nil>}
I0226 14:04:48.481696 1295200 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
I0226 14:04:48.720424 1295200 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0226 14:04:48.720483 1295200 machine.go:91] provisioned docker machine in 1.00281288s
I0226 14:04:48.720518 1295200 client.go:171] LocalClient.Create took 10.290505198s
I0226 14:04:48.720565 1295200 start.go:167] duration metric: libmachine.API.Create for "addons-297209" took 10.290597712s
I0226 14:04:48.720590 1295200 start.go:300] post-start starting for "addons-297209" (driver="docker")
I0226 14:04:48.720614 1295200 start.go:329] 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]
I0226 14:04:48.720708 1295200 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
I0226 14:04:48.720790 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:04:48.737244 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:04:48.835067 1295200 ssh_runner.go:195] Run: cat /etc/os-release
I0226 14:04:48.837919 1295200 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0226 14:04:48.837953 1295200 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0226 14:04:48.837965 1295200 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0226 14:04:48.837974 1295200 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I0226 14:04:48.837988 1295200 filesync.go:126] Scanning /home/jenkins/minikube-integration/18200-1289038/.minikube/addons for local assets ...
I0226 14:04:48.838047 1295200 filesync.go:126] Scanning /home/jenkins/minikube-integration/18200-1289038/.minikube/files for local assets ...
I0226 14:04:48.838073 1295200 start.go:303] post-start completed in 117.464476ms
I0226 14:04:48.838367 1295200 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-297209
I0226 14:04:48.853680 1295200 profile.go:148] Saving config to /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/config.json ...
I0226 14:04:48.853956 1295200 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0226 14:04:48.854007 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:04:48.868604 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:04:48.963088 1295200 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0226 14:04:48.967387 1295200 start.go:128] duration metric: createHost completed in 10.540330591s
I0226 14:04:48.967410 1295200 start.go:83] releasing machines lock for "addons-297209", held for 10.540504395s
I0226 14:04:48.967483 1295200 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-297209
I0226 14:04:48.983322 1295200 ssh_runner.go:195] Run: cat /version.json
I0226 14:04:48.983358 1295200 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0226 14:04:48.983376 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:04:48.983440 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:04:49.000535 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:04:49.003038 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:04:49.223441 1295200 ssh_runner.go:195] Run: systemctl --version
I0226 14:04:49.227772 1295200 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0226 14:04:49.367248 1295200 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0226 14:04:49.371672 1295200 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" ;
I0226 14:04:49.394067 1295200 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0226 14:04:49.394219 1295200 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" ;
I0226 14:04:49.430887 1295200 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0226 14:04:49.430907 1295200 start.go:475] detecting cgroup driver to use...
I0226 14:04:49.430937 1295200 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0226 14:04:49.430984 1295200 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0226 14:04:49.446999 1295200 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0226 14:04:49.457826 1295200 docker.go:217] disabling cri-docker service (if available) ...
I0226 14:04:49.457890 1295200 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0226 14:04:49.472344 1295200 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0226 14:04:49.487124 1295200 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0226 14:04:49.578350 1295200 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0226 14:04:49.679778 1295200 docker.go:233] disabling docker service ...
I0226 14:04:49.679870 1295200 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0226 14:04:49.700629 1295200 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0226 14:04:49.712798 1295200 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0226 14:04:49.802402 1295200 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0226 14:04:49.896746 1295200 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0226 14:04:49.907840 1295200 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"
I0226 14:04:49.925337 1295200 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0226 14:04:49.925404 1295200 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"
I0226 14:04:49.935131 1295200 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0226 14:04:49.935198 1295200 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0226 14:04:49.944973 1295200 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0226 14:04:49.954469 1295200 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0226 14:04:49.963773 1295200 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0226 14:04:49.972506 1295200 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0226 14:04:49.980353 1295200 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0226 14:04:49.988153 1295200 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0226 14:04:50.080616 1295200 ssh_runner.go:195] Run: sudo systemctl restart crio
I0226 14:04:50.198442 1295200 start.go:522] Will wait 60s for socket path /var/run/crio/crio.sock
I0226 14:04:50.198593 1295200 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0226 14:04:50.201989 1295200 start.go:543] Will wait 60s for crictl version
I0226 14:04:50.202096 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:04:50.205550 1295200 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0226 14:04:50.242494 1295200 start.go:559] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0226 14:04:50.242606 1295200 ssh_runner.go:195] Run: crio --version
I0226 14:04:50.280563 1295200 ssh_runner.go:195] Run: crio --version
I0226 14:04:50.319627 1295200 out.go:177] * Preparing Kubernetes v1.28.4 on CRI-O 1.24.6 ...
I0226 14:04:50.321425 1295200 cli_runner.go:164] Run: docker network inspect addons-297209 --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}}]}"
I0226 14:04:50.336938 1295200 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0226 14:04:50.340515 1295200 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""
I0226 14:04:50.351326 1295200 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0226 14:04:50.351397 1295200 ssh_runner.go:195] Run: sudo crictl images --output json
I0226 14:04:50.415174 1295200 crio.go:496] all images are preloaded for cri-o runtime.
I0226 14:04:50.415198 1295200 crio.go:415] Images already preloaded, skipping extraction
I0226 14:04:50.415255 1295200 ssh_runner.go:195] Run: sudo crictl images --output json
I0226 14:04:50.454775 1295200 crio.go:496] all images are preloaded for cri-o runtime.
I0226 14:04:50.454806 1295200 cache_images.go:84] Images are preloaded, skipping loading
I0226 14:04:50.454881 1295200 ssh_runner.go:195] Run: crio config
I0226 14:04:50.505477 1295200 cni.go:84] Creating CNI manager for ""
I0226 14:04:50.505497 1295200 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0226 14:04:50.505516 1295200 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0226 14:04:50.505557 1295200 kubeadm.go:176] 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.28.4 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-297209 NodeName:addons-297209 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[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0226 14:04:50.505743 1295200 kubeadm.go:181] 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-297209"
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.28.4
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
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
I0226 14:04:50.505827 1295200 kubeadm.go:976] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.4/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///var/run/crio/crio.sock --enforce-node-allocatable= --hostname-override=addons-297209 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-297209 Namespace:default 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: NodeIP: NodePort:8443 NodeName:}
I0226 14:04:50.505916 1295200 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I0226 14:04:50.514607 1295200 binaries.go:44] Found k8s binaries, skipping transfer
I0226 14:04:50.514730 1295200 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0226 14:04:50.522826 1295200 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I0226 14:04:50.539958 1295200 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0226 14:04:50.556943 1295200 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I0226 14:04:50.574016 1295200 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0226 14:04:50.577415 1295200 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""
I0226 14:04:50.587694 1295200 certs.go:56] Setting up /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209 for IP: 192.168.49.2
I0226 14:04:50.587726 1295200 certs.go:190] acquiring lock for shared ca certs: {Name:mkac7eab2f4cb39e0cbcb1996768c4b50a244489 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:50.587844 1295200 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/18200-1289038/.minikube/ca.key
I0226 14:04:51.177942 1295200 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18200-1289038/.minikube/ca.crt ...
I0226 14:04:51.177975 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/.minikube/ca.crt: {Name:mk076260f5d680b460f7f67a0220ba8cbe750538 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:51.178205 1295200 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18200-1289038/.minikube/ca.key ...
I0226 14:04:51.178225 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/.minikube/ca.key: {Name:mk182abf233f3e491d025f6ecd2210abc3c27a7c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:51.178317 1295200 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/18200-1289038/.minikube/proxy-client-ca.key
I0226 14:04:51.372019 1295200 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18200-1289038/.minikube/proxy-client-ca.crt ...
I0226 14:04:51.372050 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/.minikube/proxy-client-ca.crt: {Name:mk9eecf03ef7be161305d3abc080237c7e3eec05 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:51.372234 1295200 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18200-1289038/.minikube/proxy-client-ca.key ...
I0226 14:04:51.372246 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/.minikube/proxy-client-ca.key: {Name:mk85aa6fa79e6c965b83e86525e36576d150a13b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:51.372367 1295200 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/client.key
I0226 14:04:51.372386 1295200 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/client.crt with IP's: []
I0226 14:04:52.104297 1295200 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/client.crt ...
I0226 14:04:52.104336 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/client.crt: {Name:mk4dbf5a816b3ad24c74eadc238d3761c16a210b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:52.104526 1295200 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/client.key ...
I0226 14:04:52.104541 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/client.key: {Name:mk973ac70efa0098908decc076b326ab85123e3c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:52.105215 1295200 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.key.dd3b5fb2
I0226 14:04:52.105237 1295200 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0226 14:04:52.695028 1295200 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.crt.dd3b5fb2 ...
I0226 14:04:52.695065 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.crt.dd3b5fb2: {Name:mkc430d780b9eea85470838b8af48c7348291d75 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:52.695288 1295200 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.key.dd3b5fb2 ...
I0226 14:04:52.695306 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.key.dd3b5fb2: {Name:mk909902a231edadf46419215ce6aed434b4e51a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:52.695390 1295200 certs.go:337] copying /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.crt
I0226 14:04:52.695467 1295200 certs.go:341] copying /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.key
I0226 14:04:52.695521 1295200 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/proxy-client.key
I0226 14:04:52.695541 1295200 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/proxy-client.crt with IP's: []
I0226 14:04:52.868465 1295200 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/proxy-client.crt ...
I0226 14:04:52.868496 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/proxy-client.crt: {Name:mkb2814ba531901618dcf330b904c12c88cc8e9a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:52.868682 1295200 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/proxy-client.key ...
I0226 14:04:52.868699 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/proxy-client.key: {Name:mk3dfe8bc75cafae136946429bd99627d36ed4e3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:04:52.868908 1295200 certs.go:437] found cert: /home/jenkins/minikube-integration/18200-1289038/.minikube/certs/home/jenkins/minikube-integration/18200-1289038/.minikube/certs/ca-key.pem (1679 bytes)
I0226 14:04:52.868954 1295200 certs.go:437] found cert: /home/jenkins/minikube-integration/18200-1289038/.minikube/certs/home/jenkins/minikube-integration/18200-1289038/.minikube/certs/ca.pem (1078 bytes)
I0226 14:04:52.868987 1295200 certs.go:437] found cert: /home/jenkins/minikube-integration/18200-1289038/.minikube/certs/home/jenkins/minikube-integration/18200-1289038/.minikube/certs/cert.pem (1123 bytes)
I0226 14:04:52.869016 1295200 certs.go:437] found cert: /home/jenkins/minikube-integration/18200-1289038/.minikube/certs/home/jenkins/minikube-integration/18200-1289038/.minikube/certs/key.pem (1675 bytes)
I0226 14:04:52.869611 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0226 14:04:52.895125 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0226 14:04:52.919297 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0226 14:04:52.943696 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/profiles/addons-297209/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0226 14:04:52.967402 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0226 14:04:52.991774 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0226 14:04:53.016560 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0226 14:04:53.040046 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0226 14:04:53.064356 1295200 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18200-1289038/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0226 14:04:53.088431 1295200 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0226 14:04:53.105532 1295200 ssh_runner.go:195] Run: openssl version
I0226 14:04:53.111283 1295200 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"
I0226 14:04:53.120516 1295200 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0226 14:04:53.123776 1295200 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Feb 26 14:04 /usr/share/ca-certificates/minikubeCA.pem
I0226 14:04:53.123833 1295200 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0226 14:04:53.130484 1295200 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"
I0226 14:04:53.139762 1295200 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0226 14:04:53.142932 1295200 certs.go:353] certs directory doesn't exist, likely first start: ls /var/lib/minikube/certs/etcd: Process exited with status 2
stdout:
stderr:
ls: cannot access '/var/lib/minikube/certs/etcd': No such file or directory
I0226 14:04:53.142975 1295200 kubeadm.go:404] StartCluster: {Name:addons-297209 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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:0 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.28.4 ClusterName:addons-297209 Namespace:default APIServerName:minikubeCA APIServerNames:[] APISe
rverIPs:[] 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: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 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:f
alse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0226 14:04:53.143052 1295200 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0226 14:04:53.143118 1295200 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0226 14:04:53.179140 1295200 cri.go:89] found id: ""
I0226 14:04:53.179230 1295200 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0226 14:04:53.187818 1295200 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0226 14:04:53.196346 1295200 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0226 14:04:53.196412 1295200 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
I0226 14:04:53.204766 1295200 kubeadm.go:152] 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
I0226 14:04:53.204806 1295200 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.4:$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"
I0226 14:04:53.249630 1295200 kubeadm.go:322] [init] Using Kubernetes version: v1.28.4
I0226 14:04:53.249720 1295200 kubeadm.go:322] [preflight] Running pre-flight checks
I0226 14:04:53.295303 1295200 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0226 14:04:53.295378 1295200 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1053-aws[0m
I0226 14:04:53.295415 1295200 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0226 14:04:53.295462 1295200 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0226 14:04:53.295517 1295200 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0226 14:04:53.295567 1295200 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0226 14:04:53.295617 1295200 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0226 14:04:53.295666 1295200 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0226 14:04:53.295734 1295200 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0226 14:04:53.295782 1295200 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0226 14:04:53.295832 1295200 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0226 14:04:53.295879 1295200 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0226 14:04:53.367475 1295200 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0226 14:04:53.367650 1295200 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0226 14:04:53.367785 1295200 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0226 14:04:53.582602 1295200 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0226 14:04:53.588148 1295200 out.go:204] - Generating certificates and keys ...
I0226 14:04:53.588260 1295200 kubeadm.go:322] [certs] Using existing ca certificate authority
I0226 14:04:53.588342 1295200 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0226 14:04:54.001781 1295200 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0226 14:04:54.723449 1295200 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0226 14:04:55.043679 1295200 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0226 14:04:55.429045 1295200 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0226 14:04:55.780859 1295200 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0226 14:04:55.781168 1295200 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-297209 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0226 14:04:56.891528 1295200 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0226 14:04:56.891666 1295200 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-297209 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0226 14:04:57.032818 1295200 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0226 14:04:57.446670 1295200 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0226 14:04:58.428236 1295200 kubeadm.go:322] [certs] Generating "sa" key and public key
I0226 14:04:58.428546 1295200 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0226 14:04:59.395404 1295200 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0226 14:04:59.668521 1295200 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0226 14:04:59.985793 1295200 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0226 14:05:00.425007 1295200 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0226 14:05:00.425725 1295200 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0226 14:05:00.428615 1295200 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0226 14:05:00.432148 1295200 out.go:204] - Booting up control plane ...
I0226 14:05:00.432261 1295200 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0226 14:05:00.432376 1295200 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0226 14:05:00.432469 1295200 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0226 14:05:00.442222 1295200 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0226 14:05:00.444222 1295200 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0226 14:05:00.444288 1295200 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0226 14:05:00.542038 1295200 kubeadm.go:322] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0226 14:05:07.543899 1295200 kubeadm.go:322] [apiclient] All control plane components are healthy after 7.001950 seconds
I0226 14:05:07.544019 1295200 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0226 14:05:07.556796 1295200 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0226 14:05:08.081406 1295200 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0226 14:05:08.081630 1295200 kubeadm.go:322] [mark-control-plane] Marking the node addons-297209 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0226 14:05:08.592022 1295200 kubeadm.go:322] [bootstrap-token] Using token: fffn3l.0yxcxxb7h442wr6g
I0226 14:05:08.594093 1295200 out.go:204] - Configuring RBAC rules ...
I0226 14:05:08.594220 1295200 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0226 14:05:08.604534 1295200 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0226 14:05:08.612446 1295200 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0226 14:05:08.618069 1295200 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0226 14:05:08.621701 1295200 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0226 14:05:08.625240 1295200 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0226 14:05:08.642637 1295200 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0226 14:05:08.916381 1295200 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0226 14:05:09.068985 1295200 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0226 14:05:09.069006 1295200 kubeadm.go:322]
I0226 14:05:09.069066 1295200 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0226 14:05:09.069071 1295200 kubeadm.go:322]
I0226 14:05:09.069146 1295200 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0226 14:05:09.069151 1295200 kubeadm.go:322]
I0226 14:05:09.069176 1295200 kubeadm.go:322] mkdir -p $HOME/.kube
I0226 14:05:09.069235 1295200 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0226 14:05:09.069285 1295200 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0226 14:05:09.069290 1295200 kubeadm.go:322]
I0226 14:05:09.069342 1295200 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0226 14:05:09.069348 1295200 kubeadm.go:322]
I0226 14:05:09.069394 1295200 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0226 14:05:09.069398 1295200 kubeadm.go:322]
I0226 14:05:09.069448 1295200 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0226 14:05:09.069520 1295200 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0226 14:05:09.069586 1295200 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0226 14:05:09.069591 1295200 kubeadm.go:322]
I0226 14:05:09.069671 1295200 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0226 14:05:09.069745 1295200 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0226 14:05:09.069749 1295200 kubeadm.go:322]
I0226 14:05:09.069830 1295200 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token fffn3l.0yxcxxb7h442wr6g \
I0226 14:05:09.069929 1295200 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:a6c8e00b3232c8dcf9d6ab599ba4a6bcf6715221e7c49005afa583d56ac5a9df \
I0226 14:05:09.069949 1295200 kubeadm.go:322] --control-plane
I0226 14:05:09.069954 1295200 kubeadm.go:322]
I0226 14:05:09.070035 1295200 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0226 14:05:09.070043 1295200 kubeadm.go:322]
I0226 14:05:09.070122 1295200 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token fffn3l.0yxcxxb7h442wr6g \
I0226 14:05:09.070220 1295200 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:a6c8e00b3232c8dcf9d6ab599ba4a6bcf6715221e7c49005afa583d56ac5a9df
I0226 14:05:09.074121 1295200 kubeadm.go:322] [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-1053-aws\n", err: exit status 1
I0226 14:05:09.074238 1295200 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0226 14:05:09.074256 1295200 cni.go:84] Creating CNI manager for ""
I0226 14:05:09.074264 1295200 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0226 14:05:09.076465 1295200 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0226 14:05:09.078602 1295200 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0226 14:05:09.088209 1295200 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I0226 14:05:09.088229 1295200 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0226 14:05:09.140901 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0226 14:05:10.002354 1295200 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0226 14:05:10.002554 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:10.002647 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl label nodes minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=6aa551530a40d112748460a55f3fad8fc64b35f9 minikube.k8s.io/name=addons-297209 minikube.k8s.io/updated_at=2024_02_26T14_05_10_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:10.164736 1295200 ops.go:34] apiserver oom_adj: -16
I0226 14:05:10.164827 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:10.664970 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:11.165793 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:11.664995 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:12.164966 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:12.665343 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:13.164990 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:13.665630 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:14.165872 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:14.665830 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:15.165747 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:15.664900 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:16.165524 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:16.665530 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:17.165181 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:17.665286 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:18.165580 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:18.665582 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:19.165939 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:19.665262 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:20.165505 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:20.664949 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:21.165423 1295200 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0226 14:05:21.260582 1295200 kubeadm.go:1088] duration metric: took 11.258094758s to wait for elevateKubeSystemPrivileges.
I0226 14:05:21.260608 1295200 kubeadm.go:406] StartCluster complete in 28.117636061s
I0226 14:05:21.260625 1295200 settings.go:142] acquiring lock: {Name:mkb243d81efb34936cf928e6427a1bc017f532be Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:05:21.260741 1295200 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18200-1289038/kubeconfig
I0226 14:05:21.261100 1295200 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18200-1289038/kubeconfig: {Name:mkf91cb221e7768e6963bb823d0fd039f8fbdbc5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0226 14:05:21.262682 1295200 config.go:182] Loaded profile config "addons-297209": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0226 14:05:21.262752 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0226 14:05:21.262835 1295200 addons.go:502] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true yakd:true]
I0226 14:05:21.262927 1295200 addons.go:69] Setting yakd=true in profile "addons-297209"
I0226 14:05:21.262941 1295200 addons.go:234] Setting addon yakd=true in "addons-297209"
I0226 14:05:21.262981 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.263424 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.264222 1295200 addons.go:69] Setting inspektor-gadget=true in profile "addons-297209"
I0226 14:05:21.264243 1295200 addons.go:234] Setting addon inspektor-gadget=true in "addons-297209"
I0226 14:05:21.264274 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.264668 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.265066 1295200 addons.go:69] Setting cloud-spanner=true in profile "addons-297209"
I0226 14:05:21.265109 1295200 addons.go:234] Setting addon cloud-spanner=true in "addons-297209"
I0226 14:05:21.265153 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.265181 1295200 addons.go:69] Setting registry=true in profile "addons-297209"
I0226 14:05:21.265208 1295200 addons.go:234] Setting addon registry=true in "addons-297209"
I0226 14:05:21.265247 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.265631 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.265709 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.271387 1295200 addons.go:69] Setting storage-provisioner=true in profile "addons-297209"
I0226 14:05:21.271427 1295200 addons.go:234] Setting addon storage-provisioner=true in "addons-297209"
I0226 14:05:21.271471 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.271941 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.279404 1295200 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-297209"
I0226 14:05:21.279542 1295200 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-297209"
I0226 14:05:21.279615 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.280107 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.282563 1295200 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-297209"
I0226 14:05:21.282652 1295200 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-297209"
I0226 14:05:21.283098 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.285514 1295200 addons.go:69] Setting default-storageclass=true in profile "addons-297209"
I0226 14:05:21.285549 1295200 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-297209"
I0226 14:05:21.285883 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.298492 1295200 addons.go:69] Setting volumesnapshots=true in profile "addons-297209"
I0226 14:05:21.298567 1295200 addons.go:234] Setting addon volumesnapshots=true in "addons-297209"
I0226 14:05:21.298644 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.299136 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.307195 1295200 addons.go:69] Setting gcp-auth=true in profile "addons-297209"
I0226 14:05:21.307308 1295200 mustload.go:65] Loading cluster: addons-297209
I0226 14:05:21.307539 1295200 config.go:182] Loaded profile config "addons-297209": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0226 14:05:21.307840 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.314355 1295200 addons.go:69] Setting ingress=true in profile "addons-297209"
I0226 14:05:21.314414 1295200 addons.go:234] Setting addon ingress=true in "addons-297209"
I0226 14:05:21.314480 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.314942 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.343551 1295200 addons.go:69] Setting ingress-dns=true in profile "addons-297209"
I0226 14:05:21.343581 1295200 addons.go:234] Setting addon ingress-dns=true in "addons-297209"
I0226 14:05:21.343641 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.344082 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.265159 1295200 addons.go:69] Setting metrics-server=true in profile "addons-297209"
I0226 14:05:21.265171 1295200 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-297209"
I0226 14:05:21.416623 1295200 addons.go:234] Setting addon default-storageclass=true in "addons-297209"
I0226 14:05:21.428189 1295200 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.25.1
I0226 14:05:21.428211 1295200 addons.go:234] Setting addon metrics-server=true in "addons-297209"
I0226 14:05:21.428223 1295200 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-297209"
I0226 14:05:21.439738 1295200 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.14
I0226 14:05:21.439779 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.442015 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.461539 1295200 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0226 14:05:21.463663 1295200 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0226 14:05:21.463693 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0226 14:05:21.463762 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.488769 1295200 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0226 14:05:21.493180 1295200 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0226 14:05:21.493205 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0226 14:05:21.493273 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.505772 1295200 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0226 14:05:21.507807 1295200 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0226 14:05:21.509427 1295200 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0226 14:05:21.511018 1295200 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0226 14:05:21.510471 1295200 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-297209"
I0226 14:05:21.505521 1295200 out.go:177] - Using image docker.io/registry:2.8.3
I0226 14:05:21.505597 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.505622 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.512651 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.515038 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.515102 1295200 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0226 14:05:21.515541 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.516875 1295200 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0226 14:05:21.516887 1295200 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0226 14:05:21.517375 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:21.520397 1295200 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0226 14:05:21.520470 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0226 14:05:21.522515 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0226 14:05:21.522528 1295200 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0226 14:05:21.534623 1295200 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0226 14:05:21.534645 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0226 14:05:21.534708 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.542533 1295200 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0226 14:05:21.535321 1295200 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0226 14:05:21.535386 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.535414 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.535479 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:21.574541 1295200 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0226 14:05:21.574563 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0226 14:05:21.574616 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.632872 1295200 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0226 14:05:21.642394 1295200 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.6
I0226 14:05:21.638482 1295200 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0226 14:05:21.632803 1295200 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0226 14:05:21.638683 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/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.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0226 14:05:21.632794 1295200 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0226 14:05:21.644050 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.646710 1295200 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0226 14:05:21.664883 1295200 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0226 14:05:21.650616 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0226 14:05:21.651455 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16103 bytes)
I0226 14:05:21.668096 1295200 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0226 14:05:21.668178 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.675745 1295200 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0226 14:05:21.673797 1295200 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0226 14:05:21.673868 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.673877 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0226 14:05:21.675466 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.678499 1295200 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0226 14:05:21.678539 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0226 14:05:21.678621 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.709189 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0226 14:05:21.709311 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.727016 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.784407 1295200 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0226 14:05:21.787822 1295200 out.go:177] - Using image docker.io/busybox:stable
I0226 14:05:21.789940 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.801000 1295200 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.4
I0226 14:05:21.794533 1295200 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0226 14:05:21.801266 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.805157 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0226 14:05:21.805275 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.805489 1295200 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0226 14:05:21.805498 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0226 14:05:21.805535 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:21.815250 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.826786 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.840064 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.919731 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.929811 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.939650 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.940696 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.956734 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:21.960274 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:22.038000 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0226 14:05:22.059035 1295200 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-297209" context rescaled to 1 replicas
I0226 14:05:22.059077 1295200 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I0226 14:05:22.062022 1295200 out.go:177] * Verifying Kubernetes components...
I0226 14:05:22.063711 1295200 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0226 14:05:22.191054 1295200 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0226 14:05:22.191092 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0226 14:05:22.241158 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0226 14:05:22.284552 1295200 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0226 14:05:22.284579 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0226 14:05:22.293223 1295200 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0226 14:05:22.293251 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0226 14:05:22.304290 1295200 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0226 14:05:22.304314 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0226 14:05:22.308348 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0226 14:05:22.332447 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0226 14:05:22.362030 1295200 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0226 14:05:22.362056 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0226 14:05:22.377765 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0226 14:05:22.383140 1295200 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0226 14:05:22.383164 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0226 14:05:22.402027 1295200 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0226 14:05:22.402096 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0226 14:05:22.406557 1295200 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0226 14:05:22.406577 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0226 14:05:22.407919 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0226 14:05:22.453342 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0226 14:05:22.482935 1295200 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0226 14:05:22.482958 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0226 14:05:22.486290 1295200 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0226 14:05:22.486310 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0226 14:05:22.511859 1295200 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0226 14:05:22.511925 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0226 14:05:22.517114 1295200 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0226 14:05:22.517184 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0226 14:05:22.543158 1295200 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0226 14:05:22.543224 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0226 14:05:22.558614 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0226 14:05:22.593254 1295200 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0226 14:05:22.593324 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0226 14:05:22.603045 1295200 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0226 14:05:22.603116 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0226 14:05:22.648423 1295200 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0226 14:05:22.648499 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0226 14:05:22.662668 1295200 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0226 14:05:22.662740 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0226 14:05:22.681483 1295200 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0226 14:05:22.681563 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0226 14:05:22.713721 1295200 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0226 14:05:22.713795 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0226 14:05:22.719532 1295200 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0226 14:05:22.719601 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0226 14:05:22.764551 1295200 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0226 14:05:22.764623 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0226 14:05:22.814834 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0226 14:05:22.835455 1295200 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0226 14:05:22.835525 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0226 14:05:22.847854 1295200 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0226 14:05:22.847922 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0226 14:05:22.862546 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0226 14:05:22.890946 1295200 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0226 14:05:22.891020 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0226 14:05:22.949748 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0226 14:05:22.953016 1295200 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0226 14:05:22.953095 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0226 14:05:23.025599 1295200 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0226 14:05:23.025670 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0226 14:05:23.068881 1295200 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0226 14:05:23.068946 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0226 14:05:23.137417 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0226 14:05:23.150442 1295200 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0226 14:05:23.150513 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0226 14:05:23.225350 1295200 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0226 14:05:23.225411 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0226 14:05:23.312879 1295200 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0226 14:05:23.312947 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0226 14:05:23.353068 1295200 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0226 14:05:23.353144 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0226 14:05:23.417702 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0226 14:05:25.238580 1295200 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/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.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.587927829s)
I0226 14:05:25.238660 1295200 start.go:929] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0226 14:05:27.787676 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.749634319s)
I0226 14:05:27.787773 1295200 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (5.724037767s)
I0226 14:05:27.788660 1295200 node_ready.go:35] waiting up to 6m0s for node "addons-297209" to be "Ready" ...
I0226 14:05:28.511308 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.270108474s)
I0226 14:05:28.511400 1295200 addons.go:470] Verifying addon ingress=true in "addons-297209"
I0226 14:05:28.515199 1295200 out.go:177] * Verifying ingress addon...
I0226 14:05:28.511947 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (6.203567955s)
I0226 14:05:28.511994 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (6.179527293s)
I0226 14:05:28.512060 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (6.134272481s)
I0226 14:05:28.512085 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (6.104151165s)
I0226 14:05:28.512225 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (6.058858535s)
I0226 14:05:28.512256 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.953570752s)
I0226 14:05:28.512297 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.697393416s)
I0226 14:05:28.512370 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.649750843s)
I0226 14:05:28.512583 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.562759751s)
I0226 14:05:28.512649 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (5.37516007s)
I0226 14:05:28.518865 1295200 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0226 14:05:28.519264 1295200 addons.go:470] Verifying addon registry=true in "addons-297209"
I0226 14:05:28.521334 1295200 out.go:177] * Verifying registry addon...
I0226 14:05:28.519726 1295200 addons.go:470] Verifying addon metrics-server=true in "addons-297209"
W0226 14:05:28.519767 1295200 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0226 14:05:28.523396 1295200 retry.go:31] will retry after 238.027058ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0226 14:05:28.524258 1295200 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0226 14:05:28.524460 1295200 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-297209 service yakd-dashboard -n yakd-dashboard
I0226 14:05:28.534478 1295200 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0226 14:05:28.534511 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:28.537071 1295200 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0226 14:05:28.537096 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0226 14:05:28.553662 1295200 out.go:239] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0226 14:05:28.754190 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (5.336383926s)
I0226 14:05:28.754273 1295200 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-297209"
I0226 14:05:28.756157 1295200 out.go:177] * Verifying csi-hostpath-driver addon...
I0226 14:05:28.758864 1295200 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0226 14:05:28.761854 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0226 14:05:28.771056 1295200 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0226 14:05:28.771118 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:29.031184 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:29.035059 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:29.263791 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:29.536799 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:29.542465 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:29.763174 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:29.793097 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:30.025456 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:30.030175 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:30.263053 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:30.523545 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:30.528166 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:30.706159 1295200 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0226 14:05:30.706282 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:30.723347 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:30.764211 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:30.833701 1295200 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0226 14:05:30.852323 1295200 addons.go:234] Setting addon gcp-auth=true in "addons-297209"
I0226 14:05:30.852378 1295200 host.go:66] Checking if "addons-297209" exists ...
I0226 14:05:30.852833 1295200 cli_runner.go:164] Run: docker container inspect addons-297209 --format={{.State.Status}}
I0226 14:05:30.881342 1295200 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0226 14:05:30.881396 1295200 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-297209
I0226 14:05:30.908588 1295200 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34057 SSHKeyPath:/home/jenkins/minikube-integration/18200-1289038/.minikube/machines/addons-297209/id_rsa Username:docker}
I0226 14:05:31.026351 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:31.029936 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:31.037570 1295200 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0226 14:05:31.039737 1295200 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I0226 14:05:31.042315 1295200 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0226 14:05:31.042348 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0226 14:05:31.092182 1295200 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0226 14:05:31.092211 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0226 14:05:31.113657 1295200 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0226 14:05:31.113684 1295200 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5432 bytes)
I0226 14:05:31.171988 1295200 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0226 14:05:31.263419 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:31.524058 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:31.541693 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:31.763286 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:31.796333 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:32.024233 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:32.028075 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:32.277904 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:32.528743 1295200 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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: (1.356702916s)
I0226 14:05:32.531381 1295200 addons.go:470] Verifying addon gcp-auth=true in "addons-297209"
I0226 14:05:32.535075 1295200 out.go:177] * Verifying gcp-auth addon...
I0226 14:05:32.538054 1295200 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0226 14:05:32.569796 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:32.607200 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:32.609073 1295200 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0226 14:05:32.609107 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:32.764348 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:33.023792 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:33.029427 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:33.042798 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:33.264609 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:33.523811 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:33.529411 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:33.548600 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:33.764787 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:34.027381 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:34.036274 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:34.046365 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:34.264286 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:34.292601 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:34.524810 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:34.531175 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:34.542448 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:34.764280 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:35.024515 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:35.030160 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:35.044465 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:35.265488 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:35.525610 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:35.531120 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:35.541256 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:35.764960 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:36.023458 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:36.028508 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:36.042036 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:36.265964 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:36.524106 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:36.528873 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:36.542282 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:36.763661 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:36.792023 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:37.023828 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:37.028851 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:37.043026 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:37.263701 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:37.523549 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:37.528405 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:37.541769 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:37.764305 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:38.024259 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:38.028705 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:38.042838 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:38.263823 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:38.523212 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:38.532098 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:38.542924 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:38.763513 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:38.792327 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:39.023351 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:39.028198 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:39.042620 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:39.263572 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:39.523307 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:39.528173 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:39.541701 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:39.763719 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:40.023574 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:40.028915 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:40.042252 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:40.263041 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:40.524060 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:40.528838 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:40.541863 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:40.764083 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:40.792935 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:41.023329 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:41.028447 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:41.042270 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:41.263085 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:41.525991 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:41.530654 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:41.542097 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:41.764101 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:42.023411 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:42.028506 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:42.042133 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:42.264339 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:42.523479 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:42.528692 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:42.541963 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:42.763030 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:43.023940 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:43.028978 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:43.043230 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:43.263386 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:43.292831 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:43.523095 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:43.528322 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:43.542373 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:43.763260 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:44.023990 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:44.029048 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:44.042441 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:44.264186 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:44.523086 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:44.529432 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:44.541565 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:44.763835 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:45.025313 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:45.029943 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:45.053994 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:45.265314 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:45.293100 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:45.523890 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:45.528588 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:45.541618 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:45.763529 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:46.023462 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:46.028153 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:46.042349 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:46.263700 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:46.523772 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:46.528436 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:46.541480 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:46.763867 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:47.022817 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:47.028675 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:47.042431 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:47.263764 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:47.524140 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:47.529118 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:47.542480 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:47.763649 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:47.792183 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:48.023322 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:48.028199 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:48.042575 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:48.264174 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:48.523114 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:48.528948 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:48.542700 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:48.763957 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:49.023752 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:49.028746 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:49.042117 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:49.264683 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:49.523436 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:49.528319 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:49.542611 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:49.763748 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:49.792375 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:50.023716 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:50.028565 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:50.042169 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:50.263499 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:50.523552 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:50.528102 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:50.542001 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:50.763504 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:51.023620 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:51.028518 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:51.042678 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:51.263419 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:51.523836 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:51.533184 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:51.560460 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:51.764119 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:51.792950 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:52.023683 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:52.028690 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:52.041730 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:52.263658 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:52.523210 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:52.527666 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:52.541453 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:52.763613 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:53.023021 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:53.029146 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:53.045881 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:53.263398 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:53.523564 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:53.528906 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:53.552393 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:53.763521 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:53.793089 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:54.023441 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:54.028305 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:54.042484 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:54.263737 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:54.523753 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:54.528316 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:54.541485 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:54.763962 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:55.023770 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:55.028852 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:55.042649 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:55.264291 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:55.523729 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:55.528515 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:55.541729 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:55.763677 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:56.023474 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:56.028488 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:56.041600 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:56.263841 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:56.293202 1295200 node_ready.go:58] node "addons-297209" has status "Ready":"False"
I0226 14:05:56.523026 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:56.528719 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:56.541915 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:56.764137 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:57.023553 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:57.028361 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:57.043161 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:57.263087 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:57.523241 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:57.527777 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:57.541778 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:57.763755 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:58.025279 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:58.028809 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:58.042402 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:58.288358 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:58.339465 1295200 node_ready.go:49] node "addons-297209" has status "Ready":"True"
I0226 14:05:58.339541 1295200 node_ready.go:38] duration metric: took 30.55078528s waiting for node "addons-297209" to be "Ready" ...
I0226 14:05:58.339568 1295200 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" ...
I0226 14:05:58.358921 1295200 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-xk6c2" in "kube-system" namespace to be "Ready" ...
I0226 14:05:58.533693 1295200 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0226 14:05:58.533763 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:58.555848 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:58.556723 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:58.768641 1295200 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0226 14:05:58.768705 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:59.025046 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:59.029898 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:59.046956 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:59.276792 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:59.524065 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:05:59.529398 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:05:59.541835 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:05:59.766593 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:05:59.869804 1295200 pod_ready.go:92] pod "coredns-5dd5756b68-xk6c2" in "kube-system" namespace has status "Ready":"True"
I0226 14:05:59.869832 1295200 pod_ready.go:81] duration metric: took 1.510826883s waiting for pod "coredns-5dd5756b68-xk6c2" in "kube-system" namespace to be "Ready" ...
I0226 14:05:59.869880 1295200 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-297209" in "kube-system" namespace to be "Ready" ...
I0226 14:05:59.894319 1295200 pod_ready.go:92] pod "etcd-addons-297209" in "kube-system" namespace has status "Ready":"True"
I0226 14:05:59.894343 1295200 pod_ready.go:81] duration metric: took 24.446815ms waiting for pod "etcd-addons-297209" in "kube-system" namespace to be "Ready" ...
I0226 14:05:59.894379 1295200 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-297209" in "kube-system" namespace to be "Ready" ...
I0226 14:05:59.915869 1295200 pod_ready.go:92] pod "kube-apiserver-addons-297209" in "kube-system" namespace has status "Ready":"True"
I0226 14:05:59.915896 1295200 pod_ready.go:81] duration metric: took 21.469557ms waiting for pod "kube-apiserver-addons-297209" in "kube-system" namespace to be "Ready" ...
I0226 14:05:59.915908 1295200 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-297209" in "kube-system" namespace to be "Ready" ...
I0226 14:05:59.944988 1295200 pod_ready.go:92] pod "kube-controller-manager-addons-297209" in "kube-system" namespace has status "Ready":"True"
I0226 14:05:59.945015 1295200 pod_ready.go:81] duration metric: took 29.076325ms waiting for pod "kube-controller-manager-addons-297209" in "kube-system" namespace to be "Ready" ...
I0226 14:05:59.945027 1295200 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-9rvv9" in "kube-system" namespace to be "Ready" ...
I0226 14:05:59.974614 1295200 pod_ready.go:92] pod "kube-proxy-9rvv9" in "kube-system" namespace has status "Ready":"True"
I0226 14:05:59.974648 1295200 pod_ready.go:81] duration metric: took 29.613358ms waiting for pod "kube-proxy-9rvv9" in "kube-system" namespace to be "Ready" ...
I0226 14:05:59.974659 1295200 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-297209" in "kube-system" namespace to be "Ready" ...
I0226 14:06:00.024336 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:00.029579 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:00.042689 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:00.266038 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:00.294291 1295200 pod_ready.go:92] pod "kube-scheduler-addons-297209" in "kube-system" namespace has status "Ready":"True"
I0226 14:06:00.294318 1295200 pod_ready.go:81] duration metric: took 319.651497ms waiting for pod "kube-scheduler-addons-297209" in "kube-system" namespace to be "Ready" ...
I0226 14:06:00.294330 1295200 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace to be "Ready" ...
I0226 14:06:00.529247 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:00.532689 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:00.543410 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:00.764853 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:01.023436 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:01.028706 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:01.043373 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:01.264254 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:01.524495 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:01.530471 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:01.542755 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:01.766247 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:02.023787 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:02.029704 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:02.042743 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:02.265593 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:02.302241 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:02.524312 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:02.529058 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:02.542308 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:02.765151 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:03.024400 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:03.029549 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:03.042945 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:03.270097 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:03.524246 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:03.572416 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:03.574790 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:03.767551 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:04.025754 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:04.033020 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:04.041616 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:04.265874 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:04.304835 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:04.523314 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:04.529811 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:04.541886 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:04.767272 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:05.024240 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:05.031820 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:05.043209 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:05.265472 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:05.528034 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:05.531792 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:05.542297 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:05.766449 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:06.023997 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:06.033082 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:06.042373 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:06.265136 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:06.524235 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:06.529147 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:06.542145 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:06.764864 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:06.800979 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:07.024839 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:07.029571 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:07.043937 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:07.265885 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:07.525632 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:07.531603 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:07.543008 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:07.765191 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:08.023721 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:08.029080 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:08.041685 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:08.264794 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:08.523549 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:08.530626 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:08.542664 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:08.764897 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:08.801418 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:09.024286 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:09.030509 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:09.045023 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:09.265276 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:09.524513 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:09.531096 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:09.542670 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:09.769178 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:10.035935 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:10.043710 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:10.046921 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:10.265667 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:10.525012 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:10.531856 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:10.542519 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:10.765323 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:10.801996 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:11.030282 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:11.033016 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:11.049390 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:11.266532 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:11.523822 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:11.529852 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:11.542741 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:11.765992 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:12.025266 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:12.033747 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:12.042748 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:12.265492 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:12.523649 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:12.530698 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:12.541452 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:12.764929 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:12.807219 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:13.025054 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:13.033094 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:13.051416 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:13.265738 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:13.524923 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:13.529480 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:13.542485 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:13.765969 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:14.023565 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:14.029333 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:14.042151 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:14.264913 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:14.524299 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:14.528810 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:14.542280 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:14.766758 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:15.024278 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:15.029781 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:15.052359 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:15.267045 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:15.301585 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:15.523555 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:15.529164 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:15.542021 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:15.766540 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:16.023833 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:16.029413 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:16.042466 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:16.265472 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:16.523938 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:16.529206 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:16.541856 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:16.767182 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:17.024615 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:17.029448 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:17.043633 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:17.265274 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:17.530245 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:17.536779 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:17.543457 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:17.765131 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:17.801344 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:18.024915 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:18.029368 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:18.042151 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:18.266045 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:18.532327 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:18.538496 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:18.550981 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:18.765173 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:19.023624 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:19.029144 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:19.042235 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:19.266269 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:19.533946 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:19.549846 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:19.565979 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:19.766469 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:19.804030 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:20.023872 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:20.041639 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:20.043167 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:20.265264 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:20.524400 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:20.529610 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:20.543730 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:20.764593 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:21.024105 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:21.036057 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:21.050332 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:21.274648 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:21.525457 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:21.539664 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:21.545956 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:21.764968 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:22.024163 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:22.029717 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:22.042267 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:22.264675 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:22.300683 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:22.523079 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:22.530483 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:22.542294 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:22.768600 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:23.024846 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:23.050302 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:23.064575 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:23.265308 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:23.523745 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:23.529623 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:23.542838 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:23.770179 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:24.023987 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:24.029847 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:24.042672 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:24.266104 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:24.301498 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:24.524994 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:24.529567 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:24.542222 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:24.765898 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:25.026215 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:25.030247 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:25.042190 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:25.267966 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:25.527420 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:25.531385 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:25.542527 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:25.768289 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:26.024959 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:26.030372 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:26.043730 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:26.265154 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:26.301818 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:26.525582 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:26.530342 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:26.542373 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:26.770189 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:27.024625 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:27.029997 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:27.046417 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:27.265577 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:27.525288 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:27.530920 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:27.542989 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:27.777157 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:28.027758 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:28.038502 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:28.046353 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:28.268498 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:28.311873 1295200 pod_ready.go:102] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:28.529722 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:28.552419 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:28.559176 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:28.769178 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:29.024780 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:29.029939 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:29.045959 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:29.266430 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:29.544155 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:29.548610 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:29.549568 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:29.764751 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:29.800888 1295200 pod_ready.go:92] pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace has status "Ready":"True"
I0226 14:06:29.800917 1295200 pod_ready.go:81] duration metric: took 29.50657896s waiting for pod "metrics-server-69cf46c98-z9xhc" in "kube-system" namespace to be "Ready" ...
I0226 14:06:29.800929 1295200 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-9hfrc" in "kube-system" namespace to be "Ready" ...
I0226 14:06:30.029397 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:30.032798 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:30.043625 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:30.265424 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:30.523961 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:30.529528 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:30.542220 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:30.764406 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:31.023855 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:31.029205 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:31.044392 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:31.266678 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:31.524726 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:31.530419 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:31.543308 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:31.766194 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:31.808609 1295200 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-9hfrc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:32.024714 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:32.030360 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:32.043059 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:32.276223 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:32.524586 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:32.538540 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:32.542984 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:32.764727 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:33.024216 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:33.030768 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:33.042815 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:33.264598 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:33.524592 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:33.529492 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:33.542603 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:33.765217 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:34.023855 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:34.036331 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:34.061381 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:34.271381 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:34.311510 1295200 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-9hfrc" in "kube-system" namespace has status "Ready":"False"
I0226 14:06:34.524641 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:34.531815 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:34.544986 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:34.765662 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:35.023741 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:35.029266 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:35.043405 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:35.264829 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:35.523934 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:35.529161 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:35.541948 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:35.764757 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:35.807455 1295200 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-9hfrc" in "kube-system" namespace has status "Ready":"True"
I0226 14:06:35.807479 1295200 pod_ready.go:81] duration metric: took 6.006541895s waiting for pod "nvidia-device-plugin-daemonset-9hfrc" in "kube-system" namespace to be "Ready" ...
I0226 14:06:35.807498 1295200 pod_ready.go:38] duration metric: took 37.467872653s 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" ...
I0226 14:06:35.807514 1295200 api_server.go:52] waiting for apiserver process to appear ...
I0226 14:06:35.807565 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0226 14:06:35.807630 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0226 14:06:35.852739 1295200 cri.go:89] found id: "5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab"
I0226 14:06:35.852759 1295200 cri.go:89] found id: ""
I0226 14:06:35.852767 1295200 logs.go:276] 1 containers: [5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab]
I0226 14:06:35.852839 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:35.856399 1295200 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0226 14:06:35.856499 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0226 14:06:35.899992 1295200 cri.go:89] found id: "d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524"
I0226 14:06:35.900011 1295200 cri.go:89] found id: ""
I0226 14:06:35.900019 1295200 logs.go:276] 1 containers: [d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524]
I0226 14:06:35.900077 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:35.903524 1295200 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0226 14:06:35.903618 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0226 14:06:35.947878 1295200 cri.go:89] found id: "635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28"
I0226 14:06:35.947902 1295200 cri.go:89] found id: ""
I0226 14:06:35.947910 1295200 logs.go:276] 1 containers: [635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28]
I0226 14:06:35.948049 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:35.952103 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0226 14:06:35.952203 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0226 14:06:35.999081 1295200 cri.go:89] found id: "1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773"
I0226 14:06:35.999104 1295200 cri.go:89] found id: ""
I0226 14:06:35.999113 1295200 logs.go:276] 1 containers: [1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773]
I0226 14:06:35.999176 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:36.004420 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0226 14:06:36.004527 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0226 14:06:36.026889 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:36.030372 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:36.043131 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:36.063835 1295200 cri.go:89] found id: "dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e"
I0226 14:06:36.063858 1295200 cri.go:89] found id: ""
I0226 14:06:36.063866 1295200 logs.go:276] 1 containers: [dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e]
I0226 14:06:36.063927 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:36.068672 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0226 14:06:36.068827 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0226 14:06:36.131287 1295200 cri.go:89] found id: "9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69"
I0226 14:06:36.131310 1295200 cri.go:89] found id: ""
I0226 14:06:36.131318 1295200 logs.go:276] 1 containers: [9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69]
I0226 14:06:36.131404 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:36.135194 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0226 14:06:36.135362 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0226 14:06:36.180680 1295200 cri.go:89] found id: "21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8"
I0226 14:06:36.180701 1295200 cri.go:89] found id: ""
I0226 14:06:36.180709 1295200 logs.go:276] 1 containers: [21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8]
I0226 14:06:36.180824 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:36.188860 1295200 logs.go:123] Gathering logs for dmesg ...
I0226 14:06:36.188886 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0226 14:06:36.215280 1295200 logs.go:123] Gathering logs for describe nodes ...
I0226 14:06:36.215309 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0226 14:06:36.266178 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:36.472870 1295200 logs.go:123] Gathering logs for kube-apiserver [5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab] ...
I0226 14:06:36.472911 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab"
I0226 14:06:36.525270 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:36.534833 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:36.554208 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:36.742962 1295200 logs.go:123] Gathering logs for coredns [635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28] ...
I0226 14:06:36.743001 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28"
I0226 14:06:36.765580 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:36.955665 1295200 logs.go:123] Gathering logs for kindnet [21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8] ...
I0226 14:06:36.955698 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8"
I0226 14:06:37.025370 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:37.038716 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:37.050359 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:37.096628 1295200 logs.go:123] Gathering logs for CRI-O ...
I0226 14:06:37.096658 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0226 14:06:37.214342 1295200 logs.go:123] Gathering logs for container status ...
I0226 14:06:37.217509 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0226 14:06:37.265605 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:37.391812 1295200 logs.go:123] Gathering logs for kubelet ...
I0226 14:06:37.391843 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0226 14:06:37.422074 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:28 addons-297209 kubelet[1361]: W0226 14:05:28.094488 1361 reflector.go:535] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-297209" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-297209' and this object
W0226 14:06:37.422288 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:28 addons-297209 kubelet[1361]: E0226 14:05:28.094529 1361 reflector.go:147] object-"gadget"/"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-297209" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-297209' and this object
W0226 14:06:37.451721 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.300523 1361 reflector.go:535] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-297209" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:37.451945 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300557 1361 reflector.go:147] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-297209" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:37.452120 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.300847 1361 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:37.452317 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300872 1361 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:37.453986 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.369161 1361 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
W0226 14:06:37.454174 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.369198 1361 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
I0226 14:06:37.484219 1295200 logs.go:123] Gathering logs for etcd [d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524] ...
I0226 14:06:37.484248 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524"
I0226 14:06:37.530365 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:37.549859 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:37.561955 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:37.586084 1295200 logs.go:123] Gathering logs for kube-scheduler [1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773] ...
I0226 14:06:37.586115 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773"
I0226 14:06:37.701109 1295200 logs.go:123] Gathering logs for kube-proxy [dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e] ...
I0226 14:06:37.701141 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e"
I0226 14:06:37.766073 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:37.777971 1295200 logs.go:123] Gathering logs for kube-controller-manager [9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69] ...
I0226 14:06:37.778000 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69"
I0226 14:06:37.892520 1295200 out.go:304] Setting ErrFile to fd 2...
I0226 14:06:37.892554 1295200 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0226 14:06:37.892617 1295200 out.go:239] X Problems detected in kubelet:
W0226 14:06:37.892631 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300557 1361 reflector.go:147] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-297209" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:37.892639 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.300847 1361 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:37.892651 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300872 1361 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:37.892657 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.369161 1361 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
W0226 14:06:37.892842 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.369198 1361 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
I0226 14:06:37.892852 1295200 out.go:304] Setting ErrFile to fd 2...
I0226 14:06:37.892862 1295200 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0226 14:06:38.026436 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:38.032793 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:38.045244 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:38.269464 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:38.525223 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:38.532399 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:38.542766 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:38.764935 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:39.024274 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:39.029273 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:39.046681 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:39.272989 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:39.523664 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:39.530854 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:39.543752 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:39.767347 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:40.024328 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:40.028945 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:40.043041 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:40.266832 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:40.523710 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:40.530056 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0226 14:06:40.541828 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:40.804516 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:41.023546 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:41.032544 1295200 kapi.go:107] duration metric: took 1m12.50828246s to wait for kubernetes.io/minikube-addons=registry ...
I0226 14:06:41.044386 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:41.266028 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:41.524129 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:41.541795 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:41.797024 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:42.024665 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:42.043741 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:42.266774 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:42.524036 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:42.541697 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:42.775868 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:43.024695 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:43.043512 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:43.264630 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:43.524549 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:43.544357 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:43.770322 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:44.025233 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:44.042274 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:44.267032 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:44.531619 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:44.543979 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:44.766907 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:45.027344 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:45.051770 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:45.266951 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:45.523833 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:45.544308 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:45.773901 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:46.024221 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:46.051105 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:46.265960 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:46.524672 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:46.543066 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:46.766204 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:47.024543 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:47.042232 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:47.269241 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:47.525281 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:47.542039 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:47.772468 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:47.894193 1295200 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0226 14:06:47.917392 1295200 api_server.go:72] duration metric: took 1m25.858277626s to wait for apiserver process to appear ...
I0226 14:06:47.917417 1295200 api_server.go:88] waiting for apiserver healthz status ...
I0226 14:06:47.917451 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0226 14:06:47.917523 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0226 14:06:47.998046 1295200 cri.go:89] found id: "5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab"
I0226 14:06:47.998068 1295200 cri.go:89] found id: ""
I0226 14:06:47.998077 1295200 logs.go:276] 1 containers: [5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab]
I0226 14:06:47.998137 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:48.003018 1295200 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0226 14:06:48.003094 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0226 14:06:48.024903 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:48.043583 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:48.089668 1295200 cri.go:89] found id: "d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524"
I0226 14:06:48.089693 1295200 cri.go:89] found id: ""
I0226 14:06:48.089702 1295200 logs.go:276] 1 containers: [d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524]
I0226 14:06:48.089760 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:48.093696 1295200 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0226 14:06:48.093770 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0226 14:06:48.175795 1295200 cri.go:89] found id: "635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28"
I0226 14:06:48.175819 1295200 cri.go:89] found id: ""
I0226 14:06:48.175827 1295200 logs.go:276] 1 containers: [635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28]
I0226 14:06:48.175890 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:48.183902 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0226 14:06:48.183974 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0226 14:06:48.274662 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:48.281052 1295200 cri.go:89] found id: "1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773"
I0226 14:06:48.281078 1295200 cri.go:89] found id: ""
I0226 14:06:48.281087 1295200 logs.go:276] 1 containers: [1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773]
I0226 14:06:48.281142 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:48.287308 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0226 14:06:48.287374 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0226 14:06:48.369036 1295200 cri.go:89] found id: "dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e"
I0226 14:06:48.369059 1295200 cri.go:89] found id: ""
I0226 14:06:48.369068 1295200 logs.go:276] 1 containers: [dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e]
I0226 14:06:48.369122 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:48.374850 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0226 14:06:48.374933 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0226 14:06:48.430009 1295200 cri.go:89] found id: "9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69"
I0226 14:06:48.430031 1295200 cri.go:89] found id: ""
I0226 14:06:48.430040 1295200 logs.go:276] 1 containers: [9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69]
I0226 14:06:48.430105 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:48.434939 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0226 14:06:48.435007 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0226 14:06:48.494722 1295200 cri.go:89] found id: "21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8"
I0226 14:06:48.494747 1295200 cri.go:89] found id: ""
I0226 14:06:48.494757 1295200 logs.go:276] 1 containers: [21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8]
I0226 14:06:48.494831 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:48.501083 1295200 logs.go:123] Gathering logs for kubelet ...
I0226 14:06:48.501113 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0226 14:06:48.527424 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:48.542255 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W0226 14:06:48.604486 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.300523 1361 reflector.go:535] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-297209" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:48.604709 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300557 1361 reflector.go:147] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-297209" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:48.604886 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.300847 1361 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:48.605076 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300872 1361 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:48.607710 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.369161 1361 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
W0226 14:06:48.607918 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.369198 1361 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
I0226 14:06:48.645151 1295200 logs.go:123] Gathering logs for dmesg ...
I0226 14:06:48.645194 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0226 14:06:48.669680 1295200 logs.go:123] Gathering logs for kube-apiserver [5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab] ...
I0226 14:06:48.669712 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab"
I0226 14:06:48.753825 1295200 logs.go:123] Gathering logs for kube-scheduler [1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773] ...
I0226 14:06:48.753861 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773"
I0226 14:06:48.765981 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:48.810306 1295200 logs.go:123] Gathering logs for kindnet [21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8] ...
I0226 14:06:48.810337 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8"
I0226 14:06:48.887483 1295200 logs.go:123] Gathering logs for container status ...
I0226 14:06:48.887509 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0226 14:06:48.990113 1295200 logs.go:123] Gathering logs for describe nodes ...
I0226 14:06:48.990151 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0226 14:06:49.025614 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:49.050549 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:49.199661 1295200 logs.go:123] Gathering logs for etcd [d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524] ...
I0226 14:06:49.199694 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524"
I0226 14:06:49.271128 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:49.277664 1295200 logs.go:123] Gathering logs for coredns [635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28] ...
I0226 14:06:49.277697 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28"
I0226 14:06:49.350606 1295200 logs.go:123] Gathering logs for kube-proxy [dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e] ...
I0226 14:06:49.350649 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e"
I0226 14:06:49.397382 1295200 logs.go:123] Gathering logs for kube-controller-manager [9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69] ...
I0226 14:06:49.397418 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69"
I0226 14:06:49.505811 1295200 logs.go:123] Gathering logs for CRI-O ...
I0226 14:06:49.505849 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0226 14:06:49.525183 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:49.544735 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:49.623547 1295200 out.go:304] Setting ErrFile to fd 2...
I0226 14:06:49.623591 1295200 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0226 14:06:49.623657 1295200 out.go:239] X Problems detected in kubelet:
W0226 14:06:49.623678 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300557 1361 reflector.go:147] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-297209" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:49.623692 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.300847 1361 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:49.623706 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300872 1361 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:06:49.623713 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.369161 1361 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
W0226 14:06:49.623721 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.369198 1361 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
I0226 14:06:49.623729 1295200 out.go:304] Setting ErrFile to fd 2...
I0226 14:06:49.623735 1295200 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0226 14:06:49.764767 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:50.025869 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:50.043067 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:50.265666 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:50.523337 1295200 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0226 14:06:50.541861 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:50.764472 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:51.025746 1295200 kapi.go:107] duration metric: took 1m22.506878114s to wait for app.kubernetes.io/name=ingress-nginx ...
I0226 14:06:51.044239 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:51.265809 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:51.544199 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:51.768784 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:52.042582 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:52.266198 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:52.542047 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:52.764619 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:53.045504 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:53.268292 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:53.542107 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:53.765048 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:54.042148 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:54.265282 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:54.542930 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:54.779975 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:55.043304 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:55.265108 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:55.541875 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:55.764387 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:56.042298 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:56.266283 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:56.543101 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:56.766022 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:57.042951 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:57.265662 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:57.543191 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:57.765431 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0226 14:06:58.043328 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:58.264991 1295200 kapi.go:107] duration metric: took 1m29.506130754s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0226 14:06:58.541880 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:59.044624 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:59.542177 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:06:59.624996 1295200 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0226 14:06:59.634035 1295200 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0226 14:06:59.635390 1295200 api_server.go:141] control plane version: v1.28.4
I0226 14:06:59.635418 1295200 api_server.go:131] duration metric: took 11.717994063s to wait for apiserver health ...
I0226 14:06:59.635428 1295200 system_pods.go:43] waiting for kube-system pods to appear ...
I0226 14:06:59.635449 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0226 14:06:59.635513 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0226 14:06:59.673380 1295200 cri.go:89] found id: "5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab"
I0226 14:06:59.673455 1295200 cri.go:89] found id: ""
I0226 14:06:59.673477 1295200 logs.go:276] 1 containers: [5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab]
I0226 14:06:59.673561 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:59.677281 1295200 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0226 14:06:59.677349 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0226 14:06:59.715726 1295200 cri.go:89] found id: "d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524"
I0226 14:06:59.715760 1295200 cri.go:89] found id: ""
I0226 14:06:59.715770 1295200 logs.go:276] 1 containers: [d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524]
I0226 14:06:59.715863 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:59.719393 1295200 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0226 14:06:59.719462 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0226 14:06:59.762758 1295200 cri.go:89] found id: "635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28"
I0226 14:06:59.762779 1295200 cri.go:89] found id: ""
I0226 14:06:59.762787 1295200 logs.go:276] 1 containers: [635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28]
I0226 14:06:59.762846 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:59.766273 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0226 14:06:59.766344 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0226 14:06:59.806262 1295200 cri.go:89] found id: "1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773"
I0226 14:06:59.806284 1295200 cri.go:89] found id: ""
I0226 14:06:59.806291 1295200 logs.go:276] 1 containers: [1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773]
I0226 14:06:59.806350 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:59.810662 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0226 14:06:59.810735 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0226 14:06:59.860986 1295200 cri.go:89] found id: "dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e"
I0226 14:06:59.861006 1295200 cri.go:89] found id: ""
I0226 14:06:59.861014 1295200 logs.go:276] 1 containers: [dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e]
I0226 14:06:59.861076 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:59.864625 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0226 14:06:59.864699 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0226 14:06:59.907720 1295200 cri.go:89] found id: "9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69"
I0226 14:06:59.907748 1295200 cri.go:89] found id: ""
I0226 14:06:59.907756 1295200 logs.go:276] 1 containers: [9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69]
I0226 14:06:59.907829 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:59.912920 1295200 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0226 14:06:59.912994 1295200 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0226 14:06:59.981032 1295200 cri.go:89] found id: "21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8"
I0226 14:06:59.981056 1295200 cri.go:89] found id: ""
I0226 14:06:59.981064 1295200 logs.go:276] 1 containers: [21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8]
I0226 14:06:59.981121 1295200 ssh_runner.go:195] Run: which crictl
I0226 14:06:59.985180 1295200 logs.go:123] Gathering logs for kubelet ...
I0226 14:06:59.985201 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0226 14:07:00.074616 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W0226 14:07:00.097450 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.300523 1361 reflector.go:535] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-297209" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:07:00.097679 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300557 1361 reflector.go:147] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-297209" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:07:00.097852 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.300847 1361 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:07:00.098045 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300872 1361 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:07:00.099733 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.369161 1361 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
W0226 14:07:00.099916 1295200 logs.go:138] Found kubelet problem: Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.369198 1361 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
I0226 14:07:00.139553 1295200 logs.go:123] Gathering logs for describe nodes ...
I0226 14:07:00.139605 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0226 14:07:00.303925 1295200 logs.go:123] Gathering logs for kube-apiserver [5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab] ...
I0226 14:07:00.303961 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab"
I0226 14:07:00.367697 1295200 logs.go:123] Gathering logs for CRI-O ...
I0226 14:07:00.367734 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0226 14:07:00.461156 1295200 logs.go:123] Gathering logs for kube-proxy [dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e] ...
I0226 14:07:00.461192 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e"
I0226 14:07:00.503322 1295200 logs.go:123] Gathering logs for kube-controller-manager [9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69] ...
I0226 14:07:00.503350 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69"
I0226 14:07:00.546965 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:07:00.571523 1295200 logs.go:123] Gathering logs for kindnet [21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8] ...
I0226 14:07:00.571558 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8"
I0226 14:07:00.610662 1295200 logs.go:123] Gathering logs for container status ...
I0226 14:07:00.610690 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0226 14:07:00.681642 1295200 logs.go:123] Gathering logs for dmesg ...
I0226 14:07:00.681673 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0226 14:07:00.704899 1295200 logs.go:123] Gathering logs for etcd [d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524] ...
I0226 14:07:00.704926 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524"
I0226 14:07:00.755602 1295200 logs.go:123] Gathering logs for coredns [635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28] ...
I0226 14:07:00.755636 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28"
I0226 14:07:00.799817 1295200 logs.go:123] Gathering logs for kube-scheduler [1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773] ...
I0226 14:07:00.799847 1295200 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773"
I0226 14:07:00.853025 1295200 out.go:304] Setting ErrFile to fd 2...
I0226 14:07:00.853051 1295200 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0226 14:07:00.853126 1295200 out.go:239] X Problems detected in kubelet:
W0226 14:07:00.853137 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300557 1361 reflector.go:147] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-297209" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:07:00.853150 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.300847 1361 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:07:00.853171 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.300872 1361 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-297209' and this object
W0226 14:07:00.853179 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: W0226 14:05:58.369161 1361 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
W0226 14:07:00.853186 1295200 out.go:239] Feb 26 14:05:58 addons-297209 kubelet[1361]: E0226 14:05:58.369198 1361 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-297209" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-297209' and this object
I0226 14:07:00.853201 1295200 out.go:304] Setting ErrFile to fd 2...
I0226 14:07:00.853207 1295200 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0226 14:07:01.043669 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:07:01.542278 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:07:02.042494 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:07:02.541747 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:07:03.045989 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:07:03.542223 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:07:04.042129 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:07:04.542784 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:07:05.043247 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:07:05.542788 1295200 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0226 14:07:06.042493 1295200 kapi.go:107] duration metric: took 1m33.504426888s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0226 14:07:06.044833 1295200 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-297209 cluster.
I0226 14:07:06.047127 1295200 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.
I0226 14:07:06.049474 1295200 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0226 14:07:06.051929 1295200 out.go:177] * Enabled addons: storage-provisioner, inspektor-gadget, cloud-spanner, nvidia-device-plugin, ingress-dns, metrics-server, yakd, storage-provisioner-rancher, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0226 14:07:06.054590 1295200 addons.go:505] enable addons completed in 1m44.791741893s: enabled=[storage-provisioner inspektor-gadget cloud-spanner nvidia-device-plugin ingress-dns metrics-server yakd storage-provisioner-rancher volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0226 14:07:10.864646 1295200 system_pods.go:59] 18 kube-system pods found
I0226 14:07:10.864685 1295200 system_pods.go:61] "coredns-5dd5756b68-xk6c2" [cbebf7c8-9632-4402-b35f-15ccaf447ae6] Running
I0226 14:07:10.864692 1295200 system_pods.go:61] "csi-hostpath-attacher-0" [6041a1db-e447-4755-9524-f07ee26a691d] Running
I0226 14:07:10.864696 1295200 system_pods.go:61] "csi-hostpath-resizer-0" [240b2aef-0875-4a3e-b8cc-9b32f7a90ce9] Running
I0226 14:07:10.864701 1295200 system_pods.go:61] "csi-hostpathplugin-rzwzj" [7b11f0d3-06c6-4274-a327-65a48f6fd2cc] Running
I0226 14:07:10.864727 1295200 system_pods.go:61] "etcd-addons-297209" [a0eb604a-6848-4179-81b8-a988e3c732d4] Running
I0226 14:07:10.864759 1295200 system_pods.go:61] "kindnet-nslcj" [5c494131-61ee-4b53-9eb9-00e261dc92dc] Running
I0226 14:07:10.864771 1295200 system_pods.go:61] "kube-apiserver-addons-297209" [fd708142-00a4-4cb1-87b5-cd6d7f409d5f] Running
I0226 14:07:10.864776 1295200 system_pods.go:61] "kube-controller-manager-addons-297209" [f59a5cfd-8b85-49c9-a683-abb683aff229] Running
I0226 14:07:10.864783 1295200 system_pods.go:61] "kube-ingress-dns-minikube" [cfb8ecae-688a-47a4-8b5e-4b04591e5a9a] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0226 14:07:10.864804 1295200 system_pods.go:61] "kube-proxy-9rvv9" [bcee014d-5104-4f3d-a229-442511397910] Running
I0226 14:07:10.864826 1295200 system_pods.go:61] "kube-scheduler-addons-297209" [5b5bb371-abf0-4b4b-bbee-c1d2505dad13] Running
I0226 14:07:10.864836 1295200 system_pods.go:61] "metrics-server-69cf46c98-z9xhc" [10ca61ee-19a0-4549-8f31-6c064b5ac4b1] Running
I0226 14:07:10.864841 1295200 system_pods.go:61] "nvidia-device-plugin-daemonset-9hfrc" [0717dc66-e4a9-406c-94e6-ff9e3aa06d83] Running
I0226 14:07:10.864844 1295200 system_pods.go:61] "registry-proxy-kwlsg" [e79e2964-0eb9-47f0-8785-972108bff26f] Running
I0226 14:07:10.864848 1295200 system_pods.go:61] "registry-tmjb9" [eaf4ca0c-3de9-41ed-b0d5-c5d041c2cf59] Running
I0226 14:07:10.864852 1295200 system_pods.go:61] "snapshot-controller-58dbcc7b99-w2jhs" [78acba43-1c16-46c3-b29c-0cb59edf1d76] Running
I0226 14:07:10.864857 1295200 system_pods.go:61] "snapshot-controller-58dbcc7b99-z5nmz" [dd1bf97a-3bb1-4e91-b3bd-bb4e99cef7d5] Running
I0226 14:07:10.864860 1295200 system_pods.go:61] "storage-provisioner" [1a9f7788-c41a-41ca-8fad-4c985f317305] Running
I0226 14:07:10.864883 1295200 system_pods.go:74] duration metric: took 11.229434766s to wait for pod list to return data ...
I0226 14:07:10.864899 1295200 default_sa.go:34] waiting for default service account to be created ...
I0226 14:07:10.868097 1295200 default_sa.go:45] found service account: "default"
I0226 14:07:10.868123 1295200 default_sa.go:55] duration metric: took 3.21712ms for default service account to be created ...
I0226 14:07:10.868133 1295200 system_pods.go:116] waiting for k8s-apps to be running ...
I0226 14:07:10.878328 1295200 system_pods.go:86] 18 kube-system pods found
I0226 14:07:10.878365 1295200 system_pods.go:89] "coredns-5dd5756b68-xk6c2" [cbebf7c8-9632-4402-b35f-15ccaf447ae6] Running
I0226 14:07:10.878375 1295200 system_pods.go:89] "csi-hostpath-attacher-0" [6041a1db-e447-4755-9524-f07ee26a691d] Running
I0226 14:07:10.878380 1295200 system_pods.go:89] "csi-hostpath-resizer-0" [240b2aef-0875-4a3e-b8cc-9b32f7a90ce9] Running
I0226 14:07:10.878396 1295200 system_pods.go:89] "csi-hostpathplugin-rzwzj" [7b11f0d3-06c6-4274-a327-65a48f6fd2cc] Running
I0226 14:07:10.878403 1295200 system_pods.go:89] "etcd-addons-297209" [a0eb604a-6848-4179-81b8-a988e3c732d4] Running
I0226 14:07:10.878407 1295200 system_pods.go:89] "kindnet-nslcj" [5c494131-61ee-4b53-9eb9-00e261dc92dc] Running
I0226 14:07:10.878411 1295200 system_pods.go:89] "kube-apiserver-addons-297209" [fd708142-00a4-4cb1-87b5-cd6d7f409d5f] Running
I0226 14:07:10.878415 1295200 system_pods.go:89] "kube-controller-manager-addons-297209" [f59a5cfd-8b85-49c9-a683-abb683aff229] Running
I0226 14:07:10.878422 1295200 system_pods.go:89] "kube-ingress-dns-minikube" [cfb8ecae-688a-47a4-8b5e-4b04591e5a9a] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0226 14:07:10.878432 1295200 system_pods.go:89] "kube-proxy-9rvv9" [bcee014d-5104-4f3d-a229-442511397910] Running
I0226 14:07:10.878442 1295200 system_pods.go:89] "kube-scheduler-addons-297209" [5b5bb371-abf0-4b4b-bbee-c1d2505dad13] Running
I0226 14:07:10.878447 1295200 system_pods.go:89] "metrics-server-69cf46c98-z9xhc" [10ca61ee-19a0-4549-8f31-6c064b5ac4b1] Running
I0226 14:07:10.878451 1295200 system_pods.go:89] "nvidia-device-plugin-daemonset-9hfrc" [0717dc66-e4a9-406c-94e6-ff9e3aa06d83] Running
I0226 14:07:10.878455 1295200 system_pods.go:89] "registry-proxy-kwlsg" [e79e2964-0eb9-47f0-8785-972108bff26f] Running
I0226 14:07:10.878465 1295200 system_pods.go:89] "registry-tmjb9" [eaf4ca0c-3de9-41ed-b0d5-c5d041c2cf59] Running
I0226 14:07:10.878469 1295200 system_pods.go:89] "snapshot-controller-58dbcc7b99-w2jhs" [78acba43-1c16-46c3-b29c-0cb59edf1d76] Running
I0226 14:07:10.878473 1295200 system_pods.go:89] "snapshot-controller-58dbcc7b99-z5nmz" [dd1bf97a-3bb1-4e91-b3bd-bb4e99cef7d5] Running
I0226 14:07:10.878479 1295200 system_pods.go:89] "storage-provisioner" [1a9f7788-c41a-41ca-8fad-4c985f317305] Running
I0226 14:07:10.878489 1295200 system_pods.go:126] duration metric: took 10.347456ms to wait for k8s-apps to be running ...
I0226 14:07:10.878501 1295200 system_svc.go:44] waiting for kubelet service to be running ....
I0226 14:07:10.878562 1295200 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0226 14:07:10.890766 1295200 system_svc.go:56] duration metric: took 12.255818ms WaitForService to wait for kubelet.
I0226 14:07:10.890795 1295200 kubeadm.go:581] duration metric: took 1m48.831690443s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0226 14:07:10.890815 1295200 node_conditions.go:102] verifying NodePressure condition ...
I0226 14:07:10.895081 1295200 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0226 14:07:10.895119 1295200 node_conditions.go:123] node cpu capacity is 2
I0226 14:07:10.895132 1295200 node_conditions.go:105] duration metric: took 4.3114ms to run NodePressure ...
I0226 14:07:10.895159 1295200 start.go:228] waiting for startup goroutines ...
I0226 14:07:10.895174 1295200 start.go:233] waiting for cluster config update ...
I0226 14:07:10.895191 1295200 start.go:242] writing updated cluster config ...
I0226 14:07:10.895479 1295200 ssh_runner.go:195] Run: rm -f paused
I0226 14:07:11.232355 1295200 start.go:601] kubectl: 1.29.2, cluster: 1.28.4 (minor skew: 1)
I0226 14:07:11.236047 1295200 out.go:177] * Done! kubectl is now configured to use "addons-297209" cluster and "default" namespace by default
==> CRI-O <==
Feb 26 14:11:19 addons-297209 crio[898]: time="2024-02-26 14:11:19.043473107Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=0facc092-7c46-430b-8018-0cc9cf4d00b5 name=/runtime.v1.ImageService/ImageStatus
Feb 26 14:11:19 addons-297209 crio[898]: time="2024-02-26 14:11:19.043679878Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=0facc092-7c46-430b-8018-0cc9cf4d00b5 name=/runtime.v1.ImageService/ImageStatus
Feb 26 14:11:19 addons-297209 crio[898]: time="2024-02-26 14:11:19.044649669Z" level=info msg="Creating container: default/hello-world-app-5d77478584-md9fj/hello-world-app" id=7474230b-a84f-489d-9b60-25954ccd7e6d name=/runtime.v1.RuntimeService/CreateContainer
Feb 26 14:11:19 addons-297209 crio[898]: time="2024-02-26 14:11:19.044744431Z" level=warning msg="Allowed annotations are specified for workload []"
Feb 26 14:11:19 addons-297209 crio[898]: time="2024-02-26 14:11:19.113461597Z" level=info msg="Created container 6cb3ddfab611520533ae171e9bb6b19c5e2185761f9db5cd656784ce8aad28c8: default/hello-world-app-5d77478584-md9fj/hello-world-app" id=7474230b-a84f-489d-9b60-25954ccd7e6d name=/runtime.v1.RuntimeService/CreateContainer
Feb 26 14:11:19 addons-297209 crio[898]: time="2024-02-26 14:11:19.114546048Z" level=info msg="Starting container: 6cb3ddfab611520533ae171e9bb6b19c5e2185761f9db5cd656784ce8aad28c8" id=39f1339b-39d6-4bd5-9433-e69ee1029d1b name=/runtime.v1.RuntimeService/StartContainer
Feb 26 14:11:19 addons-297209 crio[898]: time="2024-02-26 14:11:19.121946690Z" level=info msg="Started container" PID=8242 containerID=6cb3ddfab611520533ae171e9bb6b19c5e2185761f9db5cd656784ce8aad28c8 description=default/hello-world-app-5d77478584-md9fj/hello-world-app id=39f1339b-39d6-4bd5-9433-e69ee1029d1b name=/runtime.v1.RuntimeService/StartContainer sandboxID=197e3d2fd16583c166214be09c6706c88ee534183d62268516adbccd29520ee7
Feb 26 14:11:19 addons-297209 conmon[8231]: conmon 6cb3ddfab611520533ae <ninfo>: container 8242 exited with status 1
Feb 26 14:11:19 addons-297209 crio[898]: time="2024-02-26 14:11:19.497165826Z" level=info msg="Stopping container: cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e (timeout: 2s)" id=f6c78cf9-0b4e-4694-b215-f3874b002062 name=/runtime.v1.RuntimeService/StopContainer
Feb 26 14:11:19 addons-297209 crio[898]: time="2024-02-26 14:11:19.819473899Z" level=info msg="Removing container: 65065b291f3b48058db5d22ddb78d8dc535addd21a7aac925a583953a38c31e2" id=2591a405-cac1-424c-902c-991871145bdb name=/runtime.v1.RuntimeService/RemoveContainer
Feb 26 14:11:19 addons-297209 crio[898]: time="2024-02-26 14:11:19.844750247Z" level=info msg="Removed container 65065b291f3b48058db5d22ddb78d8dc535addd21a7aac925a583953a38c31e2: default/hello-world-app-5d77478584-md9fj/hello-world-app" id=2591a405-cac1-424c-902c-991871145bdb name=/runtime.v1.RuntimeService/RemoveContainer
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.502607354Z" level=warning msg="Stopping container cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=f6c78cf9-0b4e-4694-b215-f3874b002062 name=/runtime.v1.RuntimeService/StopContainer
Feb 26 14:11:21 addons-297209 conmon[4901]: conmon cad4820a0c6c0d362d4d <ninfo>: container 4912 exited with status 137
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.639519137Z" level=info msg="Stopped container cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e: ingress-nginx/ingress-nginx-controller-7967645744-kqr9d/controller" id=f6c78cf9-0b4e-4694-b215-f3874b002062 name=/runtime.v1.RuntimeService/StopContainer
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.640096964Z" level=info msg="Stopping pod sandbox: 363e420910e40064b796b3014f343766d8f9575509e21c999857301b9d6c1445" id=cee024ca-009b-49ba-ac9e-ad17f7d9536c name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.643614482Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-DVIPTQXSVTN3SUCY - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-HKIX33NZ7EMSEY3G - [0:0]\n-X KUBE-HP-DVIPTQXSVTN3SUCY\n-X KUBE-HP-HKIX33NZ7EMSEY3G\nCOMMIT\n"
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.644942955Z" level=info msg="Closing host port tcp:80"
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.644987370Z" level=info msg="Closing host port tcp:443"
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.646249578Z" level=info msg="Host port tcp:80 does not have an open socket"
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.646279133Z" level=info msg="Host port tcp:443 does not have an open socket"
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.646479225Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-7967645744-kqr9d Namespace:ingress-nginx ID:363e420910e40064b796b3014f343766d8f9575509e21c999857301b9d6c1445 UID:92f13fce-6f68-48c1-84c3-02a96c5d8cb6 NetNS:/var/run/netns/fd34b174-2fd4-48eb-9602-236ad481b801 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.646640925Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-7967645744-kqr9d from CNI network \"kindnet\" (type=ptp)"
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.668038061Z" level=info msg="Stopped pod sandbox: 363e420910e40064b796b3014f343766d8f9575509e21c999857301b9d6c1445" id=cee024ca-009b-49ba-ac9e-ad17f7d9536c name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.825739368Z" level=info msg="Removing container: cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e" id=d0813266-e2a2-4991-81b0-9d45ee00de17 name=/runtime.v1.RuntimeService/RemoveContainer
Feb 26 14:11:21 addons-297209 crio[898]: time="2024-02-26 14:11:21.839564389Z" level=info msg="Removed container cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e: ingress-nginx/ingress-nginx-controller-7967645744-kqr9d/controller" id=d0813266-e2a2-4991-81b0-9d45ee00de17 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
6cb3ddfab6115 dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 7 seconds ago Exited hello-world-app 2 197e3d2fd1658 hello-world-app-5d77478584-md9fj
5fe22366aefb3 docker.io/library/nginx@sha256:34aa0a372d3220dc0448131f809c72d8085f79bdec8058ad6970fc034a395674 2 minutes ago Running nginx 0 7acdb58d15dad nginx
dcd8be2a15db8 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:63b520448091bc94aa4dba00d6b3b3c25e410c4fb73aa46feae5b25f9895abaa 4 minutes ago Running gcp-auth 0 0005b557501f0 gcp-auth-d4c87556c-mxw4j
b9a480ac16eb5 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:25d6a5f11211cc5c3f9f2bf552b585374af287b4debf693cacbe2da47daa5084 5 minutes ago Exited patch 0 e1dca9b05aa7d ingress-nginx-admission-patch-sh74l
b05e65b5a0ff5 docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 5 minutes ago Running yakd 0 bc71a972a1341 yakd-dashboard-9947fc6bf-8jljj
eaa366e6465e5 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:25d6a5f11211cc5c3f9f2bf552b585374af287b4debf693cacbe2da47daa5084 5 minutes ago Exited create 0 29c855913ee97 ingress-nginx-admission-create-5frg9
af57b4f60be1c ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 7baaf108b921b storage-provisioner
635eb13a87662 97e04611ad43405a2e5863ae17c6f1bc9181bdefdaa78627c432ef754a4eb108 5 minutes ago Running coredns 0 2c9ed73e34ee6 coredns-5dd5756b68-xk6c2
21233f46de04f docker.io/kindest/kindnetd@sha256:61f9956af8019caf6dcc4d39b31857b868aaab80521432ddcc216b805c4f7988 5 minutes ago Running kindnet-cni 0 ebd8dfd98ff43 kindnet-nslcj
dd3249e61ddda 3ca3ca488cf13fde14cfc4b3ffde0c53a8c161b030f4a444a797fba6aef38c39 6 minutes ago Running kube-proxy 0 d8c336c66fb4f kube-proxy-9rvv9
5aff79022a464 04b4c447bb9d4840af3bf7e836397379d65df87c86e55dcd27f31a8d11df2419 6 minutes ago Running kube-apiserver 0 82f10467852e9 kube-apiserver-addons-297209
d332a2289cdc9 9cdd6470f48c8b127530b7ce6ea4b3524137984481e48bcde619735890840ace 6 minutes ago Running etcd 0 95baf4ff86d44 etcd-addons-297209
9ad960b7e0aa7 9961cbceaf234d59b7dcf8a197a024f3e3ce4b7fe2b67c2378efd3d209ca994b 6 minutes ago Running kube-controller-manager 0 e598dfb52e9db kube-controller-manager-addons-297209
1e1bbf5eaeb55 05c284c929889d88306fdb3dd14ee2d0132543740f9e247685243214fc3d2c54 6 minutes ago Running kube-scheduler 0 5662c11904254 kube-scheduler-addons-297209
==> coredns [635eb13a876623126b1d9d1a2b1950220cc34b7d63609d9323feaefcab5ffe28] <==
[INFO] 10.244.0.19:42215 - 48017 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00006016s
[INFO] 10.244.0.19:42215 - 7349 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000074881s
[INFO] 10.244.0.19:42215 - 15965 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000046138s
[INFO] 10.244.0.19:42215 - 43938 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000050134s
[INFO] 10.244.0.19:42215 - 34645 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001206199s
[INFO] 10.244.0.19:42215 - 21993 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001089947s
[INFO] 10.244.0.19:42215 - 27790 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.00007196s
[INFO] 10.244.0.19:35910 - 39790 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000154792s
[INFO] 10.244.0.19:35910 - 2431 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000069597s
[INFO] 10.244.0.19:43407 - 53381 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000039853s
[INFO] 10.244.0.19:35910 - 7009 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000060521s
[INFO] 10.244.0.19:43407 - 51875 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000033642s
[INFO] 10.244.0.19:43407 - 64764 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000042232s
[INFO] 10.244.0.19:35910 - 20655 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000166796s
[INFO] 10.244.0.19:35910 - 21993 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000043184s
[INFO] 10.244.0.19:43407 - 19794 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000030933s
[INFO] 10.244.0.19:35910 - 2652 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000044021s
[INFO] 10.244.0.19:43407 - 10270 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000030424s
[INFO] 10.244.0.19:43407 - 43739 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000092522s
[INFO] 10.244.0.19:35910 - 5785 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001530133s
[INFO] 10.244.0.19:43407 - 51706 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001657051s
[INFO] 10.244.0.19:35910 - 37025 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001025972s
[INFO] 10.244.0.19:35910 - 37901 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000055516s
[INFO] 10.244.0.19:43407 - 27751 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001228346s
[INFO] 10.244.0.19:43407 - 52377 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000071279s
==> describe nodes <==
Name: addons-297209
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-297209
kubernetes.io/os=linux
minikube.k8s.io/commit=6aa551530a40d112748460a55f3fad8fc64b35f9
minikube.k8s.io/name=addons-297209
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_02_26T14_05_10_0700
minikube.k8s.io/version=v1.32.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-297209
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, 26 Feb 2024 14:05:05 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-297209
AcquireTime: <unset>
RenewTime: Mon, 26 Feb 2024 14:11:16 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 26 Feb 2024 14:11:16 +0000 Mon, 26 Feb 2024 14:05:02 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 26 Feb 2024 14:11:16 +0000 Mon, 26 Feb 2024 14:05:02 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 26 Feb 2024 14:11:16 +0000 Mon, 26 Feb 2024 14:05:02 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 26 Feb 2024 14:11:16 +0000 Mon, 26 Feb 2024 14:05:58 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-297209
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022500Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022500Ki
pods: 110
System Info:
Machine ID: 5d5d1758f3ae403abcbcfa790aa12b65
System UUID: a48d3a9b-0f89-48f4-92bc-550bdc187adf
Boot ID: 2c7c6b87-6e58-40a2-bcdb-51d10909f45d
Kernel Version: 5.15.0-1053-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.28.4
Kube-Proxy Version: v1.28.4
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (12 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-md9fj 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) 2m45s
gcp-auth gcp-auth-d4c87556c-mxw4j 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m54s
kube-system coredns-5dd5756b68-xk6c2 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m3s
kube-system etcd-addons-297209 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m20s
kube-system kindnet-nslcj 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m5s
kube-system kube-apiserver-addons-297209 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m17s
kube-system kube-controller-manager-addons-297209 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m18s
kube-system kube-proxy-9rvv9 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m5s
kube-system kube-scheduler-addons-297209 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m17s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m59s
yakd-dashboard yakd-dashboard-9947fc6bf-8jljj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 5m59s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 348Mi (4%!)(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 5m58s kube-proxy
Normal Starting 6m18s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m17s kubelet Node addons-297209 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m17s kubelet Node addons-297209 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m17s kubelet Node addons-297209 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m5s node-controller Node addons-297209 event: Registered Node addons-297209 in Controller
Normal NodeReady 5m28s kubelet Node addons-297209 status is now: NodeReady
==> dmesg <==
[ +0.000725] FS-Cache: N-cookie c=00000042 [p=00000039 fl=2 nc=0 na=1]
[ +0.000947] FS-Cache: N-cookie d=000000006d496d99{9p.inode} n=000000006faccaa8
[ +0.001065] FS-Cache: N-key=[8] '5872ed0000000000'
[ +0.002656] FS-Cache: Duplicate cookie detected
[ +0.000742] FS-Cache: O-cookie c=0000003c [p=00000039 fl=226 nc=0 na=1]
[ +0.001009] FS-Cache: O-cookie d=000000006d496d99{9p.inode} n=00000000a220cfbb
[ +0.001105] FS-Cache: O-key=[8] '5872ed0000000000'
[ +0.000708] FS-Cache: N-cookie c=00000043 [p=00000039 fl=2 nc=0 na=1]
[ +0.000928] FS-Cache: N-cookie d=000000006d496d99{9p.inode} n=000000008cc9f97b
[ +0.001038] FS-Cache: N-key=[8] '5872ed0000000000'
[ +2.489257] FS-Cache: Duplicate cookie detected
[ +0.000746] FS-Cache: O-cookie c=0000003a [p=00000039 fl=226 nc=0 na=1]
[ +0.000948] FS-Cache: O-cookie d=000000006d496d99{9p.inode} n=0000000017400cb9
[ +0.001039] FS-Cache: O-key=[8] '5772ed0000000000'
[ +0.000756] FS-Cache: N-cookie c=00000045 [p=00000039 fl=2 nc=0 na=1]
[ +0.000948] FS-Cache: N-cookie d=000000006d496d99{9p.inode} n=000000005c7c7d99
[ +0.001040] FS-Cache: N-key=[8] '5772ed0000000000'
[ +0.350165] FS-Cache: Duplicate cookie detected
[ +0.000747] FS-Cache: O-cookie c=0000003f [p=00000039 fl=226 nc=0 na=1]
[ +0.001021] FS-Cache: O-cookie d=000000006d496d99{9p.inode} n=00000000db8d6e0a
[ +0.001035] FS-Cache: O-key=[8] '5d72ed0000000000'
[ +0.000754] FS-Cache: N-cookie c=00000046 [p=00000039 fl=2 nc=0 na=1]
[ +0.000963] FS-Cache: N-cookie d=000000006d496d99{9p.inode} n=000000006faccaa8
[ +0.001049] FS-Cache: N-key=[8] '5d72ed0000000000'
[Feb26 13:28] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
==> etcd [d332a2289cdc9736f6e0f2e45d828486f30fb36c0c494a52d739e08397e52524] <==
{"level":"info","ts":"2024-02-26T14:05:02.072569Z","caller":"etcdserver/server.go:738","msg":"started as single-node; fast-forwarding election ticks","local-member-id":"aec36adc501070cc","forward-ticks":9,"forward-duration":"900ms","election-ticks":10,"election-timeout":"1s"}
{"level":"info","ts":"2024-02-26T14:05:02.072667Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap.db","max":5,"interval":"30s"}
{"level":"info","ts":"2024-02-26T14:05:02.072696Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap","max":5,"interval":"30s"}
{"level":"info","ts":"2024-02-26T14:05:02.072705Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/wal","suffix":"wal","max":5,"interval":"30s"}
{"level":"info","ts":"2024-02-26T14:05:02.084877Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-02-26T14:05:02.084973Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","added-peer-id":"aec36adc501070cc","added-peer-peer-urls":["https://192.168.49.2:2380"]}
{"level":"info","ts":"2024-02-26T14:05:02.414435Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-02-26T14:05:02.414593Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-02-26T14:05:02.414635Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-02-26T14:05:02.414695Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-02-26T14:05:02.414729Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-02-26T14:05:02.414777Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-02-26T14:05:02.414828Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-02-26T14:05:02.422633Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-02-26T14:05:02.42384Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-02-26T14:05:02.423969Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-26T14:05:02.42262Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-297209 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-02-26T14:05:02.430684Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-02-26T14:05:02.43163Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-02-26T14:05:02.432258Z","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-02-26T14:05:02.432332Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-26T14:05:02.432357Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-26T14:05:02.47442Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-02-26T14:05:02.474522Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-02-26T14:05:25.267207Z","caller":"traceutil/trace.go:171","msg":"trace[366224775] transaction","detail":"{read_only:false; response_revision:354; number_of_response:1; }","duration":"121.877738ms","start":"2024-02-26T14:05:25.144467Z","end":"2024-02-26T14:05:25.266345Z","steps":["trace[366224775] 'process raft request' (duration: 87.654729ms)","trace[366224775] 'compare' (duration: 30.915384ms)"],"step_count":2}
==> gcp-auth [dcd8be2a15db8271d31f9e51cd798af28d773583053e58e3d715beecc4e57356] <==
2024/02/26 14:07:05 GCP Auth Webhook started!
2024/02/26 14:07:22 Ready to marshal response ...
2024/02/26 14:07:22 Ready to write response ...
2024/02/26 14:07:36 Ready to marshal response ...
2024/02/26 14:07:36 Ready to write response ...
2024/02/26 14:07:39 Ready to marshal response ...
2024/02/26 14:07:39 Ready to write response ...
2024/02/26 14:07:39 Ready to marshal response ...
2024/02/26 14:07:39 Ready to write response ...
2024/02/26 14:07:50 Ready to marshal response ...
2024/02/26 14:07:50 Ready to write response ...
2024/02/26 14:08:09 Ready to marshal response ...
2024/02/26 14:08:09 Ready to write response ...
2024/02/26 14:08:41 Ready to marshal response ...
2024/02/26 14:08:41 Ready to write response ...
2024/02/26 14:11:00 Ready to marshal response ...
2024/02/26 14:11:00 Ready to write response ...
==> kernel <==
14:11:27 up 5:53, 0 users, load average: 0.16, 0.98, 1.61
Linux addons-297209 5.15.0-1053-aws #58~20.04.1-Ubuntu SMP Mon Jan 22 17:19:04 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
==> kindnet [21233f46de04fb839d66c7ea2775ac7dc268478714e532ebc3aa3dc995091cf8] <==
I0226 14:09:17.973894 1 main.go:227] handling current node
I0226 14:09:27.978509 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:09:27.978535 1 main.go:227] handling current node
I0226 14:09:37.982633 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:09:37.982662 1 main.go:227] handling current node
I0226 14:09:47.993732 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:09:47.993880 1 main.go:227] handling current node
I0226 14:09:57.998586 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:09:57.998911 1 main.go:227] handling current node
I0226 14:10:08.010533 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:10:08.010563 1 main.go:227] handling current node
I0226 14:10:18.021998 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:10:18.022027 1 main.go:227] handling current node
I0226 14:10:28.026674 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:10:28.026701 1 main.go:227] handling current node
I0226 14:10:38.039313 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:10:38.039340 1 main.go:227] handling current node
I0226 14:10:48.051577 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:10:48.051604 1 main.go:227] handling current node
I0226 14:10:58.064321 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:10:58.064349 1 main.go:227] handling current node
I0226 14:11:08.077057 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:11:08.077085 1 main.go:227] handling current node
I0226 14:11:18.089659 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0226 14:11:18.089693 1 main.go:227] handling current node
==> kube-apiserver [5aff79022a464a5db31fa26120fa76efbf96b7a12461e000d6ca7c62b01d83ab] <==
I0226 14:08:25.339193 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0226 14:08:25.347319 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0226 14:08:25.347452 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0226 14:08:25.373141 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0226 14:08:25.373270 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0226 14:08:25.375487 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0226 14:08:25.375591 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0226 14:08:25.395172 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0226 14:08:25.395223 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0226 14:08:25.396431 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0226 14:08:25.397281 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0226 14:08:25.464215 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0226 14:08:25.464468 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0226 14:08:25.488717 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0226 14:08:25.488756 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0226 14:08:26.376335 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0226 14:08:26.489152 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0226 14:08:26.499923 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0226 14:08:39.706947 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I0226 14:08:39.718249 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0226 14:08:40.748025 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0226 14:08:40.944214 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0226 14:08:41.211107 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.111.245.18"}
I0226 14:09:30.665889 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0226 14:11:01.214461 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.100.31.241"}
==> kube-controller-manager [9ad960b7e0aa7b4cc32f9ee406b469e5a309183c2601d335cfd794a8f894cc69] <==
W0226 14:10:32.339257 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0226 14:10:32.339293 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0226 14:10:39.364840 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0226 14:10:39.364873 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0226 14:10:41.860800 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0226 14:10:41.860833 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0226 14:10:50.720222 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0226 14:10:50.720254 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0226 14:11:00.910550 1 event.go:307] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-5d77478584 to 1"
I0226 14:11:00.932365 1 event.go:307] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-md9fj"
I0226 14:11:00.940622 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="30.464087ms"
I0226 14:11:00.971971 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="31.230019ms"
I0226 14:11:00.972242 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="152.42µs"
I0226 14:11:00.972363 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="27.988µs"
I0226 14:11:04.804468 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="83.135µs"
I0226 14:11:05.805601 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="111.673µs"
I0226 14:11:06.801147 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="71.074µs"
I0226 14:11:18.470262 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0226 14:11:18.474031 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-7967645744" duration="4.251µs"
I0226 14:11:18.477928 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
W0226 14:11:18.790076 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0226 14:11:18.790109 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0226 14:11:19.833885 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="47.599µs"
W0226 14:11:22.902365 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0226 14:11:22.902412 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [dd3249e61ddda4db506c70b655f0fdc49db9b0fe69c086aab376b714098e0f0e] <==
I0226 14:05:27.504140 1 server_others.go:69] "Using iptables proxy"
I0226 14:05:27.759221 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0226 14:05:27.960754 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0226 14:05:27.962941 1 server_others.go:152] "Using iptables Proxier"
I0226 14:05:27.962986 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0226 14:05:27.962994 1 server_others.go:438] "Defaulting to no-op detect-local"
I0226 14:05:27.963014 1 proxier.go:251] "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"
I0226 14:05:27.963269 1 server.go:846] "Version info" version="v1.28.4"
I0226 14:05:27.963286 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0226 14:05:27.966708 1 config.go:188] "Starting service config controller"
I0226 14:05:27.966732 1 shared_informer.go:311] Waiting for caches to sync for service config
I0226 14:05:27.966752 1 config.go:97] "Starting endpoint slice config controller"
I0226 14:05:27.966755 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0226 14:05:27.967913 1 config.go:315] "Starting node config controller"
I0226 14:05:27.967934 1 shared_informer.go:311] Waiting for caches to sync for node config
I0226 14:05:28.068457 1 shared_informer.go:318] Caches are synced for node config
I0226 14:05:28.068494 1 shared_informer.go:318] Caches are synced for service config
I0226 14:05:28.068535 1 shared_informer.go:318] Caches are synced for endpoint slice config
==> kube-scheduler [1e1bbf5eaeb5567e64b0c7dea98b6161e8d5ae43d3bb12d149d8c5edb5fe9773] <==
W0226 14:05:05.936652 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0226 14:05:05.937099 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0226 14:05:05.936713 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0226 14:05:05.937183 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0226 14:05:05.936751 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0226 14:05:05.937262 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0226 14:05:05.936791 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0226 14:05:05.937350 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0226 14:05:05.935609 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0226 14:05:05.937027 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0226 14:05:05.937074 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0226 14:05:05.937509 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0226 14:05:05.937754 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0226 14:05:05.937986 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0226 14:05:05.937874 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0226 14:05:05.938089 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0226 14:05:05.937909 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0226 14:05:05.938172 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0226 14:05:05.937964 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0226 14:05:05.938283 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0226 14:05:06.766555 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0226 14:05:06.766606 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0226 14:05:06.864364 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0226 14:05:06.864396 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
I0226 14:05:07.520149 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Feb 26 14:11:09 addons-297209 kubelet[1361]: E0226 14:11:09.231347 1361 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/6d9e6c175b04567e3387c729edb4436165359cbda56ea68814bab5c7c6eb83a1/diff" to get inode usage: stat /var/lib/containers/storage/overlay/6d9e6c175b04567e3387c729edb4436165359cbda56ea68814bab5c7c6eb83a1/diff: no such file or directory, extraDiskErr: <nil>
Feb 26 14:11:14 addons-297209 kubelet[1361]: I0226 14:11:14.040020 1361 scope.go:117] "RemoveContainer" containerID="bca5da965529b0055af4814331b526b06698a9a3b882f2ad635bc690b5f91f3d"
Feb 26 14:11:14 addons-297209 kubelet[1361]: E0226 14:11:14.040302 1361 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(cfb8ecae-688a-47a4-8b5e-4b04591e5a9a)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="cfb8ecae-688a-47a4-8b5e-4b04591e5a9a"
Feb 26 14:11:17 addons-297209 kubelet[1361]: I0226 14:11:17.045710 1361 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-n8mtp\" (UniqueName: \"kubernetes.io/projected/cfb8ecae-688a-47a4-8b5e-4b04591e5a9a-kube-api-access-n8mtp\") pod \"cfb8ecae-688a-47a4-8b5e-4b04591e5a9a\" (UID: \"cfb8ecae-688a-47a4-8b5e-4b04591e5a9a\") "
Feb 26 14:11:17 addons-297209 kubelet[1361]: I0226 14:11:17.050038 1361 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/cfb8ecae-688a-47a4-8b5e-4b04591e5a9a-kube-api-access-n8mtp" (OuterVolumeSpecName: "kube-api-access-n8mtp") pod "cfb8ecae-688a-47a4-8b5e-4b04591e5a9a" (UID: "cfb8ecae-688a-47a4-8b5e-4b04591e5a9a"). InnerVolumeSpecName "kube-api-access-n8mtp". PluginName "kubernetes.io/projected", VolumeGidValue ""
Feb 26 14:11:17 addons-297209 kubelet[1361]: I0226 14:11:17.147009 1361 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-n8mtp\" (UniqueName: \"kubernetes.io/projected/cfb8ecae-688a-47a4-8b5e-4b04591e5a9a-kube-api-access-n8mtp\") on node \"addons-297209\" DevicePath \"\""
Feb 26 14:11:17 addons-297209 kubelet[1361]: I0226 14:11:17.810643 1361 scope.go:117] "RemoveContainer" containerID="bca5da965529b0055af4814331b526b06698a9a3b882f2ad635bc690b5f91f3d"
Feb 26 14:11:19 addons-297209 kubelet[1361]: I0226 14:11:19.040473 1361 scope.go:117] "RemoveContainer" containerID="65065b291f3b48058db5d22ddb78d8dc535addd21a7aac925a583953a38c31e2"
Feb 26 14:11:19 addons-297209 kubelet[1361]: I0226 14:11:19.041965 1361 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="3b747b35-8c00-475b-bad0-a23d686ac1d6" path="/var/lib/kubelet/pods/3b747b35-8c00-475b-bad0-a23d686ac1d6/volumes"
Feb 26 14:11:19 addons-297209 kubelet[1361]: I0226 14:11:19.042416 1361 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="8ca7e733-020d-493c-9247-5538ee9938a6" path="/var/lib/kubelet/pods/8ca7e733-020d-493c-9247-5538ee9938a6/volumes"
Feb 26 14:11:19 addons-297209 kubelet[1361]: I0226 14:11:19.042791 1361 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="cfb8ecae-688a-47a4-8b5e-4b04591e5a9a" path="/var/lib/kubelet/pods/cfb8ecae-688a-47a4-8b5e-4b04591e5a9a/volumes"
Feb 26 14:11:19 addons-297209 kubelet[1361]: I0226 14:11:19.817475 1361 scope.go:117] "RemoveContainer" containerID="65065b291f3b48058db5d22ddb78d8dc535addd21a7aac925a583953a38c31e2"
Feb 26 14:11:19 addons-297209 kubelet[1361]: I0226 14:11:19.817766 1361 scope.go:117] "RemoveContainer" containerID="6cb3ddfab611520533ae171e9bb6b19c5e2185761f9db5cd656784ce8aad28c8"
Feb 26 14:11:19 addons-297209 kubelet[1361]: E0226 14:11:19.818038 1361 pod_workers.go:1300] "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-5d77478584-md9fj_default(ecd9d4ea-f5ae-4950-932b-963ad334a29e)\"" pod="default/hello-world-app-5d77478584-md9fj" podUID="ecd9d4ea-f5ae-4950-932b-963ad334a29e"
Feb 26 14:11:21 addons-297209 kubelet[1361]: I0226 14:11:21.779587 1361 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/92f13fce-6f68-48c1-84c3-02a96c5d8cb6-webhook-cert\") pod \"92f13fce-6f68-48c1-84c3-02a96c5d8cb6\" (UID: \"92f13fce-6f68-48c1-84c3-02a96c5d8cb6\") "
Feb 26 14:11:21 addons-297209 kubelet[1361]: I0226 14:11:21.779649 1361 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-pkwqk\" (UniqueName: \"kubernetes.io/projected/92f13fce-6f68-48c1-84c3-02a96c5d8cb6-kube-api-access-pkwqk\") pod \"92f13fce-6f68-48c1-84c3-02a96c5d8cb6\" (UID: \"92f13fce-6f68-48c1-84c3-02a96c5d8cb6\") "
Feb 26 14:11:21 addons-297209 kubelet[1361]: I0226 14:11:21.781580 1361 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/92f13fce-6f68-48c1-84c3-02a96c5d8cb6-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "92f13fce-6f68-48c1-84c3-02a96c5d8cb6" (UID: "92f13fce-6f68-48c1-84c3-02a96c5d8cb6"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Feb 26 14:11:21 addons-297209 kubelet[1361]: I0226 14:11:21.783436 1361 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/92f13fce-6f68-48c1-84c3-02a96c5d8cb6-kube-api-access-pkwqk" (OuterVolumeSpecName: "kube-api-access-pkwqk") pod "92f13fce-6f68-48c1-84c3-02a96c5d8cb6" (UID: "92f13fce-6f68-48c1-84c3-02a96c5d8cb6"). InnerVolumeSpecName "kube-api-access-pkwqk". PluginName "kubernetes.io/projected", VolumeGidValue ""
Feb 26 14:11:21 addons-297209 kubelet[1361]: I0226 14:11:21.824230 1361 scope.go:117] "RemoveContainer" containerID="cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e"
Feb 26 14:11:21 addons-297209 kubelet[1361]: I0226 14:11:21.839823 1361 scope.go:117] "RemoveContainer" containerID="cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e"
Feb 26 14:11:21 addons-297209 kubelet[1361]: E0226 14:11:21.840249 1361 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e\": container with ID starting with cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e not found: ID does not exist" containerID="cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e"
Feb 26 14:11:21 addons-297209 kubelet[1361]: I0226 14:11:21.840299 1361 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e"} err="failed to get container status \"cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e\": rpc error: code = NotFound desc = could not find container \"cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e\": container with ID starting with cad4820a0c6c0d362d4d41d802af4d8ba6d7948bc585185e6e235f0aadc18c8e not found: ID does not exist"
Feb 26 14:11:21 addons-297209 kubelet[1361]: I0226 14:11:21.880799 1361 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/92f13fce-6f68-48c1-84c3-02a96c5d8cb6-webhook-cert\") on node \"addons-297209\" DevicePath \"\""
Feb 26 14:11:21 addons-297209 kubelet[1361]: I0226 14:11:21.880838 1361 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-pkwqk\" (UniqueName: \"kubernetes.io/projected/92f13fce-6f68-48c1-84c3-02a96c5d8cb6-kube-api-access-pkwqk\") on node \"addons-297209\" DevicePath \"\""
Feb 26 14:11:23 addons-297209 kubelet[1361]: I0226 14:11:23.041629 1361 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="92f13fce-6f68-48c1-84c3-02a96c5d8cb6" path="/var/lib/kubelet/pods/92f13fce-6f68-48c1-84c3-02a96c5d8cb6/volumes"
==> storage-provisioner [af57b4f60be1c69e958756185981b2bfc258d48aa427754c663d9fd175bbaac9] <==
I0226 14:05:59.313578 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0226 14:05:59.333656 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0226 14:05:59.333803 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0226 14:05:59.372474 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0226 14:05:59.374195 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-297209_5ab1aec4-93fa-46c5-b1e6-6721d474ba96!
I0226 14:05:59.378275 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"f38c36d6-b8cf-4e79-b704-5dbe5828deee", APIVersion:"v1", ResourceVersion:"881", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-297209_5ab1aec4-93fa-46c5-b1e6-6721d474ba96 became leader
I0226 14:05:59.478057 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-297209_5ab1aec4-93fa-46c5-b1e6-6721d474ba96!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-297209 -n addons-297209
helpers_test.go:261: (dbg) Run: kubectl --context addons-297209 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (167.43s)