=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-956081 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-956081 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-956081 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" [e3dd01a3-80ef-431b-bca5-4314a57d7fc5] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [e3dd01a3-80ef-431b-bca5-4314a57d7fc5] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003276494s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-956081 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-956081 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.498101516s)
** 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-956081 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-956081 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.064339297s)
-- 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-956081 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-arm64 -p addons-956081 addons disable ingress-dns --alsologtostderr -v=1: (1.503658722s)
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-956081 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-956081 addons disable ingress --alsologtostderr -v=1: (7.724417385s)
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-956081
helpers_test.go:235: (dbg) docker inspect addons-956081:
-- stdout --
[
{
"Id": "3d3aad31f159bc205228e7ad4b5d677873b031939a0e0b8e43f888db9e6b8036",
"Created": "2024-02-14T00:19:15.757148528Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 505334,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-02-14T00:19:16.043302982Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:20e2d9b56eb2e595fd2b9c5719a0e58f3d7f8c692190d8fde2558cb6a9714f01",
"ResolvConfPath": "/var/lib/docker/containers/3d3aad31f159bc205228e7ad4b5d677873b031939a0e0b8e43f888db9e6b8036/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/3d3aad31f159bc205228e7ad4b5d677873b031939a0e0b8e43f888db9e6b8036/hostname",
"HostsPath": "/var/lib/docker/containers/3d3aad31f159bc205228e7ad4b5d677873b031939a0e0b8e43f888db9e6b8036/hosts",
"LogPath": "/var/lib/docker/containers/3d3aad31f159bc205228e7ad4b5d677873b031939a0e0b8e43f888db9e6b8036/3d3aad31f159bc205228e7ad4b5d677873b031939a0e0b8e43f888db9e6b8036-json.log",
"Name": "/addons-956081",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-956081:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-956081",
"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/dba98b604172098a2f83ce5812ac163a7ff096bf37f4e7ecfee4e5a59a2a9066-init/diff:/var/lib/docker/overlay2/6bce6236d7ba68734b2ab000b848b0bb40e1e541964b0b25c50d016c8f0ef97c/diff",
"MergedDir": "/var/lib/docker/overlay2/dba98b604172098a2f83ce5812ac163a7ff096bf37f4e7ecfee4e5a59a2a9066/merged",
"UpperDir": "/var/lib/docker/overlay2/dba98b604172098a2f83ce5812ac163a7ff096bf37f4e7ecfee4e5a59a2a9066/diff",
"WorkDir": "/var/lib/docker/overlay2/dba98b604172098a2f83ce5812ac163a7ff096bf37f4e7ecfee4e5a59a2a9066/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-956081",
"Source": "/var/lib/docker/volumes/addons-956081/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-956081",
"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-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0",
"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-956081",
"name.minikube.sigs.k8s.io": "addons-956081",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "9b1ae75a4a54edcbfcbdccaf7ad65864b652857d01f8222e8baefada5e9bcd68",
"SandboxKey": "/var/run/docker/netns/9b1ae75a4a54",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33392"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33391"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33388"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33390"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33389"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-956081": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"3d3aad31f159",
"addons-956081"
],
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "4a26973926e9a29d9902d94f36c2a42dccd30e28112be66a48bdc54485bb83fd",
"EndpointID": "189fb159178547907c1e72b58d75437e0bfac4b2653640a87be18f50e4e81dc7",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-956081",
"3d3aad31f159"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-956081 -n addons-956081
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-956081 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-956081 logs -n 25: (1.502786494s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-842602 | download-only-842602 | jenkins | v1.32.0 | 14 Feb 24 00:18 UTC | 14 Feb 24 00:18 UTC |
| delete | -p download-only-857203 | download-only-857203 | jenkins | v1.32.0 | 14 Feb 24 00:18 UTC | 14 Feb 24 00:18 UTC |
| delete | -p download-only-594877 | download-only-594877 | jenkins | v1.32.0 | 14 Feb 24 00:18 UTC | 14 Feb 24 00:18 UTC |
| start | --download-only -p | download-docker-289549 | jenkins | v1.32.0 | 14 Feb 24 00:18 UTC | |
| | download-docker-289549 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-289549 | download-docker-289549 | jenkins | v1.32.0 | 14 Feb 24 00:18 UTC | 14 Feb 24 00:18 UTC |
| start | --download-only -p | binary-mirror-919425 | jenkins | v1.32.0 | 14 Feb 24 00:18 UTC | |
| | binary-mirror-919425 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:44395 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-919425 | binary-mirror-919425 | jenkins | v1.32.0 | 14 Feb 24 00:18 UTC | 14 Feb 24 00:18 UTC |
| addons | enable dashboard -p | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:18 UTC | |
| | addons-956081 | | | | | |
| addons | disable dashboard -p | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:18 UTC | |
| | addons-956081 | | | | | |
| start | -p addons-956081 --wait=true | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:18 UTC | 14 Feb 24 00:21 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 | | | | | |
| addons | enable headlamp | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:21 UTC | 14 Feb 24 00:21 UTC |
| | -p addons-956081 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-956081 ip | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:21 UTC | 14 Feb 24 00:21 UTC |
| addons | addons-956081 addons disable | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:21 UTC | 14 Feb 24 00:21 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:21 UTC | 14 Feb 24 00:21 UTC |
| | -p addons-956081 | | | | | |
| ssh | addons-956081 ssh cat | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:21 UTC | 14 Feb 24 00:21 UTC |
| | /opt/local-path-provisioner/pvc-212cb541-02a7-4781-88d4-17a5a71edc4b_default_test-pvc/file1 | | | | | |
| addons | addons-956081 addons disable | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:21 UTC | 14 Feb 24 00:22 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:21 UTC | 14 Feb 24 00:21 UTC |
| | addons-956081 | | | | | |
| addons | addons-956081 addons | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:22 UTC | 14 Feb 24 00:22 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:22 UTC | 14 Feb 24 00:22 UTC |
| | addons-956081 | | | | | |
| addons | addons-956081 addons | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:22 UTC | 14 Feb 24 00:22 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-956081 addons | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:22 UTC | 14 Feb 24 00:22 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-956081 ssh curl -s | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:23 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-956081 ip | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:25 UTC | 14 Feb 24 00:25 UTC |
| addons | addons-956081 addons disable | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:25 UTC | 14 Feb 24 00:25 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-956081 addons disable | addons-956081 | jenkins | v1.32.0 | 14 Feb 24 00:25 UTC | 14 Feb 24 00:25 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/02/14 00:18:52
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.21.6 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0214 00:18:52.533580 504876 out.go:291] Setting OutFile to fd 1 ...
I0214 00:18:52.533804 504876 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0214 00:18:52.533830 504876 out.go:304] Setting ErrFile to fd 2...
I0214 00:18:52.533853 504876 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0214 00:18:52.534111 504876 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18169-498689/.minikube/bin
I0214 00:18:52.534572 504876 out.go:298] Setting JSON to false
I0214 00:18:52.535524 504876 start.go:128] hostinfo: {"hostname":"ip-172-31-31-251","uptime":10876,"bootTime":1707859057,"procs":167,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1053-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0214 00:18:52.535621 504876 start.go:138] virtualization:
I0214 00:18:52.538257 504876 out.go:177] * [addons-956081] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I0214 00:18:52.541299 504876 out.go:177] - MINIKUBE_LOCATION=18169
I0214 00:18:52.543136 504876 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0214 00:18:52.541357 504876 notify.go:220] Checking for updates...
I0214 00:18:52.547728 504876 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18169-498689/kubeconfig
I0214 00:18:52.549596 504876 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18169-498689/.minikube
I0214 00:18:52.551535 504876 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0214 00:18:52.553881 504876 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0214 00:18:52.556144 504876 driver.go:392] Setting default libvirt URI to qemu:///system
I0214 00:18:52.576083 504876 docker.go:122] docker version: linux-25.0.3:Docker Engine - Community
I0214 00:18:52.576189 504876 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0214 00:18:52.646183 504876 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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-14 00:18:52.637495033 +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:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 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>}}
I0214 00:18:52.646289 504876 docker.go:295] overlay module found
I0214 00:18:52.648997 504876 out.go:177] * Using the docker driver based on user configuration
I0214 00:18:52.650744 504876 start.go:298] selected driver: docker
I0214 00:18:52.650764 504876 start.go:902] validating driver "docker" against <nil>
I0214 00:18:52.650778 504876 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0214 00:18:52.651452 504876 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0214 00:18:52.712466 504876 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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-14 00:18:52.703122772 +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:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 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>}}
I0214 00:18:52.712624 504876 start_flags.go:307] no existing cluster config was found, will generate one from the flags
I0214 00:18:52.712847 504876 start_flags.go:927] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0214 00:18:52.715032 504876 out.go:177] * Using Docker driver with root privileges
I0214 00:18:52.717269 504876 cni.go:84] Creating CNI manager for ""
I0214 00:18:52.717291 504876 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0214 00:18:52.717302 504876 start_flags.go:316] Found "CNI" CNI - setting NetworkPlugin=cni
I0214 00:18:52.717319 504876 start_flags.go:321] config:
{Name:addons-956081 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 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-956081 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:}
I0214 00:18:52.720837 504876 out.go:177] * Starting control plane node addons-956081 in cluster addons-956081
I0214 00:18:52.722751 504876 cache.go:121] Beginning downloading kic base image for docker with crio
I0214 00:18:52.724792 504876 out.go:177] * Pulling base image v0.0.42-1704759386-17866 ...
I0214 00:18:52.726536 504876 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0214 00:18:52.726591 504876 preload.go:148] Found local preload: /home/jenkins/minikube-integration/18169-498689/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4
I0214 00:18:52.726604 504876 cache.go:56] Caching tarball of preloaded images
I0214 00:18:52.726625 504876 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 in local docker daemon
I0214 00:18:52.726681 504876 preload.go:174] Found /home/jenkins/minikube-integration/18169-498689/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0214 00:18:52.726691 504876 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on crio
I0214 00:18:52.727044 504876 profile.go:148] Saving config to /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/config.json ...
I0214 00:18:52.727108 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/config.json: {Name:mk7c9100d86acf7ce32712960b0afce51fb3379d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:18:52.744007 504876 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 to local cache
I0214 00:18:52.744125 504876 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 in local cache directory
I0214 00:18:52.744148 504876 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 in local cache directory, skipping pull
I0214 00:18:52.744156 504876 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 exists in cache, skipping pull
I0214 00:18:52.744164 504876 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 as a tarball
I0214 00:18:52.744177 504876 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 from local cache
I0214 00:19:08.508038 504876 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 from cached tarball
I0214 00:19:08.508085 504876 cache.go:194] Successfully downloaded all kic artifacts
I0214 00:19:08.508121 504876 start.go:365] acquiring machines lock for addons-956081: {Name:mk895e3040ea25952307290e8a0f1f00d0f4892f Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0214 00:19:08.508245 504876 start.go:369] acquired machines lock for "addons-956081" in 100.635µs
I0214 00:19:08.508281 504876 start.go:93] Provisioning new machine with config: &{Name:addons-956081 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 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-956081 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:} &{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I0214 00:19:08.508406 504876 start.go:125] createHost starting for "" (driver="docker")
I0214 00:19:08.510861 504876 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0214 00:19:08.511127 504876 start.go:159] libmachine.API.Create for "addons-956081" (driver="docker")
I0214 00:19:08.511169 504876 client.go:168] LocalClient.Create starting
I0214 00:19:08.511283 504876 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18169-498689/.minikube/certs/ca.pem
I0214 00:19:08.985022 504876 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18169-498689/.minikube/certs/cert.pem
I0214 00:19:09.453664 504876 cli_runner.go:164] Run: docker network inspect addons-956081 --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}}]}"
W0214 00:19:09.470134 504876 cli_runner.go:211] docker network inspect addons-956081 --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
I0214 00:19:09.470229 504876 network_create.go:281] running [docker network inspect addons-956081] to gather additional debugging logs...
I0214 00:19:09.470254 504876 cli_runner.go:164] Run: docker network inspect addons-956081
W0214 00:19:09.485585 504876 cli_runner.go:211] docker network inspect addons-956081 returned with exit code 1
I0214 00:19:09.485621 504876 network_create.go:284] error running [docker network inspect addons-956081]: docker network inspect addons-956081: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-956081 not found
I0214 00:19:09.485636 504876 network_create.go:286] output of [docker network inspect addons-956081]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-956081 not found
** /stderr **
I0214 00:19:09.485751 504876 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}}]}"
I0214 00:19:09.500826 504876 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:0x40025787f0}
I0214 00:19:09.500868 504876 network_create.go:124] attempt to create docker network addons-956081 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0214 00:19:09.500928 504876 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-956081 addons-956081
I0214 00:19:09.565405 504876 network_create.go:108] docker network addons-956081 192.168.49.0/24 created
I0214 00:19:09.565443 504876 kic.go:121] calculated static IP "192.168.49.2" for the "addons-956081" container
I0214 00:19:09.565538 504876 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0214 00:19:09.580508 504876 cli_runner.go:164] Run: docker volume create addons-956081 --label name.minikube.sigs.k8s.io=addons-956081 --label created_by.minikube.sigs.k8s.io=true
I0214 00:19:09.596445 504876 oci.go:103] Successfully created a docker volume addons-956081
I0214 00:19:09.596544 504876 cli_runner.go:164] Run: docker run --rm --name addons-956081-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-956081 --entrypoint /usr/bin/test -v addons-956081:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 -d /var/lib
I0214 00:19:11.483825 504876 cli_runner.go:217] Completed: docker run --rm --name addons-956081-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-956081 --entrypoint /usr/bin/test -v addons-956081:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 -d /var/lib: (1.887237619s)
I0214 00:19:11.483864 504876 oci.go:107] Successfully prepared a docker volume addons-956081
I0214 00:19:11.483884 504876 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0214 00:19:11.483903 504876 kic.go:194] Starting extracting preloaded images to volume ...
I0214 00:19:11.483979 504876 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18169-498689/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-956081:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 -I lz4 -xf /preloaded.tar -C /extractDir
I0214 00:19:15.687925 504876 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18169-498689/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-956081:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 -I lz4 -xf /preloaded.tar -C /extractDir: (4.203896778s)
I0214 00:19:15.687969 504876 kic.go:203] duration metric: took 4.204051 seconds to extract preloaded images to volume
W0214 00:19:15.688115 504876 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0214 00:19:15.688231 504876 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0214 00:19:15.743906 504876 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-956081 --name addons-956081 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-956081 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-956081 --network addons-956081 --ip 192.168.49.2 --volume addons-956081:/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-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0
I0214 00:19:16.051208 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Running}}
I0214 00:19:16.076180 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:16.101000 504876 cli_runner.go:164] Run: docker exec addons-956081 stat /var/lib/dpkg/alternatives/iptables
I0214 00:19:16.159480 504876 oci.go:144] the created container "addons-956081" has a running status.
I0214 00:19:16.159506 504876 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa...
I0214 00:19:16.701251 504876 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0214 00:19:16.722078 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:16.742880 504876 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0214 00:19:16.742900 504876 kic_runner.go:114] Args: [docker exec --privileged addons-956081 chown docker:docker /home/docker/.ssh/authorized_keys]
I0214 00:19:16.803321 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:16.827210 504876 machine.go:88] provisioning docker machine ...
I0214 00:19:16.827252 504876 ubuntu.go:169] provisioning hostname "addons-956081"
I0214 00:19:16.827322 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:16.851983 504876 main.go:141] libmachine: Using SSH client type: native
I0214 00:19:16.852411 504876 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bf490] 0x3c1c00 <nil> [] 0s} 127.0.0.1 33392 <nil> <nil>}
I0214 00:19:16.852424 504876 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-956081 && echo "addons-956081" | sudo tee /etc/hostname
I0214 00:19:17.024897 504876 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-956081
I0214 00:19:17.025035 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:17.051592 504876 main.go:141] libmachine: Using SSH client type: native
I0214 00:19:17.051998 504876 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bf490] 0x3c1c00 <nil> [] 0s} 127.0.0.1 33392 <nil> <nil>}
I0214 00:19:17.052017 504876 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-956081' /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-956081/g' /etc/hosts;
else
echo '127.0.1.1 addons-956081' | sudo tee -a /etc/hosts;
fi
fi
I0214 00:19:17.186157 504876 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0214 00:19:17.186187 504876 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18169-498689/.minikube CaCertPath:/home/jenkins/minikube-integration/18169-498689/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18169-498689/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18169-498689/.minikube}
I0214 00:19:17.186213 504876 ubuntu.go:177] setting up certificates
I0214 00:19:17.186231 504876 provision.go:83] configureAuth start
I0214 00:19:17.186291 504876 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-956081
I0214 00:19:17.205426 504876 provision.go:138] copyHostCerts
I0214 00:19:17.205508 504876 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18169-498689/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18169-498689/.minikube/ca.pem (1078 bytes)
I0214 00:19:17.205651 504876 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18169-498689/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18169-498689/.minikube/cert.pem (1123 bytes)
I0214 00:19:17.205745 504876 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18169-498689/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18169-498689/.minikube/key.pem (1675 bytes)
I0214 00:19:17.205827 504876 provision.go:112] generating server cert: /home/jenkins/minikube-integration/18169-498689/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18169-498689/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18169-498689/.minikube/certs/ca-key.pem org=jenkins.addons-956081 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-956081]
I0214 00:19:17.572865 504876 provision.go:172] copyRemoteCerts
I0214 00:19:17.572931 504876 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0214 00:19:17.572986 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:17.588495 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:17.686591 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0214 00:19:17.710888 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0214 00:19:17.735926 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0214 00:19:17.759670 504876 provision.go:86] duration metric: configureAuth took 573.425569ms
I0214 00:19:17.759698 504876 ubuntu.go:193] setting minikube options for container-runtime
I0214 00:19:17.759877 504876 config.go:182] Loaded profile config "addons-956081": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0214 00:19:17.759987 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:17.775830 504876 main.go:141] libmachine: Using SSH client type: native
I0214 00:19:17.776259 504876 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bf490] 0x3c1c00 <nil> [] 0s} 127.0.0.1 33392 <nil> <nil>}
I0214 00:19:17.776282 504876 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
I0214 00:19:18.011110 504876 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0214 00:19:18.011149 504876 machine.go:91] provisioned docker machine in 1.183901481s
I0214 00:19:18.011162 504876 client.go:171] LocalClient.Create took 9.499986448s
I0214 00:19:18.011180 504876 start.go:167] duration metric: libmachine.API.Create for "addons-956081" took 9.500054762s
I0214 00:19:18.011193 504876 start.go:300] post-start starting for "addons-956081" (driver="docker")
I0214 00:19:18.011205 504876 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]
I0214 00:19:18.011281 504876 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
I0214 00:19:18.011324 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:18.030784 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:18.127790 504876 ssh_runner.go:195] Run: cat /etc/os-release
I0214 00:19:18.131125 504876 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0214 00:19:18.131199 504876 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0214 00:19:18.131213 504876 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0214 00:19:18.131222 504876 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I0214 00:19:18.131233 504876 filesync.go:126] Scanning /home/jenkins/minikube-integration/18169-498689/.minikube/addons for local assets ...
I0214 00:19:18.131306 504876 filesync.go:126] Scanning /home/jenkins/minikube-integration/18169-498689/.minikube/files for local assets ...
I0214 00:19:18.131335 504876 start.go:303] post-start completed in 120.136562ms
I0214 00:19:18.131669 504876 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-956081
I0214 00:19:18.148091 504876 profile.go:148] Saving config to /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/config.json ...
I0214 00:19:18.148392 504876 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0214 00:19:18.148446 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:18.172189 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:18.262203 504876 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0214 00:19:18.266476 504876 start.go:128] duration metric: createHost completed in 9.758033695s
I0214 00:19:18.266549 504876 start.go:83] releasing machines lock for "addons-956081", held for 9.758288166s
I0214 00:19:18.266646 504876 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-956081
I0214 00:19:18.281858 504876 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0214 00:19:18.281944 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:18.282157 504876 ssh_runner.go:195] Run: cat /version.json
I0214 00:19:18.282192 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:18.301545 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:18.307684 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:18.524959 504876 ssh_runner.go:195] Run: systemctl --version
I0214 00:19:18.529381 504876 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0214 00:19:18.670868 504876 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0214 00:19:18.675005 504876 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" ;
I0214 00:19:18.694575 504876 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0214 00:19:18.694653 504876 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" ;
I0214 00:19:18.725347 504876 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0214 00:19:18.725370 504876 start.go:475] detecting cgroup driver to use...
I0214 00:19:18.725403 504876 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0214 00:19:18.725464 504876 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0214 00:19:18.741052 504876 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0214 00:19:18.753922 504876 docker.go:217] disabling cri-docker service (if available) ...
I0214 00:19:18.753992 504876 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0214 00:19:18.767836 504876 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0214 00:19:18.782339 504876 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0214 00:19:18.867838 504876 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0214 00:19:18.959631 504876 docker.go:233] disabling docker service ...
I0214 00:19:18.959724 504876 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0214 00:19:18.979115 504876 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0214 00:19:18.991089 504876 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0214 00:19:19.072027 504876 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0214 00:19:19.173010 504876 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0214 00:19:19.184991 504876 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"
I0214 00:19:19.201442 504876 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0214 00:19:19.201509 504876 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"
I0214 00:19:19.211979 504876 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0214 00:19:19.212051 504876 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0214 00:19:19.222478 504876 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0214 00:19:19.232105 504876 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0214 00:19:19.243936 504876 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0214 00:19:19.254964 504876 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0214 00:19:19.263774 504876 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0214 00:19:19.273067 504876 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0214 00:19:19.351610 504876 ssh_runner.go:195] Run: sudo systemctl restart crio
I0214 00:19:19.451305 504876 start.go:522] Will wait 60s for socket path /var/run/crio/crio.sock
I0214 00:19:19.451446 504876 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0214 00:19:19.455722 504876 start.go:543] Will wait 60s for crictl version
I0214 00:19:19.455865 504876 ssh_runner.go:195] Run: which crictl
I0214 00:19:19.459367 504876 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0214 00:19:19.501872 504876 start.go:559] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0214 00:19:19.501966 504876 ssh_runner.go:195] Run: crio --version
I0214 00:19:19.541911 504876 ssh_runner.go:195] Run: crio --version
I0214 00:19:19.586987 504876 out.go:177] * Preparing Kubernetes v1.28.4 on CRI-O 1.24.6 ...
I0214 00:19:19.589351 504876 cli_runner.go:164] Run: docker network inspect addons-956081 --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}}]}"
I0214 00:19:19.604294 504876 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0214 00:19:19.607961 504876 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""
I0214 00:19:19.618993 504876 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0214 00:19:19.619072 504876 ssh_runner.go:195] Run: sudo crictl images --output json
I0214 00:19:19.686149 504876 crio.go:496] all images are preloaded for cri-o runtime.
I0214 00:19:19.686170 504876 crio.go:415] Images already preloaded, skipping extraction
I0214 00:19:19.686225 504876 ssh_runner.go:195] Run: sudo crictl images --output json
I0214 00:19:19.722413 504876 crio.go:496] all images are preloaded for cri-o runtime.
I0214 00:19:19.722437 504876 cache_images.go:84] Images are preloaded, skipping loading
I0214 00:19:19.722517 504876 ssh_runner.go:195] Run: crio config
I0214 00:19:19.794982 504876 cni.go:84] Creating CNI manager for ""
I0214 00:19:19.795008 504876 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0214 00:19:19.795048 504876 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0214 00:19:19.795075 504876 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-956081 NodeName:addons-956081 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}
I0214 00:19:19.795266 504876 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-956081"
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
I0214 00:19:19.795336 504876 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-956081 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-956081 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:}
I0214 00:19:19.795410 504876 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I0214 00:19:19.804167 504876 binaries.go:44] Found k8s binaries, skipping transfer
I0214 00:19:19.804263 504876 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0214 00:19:19.812754 504876 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I0214 00:19:19.830728 504876 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0214 00:19:19.847787 504876 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I0214 00:19:19.865149 504876 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0214 00:19:19.868331 504876 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""
I0214 00:19:19.878721 504876 certs.go:56] Setting up /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081 for IP: 192.168.49.2
I0214 00:19:19.878755 504876 certs.go:190] acquiring lock for shared ca certs: {Name:mk24bda5a01a6d67ca318fbbda66875cef4a1a9b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:19.878910 504876 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/18169-498689/.minikube/ca.key
I0214 00:19:20.530167 504876 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18169-498689/.minikube/ca.crt ...
I0214 00:19:20.530198 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/.minikube/ca.crt: {Name:mk659bb47b8c0bdf39929661f0c5e302abe77cef Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:20.530408 504876 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18169-498689/.minikube/ca.key ...
I0214 00:19:20.530423 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/.minikube/ca.key: {Name:mk6fbec12cae299933078fc78d715b2d1a3a1271 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:20.531177 504876 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/18169-498689/.minikube/proxy-client-ca.key
I0214 00:19:20.930630 504876 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18169-498689/.minikube/proxy-client-ca.crt ...
I0214 00:19:20.930660 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/.minikube/proxy-client-ca.crt: {Name:mkae82d462037576485fa5609961ea75c0b7169b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:20.930850 504876 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18169-498689/.minikube/proxy-client-ca.key ...
I0214 00:19:20.930862 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/.minikube/proxy-client-ca.key: {Name:mk138526a9fdf5c36908dafc7b6edc56c62a4e78 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:20.931487 504876 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/client.key
I0214 00:19:20.931506 504876 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/client.crt with IP's: []
I0214 00:19:21.588331 504876 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/client.crt ...
I0214 00:19:21.588365 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/client.crt: {Name:mk6f668b505a1c3244b4acea1dbbfb35dd8182d1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:21.589087 504876 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/client.key ...
I0214 00:19:21.589103 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/client.key: {Name:mk0e3eb7b641677550cf930f30f7fbcca1d68018 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:21.589605 504876 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.key.dd3b5fb2
I0214 00:19:21.589630 504876 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0214 00:19:21.834518 504876 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.crt.dd3b5fb2 ...
I0214 00:19:21.834548 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.crt.dd3b5fb2: {Name:mkd110ce93c5109dd8c31f7f406f14ac2ec85c61 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:21.834740 504876 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.key.dd3b5fb2 ...
I0214 00:19:21.834758 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.key.dd3b5fb2: {Name:mke8e61ccf85228e95123c83a382e0917ebfa5db Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:21.834842 504876 certs.go:337] copying /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.crt
I0214 00:19:21.834918 504876 certs.go:341] copying /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.key
I0214 00:19:21.834977 504876 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/proxy-client.key
I0214 00:19:21.834997 504876 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/proxy-client.crt with IP's: []
I0214 00:19:22.073966 504876 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/proxy-client.crt ...
I0214 00:19:22.074045 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/proxy-client.crt: {Name:mkdc8948c21cf46ca0d262a3a95ea86bebd51298 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:22.074239 504876 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/proxy-client.key ...
I0214 00:19:22.074254 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/proxy-client.key: {Name:mk523afdda9e2a7d7c8f4b1eb7b224b7183842d5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:22.074456 504876 certs.go:437] found cert: /home/jenkins/minikube-integration/18169-498689/.minikube/certs/home/jenkins/minikube-integration/18169-498689/.minikube/certs/ca-key.pem (1679 bytes)
I0214 00:19:22.074504 504876 certs.go:437] found cert: /home/jenkins/minikube-integration/18169-498689/.minikube/certs/home/jenkins/minikube-integration/18169-498689/.minikube/certs/ca.pem (1078 bytes)
I0214 00:19:22.074536 504876 certs.go:437] found cert: /home/jenkins/minikube-integration/18169-498689/.minikube/certs/home/jenkins/minikube-integration/18169-498689/.minikube/certs/cert.pem (1123 bytes)
I0214 00:19:22.074567 504876 certs.go:437] found cert: /home/jenkins/minikube-integration/18169-498689/.minikube/certs/home/jenkins/minikube-integration/18169-498689/.minikube/certs/key.pem (1675 bytes)
I0214 00:19:22.075158 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0214 00:19:22.100510 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0214 00:19:22.123980 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0214 00:19:22.149077 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/profiles/addons-956081/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0214 00:19:22.172911 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0214 00:19:22.197608 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0214 00:19:22.221791 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0214 00:19:22.246468 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0214 00:19:22.271102 504876 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18169-498689/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0214 00:19:22.295669 504876 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0214 00:19:22.313711 504876 ssh_runner.go:195] Run: openssl version
I0214 00:19:22.319239 504876 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"
I0214 00:19:22.328455 504876 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0214 00:19:22.331845 504876 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Feb 14 00:19 /usr/share/ca-certificates/minikubeCA.pem
I0214 00:19:22.331958 504876 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0214 00:19:22.338813 504876 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"
I0214 00:19:22.348270 504876 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0214 00:19:22.351436 504876 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
I0214 00:19:22.351484 504876 kubeadm.go:404] StartCluster: {Name:addons-956081 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0 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-956081 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:}
I0214 00:19:22.351558 504876 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0214 00:19:22.351615 504876 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0214 00:19:22.392937 504876 cri.go:89] found id: ""
I0214 00:19:22.393007 504876 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0214 00:19:22.401648 504876 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0214 00:19:22.410081 504876 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0214 00:19:22.410146 504876 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
I0214 00:19:22.418630 504876 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
I0214 00:19:22.418709 504876 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"
I0214 00:19:22.508080 504876 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
I0214 00:19:22.583092 504876 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0214 00:19:38.885875 504876 kubeadm.go:322] [init] Using Kubernetes version: v1.28.4
I0214 00:19:38.885934 504876 kubeadm.go:322] [preflight] Running pre-flight checks
I0214 00:19:38.886022 504876 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0214 00:19:38.886078 504876 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1053-aws[0m
I0214 00:19:38.886114 504876 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0214 00:19:38.886161 504876 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0214 00:19:38.886210 504876 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0214 00:19:38.886259 504876 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0214 00:19:38.886308 504876 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0214 00:19:38.886357 504876 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0214 00:19:38.886406 504876 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0214 00:19:38.886453 504876 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0214 00:19:38.886501 504876 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0214 00:19:38.886547 504876 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0214 00:19:38.886618 504876 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0214 00:19:38.886709 504876 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0214 00:19:38.886799 504876 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0214 00:19:38.886860 504876 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0214 00:19:38.889536 504876 out.go:204] - Generating certificates and keys ...
I0214 00:19:38.889632 504876 kubeadm.go:322] [certs] Using existing ca certificate authority
I0214 00:19:38.889700 504876 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0214 00:19:38.889813 504876 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0214 00:19:38.889873 504876 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0214 00:19:38.889935 504876 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0214 00:19:38.889987 504876 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0214 00:19:38.890042 504876 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0214 00:19:38.890155 504876 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-956081 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0214 00:19:38.890208 504876 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0214 00:19:38.890317 504876 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-956081 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0214 00:19:38.890391 504876 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0214 00:19:38.890453 504876 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0214 00:19:38.890498 504876 kubeadm.go:322] [certs] Generating "sa" key and public key
I0214 00:19:38.890553 504876 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0214 00:19:38.890604 504876 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0214 00:19:38.890659 504876 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0214 00:19:38.890727 504876 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0214 00:19:38.890781 504876 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0214 00:19:38.890860 504876 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0214 00:19:38.890924 504876 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0214 00:19:38.893172 504876 out.go:204] - Booting up control plane ...
I0214 00:19:38.893284 504876 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0214 00:19:38.893388 504876 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0214 00:19:38.893466 504876 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0214 00:19:38.893586 504876 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0214 00:19:38.893678 504876 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0214 00:19:38.893733 504876 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0214 00:19:38.893887 504876 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
I0214 00:19:38.893969 504876 kubeadm.go:322] [apiclient] All control plane components are healthy after 7.502858 seconds
I0214 00:19:38.894080 504876 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0214 00:19:38.894208 504876 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0214 00:19:38.894269 504876 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0214 00:19:38.894456 504876 kubeadm.go:322] [mark-control-plane] Marking the node addons-956081 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0214 00:19:38.894519 504876 kubeadm.go:322] [bootstrap-token] Using token: ksy5og.vtsgjk25rw8f5rur
I0214 00:19:38.896397 504876 out.go:204] - Configuring RBAC rules ...
I0214 00:19:38.896515 504876 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0214 00:19:38.896606 504876 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0214 00:19:38.896748 504876 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
I0214 00:19:38.896883 504876 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0214 00:19:38.897006 504876 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0214 00:19:38.897102 504876 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0214 00:19:38.897220 504876 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0214 00:19:38.897266 504876 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0214 00:19:38.897315 504876 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0214 00:19:38.897323 504876 kubeadm.go:322]
I0214 00:19:38.897383 504876 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0214 00:19:38.897392 504876 kubeadm.go:322]
I0214 00:19:38.897469 504876 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0214 00:19:38.897477 504876 kubeadm.go:322]
I0214 00:19:38.897502 504876 kubeadm.go:322] mkdir -p $HOME/.kube
I0214 00:19:38.897564 504876 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0214 00:19:38.897617 504876 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0214 00:19:38.897625 504876 kubeadm.go:322]
I0214 00:19:38.897679 504876 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0214 00:19:38.897686 504876 kubeadm.go:322]
I0214 00:19:38.897792 504876 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0214 00:19:38.897802 504876 kubeadm.go:322]
I0214 00:19:38.897854 504876 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0214 00:19:38.897931 504876 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0214 00:19:38.898002 504876 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0214 00:19:38.898011 504876 kubeadm.go:322]
I0214 00:19:38.898097 504876 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0214 00:19:38.898176 504876 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0214 00:19:38.898184 504876 kubeadm.go:322]
I0214 00:19:38.898267 504876 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token ksy5og.vtsgjk25rw8f5rur \
I0214 00:19:38.898372 504876 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:44f9d2d2d797c45382846d4b51b4e7b005961554b46257e185c55dad3bb0bd1d \
I0214 00:19:38.898398 504876 kubeadm.go:322] --control-plane
I0214 00:19:38.898406 504876 kubeadm.go:322]
I0214 00:19:38.898490 504876 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0214 00:19:38.898497 504876 kubeadm.go:322]
I0214 00:19:38.898579 504876 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token ksy5og.vtsgjk25rw8f5rur \
I0214 00:19:38.898695 504876 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:44f9d2d2d797c45382846d4b51b4e7b005961554b46257e185c55dad3bb0bd1d
I0214 00:19:38.898707 504876 cni.go:84] Creating CNI manager for ""
I0214 00:19:38.898715 504876 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0214 00:19:38.900799 504876 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0214 00:19:38.902960 504876 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0214 00:19:38.916673 504876 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I0214 00:19:38.916700 504876 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0214 00:19:38.969202 504876 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
I0214 00:19:39.841106 504876 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0214 00:19:39.841226 504876 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
I0214 00:19:39.841226 504876 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=90664111bc55fed26ce3e984eae935c06b114802 minikube.k8s.io/name=addons-956081 minikube.k8s.io/updated_at=2024_02_14T00_19_39_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:39.983024 504876 ops.go:34] apiserver oom_adj: -16
I0214 00:19:39.983128 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:40.483270 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:40.983278 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:41.483258 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:41.983277 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:42.483598 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:42.984056 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:43.483256 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:43.983824 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:44.484082 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:44.983256 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:45.483309 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:45.983760 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:46.483792 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:46.983247 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:47.483642 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:47.983995 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:48.483494 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:48.983537 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:49.483705 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:49.984076 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:50.483760 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:50.984161 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:51.483935 504876 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0214 00:19:51.588356 504876 kubeadm.go:1088] duration metric: took 11.747207104s to wait for elevateKubeSystemPrivileges.
I0214 00:19:51.588387 504876 kubeadm.go:406] StartCluster complete in 29.236908468s
I0214 00:19:51.588404 504876 settings.go:142] acquiring lock: {Name:mk6da46f5cb0f714c2fcf3244fbf0dfa768ab578 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:51.588511 504876 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18169-498689/kubeconfig
I0214 00:19:51.588903 504876 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18169-498689/kubeconfig: {Name:mke09ed5dbaa4240bee61fddd1ec0468d82bdfbf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0214 00:19:51.590818 504876 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"
I0214 00:19:51.591091 504876 config.go:182] Loaded profile config "addons-956081": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0214 00:19:51.591129 504876 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]
I0214 00:19:51.591196 504876 addons.go:69] Setting yakd=true in profile "addons-956081"
I0214 00:19:51.591209 504876 addons.go:234] Setting addon yakd=true in "addons-956081"
I0214 00:19:51.591256 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.591328 504876 addons.go:69] Setting ingress-dns=true in profile "addons-956081"
I0214 00:19:51.591343 504876 addons.go:234] Setting addon ingress-dns=true in "addons-956081"
I0214 00:19:51.591381 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.591685 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.591758 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.595548 504876 addons.go:69] Setting cloud-spanner=true in profile "addons-956081"
I0214 00:19:51.595583 504876 addons.go:234] Setting addon cloud-spanner=true in "addons-956081"
I0214 00:19:51.595628 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.596052 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.596180 504876 addons.go:69] Setting inspektor-gadget=true in profile "addons-956081"
I0214 00:19:51.596195 504876 addons.go:234] Setting addon inspektor-gadget=true in "addons-956081"
I0214 00:19:51.596224 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.596577 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.601780 504876 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-956081"
I0214 00:19:51.601882 504876 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-956081"
I0214 00:19:51.601938 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.605318 504876 addons.go:69] Setting metrics-server=true in profile "addons-956081"
I0214 00:19:51.605350 504876 addons.go:234] Setting addon metrics-server=true in "addons-956081"
I0214 00:19:51.605438 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.606172 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.606485 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.615663 504876 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-956081"
I0214 00:19:51.615701 504876 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-956081"
I0214 00:19:51.615775 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.619845 504876 addons.go:69] Setting default-storageclass=true in profile "addons-956081"
I0214 00:19:51.619936 504876 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-956081"
I0214 00:19:51.620641 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.633823 504876 addons.go:69] Setting registry=true in profile "addons-956081"
I0214 00:19:51.633965 504876 addons.go:234] Setting addon registry=true in "addons-956081"
I0214 00:19:51.634050 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.634711 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.637516 504876 addons.go:69] Setting storage-provisioner=true in profile "addons-956081"
I0214 00:19:51.649790 504876 addons.go:234] Setting addon storage-provisioner=true in "addons-956081"
I0214 00:19:51.650356 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.650114 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.679098 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.633894 504876 addons.go:69] Setting ingress=true in profile "addons-956081"
I0214 00:19:51.680510 504876 addons.go:234] Setting addon ingress=true in "addons-956081"
I0214 00:19:51.680566 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.681001 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.650265 504876 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-956081"
I0214 00:19:51.705773 504876 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-956081"
I0214 00:19:51.706116 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.650272 504876 addons.go:69] Setting volumesnapshots=true in profile "addons-956081"
I0214 00:19:51.718780 504876 addons.go:234] Setting addon volumesnapshots=true in "addons-956081"
I0214 00:19:51.718874 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.719375 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.633884 504876 addons.go:69] Setting gcp-auth=true in profile "addons-956081"
I0214 00:19:51.733869 504876 mustload.go:65] Loading cluster: addons-956081
I0214 00:19:51.734107 504876 config.go:182] Loaded profile config "addons-956081": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0214 00:19:51.734391 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.797052 504876 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0214 00:19:51.799454 504876 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0214 00:19:51.799509 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0214 00:19:51.799590 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:51.812188 504876 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0214 00:19:51.806404 504876 addons.go:234] Setting addon default-storageclass=true in "addons-956081"
I0214 00:19:51.818083 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.819901 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.823767 504876 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.25.1
I0214 00:19:51.828330 504876 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0214 00:19:51.828358 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0214 00:19:51.828427 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:51.823959 504876 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0214 00:19:51.823968 504876 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0214 00:19:51.823976 504876 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0214 00:19:51.823980 504876 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.13
I0214 00:19:51.823984 504876 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0214 00:19:51.843692 504876 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0214 00:19:51.858417 504876 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0214 00:19:51.845398 504876 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0214 00:19:51.871000 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0214 00:19:51.872945 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:51.893011 504876 out.go:177] - Using image docker.io/registry:2.8.3
I0214 00:19:51.894942 504876 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0214 00:19:51.894962 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0214 00:19:51.895043 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:51.898375 504876 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.3
I0214 00:19:51.905102 504876 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0214 00:19:51.905119 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0214 00:19:51.905174 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:51.911381 504876 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0214 00:19:51.913647 504876 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0214 00:19:51.904003 504876 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0214 00:19:51.904075 504876 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0214 00:19:51.905027 504876 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-956081"
I0214 00:19:51.916122 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0214 00:19:51.916191 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0214 00:19:51.918388 504876 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I0214 00:19:51.918451 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.918524 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:51.920677 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:51.932497 504876 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0214 00:19:51.935311 504876 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0214 00:19:51.933659 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:19:51.947902 504876 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.5
I0214 00:19:51.954460 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:19:51.937858 504876 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0214 00:19:51.937846 504876 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0214 00:19:51.963262 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0214 00:19:51.963355 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:51.964827 504876 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I0214 00:19:51.974484 504876 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0214 00:19:51.974504 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16103 bytes)
I0214 00:19:51.974569 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:52.006208 504876 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 -"
I0214 00:19:52.010055 504876 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0214 00:19:52.010119 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0214 00:19:52.010522 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:52.029019 504876 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0214 00:19:52.064852 504876 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0214 00:19:52.064880 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0214 00:19:52.064947 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:52.068174 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.086739 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.093380 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.120249 504876 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0214 00:19:52.120274 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0214 00:19:52.120356 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:52.145870 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.165870 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.192094 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.207530 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.219445 504876 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0214 00:19:52.222918 504876 out.go:177] - Using image docker.io/busybox:stable
I0214 00:19:52.226593 504876 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0214 00:19:52.226613 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0214 00:19:52.226675 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:19:52.247297 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.253940 504876 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-956081" context rescaled to 1 replicas
I0214 00:19:52.254012 504876 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}
I0214 00:19:52.256428 504876 out.go:177] * Verifying Kubernetes components...
I0214 00:19:52.254989 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.255654 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.259723 504876 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0214 00:19:52.260603 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
W0214 00:19:52.261629 504876 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0214 00:19:52.261651 504876 retry.go:31] will retry after 239.990182ms: ssh: handshake failed: EOF
I0214 00:19:52.278926 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.293869 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:19:52.379527 504876 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0214 00:19:52.379597 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0214 00:19:52.418576 504876 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0214 00:19:52.418646 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0214 00:19:52.467796 504876 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0214 00:19:52.467864 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0214 00:19:52.531557 504876 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0214 00:19:52.531625 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0214 00:19:52.553091 504876 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
I0214 00:19:52.584323 504876 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
I0214 00:19:52.609236 504876 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
I0214 00:19:52.624521 504876 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0214 00:19:52.624590 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0214 00:19:52.669880 504876 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
I0214 00:19:52.673581 504876 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
I0214 00:19:52.678951 504876 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0214 00:19:52.679016 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0214 00:19:52.723372 504876 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
I0214 00:19:52.792383 504876 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0214 00:19:52.792444 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0214 00:19:52.796430 504876 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0214 00:19:52.796497 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0214 00:19:52.805931 504876 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
I0214 00:19:52.828626 504876 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0214 00:19:52.828648 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0214 00:19:52.832668 504876 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0214 00:19:52.832732 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0214 00:19:52.835035 504876 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0214 00:19:52.835093 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0214 00:19:52.942256 504876 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0214 00:19:52.942324 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0214 00:19:52.945280 504876 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0214 00:19:52.945334 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0214 00:19:52.956070 504876 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0214 00:19:52.956136 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0214 00:19:52.998849 504876 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0214 00:19:52.998920 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0214 00:19:53.008259 504876 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0214 00:19:53.008334 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0214 00:19:53.065997 504876 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
I0214 00:19:53.102183 504876 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0214 00:19:53.102209 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0214 00:19:53.109814 504876 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
I0214 00:19:53.114831 504876 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0214 00:19:53.114856 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0214 00:19:53.164851 504876 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0214 00:19:53.164877 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0214 00:19:53.168390 504876 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
I0214 00:19:53.286751 504876 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0214 00:19:53.286777 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0214 00:19:53.295284 504876 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0214 00:19:53.295310 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0214 00:19:53.296599 504876 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0214 00:19:53.296615 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0214 00:19:53.419194 504876 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0214 00:19:53.419220 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0214 00:19:53.428314 504876 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0214 00:19:53.428339 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0214 00:19:53.432450 504876 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0214 00:19:53.432474 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0214 00:19:53.468058 504876 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0214 00:19:53.468078 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0214 00:19:53.474993 504876 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
I0214 00:19:53.512291 504876 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
I0214 00:19:53.525981 504876 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0214 00:19:53.526008 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0214 00:19:53.606574 504876 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0214 00:19:53.606597 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0214 00:19:53.696175 504876 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0214 00:19:53.696203 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0214 00:19:53.785103 504876 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0214 00:19:53.785126 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0214 00:19:53.818193 504876 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0214 00:19:53.818218 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0214 00:19:53.882284 504876 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
I0214 00:19:55.050695 504876 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.044405531s)
I0214 00:19:55.050818 504876 start.go:929] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0214 00:19:55.050787 504876 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (2.791039489s)
I0214 00:19:55.051716 504876 node_ready.go:35] waiting up to 6m0s for node "addons-956081" to be "Ready" ...
I0214 00:19:55.671281 504876 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: (3.11815554s)
I0214 00:19:57.197446 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:19:57.434410 504876 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: (4.850032553s)
I0214 00:19:57.436977 504876 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-956081 service yakd-dashboard -n yakd-dashboard
I0214 00:19:57.434701 504876 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: (4.825397481s)
I0214 00:19:57.434726 504876 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: (4.764779511s)
I0214 00:19:57.434768 504876 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: (4.761127445s)
I0214 00:19:57.434817 504876 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: (4.711381581s)
I0214 00:19:57.476819 504876 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: (4.670810508s)
I0214 00:19:58.054740 504876 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: (4.988704502s)
I0214 00:19:58.055196 504876 addons.go:470] Verifying addon ingress=true in "addons-956081"
I0214 00:19:58.054854 504876 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: (4.944993144s)
I0214 00:19:58.055337 504876 addons.go:470] Verifying addon registry=true in "addons-956081"
I0214 00:19:58.057604 504876 out.go:177] * Verifying registry addon...
I0214 00:19:58.059716 504876 out.go:177] * Verifying ingress addon...
I0214 00:19:58.054991 504876 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: (4.579970371s)
I0214 00:19:58.055036 504876 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: (4.542716932s)
I0214 00:19:58.054912 504876 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: (4.886496553s)
W0214 00:19:58.062097 504876 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
I0214 00:19:58.064470 504876 retry.go:31] will retry after 329.674217ms: 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
I0214 00:19:58.062949 504876 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0214 00:19:58.062999 504876 addons.go:470] Verifying addon metrics-server=true in "addons-956081"
I0214 00:19:58.065194 504876 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0214 00:19:58.078223 504876 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0214 00:19:58.078252 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:19:58.078562 504876 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0214 00:19:58.078579 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:19:58.293694 504876 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: (4.411361686s)
I0214 00:19:58.293794 504876 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-956081"
I0214 00:19:58.296250 504876 out.go:177] * Verifying csi-hostpath-driver addon...
I0214 00:19:58.299835 504876 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0214 00:19:58.309244 504876 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0214 00:19:58.309305 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:19:58.394949 504876 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
I0214 00:19:58.580436 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:19:58.587055 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:19:58.812109 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:19:59.112112 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:19:59.141744 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:19:59.314957 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:19:59.601984 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:19:59.610420 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:19:59.611606 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:19:59.826562 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:00.097530 504876 ssh_runner.go:235] Completed: 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: (1.702525774s)
I0214 00:20:00.122484 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:00.165315 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:00.308204 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:00.574728 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:00.576890 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:00.805613 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:00.962411 504876 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0214 00:20:00.962531 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:20:00.995425 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:20:01.071759 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:01.072189 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:01.193520 504876 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0214 00:20:01.246035 504876 addons.go:234] Setting addon gcp-auth=true in "addons-956081"
I0214 00:20:01.246143 504876 host.go:66] Checking if "addons-956081" exists ...
I0214 00:20:01.246676 504876 cli_runner.go:164] Run: docker container inspect addons-956081 --format={{.State.Status}}
I0214 00:20:01.273279 504876 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0214 00:20:01.273335 504876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-956081
I0214 00:20:01.303349 504876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/18169-498689/.minikube/machines/addons-956081/id_rsa Username:docker}
I0214 00:20:01.306852 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:01.435416 504876 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I0214 00:20:01.437903 504876 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I0214 00:20:01.441532 504876 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0214 00:20:01.441610 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0214 00:20:01.504506 504876 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0214 00:20:01.504582 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0214 00:20:01.571712 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:01.578433 504876 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0214 00:20:01.578495 504876 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5432 bytes)
I0214 00:20:01.580782 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:01.632008 504876 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
I0214 00:20:01.809491 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:02.055628 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:20:02.071853 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:02.073346 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:02.308905 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:02.581669 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:02.587396 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:02.665641 504876 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.033598893s)
I0214 00:20:02.668698 504876 addons.go:470] Verifying addon gcp-auth=true in "addons-956081"
I0214 00:20:02.670846 504876 out.go:177] * Verifying gcp-auth addon...
I0214 00:20:02.674035 504876 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0214 00:20:02.702324 504876 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0214 00:20:02.702392 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:02.805517 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:03.072780 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:03.073794 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:03.179526 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:03.305558 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:03.571080 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:03.573170 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:03.681579 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:03.805072 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:04.057611 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:20:04.072129 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:04.073613 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:04.178203 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:04.306646 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:04.570564 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:04.571834 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:04.681929 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:04.804158 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:05.069704 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:05.070665 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:05.178715 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:05.307914 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:05.568722 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:05.570466 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:05.682277 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:05.804242 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:06.070005 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:06.070860 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:06.177610 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:06.304231 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:06.557265 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:20:06.583159 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:06.584895 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:06.684352 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:06.804984 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:07.070679 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:07.071956 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:07.178215 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:07.305585 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:07.569774 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:07.570568 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:07.681370 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:07.804281 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:08.070005 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:08.070987 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:08.177618 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:08.304474 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:08.569323 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:08.569495 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:08.680305 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:08.804716 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:09.055842 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:20:09.069551 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:09.070384 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:09.184910 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:09.304312 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:09.569858 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:09.570511 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:09.681632 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:09.804832 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:10.069973 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:10.070792 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:10.178602 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:10.304426 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:10.569912 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:10.570344 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:10.681656 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:10.805038 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:11.069177 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:11.070659 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:11.177828 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:11.304282 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:11.555729 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:20:11.582049 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:11.583457 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:11.681705 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:11.804681 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:12.071169 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:12.071580 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:12.178326 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:12.305133 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:12.569282 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:12.570270 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:12.681802 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:12.804232 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:13.071534 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:13.072276 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:13.177847 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:13.304721 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:13.569263 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:13.570111 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:13.678680 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:13.805538 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:14.055249 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:20:14.069241 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:14.069944 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:14.177918 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:14.304112 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:14.569869 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:14.570505 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:14.681258 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:14.804013 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:15.069589 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:15.070335 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:15.178283 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:15.304424 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:15.570642 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:15.571598 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:15.681944 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:15.804437 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:16.056105 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:20:16.069893 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:16.070842 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:16.177886 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:16.304856 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:16.570098 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:16.570481 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:16.681363 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:16.804621 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:17.068534 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:17.070624 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:17.177927 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:17.304208 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:17.571184 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:17.571906 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:17.678521 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:17.804825 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:18.056368 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:20:18.070426 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:18.070782 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:18.178159 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:18.304433 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:18.569696 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:18.570116 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:18.677660 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:18.808707 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:19.069392 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:19.069912 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:19.178128 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:19.304771 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:19.569704 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:19.570224 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:19.683418 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:19.804654 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:20.070780 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:20.072254 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:20.177972 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:20.305061 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:20.555913 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:20:20.570232 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:20.570474 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:20.677876 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:20.804561 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:21.069663 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:21.069979 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:21.178665 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:21.304545 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:21.570580 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:21.571488 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:21.680420 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:21.804599 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:22.070162 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:22.071218 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:22.178035 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:22.303908 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:22.568547 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:22.575385 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:22.681067 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:22.804427 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:23.055681 504876 node_ready.go:58] node "addons-956081" has status "Ready":"False"
I0214 00:20:23.069784 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:23.070451 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:23.177752 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:23.304799 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:23.570125 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:23.570524 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:23.678158 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:23.804457 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:24.070316 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:24.071408 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:24.177610 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:24.305112 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:24.568857 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:24.570554 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:24.681454 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:24.804620 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:25.092558 504876 node_ready.go:49] node "addons-956081" has status "Ready":"True"
I0214 00:20:25.092592 504876 node_ready.go:38] duration metric: took 30.040817686s waiting for node "addons-956081" to be "Ready" ...
I0214 00:20:25.092606 504876 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" ...
I0214 00:20:25.109912 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:25.134599 504876 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-b4tsx" in "kube-system" namespace to be "Ready" ...
I0214 00:20:25.144470 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:25.191743 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:25.313380 504876 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0214 00:20:25.313413 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:25.573206 504876 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0214 00:20:25.573279 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:25.575788 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:25.680933 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:25.806811 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:26.078930 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:26.083320 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:26.198147 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:26.316611 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:26.573167 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:26.574298 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:26.687177 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:26.806827 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:27.071810 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:27.073336 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:27.143257 504876 pod_ready.go:102] pod "coredns-5dd5756b68-b4tsx" in "kube-system" namespace has status "Ready":"False"
I0214 00:20:27.179055 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:27.346984 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:27.572703 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:27.573089 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:27.641130 504876 pod_ready.go:92] pod "coredns-5dd5756b68-b4tsx" in "kube-system" namespace has status "Ready":"True"
I0214 00:20:27.641157 504876 pod_ready.go:81] duration metric: took 2.506514402s waiting for pod "coredns-5dd5756b68-b4tsx" in "kube-system" namespace to be "Ready" ...
I0214 00:20:27.641176 504876 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-956081" in "kube-system" namespace to be "Ready" ...
I0214 00:20:27.656863 504876 pod_ready.go:92] pod "etcd-addons-956081" in "kube-system" namespace has status "Ready":"True"
I0214 00:20:27.656889 504876 pod_ready.go:81] duration metric: took 15.705137ms waiting for pod "etcd-addons-956081" in "kube-system" namespace to be "Ready" ...
I0214 00:20:27.656911 504876 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-956081" in "kube-system" namespace to be "Ready" ...
I0214 00:20:27.670236 504876 pod_ready.go:92] pod "kube-apiserver-addons-956081" in "kube-system" namespace has status "Ready":"True"
I0214 00:20:27.670271 504876 pod_ready.go:81] duration metric: took 13.342784ms waiting for pod "kube-apiserver-addons-956081" in "kube-system" namespace to be "Ready" ...
I0214 00:20:27.670283 504876 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-956081" in "kube-system" namespace to be "Ready" ...
I0214 00:20:27.690544 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:27.690699 504876 pod_ready.go:92] pod "kube-controller-manager-addons-956081" in "kube-system" namespace has status "Ready":"True"
I0214 00:20:27.690715 504876 pod_ready.go:81] duration metric: took 20.423477ms waiting for pod "kube-controller-manager-addons-956081" in "kube-system" namespace to be "Ready" ...
I0214 00:20:27.690738 504876 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-tsn84" in "kube-system" namespace to be "Ready" ...
I0214 00:20:27.699978 504876 pod_ready.go:92] pod "kube-proxy-tsn84" in "kube-system" namespace has status "Ready":"True"
I0214 00:20:27.700011 504876 pod_ready.go:81] duration metric: took 9.259968ms waiting for pod "kube-proxy-tsn84" in "kube-system" namespace to be "Ready" ...
I0214 00:20:27.700023 504876 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-956081" in "kube-system" namespace to be "Ready" ...
I0214 00:20:27.806602 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:28.039751 504876 pod_ready.go:92] pod "kube-scheduler-addons-956081" in "kube-system" namespace has status "Ready":"True"
I0214 00:20:28.039780 504876 pod_ready.go:81] duration metric: took 339.748275ms waiting for pod "kube-scheduler-addons-956081" in "kube-system" namespace to be "Ready" ...
I0214 00:20:28.039812 504876 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-69cf46c98-2xwxl" in "kube-system" namespace to be "Ready" ...
I0214 00:20:28.073681 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:28.075077 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:28.178790 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:28.311370 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:28.572928 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:28.573766 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:28.682828 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:28.807009 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:29.073180 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:29.074703 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:29.178611 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:29.315288 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:29.578724 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:29.580094 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:29.700123 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:29.824009 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:30.067786 504876 pod_ready.go:102] pod "metrics-server-69cf46c98-2xwxl" in "kube-system" namespace has status "Ready":"False"
I0214 00:20:30.087309 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:30.095410 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:30.182727 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:30.306847 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:30.597822 504876 pod_ready.go:92] pod "metrics-server-69cf46c98-2xwxl" in "kube-system" namespace has status "Ready":"True"
I0214 00:20:30.597848 504876 pod_ready.go:81] duration metric: took 2.55801527s waiting for pod "metrics-server-69cf46c98-2xwxl" in "kube-system" namespace to be "Ready" ...
I0214 00:20:30.597885 504876 pod_ready.go:38] duration metric: took 5.505248208s 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" ...
I0214 00:20:30.597905 504876 api_server.go:52] waiting for apiserver process to appear ...
I0214 00:20:30.597984 504876 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0214 00:20:30.598639 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:30.599537 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:30.659316 504876 api_server.go:72] duration metric: took 38.405261547s to wait for apiserver process to appear ...
I0214 00:20:30.659343 504876 api_server.go:88] waiting for apiserver healthz status ...
I0214 00:20:30.659364 504876 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0214 00:20:30.692473 504876 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0214 00:20:30.695542 504876 api_server.go:141] control plane version: v1.28.4
I0214 00:20:30.695572 504876 api_server.go:131] duration metric: took 36.220495ms to wait for apiserver health ...
I0214 00:20:30.695582 504876 system_pods.go:43] waiting for kube-system pods to appear ...
I0214 00:20:30.718345 504876 system_pods.go:59] 18 kube-system pods found
I0214 00:20:30.718382 504876 system_pods.go:61] "coredns-5dd5756b68-b4tsx" [cc634ee3-34b0-449d-b9e5-f7bfa9770c3c] Running
I0214 00:20:30.718393 504876 system_pods.go:61] "csi-hostpath-attacher-0" [d358f676-7ebb-4344-b388-e2de19ff474b] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0214 00:20:30.718419 504876 system_pods.go:61] "csi-hostpath-resizer-0" [2d9799ba-97d2-4854-928e-aeeb8c5a7e28] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0214 00:20:30.718435 504876 system_pods.go:61] "csi-hostpathplugin-twwbc" [27056e80-4c24-4aeb-8aa2-780202b4015e] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0214 00:20:30.718442 504876 system_pods.go:61] "etcd-addons-956081" [c94e8656-3c1b-46d8-8648-24175387fb97] Running
I0214 00:20:30.718453 504876 system_pods.go:61] "kindnet-zqhrf" [353c2c03-3307-43f3-a709-3f8a947aa225] Running
I0214 00:20:30.718459 504876 system_pods.go:61] "kube-apiserver-addons-956081" [5017d613-a24d-40c8-a4d7-ed244aa2d614] Running
I0214 00:20:30.718465 504876 system_pods.go:61] "kube-controller-manager-addons-956081" [9ebd9c6d-98ff-4a23-8074-27f7813de5bc] Running
I0214 00:20:30.718478 504876 system_pods.go:61] "kube-ingress-dns-minikube" [30aa225e-c9bd-41fb-ba09-387e752a9783] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0214 00:20:30.718497 504876 system_pods.go:61] "kube-proxy-tsn84" [3d32945c-8846-42e8-b34e-1aaf58bea230] Running
I0214 00:20:30.718506 504876 system_pods.go:61] "kube-scheduler-addons-956081" [e813783a-8a69-4d63-9508-0ff2b0ea2a6b] Running
I0214 00:20:30.718513 504876 system_pods.go:61] "metrics-server-69cf46c98-2xwxl" [ea037097-4f57-49dc-a932-6fe9c01e7e65] Running
I0214 00:20:30.718536 504876 system_pods.go:61] "nvidia-device-plugin-daemonset-kw86f" [697d1b46-8c72-42e2-9711-70685bbcb1b3] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0214 00:20:30.718544 504876 system_pods.go:61] "registry-d2bdl" [fda90818-b101-4cff-a2bb-f49e44f3b67a] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0214 00:20:30.718559 504876 system_pods.go:61] "registry-proxy-fvbb5" [156c0724-e6f5-4c89-8612-337af2fb9919] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0214 00:20:30.718567 504876 system_pods.go:61] "snapshot-controller-58dbcc7b99-7dfh6" [eecacf97-1b1f-48b4-b0ac-a3dcaf64c255] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0214 00:20:30.718579 504876 system_pods.go:61] "snapshot-controller-58dbcc7b99-9ctmk" [43f66f59-d97b-4b70-979b-521b854bf4f3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0214 00:20:30.718585 504876 system_pods.go:61] "storage-provisioner" [5c12c12f-86da-4118-9117-86c0acb8a44e] Running
I0214 00:20:30.718601 504876 system_pods.go:74] duration metric: took 22.985985ms to wait for pod list to return data ...
I0214 00:20:30.718617 504876 default_sa.go:34] waiting for default service account to be created ...
I0214 00:20:30.729056 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:30.807624 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:30.838577 504876 default_sa.go:45] found service account: "default"
I0214 00:20:30.838603 504876 default_sa.go:55] duration metric: took 119.979728ms for default service account to be created ...
I0214 00:20:30.838613 504876 system_pods.go:116] waiting for k8s-apps to be running ...
I0214 00:20:31.047967 504876 system_pods.go:86] 18 kube-system pods found
I0214 00:20:31.048010 504876 system_pods.go:89] "coredns-5dd5756b68-b4tsx" [cc634ee3-34b0-449d-b9e5-f7bfa9770c3c] Running
I0214 00:20:31.048022 504876 system_pods.go:89] "csi-hostpath-attacher-0" [d358f676-7ebb-4344-b388-e2de19ff474b] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0214 00:20:31.048030 504876 system_pods.go:89] "csi-hostpath-resizer-0" [2d9799ba-97d2-4854-928e-aeeb8c5a7e28] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0214 00:20:31.048042 504876 system_pods.go:89] "csi-hostpathplugin-twwbc" [27056e80-4c24-4aeb-8aa2-780202b4015e] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0214 00:20:31.048054 504876 system_pods.go:89] "etcd-addons-956081" [c94e8656-3c1b-46d8-8648-24175387fb97] Running
I0214 00:20:31.048068 504876 system_pods.go:89] "kindnet-zqhrf" [353c2c03-3307-43f3-a709-3f8a947aa225] Running
I0214 00:20:31.048073 504876 system_pods.go:89] "kube-apiserver-addons-956081" [5017d613-a24d-40c8-a4d7-ed244aa2d614] Running
I0214 00:20:31.048079 504876 system_pods.go:89] "kube-controller-manager-addons-956081" [9ebd9c6d-98ff-4a23-8074-27f7813de5bc] Running
I0214 00:20:31.048093 504876 system_pods.go:89] "kube-ingress-dns-minikube" [30aa225e-c9bd-41fb-ba09-387e752a9783] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0214 00:20:31.048099 504876 system_pods.go:89] "kube-proxy-tsn84" [3d32945c-8846-42e8-b34e-1aaf58bea230] Running
I0214 00:20:31.048110 504876 system_pods.go:89] "kube-scheduler-addons-956081" [e813783a-8a69-4d63-9508-0ff2b0ea2a6b] Running
I0214 00:20:31.048115 504876 system_pods.go:89] "metrics-server-69cf46c98-2xwxl" [ea037097-4f57-49dc-a932-6fe9c01e7e65] Running
I0214 00:20:31.048123 504876 system_pods.go:89] "nvidia-device-plugin-daemonset-kw86f" [697d1b46-8c72-42e2-9711-70685bbcb1b3] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0214 00:20:31.048130 504876 system_pods.go:89] "registry-d2bdl" [fda90818-b101-4cff-a2bb-f49e44f3b67a] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0214 00:20:31.048141 504876 system_pods.go:89] "registry-proxy-fvbb5" [156c0724-e6f5-4c89-8612-337af2fb9919] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0214 00:20:31.048149 504876 system_pods.go:89] "snapshot-controller-58dbcc7b99-7dfh6" [eecacf97-1b1f-48b4-b0ac-a3dcaf64c255] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0214 00:20:31.048161 504876 system_pods.go:89] "snapshot-controller-58dbcc7b99-9ctmk" [43f66f59-d97b-4b70-979b-521b854bf4f3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0214 00:20:31.048168 504876 system_pods.go:89] "storage-provisioner" [5c12c12f-86da-4118-9117-86c0acb8a44e] Running
I0214 00:20:31.048181 504876 system_pods.go:126] duration metric: took 209.561168ms to wait for k8s-apps to be running ...
I0214 00:20:31.048189 504876 system_svc.go:44] waiting for kubelet service to be running ....
I0214 00:20:31.048255 504876 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0214 00:20:31.067928 504876 system_svc.go:56] duration metric: took 19.730084ms WaitForService to wait for kubelet.
I0214 00:20:31.067951 504876 kubeadm.go:581] duration metric: took 38.81390168s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0214 00:20:31.067973 504876 node_conditions.go:102] verifying NodePressure condition ...
I0214 00:20:31.073351 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:31.074242 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:31.178103 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:31.239097 504876 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0214 00:20:31.239130 504876 node_conditions.go:123] node cpu capacity is 2
I0214 00:20:31.239144 504876 node_conditions.go:105] duration metric: took 171.165559ms to run NodePressure ...
I0214 00:20:31.239156 504876 start.go:228] waiting for startup goroutines ...
I0214 00:20:31.323775 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:31.569472 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:31.570688 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:31.680880 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:31.805372 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:32.071171 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:32.072422 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:32.178418 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:32.308676 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:32.571572 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:32.572542 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:32.690632 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:32.806871 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:33.084406 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:33.087823 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:33.178387 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:33.311314 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:33.571830 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:33.575554 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:33.686370 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:33.807562 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:34.076546 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:34.084008 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:34.189621 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:34.315566 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:34.573450 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:34.574732 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:34.687983 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:34.808013 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:35.071028 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:35.072919 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:35.178359 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:35.305788 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:35.576182 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:35.579347 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:35.681277 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:35.805444 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:36.070232 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:36.071257 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:36.178194 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:36.305938 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:36.570487 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:36.571490 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:36.684787 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:36.806674 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:37.075553 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:37.076479 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:37.179787 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:37.308253 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:37.570167 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:37.572391 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:37.682818 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:37.806595 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:38.070827 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:38.073329 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:38.178356 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:38.306707 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:38.573747 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:38.575080 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:38.679799 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:38.813754 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:39.079083 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:39.082556 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:39.178262 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:39.309526 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:39.572260 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:39.574476 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:39.680509 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:39.812152 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:40.071672 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:40.073068 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:40.179187 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:40.308438 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:40.581037 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:40.582903 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:40.680452 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:40.806713 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:41.078606 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:41.083761 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:41.179691 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:41.307116 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:41.570104 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:41.571090 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:41.680016 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:41.806433 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:42.072608 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:42.073578 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:42.179471 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:42.306798 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:42.570521 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:42.571116 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:42.681793 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:42.805101 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:43.072373 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:43.073659 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:43.178728 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:43.309045 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:43.571422 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:43.572438 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:43.688796 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:43.805900 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:44.071228 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:44.072735 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:44.178267 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:44.305477 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:44.570460 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:44.571521 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:44.682162 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:44.810045 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:45.094723 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:45.108284 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:45.207508 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:45.308685 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:45.571743 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:45.573917 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:45.687973 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:45.809701 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:46.070074 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:46.071525 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:46.178233 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:46.308802 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:46.573328 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:46.573902 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:46.681510 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:46.806085 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:47.070228 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:47.070775 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:47.178419 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:47.306194 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:47.571697 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:47.573995 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:47.684662 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:47.806985 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:48.070345 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:48.072700 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:48.179242 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:48.306701 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:48.571907 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:48.579296 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:48.685638 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:48.806012 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:49.072034 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:49.072600 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:49.178241 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:49.306162 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:49.569821 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:49.571202 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:49.682148 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:49.811954 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:50.070881 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:50.073083 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:50.178825 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:50.307235 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:50.570286 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:50.571508 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:50.687176 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:50.806427 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:51.072227 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:51.077178 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:51.180125 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:51.305654 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:51.570180 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:51.576425 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:51.683521 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:51.806281 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:52.069924 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:52.071357 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:52.178124 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:52.306728 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:52.572013 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:52.572932 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:52.682554 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:52.809084 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:53.070120 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:53.073267 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:53.178964 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:53.309705 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:53.572162 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:53.572616 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:53.691330 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:53.805936 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:54.069808 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:54.070916 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:54.178515 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:54.305508 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:54.568753 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:54.571071 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:54.687436 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:54.805580 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:55.070417 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:55.075607 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:55.178953 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:55.306208 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:55.570350 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:55.571629 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:55.677925 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:55.805490 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:56.072938 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:56.073600 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:56.177774 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:56.305907 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:56.572009 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:56.573906 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:56.688435 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:56.807116 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:57.072363 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:57.075329 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:57.179471 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:57.307386 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:57.571411 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:57.574666 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:57.683574 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:57.806397 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:58.076966 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:58.086120 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:58.178004 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:58.309435 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:58.603616 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:58.604378 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:58.685823 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:58.806410 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:59.072739 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:59.073405 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:59.178454 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:59.306170 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:20:59.570825 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:20:59.571201 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:20:59.681254 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:20:59.806169 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:00.102303 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:21:00.115801 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:00.186489 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:00.308135 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:00.571087 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:00.572005 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:21:00.678221 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:00.807315 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:01.073479 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:01.076588 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:21:01.178413 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:01.308232 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:01.571895 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:01.575247 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:21:01.678610 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:01.806602 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:02.071834 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:21:02.073133 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:02.187939 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:02.315979 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:02.576718 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:02.592367 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:21:02.691443 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:02.810195 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:03.071355 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:21:03.072450 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:03.186677 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:03.306395 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:03.576745 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:21:03.580816 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:03.690952 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:03.805881 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:04.071349 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:04.074368 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:21:04.178144 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:04.316074 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:04.571187 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:04.571982 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0214 00:21:04.679899 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:04.807910 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:05.069372 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:05.080710 504876 kapi.go:107] duration metric: took 1m7.015510442s to wait for kubernetes.io/minikube-addons=registry ...
I0214 00:21:05.178593 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:05.306886 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:05.569669 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:05.683948 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:05.806498 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:06.069972 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:06.177483 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:06.305912 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:06.569242 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:06.681437 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:06.806486 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:07.068856 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:07.178309 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:07.306919 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:07.570615 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:07.690275 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:07.828819 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:08.071431 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:08.178534 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:08.309310 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:08.588962 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:08.678554 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:08.806252 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:09.072137 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:09.179486 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:09.307208 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:09.571103 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:09.686407 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:09.808479 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:10.069402 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:10.177890 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:10.305882 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:10.569382 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:10.683913 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:10.806890 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:11.070448 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:11.178416 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:11.312976 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:11.569548 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:11.680540 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:11.805902 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:12.070121 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:12.178521 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:12.305779 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:12.569437 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:12.681959 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:12.805651 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:13.069703 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:13.178533 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:13.308401 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:13.569711 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:13.681100 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:13.806567 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:14.069769 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:14.179245 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:14.306214 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:14.569491 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:14.687551 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0214 00:21:14.807124 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:15.070500 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:15.178708 504876 kapi.go:107] duration metric: took 1m12.504663026s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0214 00:21:15.181254 504876 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-956081 cluster.
I0214 00:21:15.183484 504876 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.
I0214 00:21:15.186197 504876 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0214 00:21:15.305667 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:15.570283 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:15.806260 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:16.068957 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:16.305708 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:16.569985 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:16.806290 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:17.069657 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:17.306124 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:17.569057 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:17.808651 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:18.071725 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:18.312012 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:18.570484 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:18.807879 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:19.074504 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:19.307274 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:19.569785 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:19.807227 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:20.072560 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:20.307350 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:20.573464 504876 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0214 00:21:20.807849 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:21.073646 504876 kapi.go:107] duration metric: took 1m23.010690338s to wait for app.kubernetes.io/name=ingress-nginx ...
I0214 00:21:21.310626 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:21.808587 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:22.308520 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:22.824571 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:23.305446 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:23.805688 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:24.305523 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:24.806702 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:25.312271 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:25.806323 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:26.307654 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:26.806161 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:27.307091 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:27.806391 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:28.306011 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:28.805526 504876 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0214 00:21:29.305617 504876 kapi.go:107] duration metric: took 1m31.005779325s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0214 00:21:29.307903 504876 out.go:177] * Enabled addons: default-storageclass, storage-provisioner, yakd, nvidia-device-plugin, ingress-dns, cloud-spanner, storage-provisioner-rancher, inspektor-gadget, metrics-server, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
I0214 00:21:29.309845 504876 addons.go:505] enable addons completed in 1m37.718707874s: enabled=[default-storageclass storage-provisioner yakd nvidia-device-plugin ingress-dns cloud-spanner storage-provisioner-rancher inspektor-gadget metrics-server volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
I0214 00:21:29.309895 504876 start.go:233] waiting for cluster config update ...
I0214 00:21:29.309916 504876 start.go:242] writing updated cluster config ...
I0214 00:21:29.310214 504876 ssh_runner.go:195] Run: rm -f paused
I0214 00:21:29.648233 504876 start.go:600] kubectl: 1.29.1, cluster: 1.28.4 (minor skew: 1)
I0214 00:21:29.656489 504876 out.go:177] * Done! kubectl is now configured to use "addons-956081" cluster and "default" namespace by default
==> CRI-O <==
Feb 14 00:25:34 addons-956081 crio[864]: time="2024-02-14 00:25:34.961758229Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-69cff4fd79-wvpcz Namespace:ingress-nginx ID:b6db55a0e1cbbfa5609067e193bf442e1490ce5e0777ffb44e767061f421846e UID:b0e17e53-f2ac-4dd3-972a-387e6bc5d348 NetNS:/var/run/netns/38367921-0ec6-44ab-bc67-30f69d01d722 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Feb 14 00:25:34 addons-956081 crio[864]: time="2024-02-14 00:25:34.961901367Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-69cff4fd79-wvpcz from CNI network \"kindnet\" (type=ptp)"
Feb 14 00:25:34 addons-956081 crio[864]: time="2024-02-14 00:25:34.983422837Z" level=info msg="Stopped pod sandbox: b6db55a0e1cbbfa5609067e193bf442e1490ce5e0777ffb44e767061f421846e" id=184b4409-a3e8-4054-8f82-7f31914b78df name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 14 00:25:35 addons-956081 crio[864]: time="2024-02-14 00:25:35.092505445Z" level=info msg="Removing container: 21b2895e3328ca7dc6fba1ca52efc64e3cf2a9905f6d67c374449b2268de9c44" id=e6a48aa1-9573-42b2-a9cb-b5a99e2c6ade name=/runtime.v1.RuntimeService/RemoveContainer
Feb 14 00:25:35 addons-956081 crio[864]: time="2024-02-14 00:25:35.110308222Z" level=info msg="Removed container 21b2895e3328ca7dc6fba1ca52efc64e3cf2a9905f6d67c374449b2268de9c44: ingress-nginx/ingress-nginx-controller-69cff4fd79-wvpcz/controller" id=e6a48aa1-9573-42b2-a9cb-b5a99e2c6ade name=/runtime.v1.RuntimeService/RemoveContainer
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.268838790Z" level=info msg="Removing container: b040412412bb5b6fa06a9701e4fe2bddb6ac44ec4dc65d080ca79bf4b00c9228" id=a47e00d0-e3f8-4adf-b47c-abe50d1ed191 name=/runtime.v1.RuntimeService/RemoveContainer
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.292832915Z" level=info msg="Removed container b040412412bb5b6fa06a9701e4fe2bddb6ac44ec4dc65d080ca79bf4b00c9228: ingress-nginx/ingress-nginx-admission-patch-qq4dt/patch" id=a47e00d0-e3f8-4adf-b47c-abe50d1ed191 name=/runtime.v1.RuntimeService/RemoveContainer
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.294540489Z" level=info msg="Removing container: 9434b70b4c25dc31a5f96f8a9f526ad421708eb502f5847d66c0de0869eea9e7" id=d5676cc5-dd89-4aef-a282-65019e5afd38 name=/runtime.v1.RuntimeService/RemoveContainer
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.322479317Z" level=info msg="Removed container 9434b70b4c25dc31a5f96f8a9f526ad421708eb502f5847d66c0de0869eea9e7: ingress-nginx/ingress-nginx-admission-create-gmsrj/create" id=d5676cc5-dd89-4aef-a282-65019e5afd38 name=/runtime.v1.RuntimeService/RemoveContainer
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.324350860Z" level=info msg="Stopping pod sandbox: e9c151b229c751a7f854518870e9c489012f8f3e39500b3856990532c1cf3edf" id=3ec49376-8cc2-4e06-9755-dfa3b3a3d710 name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.324388481Z" level=info msg="Stopped pod sandbox (already stopped): e9c151b229c751a7f854518870e9c489012f8f3e39500b3856990532c1cf3edf" id=3ec49376-8cc2-4e06-9755-dfa3b3a3d710 name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.324952013Z" level=info msg="Removing pod sandbox: e9c151b229c751a7f854518870e9c489012f8f3e39500b3856990532c1cf3edf" id=1e92b07f-fbf3-420e-a7ce-bb91a388d195 name=/runtime.v1.RuntimeService/RemovePodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.335173700Z" level=info msg="Removed pod sandbox: e9c151b229c751a7f854518870e9c489012f8f3e39500b3856990532c1cf3edf" id=1e92b07f-fbf3-420e-a7ce-bb91a388d195 name=/runtime.v1.RuntimeService/RemovePodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.339559359Z" level=info msg="Stopping pod sandbox: 9cc6e171a264c96e4eee4c54873b166d96ea79bdef13c39f5ac1b307798418f4" id=d2ae4fee-ffc8-4ce0-b550-6299ccfb5768 name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.340744442Z" level=info msg="Stopped pod sandbox (already stopped): 9cc6e171a264c96e4eee4c54873b166d96ea79bdef13c39f5ac1b307798418f4" id=d2ae4fee-ffc8-4ce0-b550-6299ccfb5768 name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.341297151Z" level=info msg="Removing pod sandbox: 9cc6e171a264c96e4eee4c54873b166d96ea79bdef13c39f5ac1b307798418f4" id=cb41cc09-310d-44ae-9280-9f9c0820dd6c name=/runtime.v1.RuntimeService/RemovePodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.350181026Z" level=info msg="Removed pod sandbox: 9cc6e171a264c96e4eee4c54873b166d96ea79bdef13c39f5ac1b307798418f4" id=cb41cc09-310d-44ae-9280-9f9c0820dd6c name=/runtime.v1.RuntimeService/RemovePodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.350824435Z" level=info msg="Stopping pod sandbox: b6db55a0e1cbbfa5609067e193bf442e1490ce5e0777ffb44e767061f421846e" id=4986a836-aa4c-4455-b6aa-fc32cf34e607 name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.350865411Z" level=info msg="Stopped pod sandbox (already stopped): b6db55a0e1cbbfa5609067e193bf442e1490ce5e0777ffb44e767061f421846e" id=4986a836-aa4c-4455-b6aa-fc32cf34e607 name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.351340009Z" level=info msg="Removing pod sandbox: b6db55a0e1cbbfa5609067e193bf442e1490ce5e0777ffb44e767061f421846e" id=11a16316-71ae-4f2b-9679-55aa2d133ed9 name=/runtime.v1.RuntimeService/RemovePodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.368907809Z" level=info msg="Removed pod sandbox: b6db55a0e1cbbfa5609067e193bf442e1490ce5e0777ffb44e767061f421846e" id=11a16316-71ae-4f2b-9679-55aa2d133ed9 name=/runtime.v1.RuntimeService/RemovePodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.369447941Z" level=info msg="Stopping pod sandbox: 907a028ba90dfab6a070488f639adb83c4a13f2badd0266febb4b6ca54f1f2e2" id=6be1ef31-b009-4dd4-a70f-d76c460f6df8 name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.369481409Z" level=info msg="Stopped pod sandbox (already stopped): 907a028ba90dfab6a070488f639adb83c4a13f2badd0266febb4b6ca54f1f2e2" id=6be1ef31-b009-4dd4-a70f-d76c460f6df8 name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.369986005Z" level=info msg="Removing pod sandbox: 907a028ba90dfab6a070488f639adb83c4a13f2badd0266febb4b6ca54f1f2e2" id=cfbac7a9-eceb-44b5-9e47-0613dff20fa9 name=/runtime.v1.RuntimeService/RemovePodSandbox
Feb 14 00:25:39 addons-956081 crio[864]: time="2024-02-14 00:25:39.378588446Z" level=info msg="Removed pod sandbox: 907a028ba90dfab6a070488f639adb83c4a13f2badd0266febb4b6ca54f1f2e2" id=cfbac7a9-eceb-44b5-9e47-0613dff20fa9 name=/runtime.v1.RuntimeService/RemovePodSandbox
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
118b90ea3eff3 dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 8 seconds ago Exited hello-world-app 2 e0795ce2d1421 hello-world-app-5d77478584-v6wg7
19a12e584ae8f docker.io/library/nginx@sha256:4fb7e44d1af9cdfbd38c4e951e84d528662fa083fd74f03f13cd797dc7c39bee 2 minutes ago Running nginx 0 beede09ed6d17 nginx
9f92d96bac69d ghcr.io/headlamp-k8s/headlamp@sha256:0fe50c48c186b89ff3d341dba427174d8232a64c3062af5de854a3a7cb2105ce 4 minutes ago Running headlamp 0 6ff8eba44fed9 headlamp-7ddfbb94ff-dlnlc
fad5320ebdc56 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:63b520448091bc94aa4dba00d6b3b3c25e410c4fb73aa46feae5b25f9895abaa 4 minutes ago Running gcp-auth 0 b09e34e3294f8 gcp-auth-d4c87556c-nhdpd
b2651f32fff36 docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 5 minutes ago Running yakd 0 4a7f1a435a45b yakd-dashboard-9947fc6bf-fshgv
da661fcb9af89 97e04611ad43405a2e5863ae17c6f1bc9181bdefdaa78627c432ef754a4eb108 5 minutes ago Running coredns 0 295138bb16c18 coredns-5dd5756b68-b4tsx
ba0fc3e332d65 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 00833fb39e4bf storage-provisioner
554889e86d1ba 3ca3ca488cf13fde14cfc4b3ffde0c53a8c161b030f4a444a797fba6aef38c39 5 minutes ago Running kube-proxy 0 3ad78406bec40 kube-proxy-tsn84
f56ff28ec2899 04b4eaa3d3db8abea4b9ea4d10a0926ebb31db5a31b673aa1cf7a4b3af4add26 5 minutes ago Running kindnet-cni 0 7249f012dc743 kindnet-zqhrf
2d0a936ab1c48 04b4c447bb9d4840af3bf7e836397379d65df87c86e55dcd27f31a8d11df2419 6 minutes ago Running kube-apiserver 0 48348887b00fc kube-apiserver-addons-956081
e549885d6c5b8 9961cbceaf234d59b7dcf8a197a024f3e3ce4b7fe2b67c2378efd3d209ca994b 6 minutes ago Running kube-controller-manager 0 8ab937137ca74 kube-controller-manager-addons-956081
dcf2ec510729a 9cdd6470f48c8b127530b7ce6ea4b3524137984481e48bcde619735890840ace 6 minutes ago Running etcd 0 f66befdb96871 etcd-addons-956081
73fc54ee355c1 05c284c929889d88306fdb3dd14ee2d0132543740f9e247685243214fc3d2c54 6 minutes ago Running kube-scheduler 0 70ed39ccee73b kube-scheduler-addons-956081
==> coredns [da661fcb9af8954082ce6bc04ab591eed5e55544e752ebeaf4ac966a422efb48] <==
[INFO] 10.244.0.20:58371 - 27551 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000068857s
[INFO] 10.244.0.20:45781 - 7229 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002230745s
[INFO] 10.244.0.20:58371 - 57178 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001169091s
[INFO] 10.244.0.20:58371 - 15616 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.003970334s
[INFO] 10.244.0.20:45781 - 26458 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.004126288s
[INFO] 10.244.0.20:45781 - 32027 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000138944s
[INFO] 10.244.0.20:58371 - 44563 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000050412s
[INFO] 10.244.0.20:50346 - 16096 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000111835s
[INFO] 10.244.0.20:39326 - 45062 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000071598s
[INFO] 10.244.0.20:50346 - 26569 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000067101s
[INFO] 10.244.0.20:50346 - 25667 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000059831s
[INFO] 10.244.0.20:50346 - 9394 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000061127s
[INFO] 10.244.0.20:50346 - 40556 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000105066s
[INFO] 10.244.0.20:50346 - 62977 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000060947s
[INFO] 10.244.0.20:39326 - 50368 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000327554s
[INFO] 10.244.0.20:50346 - 58027 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001444584s
[INFO] 10.244.0.20:39326 - 60531 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000145574s
[INFO] 10.244.0.20:39326 - 4951 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000089123s
[INFO] 10.244.0.20:39326 - 60759 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000045152s
[INFO] 10.244.0.20:39326 - 63679 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000038728s
[INFO] 10.244.0.20:39326 - 52746 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001020251s
[INFO] 10.244.0.20:50346 - 4316 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001360647s
[INFO] 10.244.0.20:39326 - 64149 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001065814s
[INFO] 10.244.0.20:50346 - 29471 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000266845s
[INFO] 10.244.0.20:39326 - 55329 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.0000416s
==> describe nodes <==
Name: addons-956081
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-956081
kubernetes.io/os=linux
minikube.k8s.io/commit=90664111bc55fed26ce3e984eae935c06b114802
minikube.k8s.io/name=addons-956081
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_02_14T00_19_39_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-956081
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Wed, 14 Feb 2024 00:19:35 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-956081
AcquireTime: <unset>
RenewTime: Wed, 14 Feb 2024 00:25:37 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 14 Feb 2024 00:23:13 +0000 Wed, 14 Feb 2024 00:19:33 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 14 Feb 2024 00:23:13 +0000 Wed, 14 Feb 2024 00:19:33 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 14 Feb 2024 00:23:13 +0000 Wed, 14 Feb 2024 00:19:33 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 14 Feb 2024 00:23:13 +0000 Wed, 14 Feb 2024 00:20:25 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-956081
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
System Info:
Machine ID: d2ad636635f24dc9b6da92bbe03aa6ec
System UUID: 8d8c5689-32e9-4756-bac9-01402a57fdf9
Boot ID: abc429c2-787e-4b53-ac30-814ea59b0a0f
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: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-v6wg7 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) 2m47s
gcp-auth gcp-auth-d4c87556c-nhdpd 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m38s
headlamp headlamp-7ddfbb94ff-dlnlc 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m9s
kube-system coredns-5dd5756b68-b4tsx 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 5m48s
kube-system etcd-addons-956081 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m1s
kube-system kindnet-zqhrf 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m49s
kube-system kube-apiserver-addons-956081 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m1s
kube-system kube-controller-manager-addons-956081 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m2s
kube-system kube-proxy-tsn84 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m49s
kube-system kube-scheduler-addons-956081 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m1s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m43s
yakd-dashboard yakd-dashboard-9947fc6bf-fshgv 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 5m43s
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 5m42s kube-proxy
Normal NodeHasSufficientMemory 6m9s (x8 over 6m9s) kubelet Node addons-956081 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m9s (x8 over 6m9s) kubelet Node addons-956081 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m9s (x8 over 6m9s) kubelet Node addons-956081 status is now: NodeHasSufficientPID
Normal Starting 6m2s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m2s kubelet Node addons-956081 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m2s kubelet Node addons-956081 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m2s kubelet Node addons-956081 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m50s node-controller Node addons-956081 event: Registered Node addons-956081 in Controller
Normal NodeReady 5m15s kubelet Node addons-956081 status is now: NodeReady
==> dmesg <==
[ +0.001116] FS-Cache: O-key=[8] '9b3a5c0100000000'
[ +0.000858] FS-Cache: N-cookie c=0000001e [p=00000015 fl=2 nc=0 na=1]
[ +0.000971] FS-Cache: N-cookie d=00000000195ec576{9p.inode} n=00000000ecd8046a
[ +0.001059] FS-Cache: N-key=[8] '9b3a5c0100000000'
[ +0.006948] FS-Cache: Duplicate cookie detected
[ +0.000737] FS-Cache: O-cookie c=00000018 [p=00000015 fl=226 nc=0 na=1]
[ +0.000976] FS-Cache: O-cookie d=00000000195ec576{9p.inode} n=00000000fc49a1a1
[ +0.001218] FS-Cache: O-key=[8] '9b3a5c0100000000'
[ +0.000729] FS-Cache: N-cookie c=0000001f [p=00000015 fl=2 nc=0 na=1]
[ +0.000965] FS-Cache: N-cookie d=00000000195ec576{9p.inode} n=000000003191040e
[ +0.001120] FS-Cache: N-key=[8] '9b3a5c0100000000'
[ +2.747217] FS-Cache: Duplicate cookie detected
[ +0.000832] FS-Cache: O-cookie c=00000016 [p=00000015 fl=226 nc=0 na=1]
[ +0.001120] FS-Cache: O-cookie d=00000000195ec576{9p.inode} n=00000000f9804413
[ +0.001151] FS-Cache: O-key=[8] '9a3a5c0100000000'
[ +0.000805] FS-Cache: N-cookie c=00000021 [p=00000015 fl=2 nc=0 na=1]
[ +0.001094] FS-Cache: N-cookie d=00000000195ec576{9p.inode} n=00000000213fcdb2
[ +0.001196] FS-Cache: N-key=[8] '9a3a5c0100000000'
[ +0.363664] FS-Cache: Duplicate cookie detected
[ +0.000869] FS-Cache: O-cookie c=0000001b [p=00000015 fl=226 nc=0 na=1]
[ +0.000979] FS-Cache: O-cookie d=00000000195ec576{9p.inode} n=000000000e1f0c8d
[ +0.001110] FS-Cache: O-key=[8] 'a03a5c0100000000'
[ +0.000814] FS-Cache: N-cookie c=00000022 [p=00000015 fl=2 nc=0 na=1]
[ +0.001000] FS-Cache: N-cookie d=00000000195ec576{9p.inode} n=00000000ecd8046a
[ +0.001130] FS-Cache: N-key=[8] 'a03a5c0100000000'
==> etcd [dcf2ec510729a35b29bed0f00fb00c9027843b5e9818d9eee641c2e6bfceb393] <==
{"level":"info","ts":"2024-02-14T00:19:33.162053Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-02-14T00:19:33.162112Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-02-14T00:19:33.16216Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-02-14T00:19:33.165861Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-14T00:19:33.166795Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-956081 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-02-14T00:19:33.166875Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-02-14T00:19:33.167938Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-02-14T00:19:33.17421Z","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-14T00:19:33.174813Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-14T00:19:33.174897Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-14T00:19:33.185762Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-02-14T00:19:33.186729Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-02-14T00:19:33.188241Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-02-14T00:19:33.188271Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-02-14T00:19:51.82998Z","caller":"traceutil/trace.go:171","msg":"trace[264292535] transaction","detail":"{read_only:false; response_revision:362; number_of_response:1; }","duration":"103.492534ms","start":"2024-02-14T00:19:51.726464Z","end":"2024-02-14T00:19:51.829956Z","steps":["trace[264292535] 'process raft request' (duration: 103.366906ms)"],"step_count":1}
{"level":"warn","ts":"2024-02-14T00:19:56.171235Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"100.644639ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/specs/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-02-14T00:19:56.192461Z","caller":"traceutil/trace.go:171","msg":"trace[1025710820] range","detail":"{range_begin:/registry/services/specs/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:414; }","duration":"122.006823ms","start":"2024-02-14T00:19:56.070436Z","end":"2024-02-14T00:19:56.192442Z","steps":["trace[1025710820] 'agreement among raft nodes before linearized reading' (duration: 100.362794ms)"],"step_count":1}
{"level":"warn","ts":"2024-02-14T00:19:56.171828Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"101.402672ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2024-02-14T00:19:56.212617Z","caller":"traceutil/trace.go:171","msg":"trace[379271931] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:414; }","duration":"142.182507ms","start":"2024-02-14T00:19:56.070413Z","end":"2024-02-14T00:19:56.212595Z","steps":["trace[379271931] 'agreement among raft nodes before linearized reading' (duration: 101.130403ms)"],"step_count":1}
{"level":"warn","ts":"2024-02-14T00:19:56.172292Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"101.88591ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/local-path-storage\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-02-14T00:19:56.212856Z","caller":"traceutil/trace.go:171","msg":"trace[1672803240] range","detail":"{range_begin:/registry/namespaces/local-path-storage; range_end:; response_count:0; response_revision:414; }","duration":"142.445037ms","start":"2024-02-14T00:19:56.070397Z","end":"2024-02-14T00:19:56.212842Z","steps":["trace[1672803240] 'agreement among raft nodes before linearized reading' (duration: 101.557854ms)"],"step_count":1}
{"level":"warn","ts":"2024-02-14T00:19:56.173255Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"102.871247ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/replication-controller\" ","response":"range_response_count:1 size:209"}
{"level":"info","ts":"2024-02-14T00:19:56.213054Z","caller":"traceutil/trace.go:171","msg":"trace[1960289570] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/replication-controller; range_end:; response_count:1; response_revision:414; }","duration":"142.667082ms","start":"2024-02-14T00:19:56.070373Z","end":"2024-02-14T00:19:56.21304Z","steps":["trace[1960289570] 'agreement among raft nodes before linearized reading' (duration: 101.941433ms)"],"step_count":1}
{"level":"warn","ts":"2024-02-14T00:19:56.175455Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"105.109795ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/gadget\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-02-14T00:19:56.213217Z","caller":"traceutil/trace.go:171","msg":"trace[410306162] range","detail":"{range_begin:/registry/namespaces/gadget; range_end:; response_count:0; response_revision:414; }","duration":"142.874834ms","start":"2024-02-14T00:19:56.070335Z","end":"2024-02-14T00:19:56.213209Z","steps":["trace[410306162] 'agreement among raft nodes before linearized reading' (duration: 102.946241ms)"],"step_count":1}
==> gcp-auth [fad5320ebdc5622af8625953a5bf5dbd37a6ae3574974c170ee30c64c6b7abe1] <==
2024/02/14 00:21:13 GCP Auth Webhook started!
2024/02/14 00:21:31 Ready to marshal response ...
2024/02/14 00:21:31 Ready to write response ...
2024/02/14 00:21:31 Ready to marshal response ...
2024/02/14 00:21:31 Ready to write response ...
2024/02/14 00:21:31 Ready to marshal response ...
2024/02/14 00:21:31 Ready to write response ...
2024/02/14 00:21:41 Ready to marshal response ...
2024/02/14 00:21:41 Ready to write response ...
2024/02/14 00:21:49 Ready to marshal response ...
2024/02/14 00:21:49 Ready to write response ...
2024/02/14 00:21:49 Ready to marshal response ...
2024/02/14 00:21:49 Ready to write response ...
2024/02/14 00:21:57 Ready to marshal response ...
2024/02/14 00:21:57 Ready to write response ...
2024/02/14 00:22:05 Ready to marshal response ...
2024/02/14 00:22:05 Ready to write response ...
2024/02/14 00:22:36 Ready to marshal response ...
2024/02/14 00:22:36 Ready to write response ...
2024/02/14 00:22:53 Ready to marshal response ...
2024/02/14 00:22:53 Ready to write response ...
2024/02/14 00:25:14 Ready to marshal response ...
2024/02/14 00:25:14 Ready to write response ...
==> kernel <==
00:25:40 up 3:08, 0 users, load average: 0.60, 1.31, 2.01
Linux addons-956081 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 [f56ff28ec289907ae8e58753c152aa2b4c7f3a9fd1f4c18dfbf8162283385035] <==
I0214 00:23:35.042155 1 main.go:227] handling current node
I0214 00:23:45.053321 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:23:45.053354 1 main.go:227] handling current node
I0214 00:23:55.065040 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:23:55.065071 1 main.go:227] handling current node
I0214 00:24:05.077235 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:24:05.077271 1 main.go:227] handling current node
I0214 00:24:15.087906 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:24:15.087955 1 main.go:227] handling current node
I0214 00:24:25.092313 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:24:25.092459 1 main.go:227] handling current node
I0214 00:24:35.096919 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:24:35.096949 1 main.go:227] handling current node
I0214 00:24:45.106257 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:24:45.106292 1 main.go:227] handling current node
I0214 00:24:55.119156 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:24:55.119184 1 main.go:227] handling current node
I0214 00:25:05.128682 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:25:05.128712 1 main.go:227] handling current node
I0214 00:25:15.141700 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:25:15.141752 1 main.go:227] handling current node
I0214 00:25:25.145602 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:25:25.145637 1 main.go:227] handling current node
I0214 00:25:35.157933 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0214 00:25:35.158086 1 main.go:227] handling current node
==> kube-apiserver [2d0a936ab1c4862c00d4ea0c1bd400c429e05324d1d8523472662c04d01b4686] <==
I0214 00:22:52.536564 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0214 00:22:53.076814 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0214 00:22:53.410681 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.106.124.51"}
W0214 00:22:53.520528 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0214 00:22:53.537771 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0214 00:22:53.557803 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
E0214 00:22:55.775494 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["system","node-high","leader-election","workload-high","workload-low","global-default","catch-all","exempt"] items=[{},{},{},{},{},{},{},{}]
E0214 00:23:05.775946 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["global-default","catch-all","exempt","system","node-high","leader-election","workload-high","workload-low"] items=[{},{},{},{},{},{},{},{}]
E0214 00:23:15.776548 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["global-default","catch-all","exempt","system","node-high","leader-election","workload-high","workload-low"] items=[{},{},{},{},{},{},{},{}]
E0214 00:23:25.777382 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["leader-election","workload-high","workload-low","global-default","catch-all","exempt","system","node-high"] items=[{},{},{},{},{},{},{},{}]
I0214 00:23:31.524046 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
E0214 00:23:35.778622 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["workload-high","workload-low","global-default","catch-all","exempt","system","node-high","leader-election"] items=[{},{},{},{},{},{},{},{}]
E0214 00:23:45.778983 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["system","node-high","leader-election","workload-high","workload-low","global-default","catch-all","exempt"] items=[{},{},{},{},{},{},{},{}]
E0214 00:23:55.779913 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["node-high","leader-election","workload-high","workload-low","global-default","catch-all","exempt","system"] items=[{},{},{},{},{},{},{},{}]
E0214 00:24:05.780828 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["leader-election","workload-high","workload-low","global-default","catch-all","exempt","system","node-high"] items=[{},{},{},{},{},{},{},{}]
E0214 00:24:15.781876 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["node-high","leader-election","workload-high","workload-low","global-default","catch-all","exempt","system"] items=[{},{},{},{},{},{},{},{}]
E0214 00:24:25.782817 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["leader-election","workload-high","workload-low","global-default","catch-all","exempt","system","node-high"] items=[{},{},{},{},{},{},{},{}]
E0214 00:24:35.783664 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["catch-all","exempt","system","node-high","leader-election","workload-high","workload-low","global-default"] items=[{},{},{},{},{},{},{},{}]
E0214 00:24:45.784129 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["node-high","leader-election","workload-high","workload-low","global-default","catch-all","exempt","system"] items=[{},{},{},{},{},{},{},{}]
E0214 00:24:55.784966 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["catch-all","exempt","system","node-high","leader-election","workload-high","workload-low","global-default"] items=[{},{},{},{},{},{},{},{}]
E0214 00:25:05.785943 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["exempt","system","node-high","leader-election","workload-high","workload-low","global-default","catch-all"] items=[{},{},{},{},{},{},{},{}]
I0214 00:25:14.340045 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.98.65.150"}
E0214 00:25:15.787173 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["exempt","system","node-high","leader-election","workload-high","workload-low","global-default","catch-all"] items=[{},{},{},{},{},{},{},{}]
E0214 00:25:25.788129 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["node-high","leader-election","workload-high","workload-low","global-default","catch-all","exempt","system"] items=[{},{},{},{},{},{},{},{}]
E0214 00:25:35.789416 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["workload-low","global-default","catch-all","exempt","system","node-high","leader-election","workload-high"] items=[{},{},{},{},{},{},{},{}]
==> kube-controller-manager [e549885d6c5b8c0f83a1f3862b50e670ca4b71beac14469352372897bf08c848] <==
W0214 00:24:08.390628 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
E0214 00:24:08.390663 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
W0214 00:24:40.829623 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
E0214 00:24:40.829657 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
W0214 00:24:50.600666 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
E0214 00:24:50.600701 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
W0214 00:24:52.144992 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
E0214 00:24:52.145028 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
W0214 00:25:05.033655 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
E0214 00:25:05.033690 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
I0214 00:25:14.103371 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"
I0214 00:25:14.141604 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-v6wg7"
I0214 00:25:14.177665 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="74.852435ms"
I0214 00:25:14.207825 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="29.996149ms"
I0214 00:25:14.226962 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="18.995301ms"
I0214 00:25:14.227144 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="52.677µs"
I0214 00:25:17.061527 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="55.121µs"
I0214 00:25:18.068089 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="71.121µs"
I0214 00:25:19.061476 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="79.909µs"
W0214 00:25:22.804019 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
E0214 00:25:22.804053 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
I0214 00:25:31.761076 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0214 00:25:31.768908 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0214 00:25:31.772908 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-69cff4fd79" duration="5.341µs"
I0214 00:25:32.101091 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="51.511µs"
==> kube-proxy [554889e86d1ba5d60a9e1d0e384fbddac9aad99f99db50350e0abb325bd3ed05] <==
I0214 00:19:56.877295 1 server_others.go:69] "Using iptables proxy"
I0214 00:19:57.115557 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0214 00:19:57.556249 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0214 00:19:57.574516 1 server_others.go:152] "Using iptables Proxier"
I0214 00:19:57.574555 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0214 00:19:57.574563 1 server_others.go:438] "Defaulting to no-op detect-local"
I0214 00:19:57.574594 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"
I0214 00:19:57.574783 1 server.go:846] "Version info" version="v1.28.4"
I0214 00:19:57.574800 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0214 00:19:57.577249 1 config.go:188] "Starting service config controller"
I0214 00:19:57.578972 1 shared_informer.go:311] Waiting for caches to sync for service config
I0214 00:19:57.579062 1 config.go:97] "Starting endpoint slice config controller"
I0214 00:19:57.579108 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0214 00:19:57.579603 1 config.go:315] "Starting node config controller"
I0214 00:19:57.579668 1 shared_informer.go:311] Waiting for caches to sync for node config
I0214 00:19:57.680654 1 shared_informer.go:318] Caches are synced for node config
I0214 00:19:57.686563 1 shared_informer.go:318] Caches are synced for service config
I0214 00:19:57.695833 1 shared_informer.go:318] Caches are synced for endpoint slice config
==> kube-scheduler [73fc54ee355c14551f6d05a232bbb6d19788adebb026f608aa355506e10365ba] <==
E0214 00:19:35.770358 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
E0214 00:19:35.770392 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
E0214 00:19:35.770406 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
E0214 00:19:35.770452 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
E0214 00:19:35.770485 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
W0214 00:19:36.583152 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
E0214 00:19:36.583279 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
W0214 00:19:36.584699 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
E0214 00:19:36.584784 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
W0214 00:19:36.672435 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
E0214 00:19:36.672475 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
W0214 00:19:36.689931 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
E0214 00:19:36.689967 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
W0214 00:19:36.722464 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
E0214 00:19:36.722501 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
W0214 00:19:36.750673 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
E0214 00:19:36.750782 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
W0214 00:19:36.807487 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0214 00:19:36.807632 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0214 00:19:36.813320 1 reflector.go:535] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0214 00:19:36.813436 1 reflector.go:147] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
I0214 00:19:39.843272 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
I0214 00:19:52.641956 1 trace.go:236] Trace[1775574780]: "Scheduling" namespace:kube-system,name:coredns-5dd5756b68-zhkvh (14-Feb-2024 00:19:52.473) (total time: 168ms):
Trace[1775574780]: ---"Computing predicates done" 168ms (00:19:52.641)
Trace[1775574780]: [168.793201ms] [168.793201ms] END
==> kubelet <==
Feb 14 00:25:35 addons-956081 kubelet[1332]: I0214 00:25:35.179781 1332 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b0e17e53-f2ac-4dd3-972a-387e6bc5d348-webhook-cert\") pod \"b0e17e53-f2ac-4dd3-972a-387e6bc5d348\" (UID: \"b0e17e53-f2ac-4dd3-972a-387e6bc5d348\") "
Feb 14 00:25:35 addons-956081 kubelet[1332]: I0214 00:25:35.179857 1332 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-kqrpr\" (UniqueName: \"kubernetes.io/projected/b0e17e53-f2ac-4dd3-972a-387e6bc5d348-kube-api-access-kqrpr\") pod \"b0e17e53-f2ac-4dd3-972a-387e6bc5d348\" (UID: \"b0e17e53-f2ac-4dd3-972a-387e6bc5d348\") "
Feb 14 00:25:35 addons-956081 kubelet[1332]: I0214 00:25:35.182355 1332 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/b0e17e53-f2ac-4dd3-972a-387e6bc5d348-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "b0e17e53-f2ac-4dd3-972a-387e6bc5d348" (UID: "b0e17e53-f2ac-4dd3-972a-387e6bc5d348"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Feb 14 00:25:35 addons-956081 kubelet[1332]: I0214 00:25:35.183224 1332 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/b0e17e53-f2ac-4dd3-972a-387e6bc5d348-kube-api-access-kqrpr" (OuterVolumeSpecName: "kube-api-access-kqrpr") pod "b0e17e53-f2ac-4dd3-972a-387e6bc5d348" (UID: "b0e17e53-f2ac-4dd3-972a-387e6bc5d348"). InnerVolumeSpecName "kube-api-access-kqrpr". PluginName "kubernetes.io/projected", VolumeGidValue ""
Feb 14 00:25:35 addons-956081 kubelet[1332]: I0214 00:25:35.280395 1332 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b0e17e53-f2ac-4dd3-972a-387e6bc5d348-webhook-cert\") on node \"addons-956081\" DevicePath \"\""
Feb 14 00:25:35 addons-956081 kubelet[1332]: I0214 00:25:35.280447 1332 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-kqrpr\" (UniqueName: \"kubernetes.io/projected/b0e17e53-f2ac-4dd3-972a-387e6bc5d348-kube-api-access-kqrpr\") on node \"addons-956081\" DevicePath \"\""
Feb 14 00:25:36 addons-956081 kubelet[1332]: I0214 00:25:36.825952 1332 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="b0e17e53-f2ac-4dd3-972a-387e6bc5d348" path="/var/lib/kubelet/pods/b0e17e53-f2ac-4dd3-972a-387e6bc5d348/volumes"
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.051033 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/2905aa9bf23e9325055def2f7a2113ed70737547b3de3d56eef675475d8e93d2/diff" to get inode usage: stat /var/lib/containers/storage/overlay/2905aa9bf23e9325055def2f7a2113ed70737547b3de3d56eef675475d8e93d2/diff: no such file or directory, extraDiskErr: could not stat "/var/log/pods/kube-system_kube-ingress-dns-minikube_30aa225e-c9bd-41fb-ba09-387e752a9783/minikube-ingress-dns/5.log" to get inode usage: stat /var/log/pods/kube-system_kube-ingress-dns-minikube_30aa225e-c9bd-41fb-ba09-387e752a9783/minikube-ingress-dns/5.log: no such file or directory
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.056949 1332 manager.go:1106] Failed to create existing container: /crio-a2590a409661484b6524908868e7a06d3d4237bcb5373b735f001529bb1407ec: Error finding container a2590a409661484b6524908868e7a06d3d4237bcb5373b735f001529bb1407ec: Status 404 returned error can't find the container with id a2590a409661484b6524908868e7a06d3d4237bcb5373b735f001529bb1407ec
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.057351 1332 manager.go:1106] Failed to create existing container: /crio-c4d78793c1038726bc0df5f6992cb0ec34f93b7af78eded29efd8ee779f3d5ac: Error finding container c4d78793c1038726bc0df5f6992cb0ec34f93b7af78eded29efd8ee779f3d5ac: Status 404 returned error can't find the container with id c4d78793c1038726bc0df5f6992cb0ec34f93b7af78eded29efd8ee779f3d5ac
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.058589 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/653dd02d4b75974a842d90a1778b2e9624ee23b898e74b22b93c31ff0e00255f/diff" to get inode usage: stat /var/lib/containers/storage/overlay/653dd02d4b75974a842d90a1778b2e9624ee23b898e74b22b93c31ff0e00255f/diff: no such file or directory, extraDiskErr: could not stat "/var/log/pods/ingress-nginx_ingress-nginx-controller-69cff4fd79-wvpcz_b0e17e53-f2ac-4dd3-972a-387e6bc5d348/controller/0.log" to get inode usage: stat /var/log/pods/ingress-nginx_ingress-nginx-controller-69cff4fd79-wvpcz_b0e17e53-f2ac-4dd3-972a-387e6bc5d348/controller/0.log: no such file or directory
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.062848 1332 manager.go:1106] Failed to create existing container: /docker/3d3aad31f159bc205228e7ad4b5d677873b031939a0e0b8e43f888db9e6b8036/crio-c4d78793c1038726bc0df5f6992cb0ec34f93b7af78eded29efd8ee779f3d5ac: Error finding container c4d78793c1038726bc0df5f6992cb0ec34f93b7af78eded29efd8ee779f3d5ac: Status 404 returned error can't find the container with id c4d78793c1038726bc0df5f6992cb0ec34f93b7af78eded29efd8ee779f3d5ac
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.067382 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/c2ae62418c3608a2ab94b04ef9cf1c01ebe59e10baf8b6c44b15b26758e73a54/diff" to get inode usage: stat /var/lib/containers/storage/overlay/c2ae62418c3608a2ab94b04ef9cf1c01ebe59e10baf8b6c44b15b26758e73a54/diff: no such file or directory, extraDiskErr: <nil>
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.068519 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/5de3359c6e0b69c0af39607d11fc064724847ace269c58e7acb07edc203ccc0a/diff" to get inode usage: stat /var/lib/containers/storage/overlay/5de3359c6e0b69c0af39607d11fc064724847ace269c58e7acb07edc203ccc0a/diff: no such file or directory, extraDiskErr: <nil>
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.070755 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/4bc8b9df048812e608269c2bd0c554aa438c1c908493c8dcb504333f638531db/diff" to get inode usage: stat /var/lib/containers/storage/overlay/4bc8b9df048812e608269c2bd0c554aa438c1c908493c8dcb504333f638531db/diff: no such file or directory, extraDiskErr: <nil>
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.073104 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/ed2ce98e49a7d160f3578ad74297883f9b34b3317d3e5548314d48250cf2699e/diff" to get inode usage: stat /var/lib/containers/storage/overlay/ed2ce98e49a7d160f3578ad74297883f9b34b3317d3e5548314d48250cf2699e/diff: no such file or directory, extraDiskErr: <nil>
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.080683 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/c2ae62418c3608a2ab94b04ef9cf1c01ebe59e10baf8b6c44b15b26758e73a54/diff" to get inode usage: stat /var/lib/containers/storage/overlay/c2ae62418c3608a2ab94b04ef9cf1c01ebe59e10baf8b6c44b15b26758e73a54/diff: no such file or directory, extraDiskErr: <nil>
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.083933 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/9eb9959246ca1ebf4d4c220751b953411a8c6b23a92b38fe3e705a0e2c1dde1b/diff" to get inode usage: stat /var/lib/containers/storage/overlay/9eb9959246ca1ebf4d4c220751b953411a8c6b23a92b38fe3e705a0e2c1dde1b/diff: no such file or directory, extraDiskErr: <nil>
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.086207 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/9eb9959246ca1ebf4d4c220751b953411a8c6b23a92b38fe3e705a0e2c1dde1b/diff" to get inode usage: stat /var/lib/containers/storage/overlay/9eb9959246ca1ebf4d4c220751b953411a8c6b23a92b38fe3e705a0e2c1dde1b/diff: no such file or directory, extraDiskErr: <nil>
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.088469 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/df4767d72ff715fb49ce0933e76886bea15e8a46d91af042191196b950d7a4fc/diff" to get inode usage: stat /var/lib/containers/storage/overlay/df4767d72ff715fb49ce0933e76886bea15e8a46d91af042191196b950d7a4fc/diff: no such file or directory, extraDiskErr: <nil>
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.088506 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/ed2ce98e49a7d160f3578ad74297883f9b34b3317d3e5548314d48250cf2699e/diff" to get inode usage: stat /var/lib/containers/storage/overlay/ed2ce98e49a7d160f3578ad74297883f9b34b3317d3e5548314d48250cf2699e/diff: no such file or directory, extraDiskErr: <nil>
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.094200 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/658d47be827424a5477de0c5f81f6e8f68b234c1cd1b20c5ada954bb513347d3/diff" to get inode usage: stat /var/lib/containers/storage/overlay/658d47be827424a5477de0c5f81f6e8f68b234c1cd1b20c5ada954bb513347d3/diff: no such file or directory, extraDiskErr: <nil>
Feb 14 00:25:39 addons-956081 kubelet[1332]: E0214 00:25:39.136703 1332 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/e626704188bff1957466071bd14fe4afb3fe8843489c183a07309f46520deaf0/diff" to get inode usage: stat /var/lib/containers/storage/overlay/e626704188bff1957466071bd14fe4afb3fe8843489c183a07309f46520deaf0/diff: no such file or directory, extraDiskErr: <nil>
Feb 14 00:25:39 addons-956081 kubelet[1332]: I0214 00:25:39.267614 1332 scope.go:117] "RemoveContainer" containerID="b040412412bb5b6fa06a9701e4fe2bddb6ac44ec4dc65d080ca79bf4b00c9228"
Feb 14 00:25:39 addons-956081 kubelet[1332]: I0214 00:25:39.293270 1332 scope.go:117] "RemoveContainer" containerID="9434b70b4c25dc31a5f96f8a9f526ad421708eb502f5847d66c0de0869eea9e7"
==> storage-provisioner [ba0fc3e332d65834ba9866023818422304e437ace032427739d2e1fb5c580a76] <==
I0214 00:20:26.271290 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0214 00:20:26.358581 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0214 00:20:26.358660 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0214 00:20:26.370410 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0214 00:20:26.372483 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-956081_8b689401-bc54-4b6a-9715-7b012b042467!
I0214 00:20:26.375581 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"03a13095-75ac-4e66-a0de-695da5f8f936", APIVersion:"v1", ResourceVersion:"913", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-956081_8b689401-bc54-4b6a-9715-7b012b042467 became leader
I0214 00:20:26.472869 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-956081_8b689401-bc54-4b6a-9715-7b012b042467!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-956081 -n addons-956081
helpers_test.go:261: (dbg) Run: kubectl --context addons-956081 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (168.61s)