=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-408183 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-408183 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-408183 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" [e604eb6e-b9ed-4b7a-8cad-df8f3b18cdab] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [e604eb6e-b9ed-4b7a-8cad-df8f3b18cdab] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.004129573s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-408183 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-408183 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.677871742s)
** 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-408183 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-408183 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.073532505s)
-- 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-408183 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-408183 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-408183 addons disable ingress --alsologtostderr -v=1: (7.851217398s)
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-408183
helpers_test.go:235: (dbg) docker inspect addons-408183:
-- stdout --
[
{
"Id": "24193609a0c470f138eea0369bc64102347a98d47509cfe9d0e6c9c01a9b7231",
"Created": "2024-03-27T18:59:14.782320179Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 568909,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-03-27T18:59:15.014534292Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:f9b5358e8c18dbe49e632154cad75e0968b2e103f621caff2c3ed996f4155861",
"ResolvConfPath": "/var/lib/docker/containers/24193609a0c470f138eea0369bc64102347a98d47509cfe9d0e6c9c01a9b7231/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/24193609a0c470f138eea0369bc64102347a98d47509cfe9d0e6c9c01a9b7231/hostname",
"HostsPath": "/var/lib/docker/containers/24193609a0c470f138eea0369bc64102347a98d47509cfe9d0e6c9c01a9b7231/hosts",
"LogPath": "/var/lib/docker/containers/24193609a0c470f138eea0369bc64102347a98d47509cfe9d0e6c9c01a9b7231/24193609a0c470f138eea0369bc64102347a98d47509cfe9d0e6c9c01a9b7231-json.log",
"Name": "/addons-408183",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-408183:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-408183",
"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/f02d96de6f028e3038552c7e68ad33979a8d294a9d76f826c6fc5eed94df0a71-init/diff:/var/lib/docker/overlay2/035f6eff93a34b4eb6fc7c3d7c8227de09cbceaeca4dc81b78c663243a30a00f/diff",
"MergedDir": "/var/lib/docker/overlay2/f02d96de6f028e3038552c7e68ad33979a8d294a9d76f826c6fc5eed94df0a71/merged",
"UpperDir": "/var/lib/docker/overlay2/f02d96de6f028e3038552c7e68ad33979a8d294a9d76f826c6fc5eed94df0a71/diff",
"WorkDir": "/var/lib/docker/overlay2/f02d96de6f028e3038552c7e68ad33979a8d294a9d76f826c6fc5eed94df0a71/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-408183",
"Source": "/var/lib/docker/volumes/addons-408183/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-408183",
"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:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8",
"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-408183",
"name.minikube.sigs.k8s.io": "addons-408183",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "b99b3a96e0e474cfd4fd4544563b0af3eb067395dcfbdfcadb61ea6c10f8f000",
"SandboxKey": "/var/run/docker/netns/b99b3a96e0e4",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33518"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33517"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33514"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33516"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33515"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-408183": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "365ab3cb1ac5b9aa91653ebc753f8bc35ec4d3365d1ad261cb898fd7750691c2",
"EndpointID": "c4bcb5e258fdd734928abaf3417195b1b06aa682656812c12dc0fa4a84e29216",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-408183",
"24193609a0c4"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-408183 -n addons-408183
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-408183 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-408183 logs -n 25: (1.488771736s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| delete | -p download-only-837463 | download-only-837463 | jenkins | v1.33.0-beta.0 | 27 Mar 24 18:58 UTC | 27 Mar 24 18:58 UTC |
| delete | -p download-only-541014 | download-only-541014 | jenkins | v1.33.0-beta.0 | 27 Mar 24 18:58 UTC | 27 Mar 24 18:58 UTC |
| delete | -p download-only-696066 | download-only-696066 | jenkins | v1.33.0-beta.0 | 27 Mar 24 18:58 UTC | 27 Mar 24 18:58 UTC |
| start | --download-only -p | download-docker-842619 | jenkins | v1.33.0-beta.0 | 27 Mar 24 18:58 UTC | |
| | download-docker-842619 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-842619 | download-docker-842619 | jenkins | v1.33.0-beta.0 | 27 Mar 24 18:58 UTC | 27 Mar 24 18:58 UTC |
| start | --download-only -p | binary-mirror-289584 | jenkins | v1.33.0-beta.0 | 27 Mar 24 18:58 UTC | |
| | binary-mirror-289584 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:39875 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-289584 | binary-mirror-289584 | jenkins | v1.33.0-beta.0 | 27 Mar 24 18:58 UTC | 27 Mar 24 18:58 UTC |
| addons | enable dashboard -p | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 18:58 UTC | |
| | addons-408183 | | | | | |
| addons | disable dashboard -p | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 18:58 UTC | |
| | addons-408183 | | | | | |
| start | -p addons-408183 --wait=true | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 18:58 UTC | 27 Mar 24 19:01 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-408183 ip | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:01 UTC | 27 Mar 24 19:01 UTC |
| addons | addons-408183 addons disable | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:01 UTC | 27 Mar 24 19:01 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-408183 addons | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:01 UTC | 27 Mar 24 19:01 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:02 UTC | 27 Mar 24 19:02 UTC |
| | addons-408183 | | | | | |
| ssh | addons-408183 ssh curl -s | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:02 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-408183 addons | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:02 UTC | 27 Mar 24 19:02 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-408183 addons | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:02 UTC | 27 Mar 24 19:02 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:02 UTC | 27 Mar 24 19:02 UTC |
| | -p addons-408183 | | | | | |
| ssh | addons-408183 ssh cat | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:03 UTC | 27 Mar 24 19:03 UTC |
| | /opt/local-path-provisioner/pvc-202e28ad-5d38-4c60-aad7-1dea41135b4e_default_test-pvc/file1 | | | | | |
| addons | addons-408183 addons disable | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:03 UTC | 27 Mar 24 19:03 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:03 UTC | 27 Mar 24 19:03 UTC |
| | addons-408183 | | | | | |
| addons | enable headlamp | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:03 UTC | 27 Mar 24 19:03 UTC |
| | -p addons-408183 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-408183 ip | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:04 UTC | 27 Mar 24 19:04 UTC |
| addons | addons-408183 addons disable | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:04 UTC | 27 Mar 24 19:04 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-408183 addons disable | addons-408183 | jenkins | v1.33.0-beta.0 | 27 Mar 24 19:04 UTC | 27 Mar 24 19:04 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/03/27 18:58:50
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0327 18:58:50.470922 568461 out.go:291] Setting OutFile to fd 1 ...
I0327 18:58:50.471177 568461 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0327 18:58:50.471206 568461 out.go:304] Setting ErrFile to fd 2...
I0327 18:58:50.471224 568461 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0327 18:58:50.471500 568461 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18517-562206/.minikube/bin
I0327 18:58:50.471989 568461 out.go:298] Setting JSON to false
I0327 18:58:50.472895 568461 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":9668,"bootTime":1711556262,"procs":154,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1056-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0327 18:58:50.472991 568461 start.go:139] virtualization:
I0327 18:58:50.476111 568461 out.go:177] * [addons-408183] minikube v1.33.0-beta.0 on Ubuntu 20.04 (arm64)
I0327 18:58:50.479762 568461 out.go:177] - MINIKUBE_LOCATION=18517
I0327 18:58:50.482293 568461 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0327 18:58:50.479897 568461 notify.go:220] Checking for updates...
I0327 18:58:50.486219 568461 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18517-562206/kubeconfig
I0327 18:58:50.488606 568461 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18517-562206/.minikube
I0327 18:58:50.490519 568461 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0327 18:58:50.492664 568461 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0327 18:58:50.494682 568461 driver.go:392] Setting default libvirt URI to qemu:///system
I0327 18:58:50.513230 568461 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
I0327 18:58:50.513354 568461 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0327 18:58:50.575302 568461 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:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-03-27 18:58:50.566569352 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1056-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:8215105536 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.13.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0]] Warnings:<nil>}}
I0327 18:58:50.575410 568461 docker.go:295] overlay module found
I0327 18:58:50.579490 568461 out.go:177] * Using the docker driver based on user configuration
I0327 18:58:50.582033 568461 start.go:297] selected driver: docker
I0327 18:58:50.582051 568461 start.go:901] validating driver "docker" against <nil>
I0327 18:58:50.582065 568461 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0327 18:58:50.582700 568461 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0327 18:58:50.634568 568461 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:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-03-27 18:58:50.624505159 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1056-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:8215105536 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.13.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0]] Warnings:<nil>}}
I0327 18:58:50.634732 568461 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0327 18:58:50.634980 568461 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0327 18:58:50.636732 568461 out.go:177] * Using Docker driver with root privileges
I0327 18:58:50.638215 568461 cni.go:84] Creating CNI manager for ""
I0327 18:58:50.638245 568461 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0327 18:58:50.638260 568461 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0327 18:58:50.638333 568461 start.go:340] cluster config:
{Name:addons-408183 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.29.3 ClusterName:addons-408183 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket:
NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs:
AutoPauseInterval:1m0s}
I0327 18:58:50.640873 568461 out.go:177] * Starting "addons-408183" primary control-plane node in "addons-408183" cluster
I0327 18:58:50.643034 568461 cache.go:121] Beginning downloading kic base image for docker with crio
I0327 18:58:50.644893 568461 out.go:177] * Pulling base image v0.0.43-beta.0 ...
I0327 18:58:50.646447 568461 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime crio
I0327 18:58:50.646493 568461 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18517-562206/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-arm64.tar.lz4
I0327 18:58:50.646505 568461 cache.go:56] Caching tarball of preloaded images
I0327 18:58:50.646507 568461 image.go:79] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local docker daemon
I0327 18:58:50.646603 568461 preload.go:173] Found /home/jenkins/minikube-integration/18517-562206/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0327 18:58:50.646613 568461 cache.go:59] Finished verifying existence of preloaded tar for v1.29.3 on crio
I0327 18:58:50.646959 568461 profile.go:142] Saving config to /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/config.json ...
I0327 18:58:50.646990 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/config.json: {Name:mk20543b61f1b6a2f47fba02e0c716a799cf7d0e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:58:50.660357 568461 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 to local cache
I0327 18:58:50.660549 568461 image.go:63] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory
I0327 18:58:50.660581 568461 image.go:66] Found gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory, skipping pull
I0327 18:58:50.660587 568461 image.go:105] gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 exists in cache, skipping pull
I0327 18:58:50.660595 568461 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 as a tarball
I0327 18:58:50.660600 568461 cache.go:162] Loading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 from local cache
I0327 18:59:07.083476 568461 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 from cached tarball
I0327 18:59:07.083518 568461 cache.go:194] Successfully downloaded all kic artifacts
I0327 18:59:07.083548 568461 start.go:360] acquireMachinesLock for addons-408183: {Name:mk90a3cb9f3ecd50654a7fb0133b9bf97daa4b6f Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0327 18:59:07.083681 568461 start.go:364] duration metric: took 107.684µs to acquireMachinesLock for "addons-408183"
I0327 18:59:07.083711 568461 start.go:93] Provisioning new machine with config: &{Name:addons-408183 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.29.3 ClusterName:addons-408183 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServer
Names:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: S
ocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0327 18:59:07.083796 568461 start.go:125] createHost starting for "" (driver="docker")
I0327 18:59:07.086804 568461 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0327 18:59:07.087043 568461 start.go:159] libmachine.API.Create for "addons-408183" (driver="docker")
I0327 18:59:07.087077 568461 client.go:168] LocalClient.Create starting
I0327 18:59:07.087182 568461 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18517-562206/.minikube/certs/ca.pem
I0327 18:59:07.593422 568461 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18517-562206/.minikube/certs/cert.pem
I0327 18:59:08.350742 568461 cli_runner.go:164] Run: docker network inspect addons-408183 --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}}]}"
W0327 18:59:08.365069 568461 cli_runner.go:211] docker network inspect addons-408183 --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
I0327 18:59:08.365161 568461 network_create.go:281] running [docker network inspect addons-408183] to gather additional debugging logs...
I0327 18:59:08.365181 568461 cli_runner.go:164] Run: docker network inspect addons-408183
W0327 18:59:08.381751 568461 cli_runner.go:211] docker network inspect addons-408183 returned with exit code 1
I0327 18:59:08.381786 568461 network_create.go:284] error running [docker network inspect addons-408183]: docker network inspect addons-408183: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-408183 not found
I0327 18:59:08.381808 568461 network_create.go:286] output of [docker network inspect addons-408183]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-408183 not found
** /stderr **
I0327 18:59:08.381900 568461 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}}]}"
I0327 18:59:08.396971 568461 network.go:206] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x400048abb0}
I0327 18:59:08.397013 568461 network_create.go:124] attempt to create docker network addons-408183 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0327 18:59:08.397075 568461 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-408183 addons-408183
I0327 18:59:08.457614 568461 network_create.go:108] docker network addons-408183 192.168.49.0/24 created
I0327 18:59:08.457659 568461 kic.go:121] calculated static IP "192.168.49.2" for the "addons-408183" container
I0327 18:59:08.457778 568461 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0327 18:59:08.478693 568461 cli_runner.go:164] Run: docker volume create addons-408183 --label name.minikube.sigs.k8s.io=addons-408183 --label created_by.minikube.sigs.k8s.io=true
I0327 18:59:08.502023 568461 oci.go:103] Successfully created a docker volume addons-408183
I0327 18:59:08.502124 568461 cli_runner.go:164] Run: docker run --rm --name addons-408183-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-408183 --entrypoint /usr/bin/test -v addons-408183:/var gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -d /var/lib
I0327 18:59:10.453138 568461 cli_runner.go:217] Completed: docker run --rm --name addons-408183-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-408183 --entrypoint /usr/bin/test -v addons-408183:/var gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -d /var/lib: (1.950955255s)
I0327 18:59:10.453173 568461 oci.go:107] Successfully prepared a docker volume addons-408183
I0327 18:59:10.453198 568461 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime crio
I0327 18:59:10.453217 568461 kic.go:194] Starting extracting preloaded images to volume ...
I0327 18:59:10.453332 568461 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18517-562206/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-408183:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -I lz4 -xf /preloaded.tar -C /extractDir
I0327 18:59:14.720280 568461 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18517-562206/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-408183:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -I lz4 -xf /preloaded.tar -C /extractDir: (4.266904707s)
I0327 18:59:14.720325 568461 kic.go:203] duration metric: took 4.267104813s to extract preloaded images to volume ...
W0327 18:59:14.720452 568461 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0327 18:59:14.720583 568461 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0327 18:59:14.769731 568461 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-408183 --name addons-408183 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-408183 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-408183 --network addons-408183 --ip 192.168.49.2 --volume addons-408183:/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:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8
I0327 18:59:15.033454 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Running}}
I0327 18:59:15.054013 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:15.075150 568461 cli_runner.go:164] Run: docker exec addons-408183 stat /var/lib/dpkg/alternatives/iptables
I0327 18:59:15.143641 568461 oci.go:144] the created container "addons-408183" has a running status.
I0327 18:59:15.143668 568461 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa...
I0327 18:59:15.802113 568461 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0327 18:59:15.818481 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:15.840173 568461 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0327 18:59:15.840191 568461 kic_runner.go:114] Args: [docker exec --privileged addons-408183 chown docker:docker /home/docker/.ssh/authorized_keys]
I0327 18:59:15.901139 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:15.920092 568461 machine.go:94] provisionDockerMachine start ...
I0327 18:59:15.920189 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:15.939079 568461 main.go:141] libmachine: Using SSH client type: native
I0327 18:59:15.939343 568461 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33518 <nil> <nil>}
I0327 18:59:15.939353 568461 main.go:141] libmachine: About to run SSH command:
hostname
I0327 18:59:16.070231 568461 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-408183
I0327 18:59:16.070331 568461 ubuntu.go:169] provisioning hostname "addons-408183"
I0327 18:59:16.070429 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:16.088310 568461 main.go:141] libmachine: Using SSH client type: native
I0327 18:59:16.088555 568461 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33518 <nil> <nil>}
I0327 18:59:16.088570 568461 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-408183 && echo "addons-408183" | sudo tee /etc/hostname
I0327 18:59:16.230038 568461 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-408183
I0327 18:59:16.230127 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:16.245950 568461 main.go:141] libmachine: Using SSH client type: native
I0327 18:59:16.246206 568461 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33518 <nil> <nil>}
I0327 18:59:16.246227 568461 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-408183' /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-408183/g' /etc/hosts;
else
echo '127.0.1.1 addons-408183' | sudo tee -a /etc/hosts;
fi
fi
I0327 18:59:16.369971 568461 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0327 18:59:16.369997 568461 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18517-562206/.minikube CaCertPath:/home/jenkins/minikube-integration/18517-562206/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18517-562206/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18517-562206/.minikube}
I0327 18:59:16.370019 568461 ubuntu.go:177] setting up certificates
I0327 18:59:16.370029 568461 provision.go:84] configureAuth start
I0327 18:59:16.370101 568461 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-408183
I0327 18:59:16.386581 568461 provision.go:143] copyHostCerts
I0327 18:59:16.386671 568461 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18517-562206/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18517-562206/.minikube/ca.pem (1082 bytes)
I0327 18:59:16.386787 568461 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18517-562206/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18517-562206/.minikube/cert.pem (1123 bytes)
I0327 18:59:16.386839 568461 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18517-562206/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18517-562206/.minikube/key.pem (1679 bytes)
I0327 18:59:16.386885 568461 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18517-562206/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18517-562206/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18517-562206/.minikube/certs/ca-key.pem org=jenkins.addons-408183 san=[127.0.0.1 192.168.49.2 addons-408183 localhost minikube]
I0327 18:59:16.987168 568461 provision.go:177] copyRemoteCerts
I0327 18:59:16.987240 568461 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0327 18:59:16.987283 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:17.008646 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:17.098449 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0327 18:59:17.121980 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0327 18:59:17.145455 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0327 18:59:17.169572 568461 provision.go:87] duration metric: took 799.528435ms to configureAuth
I0327 18:59:17.169598 568461 ubuntu.go:193] setting minikube options for container-runtime
I0327 18:59:17.169789 568461 config.go:182] Loaded profile config "addons-408183": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0327 18:59:17.169889 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:17.184231 568461 main.go:141] libmachine: Using SSH client type: native
I0327 18:59:17.184495 568461 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33518 <nil> <nil>}
I0327 18:59:17.184511 568461 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
I0327 18:59:17.409642 568461 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0327 18:59:17.409667 568461 machine.go:97] duration metric: took 1.489555754s to provisionDockerMachine
I0327 18:59:17.409679 568461 client.go:171] duration metric: took 10.32259263s to LocalClient.Create
I0327 18:59:17.409693 568461 start.go:167] duration metric: took 10.322650049s to libmachine.API.Create "addons-408183"
I0327 18:59:17.409700 568461 start.go:293] postStartSetup for "addons-408183" (driver="docker")
I0327 18:59:17.409711 568461 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I0327 18:59:17.409774 568461 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
I0327 18:59:17.409824 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:17.426841 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:17.514803 568461 ssh_runner.go:195] Run: cat /etc/os-release
I0327 18:59:17.517827 568461 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0327 18:59:17.517861 568461 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0327 18:59:17.517877 568461 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0327 18:59:17.517891 568461 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0327 18:59:17.517917 568461 filesync.go:126] Scanning /home/jenkins/minikube-integration/18517-562206/.minikube/addons for local assets ...
I0327 18:59:17.517986 568461 filesync.go:126] Scanning /home/jenkins/minikube-integration/18517-562206/.minikube/files for local assets ...
I0327 18:59:17.518015 568461 start.go:296] duration metric: took 108.307917ms for postStartSetup
I0327 18:59:17.518322 568461 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-408183
I0327 18:59:17.532765 568461 profile.go:142] Saving config to /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/config.json ...
I0327 18:59:17.533057 568461 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0327 18:59:17.533109 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:17.548036 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:17.634443 568461 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0327 18:59:17.638677 568461 start.go:128] duration metric: took 10.554863998s to createHost
I0327 18:59:17.638700 568461 start.go:83] releasing machines lock for "addons-408183", held for 10.555007013s
I0327 18:59:17.638772 568461 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-408183
I0327 18:59:17.652947 568461 ssh_runner.go:195] Run: cat /version.json
I0327 18:59:17.652997 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:17.653022 568461 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0327 18:59:17.653100 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:17.671892 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:17.674203 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:17.866331 568461 ssh_runner.go:195] Run: systemctl --version
I0327 18:59:17.870441 568461 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0327 18:59:18.012690 568461 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0327 18:59:18.017546 568461 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" ;
I0327 18:59:18.039396 568461 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0327 18:59:18.039503 568461 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" ;
I0327 18:59:18.072513 568461 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0327 18:59:18.072542 568461 start.go:494] detecting cgroup driver to use...
I0327 18:59:18.072597 568461 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0327 18:59:18.072648 568461 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0327 18:59:18.089547 568461 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0327 18:59:18.102169 568461 docker.go:217] disabling cri-docker service (if available) ...
I0327 18:59:18.102264 568461 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0327 18:59:18.117630 568461 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0327 18:59:18.132548 568461 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0327 18:59:18.228216 568461 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0327 18:59:18.324625 568461 docker.go:233] disabling docker service ...
I0327 18:59:18.324717 568461 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0327 18:59:18.345193 568461 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0327 18:59:18.357415 568461 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0327 18:59:18.451238 568461 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0327 18:59:18.555683 568461 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0327 18:59:18.568201 568461 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"
I0327 18:59:18.585273 568461 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0327 18:59:18.585364 568461 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"
I0327 18:59:18.595761 568461 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0327 18:59:18.595875 568461 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0327 18:59:18.606153 568461 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0327 18:59:18.616010 568461 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0327 18:59:18.625846 568461 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0327 18:59:18.635017 568461 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
I0327 18:59:18.644696 568461 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
I0327 18:59:18.660516 568461 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
I0327 18:59:18.670480 568461 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0327 18:59:18.679172 568461 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0327 18:59:18.687831 568461 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 18:59:18.771490 568461 ssh_runner.go:195] Run: sudo systemctl restart crio
I0327 18:59:18.886765 568461 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
I0327 18:59:18.886857 568461 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0327 18:59:18.890504 568461 start.go:562] Will wait 60s for crictl version
I0327 18:59:18.890570 568461 ssh_runner.go:195] Run: which crictl
I0327 18:59:18.893988 568461 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0327 18:59:18.932803 568461 start.go:578] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0327 18:59:18.932917 568461 ssh_runner.go:195] Run: crio --version
I0327 18:59:18.973541 568461 ssh_runner.go:195] Run: crio --version
I0327 18:59:19.014131 568461 out.go:177] * Preparing Kubernetes v1.29.3 on CRI-O 1.24.6 ...
I0327 18:59:19.016040 568461 cli_runner.go:164] Run: docker network inspect addons-408183 --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}}]}"
I0327 18:59:19.030207 568461 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0327 18:59:19.033643 568461 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""
I0327 18:59:19.044214 568461 kubeadm.go:877] updating cluster {Name:addons-408183 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.29.3 ClusterName:addons-408183 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerI
Ps:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVM
netClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0327 18:59:19.044353 568461 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime crio
I0327 18:59:19.044426 568461 ssh_runner.go:195] Run: sudo crictl images --output json
I0327 18:59:19.117536 568461 crio.go:514] all images are preloaded for cri-o runtime.
I0327 18:59:19.117563 568461 crio.go:433] Images already preloaded, skipping extraction
I0327 18:59:19.117619 568461 ssh_runner.go:195] Run: sudo crictl images --output json
I0327 18:59:19.154487 568461 crio.go:514] all images are preloaded for cri-o runtime.
I0327 18:59:19.154510 568461 cache_images.go:84] Images are preloaded, skipping loading
I0327 18:59:19.154518 568461 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.29.3 crio true true} ...
I0327 18:59:19.154615 568461 kubeadm.go:940] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.29.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-408183 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.29.3 ClusterName:addons-408183 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0327 18:59:19.154709 568461 ssh_runner.go:195] Run: crio config
I0327 18:59:19.206654 568461 cni.go:84] Creating CNI manager for ""
I0327 18:59:19.206678 568461 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0327 18:59:19.206691 568461 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0327 18:59:19.206736 568461 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.29.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-408183 NodeName:addons-408183 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0327 18:59:19.206903 568461 kubeadm.go:187] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/crio/crio.sock
name: "addons-408183"
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.29.3
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0327 18:59:19.206983 568461 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.29.3
I0327 18:59:19.215577 568461 binaries.go:44] Found k8s binaries, skipping transfer
I0327 18:59:19.215643 568461 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0327 18:59:19.224122 568461 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0327 18:59:19.241530 568461 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0327 18:59:19.259035 568461 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0327 18:59:19.276757 568461 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0327 18:59:19.280325 568461 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""
I0327 18:59:19.291198 568461 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 18:59:19.371641 568461 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0327 18:59:19.387599 568461 certs.go:68] Setting up /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183 for IP: 192.168.49.2
I0327 18:59:19.387672 568461 certs.go:194] generating shared ca certs ...
I0327 18:59:19.387703 568461 certs.go:226] acquiring lock for ca certs: {Name:mk95afc777a0fafcf19d589f4cbc5a374d1fe472 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:19.387873 568461 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18517-562206/.minikube/ca.key
I0327 18:59:19.606729 568461 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18517-562206/.minikube/ca.crt ...
I0327 18:59:19.606758 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/.minikube/ca.crt: {Name:mkc1407df9921b1b1f79dc2cb9809d90fb2b1a78 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:19.607412 568461 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18517-562206/.minikube/ca.key ...
I0327 18:59:19.607430 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/.minikube/ca.key: {Name:mk8e2d1b4ab6988b14afbd87fb83dc7d30709175 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:19.607526 568461 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18517-562206/.minikube/proxy-client-ca.key
I0327 18:59:20.210413 568461 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18517-562206/.minikube/proxy-client-ca.crt ...
I0327 18:59:20.210493 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/.minikube/proxy-client-ca.crt: {Name:mk13923cc7792bf064cc629fe0aad88c6c06115a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:20.211613 568461 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18517-562206/.minikube/proxy-client-ca.key ...
I0327 18:59:20.211668 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/.minikube/proxy-client-ca.key: {Name:mk616dcad90ed78e7a85b9be587bbf27c664fc81 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:20.212610 568461 certs.go:256] generating profile certs ...
I0327 18:59:20.212742 568461 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/client.key
I0327 18:59:20.212778 568461 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/client.crt with IP's: []
I0327 18:59:20.477598 568461 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/client.crt ...
I0327 18:59:20.477630 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/client.crt: {Name:mk3ad5c05a8e20893527878ba851766e85a7574b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:20.478567 568461 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/client.key ...
I0327 18:59:20.478586 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/client.key: {Name:mk614ddd7c23880a46e4ceed3e4cf56bc346c50e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:20.479033 568461 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.key.e33f5368
I0327 18:59:20.479057 568461 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.crt.e33f5368 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0327 18:59:20.798407 568461 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.crt.e33f5368 ...
I0327 18:59:20.798440 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.crt.e33f5368: {Name:mk9c5037b8d88cc52837d37f9f1e527f065e8fa9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:20.799090 568461 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.key.e33f5368 ...
I0327 18:59:20.799110 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.key.e33f5368: {Name:mk81eb3cb60905e1c2ed8d18ce8524c87a0f9a1b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:20.799536 568461 certs.go:381] copying /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.crt.e33f5368 -> /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.crt
I0327 18:59:20.799636 568461 certs.go:385] copying /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.key.e33f5368 -> /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.key
I0327 18:59:20.799695 568461 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/proxy-client.key
I0327 18:59:20.799715 568461 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/proxy-client.crt with IP's: []
I0327 18:59:21.179960 568461 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/proxy-client.crt ...
I0327 18:59:21.179992 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/proxy-client.crt: {Name:mk0783405826e242f7d721c4b91a90eb1f29c2a3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:21.180183 568461 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/proxy-client.key ...
I0327 18:59:21.180199 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/proxy-client.key: {Name:mk31297d14a4152e5bdb4a089ee4466fed95ce56 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:21.180394 568461 certs.go:484] found cert: /home/jenkins/minikube-integration/18517-562206/.minikube/certs/ca-key.pem (1679 bytes)
I0327 18:59:21.180442 568461 certs.go:484] found cert: /home/jenkins/minikube-integration/18517-562206/.minikube/certs/ca.pem (1082 bytes)
I0327 18:59:21.180469 568461 certs.go:484] found cert: /home/jenkins/minikube-integration/18517-562206/.minikube/certs/cert.pem (1123 bytes)
I0327 18:59:21.180496 568461 certs.go:484] found cert: /home/jenkins/minikube-integration/18517-562206/.minikube/certs/key.pem (1679 bytes)
I0327 18:59:21.181087 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0327 18:59:21.205629 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0327 18:59:21.229115 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0327 18:59:21.252811 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0327 18:59:21.276775 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0327 18:59:21.299942 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0327 18:59:21.323087 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0327 18:59:21.346379 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/profiles/addons-408183/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0327 18:59:21.369872 568461 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-562206/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0327 18:59:21.393138 568461 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (752 bytes)
I0327 18:59:21.410366 568461 ssh_runner.go:195] Run: openssl version
I0327 18:59:21.415546 568461 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"
I0327 18:59:21.425012 568461 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0327 18:59:21.428476 568461 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 27 18:59 /usr/share/ca-certificates/minikubeCA.pem
I0327 18:59:21.428585 568461 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0327 18:59:21.435461 568461 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"
I0327 18:59:21.444592 568461 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0327 18:59:21.447659 568461 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I0327 18:59:21.447707 568461 kubeadm.go:391] StartCluster: {Name:addons-408183 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.29.3 ClusterName:addons-408183 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:
[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnet
ClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0327 18:59:21.447790 568461 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0327 18:59:21.447859 568461 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0327 18:59:21.488061 568461 cri.go:89] found id: ""
I0327 18:59:21.488191 568461 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0327 18:59:21.496917 568461 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0327 18:59:21.505767 568461 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0327 18:59:21.505860 568461 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
I0327 18:59:21.514773 568461 kubeadm.go:154] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0327 18:59:21.514795 568461 kubeadm.go:156] found existing configuration files:
I0327 18:59:21.514847 568461 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0327 18:59:21.523608 568461 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0327 18:59:21.523673 568461 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0327 18:59:21.531780 568461 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0327 18:59:21.540162 568461 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0327 18:59:21.540225 568461 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0327 18:59:21.548182 568461 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0327 18:59:21.556878 568461 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0327 18:59:21.556988 568461 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0327 18:59:21.565205 568461 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0327 18:59:21.574022 568461 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0327 18:59:21.574090 568461 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0327 18:59:21.582362 568461 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.29.3:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0327 18:59:21.687305 568461 kubeadm.go:309] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1056-aws\n", err: exit status 1
I0327 18:59:21.755842 568461 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0327 18:59:37.008125 568461 kubeadm.go:309] [init] Using Kubernetes version: v1.29.3
I0327 18:59:37.008185 568461 kubeadm.go:309] [preflight] Running pre-flight checks
I0327 18:59:37.008269 568461 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0327 18:59:37.008324 568461 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1056-aws[0m
I0327 18:59:37.008357 568461 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0327 18:59:37.008403 568461 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0327 18:59:37.008449 568461 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0327 18:59:37.008494 568461 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0327 18:59:37.008541 568461 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0327 18:59:37.008587 568461 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0327 18:59:37.008637 568461 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0327 18:59:37.008681 568461 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0327 18:59:37.008726 568461 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0327 18:59:37.008773 568461 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0327 18:59:37.008842 568461 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0327 18:59:37.008933 568461 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0327 18:59:37.009021 568461 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0327 18:59:37.009081 568461 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0327 18:59:37.011708 568461 out.go:204] - Generating certificates and keys ...
I0327 18:59:37.011817 568461 kubeadm.go:309] [certs] Using existing ca certificate authority
I0327 18:59:37.011882 568461 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0327 18:59:37.011946 568461 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0327 18:59:37.012003 568461 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0327 18:59:37.012061 568461 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0327 18:59:37.012108 568461 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0327 18:59:37.012160 568461 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0327 18:59:37.012272 568461 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-408183 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0327 18:59:37.012323 568461 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0327 18:59:37.012433 568461 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-408183 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0327 18:59:37.012498 568461 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0327 18:59:37.012560 568461 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0327 18:59:37.012603 568461 kubeadm.go:309] [certs] Generating "sa" key and public key
I0327 18:59:37.012655 568461 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0327 18:59:37.012704 568461 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0327 18:59:37.012757 568461 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0327 18:59:37.012809 568461 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0327 18:59:37.012870 568461 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0327 18:59:37.012922 568461 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0327 18:59:37.013001 568461 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0327 18:59:37.013064 568461 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0327 18:59:37.014899 568461 out.go:204] - Booting up control plane ...
I0327 18:59:37.015148 568461 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0327 18:59:37.015272 568461 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0327 18:59:37.015390 568461 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0327 18:59:37.015559 568461 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0327 18:59:37.015661 568461 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0327 18:59:37.015704 568461 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0327 18:59:37.015864 568461 kubeadm.go:309] [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
I0327 18:59:37.015944 568461 kubeadm.go:309] [apiclient] All control plane components are healthy after 7.502254 seconds
I0327 18:59:37.016053 568461 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0327 18:59:37.016183 568461 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0327 18:59:37.016244 568461 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0327 18:59:37.016432 568461 kubeadm.go:309] [mark-control-plane] Marking the node addons-408183 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0327 18:59:37.016510 568461 kubeadm.go:309] [bootstrap-token] Using token: 0s02vd.fgzvdljmgl64dupo
I0327 18:59:37.018884 568461 out.go:204] - Configuring RBAC rules ...
I0327 18:59:37.019031 568461 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0327 18:59:37.019121 568461 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0327 18:59:37.019270 568461 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0327 18:59:37.019403 568461 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0327 18:59:37.019522 568461 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0327 18:59:37.019636 568461 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0327 18:59:37.019757 568461 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0327 18:59:37.019802 568461 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0327 18:59:37.019852 568461 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0327 18:59:37.019856 568461 kubeadm.go:309]
I0327 18:59:37.019918 568461 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0327 18:59:37.019923 568461 kubeadm.go:309]
I0327 18:59:37.020003 568461 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0327 18:59:37.020008 568461 kubeadm.go:309]
I0327 18:59:37.020034 568461 kubeadm.go:309] mkdir -p $HOME/.kube
I0327 18:59:37.020096 568461 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0327 18:59:37.020148 568461 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0327 18:59:37.020152 568461 kubeadm.go:309]
I0327 18:59:37.020208 568461 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0327 18:59:37.020212 568461 kubeadm.go:309]
I0327 18:59:37.020262 568461 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0327 18:59:37.020266 568461 kubeadm.go:309]
I0327 18:59:37.020321 568461 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0327 18:59:37.020398 568461 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0327 18:59:37.020469 568461 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0327 18:59:37.020476 568461 kubeadm.go:309]
I0327 18:59:37.020563 568461 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0327 18:59:37.020643 568461 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0327 18:59:37.020648 568461 kubeadm.go:309]
I0327 18:59:37.020734 568461 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 0s02vd.fgzvdljmgl64dupo \
I0327 18:59:37.020842 568461 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:4a65f18ab9e35af3e6d901fd8512fa6205499b15fb7e04134e540c395992054f \
I0327 18:59:37.020865 568461 kubeadm.go:309] --control-plane
I0327 18:59:37.020869 568461 kubeadm.go:309]
I0327 18:59:37.020958 568461 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0327 18:59:37.020963 568461 kubeadm.go:309]
I0327 18:59:37.021048 568461 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 0s02vd.fgzvdljmgl64dupo \
I0327 18:59:37.021171 568461 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:4a65f18ab9e35af3e6d901fd8512fa6205499b15fb7e04134e540c395992054f
I0327 18:59:37.021187 568461 cni.go:84] Creating CNI manager for ""
I0327 18:59:37.021195 568461 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0327 18:59:37.023424 568461 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0327 18:59:37.025671 568461 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0327 18:59:37.036281 568461 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.29.3/kubectl ...
I0327 18:59:37.036305 568461 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0327 18:59:37.094682 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0327 18:59:37.362486 568461 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0327 18:59:37.362578 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:37.362617 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-408183 minikube.k8s.io/updated_at=2024_03_27T18_59_37_0700 minikube.k8s.io/version=v1.33.0-beta.0 minikube.k8s.io/commit=475b39f6a1dc94a0c7060d2eec10d9b995edcd28 minikube.k8s.io/name=addons-408183 minikube.k8s.io/primary=true
I0327 18:59:37.498306 568461 ops.go:34] apiserver oom_adj: -16
I0327 18:59:37.498462 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:38.003778 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:38.499532 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:39.002012 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:39.499235 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:40.001761 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:40.499400 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:41.000436 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:41.498725 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:41.998805 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:42.498633 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:42.998539 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:43.499433 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:43.998707 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:44.498591 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:45.001481 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:45.499302 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:45.998913 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:46.498692 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:47.003763 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:47.499271 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:48.000721 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:48.499180 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:48.998527 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:49.498608 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:49.998655 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:50.499295 568461 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 18:59:50.597033 568461 kubeadm.go:1107] duration metric: took 13.234502433s to wait for elevateKubeSystemPrivileges
W0327 18:59:50.597075 568461 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0327 18:59:50.597084 568461 kubeadm.go:393] duration metric: took 29.149380814s to StartCluster
I0327 18:59:50.597100 568461 settings.go:142] acquiring lock: {Name:mkffcd59f6abeb2b3cc53bb555eb7fb5f175c67e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:50.597667 568461 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18517-562206/kubeconfig
I0327 18:59:50.598098 568461 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-562206/kubeconfig: {Name:mk1481518c17ad7c54533eeb54c75c7968328394 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 18:59:50.598296 568461 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0327 18:59:50.598334 568461 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0327 18:59:50.600544 568461 out.go:177] * Verifying Kubernetes components...
I0327 18:59:50.598565 568461 config.go:182] Loaded profile config "addons-408183": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0327 18:59:50.598575 568461 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]
I0327 18:59:50.602256 568461 addons.go:69] Setting yakd=true in profile "addons-408183"
I0327 18:59:50.602278 568461 addons.go:234] Setting addon yakd=true in "addons-408183"
I0327 18:59:50.602310 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.602794 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.602988 568461 addons.go:69] Setting ingress-dns=true in profile "addons-408183"
I0327 18:59:50.603016 568461 addons.go:234] Setting addon ingress-dns=true in "addons-408183"
I0327 18:59:50.603046 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.603415 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.603906 568461 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 18:59:50.604087 568461 addons.go:69] Setting inspektor-gadget=true in profile "addons-408183"
I0327 18:59:50.604108 568461 addons.go:234] Setting addon inspektor-gadget=true in "addons-408183"
I0327 18:59:50.604133 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.604152 568461 addons.go:69] Setting cloud-spanner=true in profile "addons-408183"
I0327 18:59:50.604185 568461 addons.go:234] Setting addon cloud-spanner=true in "addons-408183"
I0327 18:59:50.604208 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.604494 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.604574 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.606720 568461 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-408183"
I0327 18:59:50.606776 568461 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-408183"
I0327 18:59:50.606802 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.607201 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.607598 568461 addons.go:69] Setting metrics-server=true in profile "addons-408183"
I0327 18:59:50.607633 568461 addons.go:234] Setting addon metrics-server=true in "addons-408183"
I0327 18:59:50.607666 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.608064 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.615246 568461 addons.go:69] Setting default-storageclass=true in profile "addons-408183"
I0327 18:59:50.615293 568461 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-408183"
I0327 18:59:50.615589 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.626254 568461 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-408183"
I0327 18:59:50.626294 568461 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-408183"
I0327 18:59:50.626337 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.626781 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.633247 568461 addons.go:69] Setting gcp-auth=true in profile "addons-408183"
I0327 18:59:50.633292 568461 mustload.go:65] Loading cluster: addons-408183
I0327 18:59:50.633469 568461 config.go:182] Loaded profile config "addons-408183": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0327 18:59:50.633716 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.650681 568461 addons.go:69] Setting registry=true in profile "addons-408183"
I0327 18:59:50.650722 568461 addons.go:234] Setting addon registry=true in "addons-408183"
I0327 18:59:50.650772 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.651224 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.651372 568461 addons.go:69] Setting ingress=true in profile "addons-408183"
I0327 18:59:50.651391 568461 addons.go:234] Setting addon ingress=true in "addons-408183"
I0327 18:59:50.651417 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.674165 568461 addons.go:69] Setting storage-provisioner=true in profile "addons-408183"
I0327 18:59:50.674215 568461 addons.go:234] Setting addon storage-provisioner=true in "addons-408183"
I0327 18:59:50.674256 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.675220 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.681405 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.705094 568461 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-408183"
I0327 18:59:50.705132 568461 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-408183"
I0327 18:59:50.705430 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.732977 568461 addons.go:69] Setting volumesnapshots=true in profile "addons-408183"
I0327 18:59:50.733017 568461 addons.go:234] Setting addon volumesnapshots=true in "addons-408183"
I0327 18:59:50.733056 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.733479 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.774259 568461 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0327 18:59:50.781393 568461 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0327 18:59:50.781413 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0327 18:59:50.781469 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:50.785009 568461 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.26.0
I0327 18:59:50.781180 568461 addons.go:234] Setting addon default-storageclass=true in "addons-408183"
I0327 18:59:50.786181 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.789169 568461 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0327 18:59:50.789184 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0327 18:59:50.789245 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:50.803663 568461 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0327 18:59:50.808463 568461 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0327 18:59:50.810336 568461 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0327 18:59:50.812421 568461 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0327 18:59:50.810469 568461 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
I0327 18:59:50.810474 568461 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0327 18:59:50.810478 568461 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0327 18:59:50.810520 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.816072 568461 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0327 18:59:50.816094 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0327 18:59:50.816144 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:50.815076 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.841565 568461 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0327 18:59:50.845125 568461 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0327 18:59:50.849305 568461 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0327 18:59:50.849386 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0327 18:59:50.849494 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:50.855272 568461 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0327 18:59:50.855300 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0327 18:59:50.855368 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:50.862486 568461 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0327 18:59:50.862512 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0327 18:59:50.862577 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:50.886165 568461 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0327 18:59:50.881114 568461 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-408183"
I0327 18:59:50.893864 568461 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0327 18:59:50.888893 568461 out.go:177] - Using image docker.io/registry:2.8.3
I0327 18:59:50.888954 568461 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0327 18:59:50.888958 568461 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0327 18:59:50.888988 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:50.897728 568461 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0327 18:59:50.899479 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:50.900066 568461 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0327 18:59:50.900533 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:50.900545 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0327 18:59:50.906382 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:50.906476 568461 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0327 18:59:50.908069 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0327 18:59:50.908130 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:50.912740 568461 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0327 18:59:50.922351 568461 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0327 18:59:50.922373 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0327 18:59:50.922437 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:50.927386 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:50.912941 568461 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0327 18:59:50.932381 568461 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0327 18:59:50.934479 568461 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0327 18:59:50.936909 568461 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0327 18:59:50.940111 568461 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0327 18:59:50.940131 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0327 18:59:50.940194 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:50.937080 568461 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0327 18:59:50.940428 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0327 18:59:50.940468 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:51.011434 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:51.012608 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:51.036384 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:51.037547 568461 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0327 18:59:51.037572 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0327 18:59:51.037641 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:51.067025 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:51.078087 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:51.087882 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:51.104932 568461 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0327 18:59:51.104173 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:51.113008 568461 out.go:177] - Using image docker.io/busybox:stable
I0327 18:59:51.124351 568461 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0327 18:59:51.124387 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0327 18:59:51.124489 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:51.135999 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:51.153202 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:51.154123 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
W0327 18:59:51.156206 568461 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0327 18:59:51.156233 568461 retry.go:31] will retry after 348.307568ms: ssh: handshake failed: EOF
I0327 18:59:51.178146 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:51.214779 568461 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0327 18:59:51.396116 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0327 18:59:51.411554 568461 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0327 18:59:51.411581 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0327 18:59:51.480678 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0327 18:59:51.483722 568461 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0327 18:59:51.483746 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0327 18:59:51.504811 568461 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0327 18:59:51.504839 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0327 18:59:51.507841 568461 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0327 18:59:51.507872 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0327 18:59:51.573300 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0327 18:59:51.580052 568461 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0327 18:59:51.580077 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0327 18:59:51.588324 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0327 18:59:51.603060 568461 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0327 18:59:51.603086 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0327 18:59:51.607251 568461 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0327 18:59:51.607301 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0327 18:59:51.608225 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0327 18:59:51.611369 568461 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0327 18:59:51.611403 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0327 18:59:51.628968 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0327 18:59:51.640442 568461 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0327 18:59:51.640463 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0327 18:59:51.665676 568461 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0327 18:59:51.665699 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0327 18:59:51.720615 568461 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0327 18:59:51.720690 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0327 18:59:51.758315 568461 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0327 18:59:51.758340 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0327 18:59:51.768724 568461 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0327 18:59:51.768751 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0327 18:59:51.778486 568461 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0327 18:59:51.778514 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0327 18:59:51.778958 568461 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0327 18:59:51.778975 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0327 18:59:51.867932 568461 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0327 18:59:51.867996 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0327 18:59:51.877777 568461 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0327 18:59:51.877856 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0327 18:59:51.949386 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0327 18:59:51.966055 568461 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0327 18:59:51.966082 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0327 18:59:51.972128 568461 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0327 18:59:51.972156 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0327 18:59:51.980530 568461 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0327 18:59:51.980557 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0327 18:59:51.994474 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0327 18:59:52.027290 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0327 18:59:52.030436 568461 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0327 18:59:52.030474 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0327 18:59:52.078682 568461 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0327 18:59:52.078709 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0327 18:59:52.140131 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0327 18:59:52.208525 568461 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0327 18:59:52.208552 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0327 18:59:52.248572 568461 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0327 18:59:52.248596 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0327 18:59:52.253679 568461 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0327 18:59:52.253704 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0327 18:59:52.371615 568461 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0327 18:59:52.371635 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0327 18:59:52.404519 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0327 18:59:52.408174 568461 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0327 18:59:52.408197 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0327 18:59:52.586297 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0327 18:59:52.640620 568461 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0327 18:59:52.640647 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0327 18:59:52.747749 568461 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0327 18:59:52.747773 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0327 18:59:52.825701 568461 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0327 18:59:52.825725 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0327 18:59:52.910561 568461 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0327 18:59:52.910587 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0327 18:59:52.992888 568461 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.151288004s)
I0327 18:59:52.992917 568461 start.go:948] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0327 18:59:52.993837 568461 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.779034196s)
I0327 18:59:52.994588 568461 node_ready.go:35] waiting up to 6m0s for node "addons-408183" to be "Ready" ...
I0327 18:59:53.007516 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0327 18:59:53.875173 568461 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-408183" context rescaled to 1 replicas
I0327 18:59:55.126020 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 18:59:55.167919 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.68720251s)
I0327 18:59:55.167968 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.594634564s)
I0327 18:59:55.167997 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.771855612s)
I0327 18:59:55.677011 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.088650732s)
I0327 18:59:55.677067 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.068815846s)
I0327 18:59:55.945520 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.31651894s)
I0327 18:59:55.945724 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (3.996302674s)
I0327 18:59:55.945754 568461 addons.go:470] Verifying addon registry=true in "addons-408183"
I0327 18:59:55.947794 568461 out.go:177] * Verifying registry addon...
I0327 18:59:55.950615 568461 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0327 18:59:55.985204 568461 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0327 18:59:55.985238 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 18:59:56.493261 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 18:59:56.940854 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.800682949s)
I0327 18:59:56.943238 568461 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-408183 service yakd-dashboard -n yakd-dashboard
I0327 18:59:56.941062 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.913744977s)
I0327 18:59:56.941198 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.536647344s)
I0327 18:59:56.941221 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.946726491s)
I0327 18:59:56.941253 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.354918027s)
I0327 18:59:56.945449 568461 addons.go:470] Verifying addon metrics-server=true in "addons-408183"
W0327 18:59:56.945504 568461 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0327 18:59:56.945550 568461 retry.go:31] will retry after 287.511036ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0327 18:59:56.945589 568461 addons.go:470] Verifying addon ingress=true in "addons-408183"
I0327 18:59:56.949289 568461 out.go:177] * Verifying ingress addon...
I0327 18:59:56.952678 568461 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0327 18:59:56.961144 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 18:59:56.965151 568461 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0327 18:59:56.965171 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 18:59:57.175428 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.167862773s)
I0327 18:59:57.175512 568461 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-408183"
I0327 18:59:57.177591 568461 out.go:177] * Verifying csi-hostpath-driver addon...
I0327 18:59:57.180701 568461 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0327 18:59:57.188983 568461 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0327 18:59:57.189053 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 18:59:57.233689 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0327 18:59:57.457414 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 18:59:57.458586 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 18:59:57.497809 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 18:59:57.684909 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 18:59:57.798625 568461 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0327 18:59:57.798713 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:57.816477 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:57.940762 568461 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0327 18:59:57.955065 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 18:59:57.958831 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 18:59:57.982475 568461 addons.go:234] Setting addon gcp-auth=true in "addons-408183"
I0327 18:59:57.982583 568461 host.go:66] Checking if "addons-408183" exists ...
I0327 18:59:57.983397 568461 cli_runner.go:164] Run: docker container inspect addons-408183 --format={{.State.Status}}
I0327 18:59:58.010385 568461 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0327 18:59:58.010528 568461 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-408183
I0327 18:59:58.044007 568461 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/18517-562206/.minikube/machines/addons-408183/id_rsa Username:docker}
I0327 18:59:58.186360 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 18:59:58.455345 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 18:59:58.458507 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 18:59:58.686165 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 18:59:58.965367 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 18:59:58.970051 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 18:59:59.189184 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 18:59:59.457341 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 18:59:59.458485 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 18:59:59.501770 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 18:59:59.686270 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 18:59:59.957886 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 18:59:59.959366 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:00.189391 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:00.512961 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:00.513919 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:00.695878 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:00.736411 568461 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.725988263s)
I0327 19:00:00.750761 568461 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0327 19:00:00.736864 568461 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.50312877s)
I0327 19:00:00.770240 568461 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0327 19:00:00.772203 568461 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0327 19:00:00.772236 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0327 19:00:00.883035 568461 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0327 19:00:00.883069 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0327 19:00:00.962644 568461 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0327 19:00:00.962672 568461 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0327 19:00:00.963216 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:00.964622 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:00.991752 568461 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0327 19:00:01.186917 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:01.462435 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:01.476564 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:01.687219 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:01.878317 568461 addons.go:470] Verifying addon gcp-auth=true in "addons-408183"
I0327 19:00:01.880446 568461 out.go:177] * Verifying gcp-auth addon...
I0327 19:00:01.883174 568461 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0327 19:00:01.909158 568461 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0327 19:00:01.909227 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:01.955666 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:01.958378 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:02.026194 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 19:00:02.185634 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:02.388531 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:02.458700 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:02.463580 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:02.686643 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:02.886976 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:02.957038 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:02.958286 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:03.186836 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:03.389381 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:03.455772 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:03.457860 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:03.685887 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:03.887515 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:03.955119 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:03.957347 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:04.185655 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:04.386865 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:04.456516 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:04.456748 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:04.498032 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 19:00:04.685692 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:04.887352 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:04.956161 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:04.957529 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:05.185858 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:05.386975 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:05.455681 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:05.457013 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:05.685247 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:05.887143 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:05.955399 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:05.957492 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:06.185934 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:06.387684 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:06.455555 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:06.457594 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:06.498343 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 19:00:06.686521 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:06.888101 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:06.955998 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:06.958885 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:07.185081 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:07.386901 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:07.454671 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:07.458256 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:07.685611 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:07.886817 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:07.956520 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:07.958165 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:08.185566 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:08.387282 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:08.455625 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:08.457684 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:08.685335 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:08.887792 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:08.956427 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:08.958141 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:08.998532 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 19:00:09.185542 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:09.387569 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:09.456249 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:09.458743 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:09.685817 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:09.886808 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:09.955507 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:09.957762 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:10.186313 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:10.387204 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:10.456946 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:10.462597 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:10.686076 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:10.887286 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:10.956313 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:10.957688 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:11.185693 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:11.386690 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:11.454831 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:11.456874 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:11.498209 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 19:00:11.685838 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:11.887857 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:11.956031 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:11.957341 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:12.185141 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:12.386692 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:12.456804 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:12.455826 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:12.685002 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:12.886599 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:12.957707 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:12.958126 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:13.184975 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:13.387367 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:13.455864 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:13.458198 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:13.498615 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 19:00:13.684977 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:13.886960 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:13.957237 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:13.957406 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:14.185263 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:14.387501 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:14.456326 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:14.457803 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:14.685762 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:14.886616 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:14.955784 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:14.957058 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:15.185858 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:15.386798 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:15.454969 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:15.456894 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:15.499352 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 19:00:15.685482 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:15.887106 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:15.956098 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:15.957521 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:16.185347 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:16.386977 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:16.455713 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:16.456982 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:16.686191 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:16.886776 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:16.957568 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:16.959052 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:17.185807 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:17.387048 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:17.455870 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:17.458247 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:17.686522 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:17.888012 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:17.955830 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:17.958577 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:17.998142 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 19:00:18.186040 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:18.387051 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:18.455636 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:18.456961 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:18.685240 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:18.887119 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:18.956688 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:18.958203 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:19.185365 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:19.387658 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:19.455533 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:19.457567 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:19.685300 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:19.887398 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:19.955590 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:19.958257 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:19.998185 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 19:00:20.185231 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:20.393857 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:20.455295 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:20.457249 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:20.685249 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:20.887821 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:20.955751 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:20.957805 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:21.185617 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:21.388674 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:21.456200 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:21.457811 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:21.685493 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:21.887332 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:21.959517 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:21.960611 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:22.005173 568461 node_ready.go:53] node "addons-408183" has status "Ready":"False"
I0327 19:00:22.185121 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:22.388203 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:22.456456 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:22.457811 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:22.685053 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:22.887331 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:22.956552 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:22.957877 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:23.185692 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:23.387639 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:23.454980 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:23.456955 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:23.685257 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:23.886803 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:23.959266 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:23.960206 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:24.031016 568461 node_ready.go:49] node "addons-408183" has status "Ready":"True"
I0327 19:00:24.031055 568461 node_ready.go:38] duration metric: took 31.03643195s for node "addons-408183" to be "Ready" ...
I0327 19:00:24.031067 568461 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" ...
I0327 19:00:24.051560 568461 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-bhhnt" in "kube-system" namespace to be "Ready" ...
I0327 19:00:24.204453 568461 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0327 19:00:24.204486 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:24.409669 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:24.479633 568461 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0327 19:00:24.479658 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:24.481147 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:24.710935 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:24.904459 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:24.957881 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:24.958475 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:25.188444 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:25.411567 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:25.463238 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:25.464765 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:25.565628 568461 pod_ready.go:92] pod "coredns-76f75df574-bhhnt" in "kube-system" namespace has status "Ready":"True"
I0327 19:00:25.565652 568461 pod_ready.go:81] duration metric: took 1.514050983s for pod "coredns-76f75df574-bhhnt" in "kube-system" namespace to be "Ready" ...
I0327 19:00:25.565673 568461 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-408183" in "kube-system" namespace to be "Ready" ...
I0327 19:00:25.584896 568461 pod_ready.go:92] pod "etcd-addons-408183" in "kube-system" namespace has status "Ready":"True"
I0327 19:00:25.584923 568461 pod_ready.go:81] duration metric: took 19.241192ms for pod "etcd-addons-408183" in "kube-system" namespace to be "Ready" ...
I0327 19:00:25.584938 568461 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-408183" in "kube-system" namespace to be "Ready" ...
I0327 19:00:25.602806 568461 pod_ready.go:92] pod "kube-apiserver-addons-408183" in "kube-system" namespace has status "Ready":"True"
I0327 19:00:25.602833 568461 pod_ready.go:81] duration metric: took 17.886731ms for pod "kube-apiserver-addons-408183" in "kube-system" namespace to be "Ready" ...
I0327 19:00:25.602845 568461 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-408183" in "kube-system" namespace to be "Ready" ...
I0327 19:00:25.629560 568461 pod_ready.go:92] pod "kube-controller-manager-addons-408183" in "kube-system" namespace has status "Ready":"True"
I0327 19:00:25.629586 568461 pod_ready.go:81] duration metric: took 26.733204ms for pod "kube-controller-manager-addons-408183" in "kube-system" namespace to be "Ready" ...
I0327 19:00:25.629607 568461 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-bfs7l" in "kube-system" namespace to be "Ready" ...
I0327 19:00:25.636564 568461 pod_ready.go:92] pod "kube-proxy-bfs7l" in "kube-system" namespace has status "Ready":"True"
I0327 19:00:25.636597 568461 pod_ready.go:81] duration metric: took 6.981204ms for pod "kube-proxy-bfs7l" in "kube-system" namespace to be "Ready" ...
I0327 19:00:25.636608 568461 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-408183" in "kube-system" namespace to be "Ready" ...
I0327 19:00:25.687792 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:25.888456 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:25.963601 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:25.964128 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:25.999227 568461 pod_ready.go:92] pod "kube-scheduler-addons-408183" in "kube-system" namespace has status "Ready":"True"
I0327 19:00:25.999259 568461 pod_ready.go:81] duration metric: took 362.642627ms for pod "kube-scheduler-addons-408183" in "kube-system" namespace to be "Ready" ...
I0327 19:00:25.999272 568461 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-69cf46c98-qwvb6" in "kube-system" namespace to be "Ready" ...
I0327 19:00:26.195438 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:26.387617 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:26.458145 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:26.460415 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:26.687558 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:26.895020 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:26.959688 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:26.961137 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:27.188698 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:27.387062 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:27.456314 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:27.459383 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:27.686681 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:27.887814 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:27.957220 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:27.957369 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:28.009606 568461 pod_ready.go:102] pod "metrics-server-69cf46c98-qwvb6" in "kube-system" namespace has status "Ready":"False"
I0327 19:00:28.187243 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:28.392054 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:28.459387 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:28.466151 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:28.687746 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:28.887980 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:28.967773 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:28.968798 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:29.188122 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:29.388358 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:29.459386 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:29.461014 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:29.689204 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:29.888491 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:29.959010 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:29.961599 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:30.012742 568461 pod_ready.go:102] pod "metrics-server-69cf46c98-qwvb6" in "kube-system" namespace has status "Ready":"False"
I0327 19:00:30.194172 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:30.390308 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:30.456323 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:30.459749 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:30.688974 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:30.888535 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:30.963911 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:30.965279 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:31.189670 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:31.387715 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:31.457506 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:31.460982 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:31.688223 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:31.889668 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:31.963579 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:31.963883 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:32.187898 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:32.389444 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:32.466782 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:32.471654 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:32.514957 568461 pod_ready.go:102] pod "metrics-server-69cf46c98-qwvb6" in "kube-system" namespace has status "Ready":"False"
I0327 19:00:32.687261 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:32.888518 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:32.963411 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:32.963736 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:33.187879 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:33.389118 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:33.458590 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:33.463859 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:33.686412 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:33.887199 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:33.956175 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:33.962467 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:34.187467 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:34.388325 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:34.456174 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:34.459038 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:34.686648 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:34.887802 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:34.960436 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:34.961815 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:35.011451 568461 pod_ready.go:102] pod "metrics-server-69cf46c98-qwvb6" in "kube-system" namespace has status "Ready":"False"
I0327 19:00:35.187858 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:35.387507 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:35.460952 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:35.463120 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:35.690048 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:35.890165 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:35.962726 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:35.964281 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:36.188146 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:36.388144 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:36.461285 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:36.465250 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:36.696426 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:36.889102 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:36.977045 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:36.987426 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:37.019819 568461 pod_ready.go:102] pod "metrics-server-69cf46c98-qwvb6" in "kube-system" namespace has status "Ready":"False"
I0327 19:00:37.191037 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:37.387283 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:37.464733 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:37.465589 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:37.690401 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:37.889100 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:37.962011 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:37.964176 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:38.191298 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:38.388271 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:38.458660 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:38.471589 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:38.688094 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:38.887737 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:38.988086 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:38.997432 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:39.187228 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:39.387303 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:39.456910 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:39.461716 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:39.510828 568461 pod_ready.go:102] pod "metrics-server-69cf46c98-qwvb6" in "kube-system" namespace has status "Ready":"False"
I0327 19:00:39.687241 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:39.887721 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:39.973077 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:39.973842 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:40.186469 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:40.387545 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:40.459078 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:40.459852 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:40.686985 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:40.886947 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:40.958367 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:40.960187 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:41.189975 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:41.387891 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:41.455646 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:41.459265 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:41.690949 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:41.887974 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:41.962503 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:41.969027 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:42.013264 568461 pod_ready.go:102] pod "metrics-server-69cf46c98-qwvb6" in "kube-system" namespace has status "Ready":"False"
I0327 19:00:42.188497 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:42.387598 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:42.456670 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:42.459427 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:42.687246 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:42.887579 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:42.959176 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:42.960166 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:43.187465 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:43.405879 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:43.459006 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:43.463692 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:43.687262 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:43.887147 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:43.957171 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:43.960351 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:44.186791 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:44.403316 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:44.455840 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:44.457990 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:44.511043 568461 pod_ready.go:92] pod "metrics-server-69cf46c98-qwvb6" in "kube-system" namespace has status "Ready":"True"
I0327 19:00:44.511072 568461 pod_ready.go:81] duration metric: took 18.511791897s for pod "metrics-server-69cf46c98-qwvb6" in "kube-system" namespace to be "Ready" ...
I0327 19:00:44.511092 568461 pod_ready.go:38] duration metric: took 20.48001117s 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" ...
I0327 19:00:44.511137 568461 api_server.go:52] waiting for apiserver process to appear ...
I0327 19:00:44.511225 568461 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0327 19:00:44.524986 568461 api_server.go:72] duration metric: took 53.926622106s to wait for apiserver process to appear ...
I0327 19:00:44.525011 568461 api_server.go:88] waiting for apiserver healthz status ...
I0327 19:00:44.525054 568461 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0327 19:00:44.533740 568461 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0327 19:00:44.535013 568461 api_server.go:141] control plane version: v1.29.3
I0327 19:00:44.535037 568461 api_server.go:131] duration metric: took 10.019026ms to wait for apiserver health ...
I0327 19:00:44.535046 568461 system_pods.go:43] waiting for kube-system pods to appear ...
I0327 19:00:44.544927 568461 system_pods.go:59] 18 kube-system pods found
I0327 19:00:44.544968 568461 system_pods.go:61] "coredns-76f75df574-bhhnt" [f636e147-fd58-4509-9cd1-c689a449a3fe] Running
I0327 19:00:44.544975 568461 system_pods.go:61] "csi-hostpath-attacher-0" [265c104a-1743-46ee-82d7-8d2291086a57] Running
I0327 19:00:44.544979 568461 system_pods.go:61] "csi-hostpath-resizer-0" [f1fd73f3-c762-43c3-be39-1be7911e4191] Running
I0327 19:00:44.544987 568461 system_pods.go:61] "csi-hostpathplugin-7mx7s" [c0ee14d2-0938-4d41-b2e6-a131b6255115] 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])
I0327 19:00:44.544993 568461 system_pods.go:61] "etcd-addons-408183" [dbdba5a6-4ec7-4259-970b-54733264f5ac] Running
I0327 19:00:44.544998 568461 system_pods.go:61] "kindnet-kt86z" [81e2b362-4107-4404-b219-c11bbf7df6b1] Running
I0327 19:00:44.545002 568461 system_pods.go:61] "kube-apiserver-addons-408183" [3a2c33e2-5c18-4f9e-be61-fc227abe46dc] Running
I0327 19:00:44.545006 568461 system_pods.go:61] "kube-controller-manager-addons-408183" [8fccb017-6d12-43f7-88d2-dad4a0ddd191] Running
I0327 19:00:44.545014 568461 system_pods.go:61] "kube-ingress-dns-minikube" [a2a7db0c-b3a4-491d-bef5-73febdd9a49a] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0327 19:00:44.545020 568461 system_pods.go:61] "kube-proxy-bfs7l" [bc31839f-2efa-434c-b39c-2fd6099d7203] Running
I0327 19:00:44.545032 568461 system_pods.go:61] "kube-scheduler-addons-408183" [786a7432-056b-45f4-820e-455498104cad] Running
I0327 19:00:44.545036 568461 system_pods.go:61] "metrics-server-69cf46c98-qwvb6" [c98ba762-4ee9-431f-8331-f7b0859f18c0] Running
I0327 19:00:44.545044 568461 system_pods.go:61] "nvidia-device-plugin-daemonset-qkdl4" [78361e37-2128-4937-8e3a-361cd2184fa5] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0327 19:00:44.545053 568461 system_pods.go:61] "registry-9wfw5" [6c3f112a-7577-41d6-b765-1344e134d816] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0327 19:00:44.545061 568461 system_pods.go:61] "registry-proxy-s2lkz" [ecdacb2c-048d-4a04-b2d2-648381ae630e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0327 19:00:44.545065 568461 system_pods.go:61] "snapshot-controller-58dbcc7b99-lxj4l" [3e197ded-0bf3-4605-88af-e91ed2b97019] Running
I0327 19:00:44.545075 568461 system_pods.go:61] "snapshot-controller-58dbcc7b99-v2mbw" [a6f1f6c4-24b8-439b-9bc8-86b5b55141e7] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0327 19:00:44.545080 568461 system_pods.go:61] "storage-provisioner" [940b5230-6bad-4bfd-9c0e-1284e9c59da3] Running
I0327 19:00:44.545087 568461 system_pods.go:74] duration metric: took 10.016548ms to wait for pod list to return data ...
I0327 19:00:44.545094 568461 default_sa.go:34] waiting for default service account to be created ...
I0327 19:00:44.548502 568461 default_sa.go:45] found service account: "default"
I0327 19:00:44.548527 568461 default_sa.go:55] duration metric: took 3.42236ms for default service account to be created ...
I0327 19:00:44.548538 568461 system_pods.go:116] waiting for k8s-apps to be running ...
I0327 19:00:44.559200 568461 system_pods.go:86] 18 kube-system pods found
I0327 19:00:44.559234 568461 system_pods.go:89] "coredns-76f75df574-bhhnt" [f636e147-fd58-4509-9cd1-c689a449a3fe] Running
I0327 19:00:44.559242 568461 system_pods.go:89] "csi-hostpath-attacher-0" [265c104a-1743-46ee-82d7-8d2291086a57] Running
I0327 19:00:44.559247 568461 system_pods.go:89] "csi-hostpath-resizer-0" [f1fd73f3-c762-43c3-be39-1be7911e4191] Running
I0327 19:00:44.559254 568461 system_pods.go:89] "csi-hostpathplugin-7mx7s" [c0ee14d2-0938-4d41-b2e6-a131b6255115] 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])
I0327 19:00:44.559260 568461 system_pods.go:89] "etcd-addons-408183" [dbdba5a6-4ec7-4259-970b-54733264f5ac] Running
I0327 19:00:44.559266 568461 system_pods.go:89] "kindnet-kt86z" [81e2b362-4107-4404-b219-c11bbf7df6b1] Running
I0327 19:00:44.559271 568461 system_pods.go:89] "kube-apiserver-addons-408183" [3a2c33e2-5c18-4f9e-be61-fc227abe46dc] Running
I0327 19:00:44.559276 568461 system_pods.go:89] "kube-controller-manager-addons-408183" [8fccb017-6d12-43f7-88d2-dad4a0ddd191] Running
I0327 19:00:44.559283 568461 system_pods.go:89] "kube-ingress-dns-minikube" [a2a7db0c-b3a4-491d-bef5-73febdd9a49a] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0327 19:00:44.559295 568461 system_pods.go:89] "kube-proxy-bfs7l" [bc31839f-2efa-434c-b39c-2fd6099d7203] Running
I0327 19:00:44.559302 568461 system_pods.go:89] "kube-scheduler-addons-408183" [786a7432-056b-45f4-820e-455498104cad] Running
I0327 19:00:44.559306 568461 system_pods.go:89] "metrics-server-69cf46c98-qwvb6" [c98ba762-4ee9-431f-8331-f7b0859f18c0] Running
I0327 19:00:44.559315 568461 system_pods.go:89] "nvidia-device-plugin-daemonset-qkdl4" [78361e37-2128-4937-8e3a-361cd2184fa5] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0327 19:00:44.559321 568461 system_pods.go:89] "registry-9wfw5" [6c3f112a-7577-41d6-b765-1344e134d816] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0327 19:00:44.559333 568461 system_pods.go:89] "registry-proxy-s2lkz" [ecdacb2c-048d-4a04-b2d2-648381ae630e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0327 19:00:44.559337 568461 system_pods.go:89] "snapshot-controller-58dbcc7b99-lxj4l" [3e197ded-0bf3-4605-88af-e91ed2b97019] Running
I0327 19:00:44.559350 568461 system_pods.go:89] "snapshot-controller-58dbcc7b99-v2mbw" [a6f1f6c4-24b8-439b-9bc8-86b5b55141e7] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0327 19:00:44.559355 568461 system_pods.go:89] "storage-provisioner" [940b5230-6bad-4bfd-9c0e-1284e9c59da3] Running
I0327 19:00:44.559362 568461 system_pods.go:126] duration metric: took 10.8193ms to wait for k8s-apps to be running ...
I0327 19:00:44.559378 568461 system_svc.go:44] waiting for kubelet service to be running ....
I0327 19:00:44.559437 568461 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0327 19:00:44.571677 568461 system_svc.go:56] duration metric: took 12.289518ms WaitForService to wait for kubelet
I0327 19:00:44.571707 568461 kubeadm.go:576] duration metric: took 53.973347701s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0327 19:00:44.571739 568461 node_conditions.go:102] verifying NodePressure condition ...
I0327 19:00:44.575319 568461 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0327 19:00:44.575362 568461 node_conditions.go:123] node cpu capacity is 2
I0327 19:00:44.575377 568461 node_conditions.go:105] duration metric: took 3.632796ms to run NodePressure ...
I0327 19:00:44.575391 568461 start.go:240] waiting for startup goroutines ...
I0327 19:00:44.686239 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:44.887031 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:44.958354 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:44.960145 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:45.203542 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:45.388013 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:45.457308 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:45.461315 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:45.686399 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:45.887189 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:45.956127 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:45.958647 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:46.187457 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:46.387146 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:46.471237 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:46.471482 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:46.687442 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:46.886881 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:46.963099 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:46.968746 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:47.186946 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:47.387910 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:47.476876 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:47.478157 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:47.695477 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:47.887193 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:47.959711 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:47.963868 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:48.186641 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:48.387635 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:48.456906 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:48.460528 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:48.687430 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:48.888264 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:48.984501 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:49.001337 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:49.194078 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:49.388405 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:49.461113 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:49.463877 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:49.688338 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:49.887318 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:49.966595 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:49.967921 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:50.190043 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:50.388158 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:50.457242 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:50.459132 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:50.687001 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:50.887886 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:50.956779 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:50.958849 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:51.187781 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:51.387809 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:51.456439 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:51.460294 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:51.687926 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:51.887926 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:51.972983 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:51.978443 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:52.187334 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:52.387792 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:52.456379 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:52.461789 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:52.688827 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:52.893604 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:52.964340 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:52.973707 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:53.187364 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:53.388492 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:53.459349 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:53.465325 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:53.687831 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:53.887740 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:53.958952 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:53.960990 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:54.187564 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:54.387412 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:54.456556 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:54.457569 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:54.687287 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:54.887663 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:54.960465 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:54.962028 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:55.187127 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:55.388253 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:55.457296 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:55.458211 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:55.686290 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:55.887719 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:55.957203 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:55.959272 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:56.187292 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:56.387994 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:56.456242 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:56.459509 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:56.689770 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:56.887526 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:56.966342 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:56.966488 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:57.188734 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:57.387528 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:57.456570 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:57.459889 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:57.687070 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:57.888483 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:57.960868 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:57.961761 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:58.186889 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:58.388227 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:58.462595 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:58.463606 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:58.691493 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:58.887683 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:58.967155 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:58.972381 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:59.187811 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:59.387352 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:59.457711 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:59.460264 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:00:59.687219 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:00:59.888927 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:00:59.974829 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:00:59.977142 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:00.246254 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:00.395825 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:00.467348 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:00.475368 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:00.688421 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:00.887564 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:00.956266 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:00.959496 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:01.189071 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:01.402223 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:01.459360 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:01.460424 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:01.693945 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:01.887728 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:01.960858 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:01.968861 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:02.187831 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:02.388650 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:02.458299 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:02.458708 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:02.692972 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:02.886749 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:02.961769 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:02.962064 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:03.186799 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:03.387737 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:03.455752 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:03.458460 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:03.695817 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:03.887971 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:03.960822 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:03.979461 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:04.187731 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:04.388332 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:04.459174 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:04.460651 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:04.690769 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:04.887693 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:04.959321 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:04.962517 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:05.190755 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:05.387503 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:05.456765 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:05.470761 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:05.686497 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:05.887867 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:05.957677 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:05.962449 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:06.190125 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:06.387854 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:06.467678 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:06.469730 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:06.686656 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:06.890968 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:06.979028 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:06.984232 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:07.187999 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:07.388327 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:07.457340 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 19:01:07.459943 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:07.686564 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:07.889807 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:07.958571 568461 kapi.go:107] duration metric: took 1m12.00795422s to wait for kubernetes.io/minikube-addons=registry ...
I0327 19:01:07.960090 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:08.188192 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:08.386769 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:08.457246 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:08.687451 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:08.886373 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:09.012542 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:09.189333 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:09.386873 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:09.457251 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:09.688561 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:09.888156 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:09.980550 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:10.187716 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:10.389782 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:10.458206 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:10.688062 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:10.887631 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:10.973854 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:11.187023 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:11.389154 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:11.457730 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:11.687207 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:11.887347 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:11.957634 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:12.187833 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:12.388174 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:12.458003 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:12.687839 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:12.887456 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:12.958750 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:13.186832 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:13.389505 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:13.475055 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:13.690995 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:13.888377 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:13.958804 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:14.187689 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:14.387320 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:14.459785 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:14.687518 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:14.887102 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:14.959163 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:15.190011 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:15.387618 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:15.457123 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:15.687541 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:15.887535 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:15.958430 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:16.187883 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:16.388081 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:16.458538 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:16.687239 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:16.887377 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:16.959207 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:17.207975 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:17.387374 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:17.459407 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:17.688559 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:17.887094 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:17.959042 568461 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 19:01:18.187276 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:18.387709 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:18.457428 568461 kapi.go:107] duration metric: took 1m21.504745971s to wait for app.kubernetes.io/name=ingress-nginx ...
I0327 19:01:18.687989 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:18.891224 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:19.187220 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:19.387414 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:19.686176 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:19.887140 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:20.186625 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:20.387142 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:20.688390 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:20.887566 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:21.186382 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:21.387037 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:21.686849 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:21.887282 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:22.187295 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:22.388370 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:22.687124 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:22.887844 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:23.186880 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:23.387412 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:23.687046 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:23.888822 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:24.187244 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:24.387427 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:24.690429 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 19:01:24.889426 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:25.186563 568461 kapi.go:107] duration metric: took 1m28.005859371s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0327 19:01:25.387440 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:25.886860 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:26.387249 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:26.888332 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:27.387481 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:27.886796 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:28.388062 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:28.887960 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:29.386796 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:29.890089 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:30.387127 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:30.887049 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:31.387585 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:31.887686 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:32.386321 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:32.887382 568461 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 19:01:33.387629 568461 kapi.go:107] duration metric: took 1m31.504454255s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0327 19:01:33.389538 568461 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-408183 cluster.
I0327 19:01:33.391744 568461 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.
I0327 19:01:33.393645 568461 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0327 19:01:33.395501 568461 out.go:177] * Enabled addons: cloud-spanner, ingress-dns, default-storageclass, storage-provisioner, nvidia-device-plugin, storage-provisioner-rancher, inspektor-gadget, yakd, metrics-server, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0327 19:01:33.397854 568461 addons.go:505] duration metric: took 1m42.799273529s for enable addons: enabled=[cloud-spanner ingress-dns default-storageclass storage-provisioner nvidia-device-plugin storage-provisioner-rancher inspektor-gadget yakd metrics-server volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0327 19:01:33.397923 568461 start.go:245] waiting for cluster config update ...
I0327 19:01:33.397949 568461 start.go:254] writing updated cluster config ...
I0327 19:01:33.398246 568461 ssh_runner.go:195] Run: rm -f paused
I0327 19:01:33.782229 568461 start.go:600] kubectl: 1.29.3, cluster: 1.29.3 (minor skew: 0)
I0327 19:01:33.784758 568461 out.go:177] * Done! kubectl is now configured to use "addons-408183" cluster and "default" namespace by default
==> CRI-O <==
Mar 27 19:04:45 addons-408183 crio[890]: time="2024-03-27 19:04:45.953152087Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=678bcf52-1bf4-430f-8535-0e7868b53cf4 name=/runtime.v1.ImageService/ImageStatus
Mar 27 19:04:45 addons-408183 crio[890]: time="2024-03-27 19:04:45.953364254Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=678bcf52-1bf4-430f-8535-0e7868b53cf4 name=/runtime.v1.ImageService/ImageStatus
Mar 27 19:04:45 addons-408183 crio[890]: time="2024-03-27 19:04:45.954335866Z" level=info msg="Creating container: default/hello-world-app-5d77478584-tbdqv/hello-world-app" id=f9da2cf8-593a-4fa0-8ba1-1da7f54efd88 name=/runtime.v1.RuntimeService/CreateContainer
Mar 27 19:04:45 addons-408183 crio[890]: time="2024-03-27 19:04:45.954433523Z" level=warning msg="Allowed annotations are specified for workload []"
Mar 27 19:04:46 addons-408183 crio[890]: time="2024-03-27 19:04:46.018015951Z" level=info msg="Created container f04f6789afe9be331be36c2d1c5a7334a030a231c0774da15961e9068eb08589: default/hello-world-app-5d77478584-tbdqv/hello-world-app" id=f9da2cf8-593a-4fa0-8ba1-1da7f54efd88 name=/runtime.v1.RuntimeService/CreateContainer
Mar 27 19:04:46 addons-408183 crio[890]: time="2024-03-27 19:04:46.019096444Z" level=info msg="Starting container: f04f6789afe9be331be36c2d1c5a7334a030a231c0774da15961e9068eb08589" id=93522a5c-3b19-4298-95b0-4d776be089a2 name=/runtime.v1.RuntimeService/StartContainer
Mar 27 19:04:46 addons-408183 crio[890]: time="2024-03-27 19:04:46.028035093Z" level=info msg="Started container" PID=8087 containerID=f04f6789afe9be331be36c2d1c5a7334a030a231c0774da15961e9068eb08589 description=default/hello-world-app-5d77478584-tbdqv/hello-world-app id=93522a5c-3b19-4298-95b0-4d776be089a2 name=/runtime.v1.RuntimeService/StartContainer sandboxID=33f50d469f972cff8601ae6fc395d76910bcf84b1334d1c5566bf38dc0296aba
Mar 27 19:04:46 addons-408183 conmon[8076]: conmon f04f6789afe9be331be3 <ninfo>: container 8087 exited with status 1
Mar 27 19:04:46 addons-408183 crio[890]: time="2024-03-27 19:04:46.525724968Z" level=info msg="Stopping container: 655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7 (timeout: 2s)" id=42f85053-72a9-4cb2-b6fc-d297e28b0b7d name=/runtime.v1.RuntimeService/StopContainer
Mar 27 19:04:46 addons-408183 crio[890]: time="2024-03-27 19:04:46.698032836Z" level=info msg="Removing container: e39a659f2114d714d909dd6c459fc7833076cbe1e748b6f3d3b2f99b2a0fef59" id=ebf9dc6f-2158-4f1f-9c39-3740a1097e15 name=/runtime.v1.RuntimeService/RemoveContainer
Mar 27 19:04:46 addons-408183 crio[890]: time="2024-03-27 19:04:46.718926325Z" level=info msg="Removed container e39a659f2114d714d909dd6c459fc7833076cbe1e748b6f3d3b2f99b2a0fef59: default/hello-world-app-5d77478584-tbdqv/hello-world-app" id=ebf9dc6f-2158-4f1f-9c39-3740a1097e15 name=/runtime.v1.RuntimeService/RemoveContainer
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.531852549Z" level=warning msg="Stopping container 655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=42f85053-72a9-4cb2-b6fc-d297e28b0b7d name=/runtime.v1.RuntimeService/StopContainer
Mar 27 19:04:48 addons-408183 conmon[4828]: conmon 655b3f3bb8c31c486c3e <ninfo>: container 4839 exited with status 137
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.670549079Z" level=info msg="Stopped container 655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7: ingress-nginx/ingress-nginx-controller-65496f9567-czrvw/controller" id=42f85053-72a9-4cb2-b6fc-d297e28b0b7d name=/runtime.v1.RuntimeService/StopContainer
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.671205115Z" level=info msg="Stopping pod sandbox: 19c614f3034224b685dd0d3fa6741cdbaeb94c07d61839d3d732adeaa8236022" id=12c0d647-e4a5-46bf-9b1d-b5ca2b4a3a5d name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.674588863Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-BF7QNKHXZ4YBKND2 - [0:0]\n:KUBE-HP-JRNXRAI7VEXYOGPT - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-JRNXRAI7VEXYOGPT\n-X KUBE-HP-BF7QNKHXZ4YBKND2\nCOMMIT\n"
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.676035524Z" level=info msg="Closing host port tcp:80"
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.676083311Z" level=info msg="Closing host port tcp:443"
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.677551814Z" level=info msg="Host port tcp:80 does not have an open socket"
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.677589179Z" level=info msg="Host port tcp:443 does not have an open socket"
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.677758663Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-65496f9567-czrvw Namespace:ingress-nginx ID:19c614f3034224b685dd0d3fa6741cdbaeb94c07d61839d3d732adeaa8236022 UID:662ea9ea-ba90-40c0-8979-14aa182883ff NetNS:/var/run/netns/4db64ba6-9df2-49e4-9893-9853788bdfdd Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.677899873Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-65496f9567-czrvw from CNI network \"kindnet\" (type=ptp)"
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.699648479Z" level=info msg="Stopped pod sandbox: 19c614f3034224b685dd0d3fa6741cdbaeb94c07d61839d3d732adeaa8236022" id=12c0d647-e4a5-46bf-9b1d-b5ca2b4a3a5d name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.706212177Z" level=info msg="Removing container: 655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7" id=9d0e04de-99f6-426d-bfd6-4a2620980c2f name=/runtime.v1.RuntimeService/RemoveContainer
Mar 27 19:04:48 addons-408183 crio[890]: time="2024-03-27 19:04:48.722939565Z" level=info msg="Removed container 655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7: ingress-nginx/ingress-nginx-controller-65496f9567-czrvw/controller" id=9d0e04de-99f6-426d-bfd6-4a2620980c2f name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
f04f6789afe9b dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 7 seconds ago Exited hello-world-app 2 33f50d469f972 hello-world-app-5d77478584-tbdqv
7955e5cd75237 ghcr.io/headlamp-k8s/headlamp@sha256:1f277f42730106526a27560517a4c5f9253ccb2477be458986f44a791158a02c 56 seconds ago Running headlamp 0 911ff2ad6138a headlamp-5b77dbd7c4-tss7p
0d5f11e0068da docker.io/library/nginx@sha256:31bad00311cb5eeb8a6648beadcf67277a175da89989f14727420a80e2e76742 2 minutes ago Running nginx 0 b5fc103a8ef9b nginx
972873ec46e56 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69 3 minutes ago Running gcp-auth 0 a57c459060a19 gcp-auth-7d69788767-rwbsx
7aff2c7c07275 1a024e390dd050d584b5c93bb30810e8be713157ab713b0d77a7af14dfe88c1e 3 minutes ago Exited patch 3 5f6b5b3c63a80 ingress-nginx-admission-patch-g98zk
ca31cbad1b8fb docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 3 minutes ago Running yakd 0 d3970b8b6552e yakd-dashboard-9947fc6bf-4swzk
37964f65d1de0 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0b1098ef00acee905f9736f98dd151af0a38d0fef0ccf9fb5ad189b20933e5f8 4 minutes ago Exited create 0 17d0607a8de94 ingress-nginx-admission-create-mh6pz
d954a86c4c307 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 4 minutes ago Running coredns 0 1675d5fb2bc21 coredns-76f75df574-bhhnt
394bfe3d7c196 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 4 minutes ago Running storage-provisioner 0 8b4a60ff12fb9 storage-provisioner
9ba6235ecb64c 4740c1948d3fceb8d7dacc63033aa6299d80794ee4f4811539ec1081d9211f3d 5 minutes ago Running kindnet-cni 0 75b364b06e5d1 kindnet-kt86z
8802f6dc94234 0e9b4a0d1e86d942f5ed93eaf751771e7602104cac5e15256c36967770ad2775 5 minutes ago Running kube-proxy 0 97299da841712 kube-proxy-bfs7l
2d17b7f223c11 121d70d9a3805f44c7c587a60d9360495cf9d95129047f4818bb7110ec1ec195 5 minutes ago Running kube-controller-manager 0 9c05f1865e121 kube-controller-manager-addons-408183
3286cce91da02 4b51f9f6bc9b9a68473278361df0e8985109b56c7b649532c6bffcab2a8c65fb 5 minutes ago Running kube-scheduler 0 7afe1f39244b5 kube-scheduler-addons-408183
b67c50c57846a 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 5 minutes ago Running etcd 0 089e720476e62 etcd-addons-408183
97bf31aa30cb8 2581114f5709d3459ca39f243fd21fde75f2f60d205ffdcd57b4207c33980794 5 minutes ago Running kube-apiserver 0 4f36e0a54f12d kube-apiserver-addons-408183
==> coredns [d954a86c4c3076d134a4e7327b950b7845ce1549966401a6db9aaca0e1869b4e] <==
[INFO] 10.244.0.19:35016 - 21439 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000063138s
[INFO] 10.244.0.19:35016 - 29462 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000060611s
[INFO] 10.244.0.19:35016 - 10534 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000061218s
[INFO] 10.244.0.19:35016 - 64904 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000058519s
[INFO] 10.244.0.19:35016 - 58254 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001332988s
[INFO] 10.244.0.19:35016 - 36860 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001746959s
[INFO] 10.244.0.19:35016 - 32285 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000057813s
[INFO] 10.244.0.19:37267 - 6547 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000122296s
[INFO] 10.244.0.19:37267 - 20334 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000073838s
[INFO] 10.244.0.19:40842 - 10838 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000082346s
[INFO] 10.244.0.19:37267 - 2919 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000106527s
[INFO] 10.244.0.19:40842 - 2207 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000065444s
[INFO] 10.244.0.19:37267 - 20810 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000097337s
[INFO] 10.244.0.19:37267 - 60851 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000075298s
[INFO] 10.244.0.19:40842 - 50377 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000077481s
[INFO] 10.244.0.19:37267 - 26649 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00006683s
[INFO] 10.244.0.19:40842 - 50836 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000074946s
[INFO] 10.244.0.19:40842 - 31427 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000062646s
[INFO] 10.244.0.19:40842 - 20909 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00004818s
[INFO] 10.244.0.19:37267 - 8603 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001349521s
[INFO] 10.244.0.19:40842 - 57762 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001552383s
[INFO] 10.244.0.19:37267 - 30179 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001325981s
[INFO] 10.244.0.19:37267 - 31540 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000101193s
[INFO] 10.244.0.19:40842 - 23215 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002939476s
[INFO] 10.244.0.19:40842 - 58128 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000127425s
==> describe nodes <==
Name: addons-408183
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-408183
kubernetes.io/os=linux
minikube.k8s.io/commit=475b39f6a1dc94a0c7060d2eec10d9b995edcd28
minikube.k8s.io/name=addons-408183
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_03_27T18_59_37_0700
minikube.k8s.io/version=v1.33.0-beta.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-408183
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, 27 Mar 2024 18:59:33 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-408183
AcquireTime: <unset>
RenewTime: Wed, 27 Mar 2024 19:04:53 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 27 Mar 2024 19:04:43 +0000 Wed, 27 Mar 2024 18:59:30 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 27 Mar 2024 19:04:43 +0000 Wed, 27 Mar 2024 18:59:30 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 27 Mar 2024 19:04:43 +0000 Wed, 27 Mar 2024 18:59:30 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 27 Mar 2024 19:04:43 +0000 Wed, 27 Mar 2024 19:00:23 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-408183
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022564Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022564Ki
pods: 110
System Info:
Machine ID: 1ca58ea01d674e528007abd6e03a539b
System UUID: beb0cb92-1755-42de-970b-4cde9b1240b3
Boot ID: 561aadd0-a15d-4e78-9187-a38c38772b44
Kernel Version: 5.15.0-1056-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.29.3
Kube-Proxy Version: v1.29.3
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-tbdqv 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 25s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m44s
gcp-auth gcp-auth-7d69788767-rwbsx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m52s
headlamp headlamp-5b77dbd7c4-tss7p 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 60s
kube-system coredns-76f75df574-bhhnt 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 5m3s
kube-system etcd-addons-408183 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 5m16s
kube-system kindnet-kt86z 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m3s
kube-system kube-apiserver-addons-408183 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m16s
kube-system kube-controller-manager-addons-408183 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m16s
kube-system kube-proxy-bfs7l 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m3s
kube-system kube-scheduler-addons-408183 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m16s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m58s
yakd-dashboard yakd-dashboard-9947fc6bf-4swzk 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 4m58s
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 4m57s kube-proxy
Normal NodeHasSufficientMemory 5m24s (x8 over 5m25s) kubelet Node addons-408183 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m24s (x8 over 5m25s) kubelet Node addons-408183 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m24s (x8 over 5m25s) kubelet Node addons-408183 status is now: NodeHasSufficientPID
Normal Starting 5m17s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m16s kubelet Node addons-408183 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m16s kubelet Node addons-408183 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m16s kubelet Node addons-408183 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m3s node-controller Node addons-408183 event: Registered Node addons-408183 in Controller
Normal NodeReady 4m30s kubelet Node addons-408183 status is now: NodeReady
==> dmesg <==
[ +0.001239] FS-Cache: O-key=[8] 'e93a5c0100000000'
[ +0.000726] FS-Cache: N-cookie c=0000001e [p=00000015 fl=2 nc=0 na=1]
[ +0.000979] FS-Cache: N-cookie d=00000000b2ab35c3{9p.inode} n=00000000a9e34122
[ +0.001078] FS-Cache: N-key=[8] 'e93a5c0100000000'
[ +0.002912] FS-Cache: Duplicate cookie detected
[ +0.000716] FS-Cache: O-cookie c=00000018 [p=00000015 fl=226 nc=0 na=1]
[ +0.001018] FS-Cache: O-cookie d=00000000b2ab35c3{9p.inode} n=00000000748a5021
[ +0.001141] FS-Cache: O-key=[8] 'e93a5c0100000000'
[ +0.000736] FS-Cache: N-cookie c=0000001f [p=00000015 fl=2 nc=0 na=1]
[ +0.000940] FS-Cache: N-cookie d=00000000b2ab35c3{9p.inode} n=000000006a51abc6
[ +0.001067] FS-Cache: N-key=[8] 'e93a5c0100000000'
[ +1.813216] FS-Cache: Duplicate cookie detected
[ +0.000753] FS-Cache: O-cookie c=00000016 [p=00000015 fl=226 nc=0 na=1]
[ +0.001015] FS-Cache: O-cookie d=00000000b2ab35c3{9p.inode} n=0000000010f04798
[ +0.001025] FS-Cache: O-key=[8] 'e83a5c0100000000'
[ +0.000768] FS-Cache: N-cookie c=00000021 [p=00000015 fl=2 nc=0 na=1]
[ +0.000940] FS-Cache: N-cookie d=00000000b2ab35c3{9p.inode} n=000000009447d7be
[ +0.001041] FS-Cache: N-key=[8] 'e83a5c0100000000'
[ +0.266664] FS-Cache: Duplicate cookie detected
[ +0.000736] FS-Cache: O-cookie c=0000001b [p=00000015 fl=226 nc=0 na=1]
[ +0.000963] FS-Cache: O-cookie d=00000000b2ab35c3{9p.inode} n=0000000088c6ae44
[ +0.001071] FS-Cache: O-key=[8] 'ee3a5c0100000000'
[ +0.000829] FS-Cache: N-cookie c=00000022 [p=00000015 fl=2 nc=0 na=1]
[ +0.000963] FS-Cache: N-cookie d=00000000b2ab35c3{9p.inode} n=00000000a9e34122
[ +0.001118] FS-Cache: N-key=[8] 'ee3a5c0100000000'
==> etcd [b67c50c57846a10d3c1bae42aa28f177cac6e1baa5ee77f6f21b7882dbb1f65f] <==
{"level":"info","ts":"2024-03-27T18:59:30.710577Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-03-27T18:59:30.710628Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-03-27T18:59:30.710681Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-03-27T18:59:30.710713Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-27T18:59:30.710748Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-03-27T18:59:30.710784Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-27T18:59:30.712982Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-408183 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-03-27T18:59:30.71319Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-27T18:59:30.713933Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-27T18:59:30.714307Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-27T18:59:30.715934Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-03-27T18:59:30.717998Z","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-03-27T18:59:30.718085Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-27T18:59:30.718113Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-27T18:59:30.718133Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-03-27T18:59:30.718142Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-03-27T18:59:30.71963Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-03-27T18:59:51.37044Z","caller":"traceutil/trace.go:171","msg":"trace[381739942] transaction","detail":"{read_only:false; response_revision:397; number_of_response:1; }","duration":"170.456819ms","start":"2024-03-27T18:59:51.199965Z","end":"2024-03-27T18:59:51.370422Z","steps":["trace[381739942] 'process raft request' (duration: 82.350316ms)","trace[381739942] 'compare' (duration: 88.018955ms)"],"step_count":2}
{"level":"info","ts":"2024-03-27T18:59:51.765186Z","caller":"traceutil/trace.go:171","msg":"trace[1576096640] transaction","detail":"{read_only:false; response_revision:402; number_of_response:1; }","duration":"107.987338ms","start":"2024-03-27T18:59:51.657182Z","end":"2024-03-27T18:59:51.765169Z","steps":["trace[1576096640] 'process raft request' (duration: 104.815232ms)"],"step_count":1}
{"level":"info","ts":"2024-03-27T18:59:54.026281Z","caller":"traceutil/trace.go:171","msg":"trace[216165712] transaction","detail":"{read_only:false; response_revision:427; number_of_response:1; }","duration":"105.157769ms","start":"2024-03-27T18:59:53.921091Z","end":"2024-03-27T18:59:54.026249Z","steps":["trace[216165712] 'process raft request' (duration: 78.368804ms)"],"step_count":1}
{"level":"info","ts":"2024-03-27T18:59:54.026623Z","caller":"traceutil/trace.go:171","msg":"trace[1536457198] transaction","detail":"{read_only:false; response_revision:428; number_of_response:1; }","duration":"105.379421ms","start":"2024-03-27T18:59:53.921231Z","end":"2024-03-27T18:59:54.02661Z","steps":["trace[1536457198] 'process raft request' (duration: 89.059727ms)"],"step_count":1}
{"level":"warn","ts":"2024-03-27T18:59:54.026835Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"105.456195ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/clusterrolebindings/storage-provisioner\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-03-27T18:59:54.026972Z","caller":"traceutil/trace.go:171","msg":"trace[1257746177] range","detail":"{range_begin:/registry/clusterrolebindings/storage-provisioner; range_end:; response_count:0; response_revision:428; }","duration":"105.618172ms","start":"2024-03-27T18:59:53.921344Z","end":"2024-03-27T18:59:54.026962Z","steps":["trace[1257746177] 'agreement among raft nodes before linearized reading' (duration: 105.434788ms)"],"step_count":1}
{"level":"warn","ts":"2024-03-27T18:59:54.053145Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"131.580919ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/serviceips\" ","response":"range_response_count:1 size:116"}
{"level":"info","ts":"2024-03-27T18:59:54.053208Z","caller":"traceutil/trace.go:171","msg":"trace[1452307210] range","detail":"{range_begin:/registry/ranges/serviceips; range_end:; response_count:1; response_revision:432; }","duration":"131.653517ms","start":"2024-03-27T18:59:53.921542Z","end":"2024-03-27T18:59:54.053196Z","steps":["trace[1452307210] 'agreement among raft nodes before linearized reading' (duration: 131.501518ms)"],"step_count":1}
==> gcp-auth [972873ec46e56b87f8fb9f20514b28f22856f71298017731d3651285254365a5] <==
2024/03/27 19:01:32 GCP Auth Webhook started!
2024/03/27 19:01:45 Ready to marshal response ...
2024/03/27 19:01:45 Ready to write response ...
2024/03/27 19:02:03 Ready to marshal response ...
2024/03/27 19:02:03 Ready to write response ...
2024/03/27 19:02:09 Ready to marshal response ...
2024/03/27 19:02:09 Ready to write response ...
2024/03/27 19:02:25 Ready to marshal response ...
2024/03/27 19:02:25 Ready to write response ...
2024/03/27 19:02:54 Ready to marshal response ...
2024/03/27 19:02:54 Ready to write response ...
2024/03/27 19:02:54 Ready to marshal response ...
2024/03/27 19:02:54 Ready to write response ...
2024/03/27 19:03:03 Ready to marshal response ...
2024/03/27 19:03:03 Ready to write response ...
2024/03/27 19:03:53 Ready to marshal response ...
2024/03/27 19:03:53 Ready to write response ...
2024/03/27 19:03:53 Ready to marshal response ...
2024/03/27 19:03:53 Ready to write response ...
2024/03/27 19:03:53 Ready to marshal response ...
2024/03/27 19:03:53 Ready to write response ...
2024/03/27 19:04:28 Ready to marshal response ...
2024/03/27 19:04:28 Ready to write response ...
==> kernel <==
19:04:54 up 2:47, 0 users, load average: 0.65, 1.67, 2.26
Linux addons-408183 5.15.0-1056-aws #61~20.04.1-Ubuntu SMP Wed Mar 13 17:45:04 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [9ba6235ecb64cb6a3b3f7e47b4a6ddeaf7d87db2f697f42a6a526d25943e75b4] <==
I0327 19:02:53.649781 1 main.go:227] handling current node
I0327 19:03:03.658783 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:03:03.658967 1 main.go:227] handling current node
I0327 19:03:13.669621 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:03:13.669650 1 main.go:227] handling current node
I0327 19:03:23.682067 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:03:23.682095 1 main.go:227] handling current node
I0327 19:03:33.686074 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:03:33.686103 1 main.go:227] handling current node
I0327 19:03:43.698572 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:03:43.698599 1 main.go:227] handling current node
I0327 19:03:53.707296 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:03:53.707322 1 main.go:227] handling current node
I0327 19:04:03.721075 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:04:03.721110 1 main.go:227] handling current node
I0327 19:04:13.725678 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:04:13.725710 1 main.go:227] handling current node
I0327 19:04:23.738380 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:04:23.738409 1 main.go:227] handling current node
I0327 19:04:33.751117 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:04:33.751147 1 main.go:227] handling current node
I0327 19:04:43.763369 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:04:43.763396 1 main.go:227] handling current node
I0327 19:04:53.776193 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 19:04:53.776225 1 main.go:227] handling current node
==> kube-apiserver [97bf31aa30cb89ab69bbe0659c4ed53ee511dd8e8ffa43bca4c0472967024538] <==
E0327 19:00:44.431841 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: Operation cannot be fulfilled on apiservices.apiregistration.k8s.io "v1beta1.metrics.k8s.io": the object has been modified; please apply your changes to the latest version and try again
I0327 19:02:03.513876 1 handler.go:275] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0327 19:02:04.549787 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0327 19:02:09.118972 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0327 19:02:09.439372 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.108.110.251"}
I0327 19:02:11.515997 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0327 19:02:42.034139 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 19:02:42.034202 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0327 19:02:42.056357 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 19:02:42.056424 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0327 19:02:42.121575 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 19:02:42.121633 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0327 19:02:42.134652 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 19:02:42.134797 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0327 19:02:43.122087 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0327 19:02:43.135793 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0327 19:02:43.161749 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0327 19:02:45.381630 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
E0327 19:03:04.870468 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0327 19:03:04.880832 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0327 19:03:04.891545 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0327 19:03:19.892854 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0327 19:03:53.499164 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.101.155.203"}
I0327 19:04:28.560355 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.107.62.218"}
E0327 19:04:45.578436 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
==> kube-controller-manager [2d17b7f223c118e00912dcd24030b06728477e98afda49fdc5d2ef1ceed1b6bd] <==
W0327 19:04:01.193993 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0327 19:04:01.194035 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0327 19:04:05.226805 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0327 19:04:05.226842 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0327 19:04:06.642612 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0327 19:04:06.642649 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0327 19:04:28.282172 1 event.go:376] "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"
I0327 19:04:28.299958 1 event.go:376] "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-tbdqv"
I0327 19:04:28.312592 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="30.25977ms"
I0327 19:04:28.332314 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="19.583591ms"
I0327 19:04:28.332606 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="38.72µs"
I0327 19:04:28.337249 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="36.759µs"
I0327 19:04:31.681587 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="39.917µs"
I0327 19:04:32.678425 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="39.967µs"
I0327 19:04:33.681972 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="74.272µs"
W0327 19:04:35.175556 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0327 19:04:35.175596 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0327 19:04:45.482513 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0327 19:04:45.488286 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-65496f9567" duration="6.875µs"
I0327 19:04:45.492036 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0327 19:04:46.717443 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="66.092µs"
W0327 19:04:48.280396 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0327 19:04:48.280522 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0327 19:04:53.282273 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0327 19:04:53.282306 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [8802f6dc9423427a1a7a7ad3e18395024ad3b47f020c2fa56887fef7c5869b7c] <==
I0327 18:59:56.146153 1 server_others.go:72] "Using iptables proxy"
I0327 18:59:56.313405 1 server.go:1050] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0327 18:59:56.472405 1 server.go:652] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0327 18:59:56.472503 1 server_others.go:168] "Using iptables Proxier"
I0327 18:59:56.474282 1 server_others.go:512] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0327 18:59:56.474342 1 server_others.go:529] "Defaulting to no-op detect-local"
I0327 18:59:56.474374 1 proxier.go:245] "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"
I0327 18:59:56.474569 1 server.go:865] "Version info" version="v1.29.3"
I0327 18:59:56.474580 1 server.go:867] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0327 18:59:56.476201 1 config.go:188] "Starting service config controller"
I0327 18:59:56.476265 1 shared_informer.go:311] Waiting for caches to sync for service config
I0327 18:59:56.476311 1 config.go:97] "Starting endpoint slice config controller"
I0327 18:59:56.476339 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0327 18:59:56.476828 1 config.go:315] "Starting node config controller"
I0327 18:59:56.476886 1 shared_informer.go:311] Waiting for caches to sync for node config
I0327 18:59:56.576423 1 shared_informer.go:318] Caches are synced for service config
I0327 18:59:56.576895 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0327 18:59:56.576951 1 shared_informer.go:318] Caches are synced for node config
==> kube-scheduler [3286cce91da02054ac8d5e8f19e6d24f3100e9f1a92af86144416e06af896838] <==
E0327 18:59:34.048974 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0327 18:59:34.048956 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0327 18:59:34.049064 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0327 18:59:34.049081 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0327 18:59:34.049126 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0327 18:59:34.049142 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0327 18:59:34.049190 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0327 18:59:34.049232 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0327 18:59:34.049248 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0327 18:59:34.049273 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0327 18:59:34.049294 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0327 18:59:34.049365 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0327 18:59:34.049381 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0327 18:59:34.049372 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0327 18:59:34.049328 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0327 18:59:34.049471 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0327 18:59:34.986177 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0327 18:59:34.986327 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0327 18:59:35.052446 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0327 18:59:35.053101 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0327 18:59:35.090988 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0327 18:59:35.091135 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0327 18:59:35.205773 1 reflector.go:539] 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"
E0327 18:59:35.205812 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"
I0327 18:59:37.729671 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Mar 27 19:04:42 addons-408183 kubelet[1465]: I0327 19:04:42.951421 1465 scope.go:117] "RemoveContainer" containerID="e4d675d4eff1f5f880e6ca49e1ef935f79f74121bd10455e31512e46667c62f7"
Mar 27 19:04:42 addons-408183 kubelet[1465]: E0327 19:04:42.951680 1465 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(a2a7db0c-b3a4-491d-bef5-73febdd9a49a)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="a2a7db0c-b3a4-491d-bef5-73febdd9a49a"
Mar 27 19:04:44 addons-408183 kubelet[1465]: I0327 19:04:44.526676 1465 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-5pwjb\" (UniqueName: \"kubernetes.io/projected/a2a7db0c-b3a4-491d-bef5-73febdd9a49a-kube-api-access-5pwjb\") pod \"a2a7db0c-b3a4-491d-bef5-73febdd9a49a\" (UID: \"a2a7db0c-b3a4-491d-bef5-73febdd9a49a\") "
Mar 27 19:04:44 addons-408183 kubelet[1465]: I0327 19:04:44.531843 1465 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/a2a7db0c-b3a4-491d-bef5-73febdd9a49a-kube-api-access-5pwjb" (OuterVolumeSpecName: "kube-api-access-5pwjb") pod "a2a7db0c-b3a4-491d-bef5-73febdd9a49a" (UID: "a2a7db0c-b3a4-491d-bef5-73febdd9a49a"). InnerVolumeSpecName "kube-api-access-5pwjb". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 27 19:04:44 addons-408183 kubelet[1465]: I0327 19:04:44.627818 1465 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-5pwjb\" (UniqueName: \"kubernetes.io/projected/a2a7db0c-b3a4-491d-bef5-73febdd9a49a-kube-api-access-5pwjb\") on node \"addons-408183\" DevicePath \"\""
Mar 27 19:04:44 addons-408183 kubelet[1465]: I0327 19:04:44.688930 1465 scope.go:117] "RemoveContainer" containerID="e4d675d4eff1f5f880e6ca49e1ef935f79f74121bd10455e31512e46667c62f7"
Mar 27 19:04:44 addons-408183 kubelet[1465]: I0327 19:04:44.952533 1465 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a2a7db0c-b3a4-491d-bef5-73febdd9a49a" path="/var/lib/kubelet/pods/a2a7db0c-b3a4-491d-bef5-73febdd9a49a/volumes"
Mar 27 19:04:45 addons-408183 kubelet[1465]: E0327 19:04:45.540655 1465 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/8c68a310e1f020f0c2fffb2b124d3fd9724a0bf0dda168b92b2ef6a1928af7dd/diff" to get inode usage: stat /var/lib/containers/storage/overlay/8c68a310e1f020f0c2fffb2b124d3fd9724a0bf0dda168b92b2ef6a1928af7dd/diff: no such file or directory, extraDiskErr: <nil>
Mar 27 19:04:45 addons-408183 kubelet[1465]: I0327 19:04:45.951304 1465 scope.go:117] "RemoveContainer" containerID="e39a659f2114d714d909dd6c459fc7833076cbe1e748b6f3d3b2f99b2a0fef59"
Mar 27 19:04:46 addons-408183 kubelet[1465]: I0327 19:04:46.696352 1465 scope.go:117] "RemoveContainer" containerID="e39a659f2114d714d909dd6c459fc7833076cbe1e748b6f3d3b2f99b2a0fef59"
Mar 27 19:04:46 addons-408183 kubelet[1465]: I0327 19:04:46.696605 1465 scope.go:117] "RemoveContainer" containerID="f04f6789afe9be331be36c2d1c5a7334a030a231c0774da15961e9068eb08589"
Mar 27 19:04:46 addons-408183 kubelet[1465]: E0327 19:04:46.696863 1465 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-tbdqv_default(611bf69c-57bd-4c02-b83a-2b471467b520)\"" pod="default/hello-world-app-5d77478584-tbdqv" podUID="611bf69c-57bd-4c02-b83a-2b471467b520"
Mar 27 19:04:46 addons-408183 kubelet[1465]: I0327 19:04:46.952375 1465 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="8228583c-a1ca-4bc7-98cd-a119c5280faa" path="/var/lib/kubelet/pods/8228583c-a1ca-4bc7-98cd-a119c5280faa/volumes"
Mar 27 19:04:46 addons-408183 kubelet[1465]: I0327 19:04:46.952819 1465 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="83794d7d-39f0-4876-875e-4585aaa61dff" path="/var/lib/kubelet/pods/83794d7d-39f0-4876-875e-4585aaa61dff/volumes"
Mar 27 19:04:48 addons-408183 kubelet[1465]: I0327 19:04:48.705111 1465 scope.go:117] "RemoveContainer" containerID="655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7"
Mar 27 19:04:48 addons-408183 kubelet[1465]: I0327 19:04:48.723172 1465 scope.go:117] "RemoveContainer" containerID="655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7"
Mar 27 19:04:48 addons-408183 kubelet[1465]: E0327 19:04:48.723660 1465 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7\": container with ID starting with 655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7 not found: ID does not exist" containerID="655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7"
Mar 27 19:04:48 addons-408183 kubelet[1465]: I0327 19:04:48.723711 1465 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7"} err="failed to get container status \"655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7\": rpc error: code = NotFound desc = could not find container \"655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7\": container with ID starting with 655b3f3bb8c31c486c3e40b35fbcd9df65ceb9438a649d63c4a6389af59673c7 not found: ID does not exist"
Mar 27 19:04:48 addons-408183 kubelet[1465]: I0327 19:04:48.866640 1465 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/662ea9ea-ba90-40c0-8979-14aa182883ff-webhook-cert\") pod \"662ea9ea-ba90-40c0-8979-14aa182883ff\" (UID: \"662ea9ea-ba90-40c0-8979-14aa182883ff\") "
Mar 27 19:04:48 addons-408183 kubelet[1465]: I0327 19:04:48.866713 1465 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-djwvk\" (UniqueName: \"kubernetes.io/projected/662ea9ea-ba90-40c0-8979-14aa182883ff-kube-api-access-djwvk\") pod \"662ea9ea-ba90-40c0-8979-14aa182883ff\" (UID: \"662ea9ea-ba90-40c0-8979-14aa182883ff\") "
Mar 27 19:04:48 addons-408183 kubelet[1465]: I0327 19:04:48.868651 1465 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/662ea9ea-ba90-40c0-8979-14aa182883ff-kube-api-access-djwvk" (OuterVolumeSpecName: "kube-api-access-djwvk") pod "662ea9ea-ba90-40c0-8979-14aa182883ff" (UID: "662ea9ea-ba90-40c0-8979-14aa182883ff"). InnerVolumeSpecName "kube-api-access-djwvk". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 27 19:04:48 addons-408183 kubelet[1465]: I0327 19:04:48.869297 1465 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/662ea9ea-ba90-40c0-8979-14aa182883ff-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "662ea9ea-ba90-40c0-8979-14aa182883ff" (UID: "662ea9ea-ba90-40c0-8979-14aa182883ff"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Mar 27 19:04:48 addons-408183 kubelet[1465]: I0327 19:04:48.952124 1465 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="662ea9ea-ba90-40c0-8979-14aa182883ff" path="/var/lib/kubelet/pods/662ea9ea-ba90-40c0-8979-14aa182883ff/volumes"
Mar 27 19:04:48 addons-408183 kubelet[1465]: I0327 19:04:48.967892 1465 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-djwvk\" (UniqueName: \"kubernetes.io/projected/662ea9ea-ba90-40c0-8979-14aa182883ff-kube-api-access-djwvk\") on node \"addons-408183\" DevicePath \"\""
Mar 27 19:04:48 addons-408183 kubelet[1465]: I0327 19:04:48.967944 1465 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/662ea9ea-ba90-40c0-8979-14aa182883ff-webhook-cert\") on node \"addons-408183\" DevicePath \"\""
==> storage-provisioner [394bfe3d7c1968e1e00234466b638de50e01956f3445e542f6a55ff561f79f33] <==
I0327 19:00:24.688334 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0327 19:00:24.766498 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0327 19:00:24.766721 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0327 19:00:24.841523 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0327 19:00:24.841808 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-408183_5fec65f0-0b19-4b48-8b03-f22128c30947!
I0327 19:00:24.842292 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"06f8d3bb-7086-4326-a3a2-e4fa805ab71e", APIVersion:"v1", ResourceVersion:"911", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-408183_5fec65f0-0b19-4b48-8b03-f22128c30947 became leader
I0327 19:00:24.942560 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-408183_5fec65f0-0b19-4b48-8b03-f22128c30947!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-408183 -n addons-408183
helpers_test.go:261: (dbg) Run: kubectl --context addons-408183 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 (166.25s)