=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-340351 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-340351 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-340351 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" [50c9f9b7-c90e-4d78-ab7a-6d8fb1e56afc] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [50c9f9b7-c90e-4d78-ab7a-6d8fb1e56afc] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.004296652s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-340351 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-340351 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-340351 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.098858914s)
-- 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-340351 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-arm64 -p addons-340351 addons disable ingress-dns --alsologtostderr -v=1: (1.024436565s)
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-340351 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-340351 addons disable ingress --alsologtostderr -v=1: (7.815468995s)
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-340351
helpers_test.go:235: (dbg) docker inspect addons-340351:
-- stdout --
[
{
"Id": "ddc972291ebed3b902f4d2fcb4f8dc9fed404aca7e445bfe9ec20bbc4f89be41",
"Created": "2024-03-28T03:33:50.879043322Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 3256679,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-03-28T03:33:51.163351351Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:d0f05b8b802e4c4af20a90d686bad8329f07849a8fda1b1d1c1dc3f527691df0",
"ResolvConfPath": "/var/lib/docker/containers/ddc972291ebed3b902f4d2fcb4f8dc9fed404aca7e445bfe9ec20bbc4f89be41/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/ddc972291ebed3b902f4d2fcb4f8dc9fed404aca7e445bfe9ec20bbc4f89be41/hostname",
"HostsPath": "/var/lib/docker/containers/ddc972291ebed3b902f4d2fcb4f8dc9fed404aca7e445bfe9ec20bbc4f89be41/hosts",
"LogPath": "/var/lib/docker/containers/ddc972291ebed3b902f4d2fcb4f8dc9fed404aca7e445bfe9ec20bbc4f89be41/ddc972291ebed3b902f4d2fcb4f8dc9fed404aca7e445bfe9ec20bbc4f89be41-json.log",
"Name": "/addons-340351",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-340351:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-340351",
"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/c6aac8c5b32311aeabba5bfe0fe045e961dba56c323d33612bfa94a7e36f714c-init/diff:/var/lib/docker/overlay2/30131fd39d8244f5536f8ed96d2d3a8ceec5075331a54f31974379c0fc24022e/diff",
"MergedDir": "/var/lib/docker/overlay2/c6aac8c5b32311aeabba5bfe0fe045e961dba56c323d33612bfa94a7e36f714c/merged",
"UpperDir": "/var/lib/docker/overlay2/c6aac8c5b32311aeabba5bfe0fe045e961dba56c323d33612bfa94a7e36f714c/diff",
"WorkDir": "/var/lib/docker/overlay2/c6aac8c5b32311aeabba5bfe0fe045e961dba56c323d33612bfa94a7e36f714c/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-340351",
"Source": "/var/lib/docker/volumes/addons-340351/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-340351",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82",
"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-340351",
"name.minikube.sigs.k8s.io": "addons-340351",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "362485c338d265f18b8f246e3c57edfa50d55f03fc51b2a73cb5710c90028c7f",
"SandboxKey": "/var/run/docker/netns/362485c338d2",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "36229"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "36228"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "36225"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "36227"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "36226"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-340351": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "d8f795ce1dbe7578c09d0062e640e183397fd16ae79c8ee0ea01c72d97c71ebb",
"EndpointID": "f232e14030a89bf3efb8b49fe48cfe4d27bd34f25a8ef79c485ffd39359923f6",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-340351",
"ddc972291ebe"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-340351 -n addons-340351
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-340351 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-340351 logs -n 25: (1.516313982s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| start | -o=json --download-only | download-only-613150 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | |
| | -p download-only-613150 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.29.3 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | 28 Mar 24 03:33 UTC |
| delete | -p download-only-613150 | download-only-613150 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | 28 Mar 24 03:33 UTC |
| start | -o=json --download-only | download-only-831467 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | |
| | -p download-only-831467 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.30.0-beta.0 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | 28 Mar 24 03:33 UTC |
| delete | -p download-only-831467 | download-only-831467 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | 28 Mar 24 03:33 UTC |
| delete | -p download-only-417144 | download-only-417144 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | 28 Mar 24 03:33 UTC |
| delete | -p download-only-613150 | download-only-613150 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | 28 Mar 24 03:33 UTC |
| delete | -p download-only-831467 | download-only-831467 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | 28 Mar 24 03:33 UTC |
| start | --download-only -p | download-docker-513448 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | |
| | download-docker-513448 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-513448 | download-docker-513448 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | 28 Mar 24 03:33 UTC |
| start | --download-only -p | binary-mirror-112527 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | |
| | binary-mirror-112527 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:33653 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-112527 | binary-mirror-112527 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | 28 Mar 24 03:33 UTC |
| addons | enable dashboard -p | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | |
| | addons-340351 | | | | | |
| addons | disable dashboard -p | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | |
| | addons-340351 | | | | | |
| start | -p addons-340351 --wait=true | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:33 UTC | 28 Mar 24 03:35 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=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-340351 ip | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:35 UTC | 28 Mar 24 03:35 UTC |
| addons | addons-340351 addons disable | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:35 UTC | 28 Mar 24 03:35 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-340351 addons | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:36 UTC | 28 Mar 24 03:36 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:36 UTC | 28 Mar 24 03:36 UTC |
| | addons-340351 | | | | | |
| ssh | addons-340351 ssh curl -s | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:36 UTC | 28 Mar 24 03:36 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-340351 ip | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:36 UTC | 28 Mar 24 03:36 UTC |
| addons | addons-340351 addons disable | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:36 UTC | 28 Mar 24 03:36 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-340351 addons disable | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:36 UTC | 28 Mar 24 03:36 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
| addons | addons-340351 addons | addons-340351 | jenkins | v1.33.0-beta.0 | 28 Mar 24 03:36 UTC | |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/03/28 03:33:26
Running on machine: ip-172-31-29-130
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0328 03:33:26.508915 3256235 out.go:291] Setting OutFile to fd 1 ...
I0328 03:33:26.509097 3256235 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0328 03:33:26.509110 3256235 out.go:304] Setting ErrFile to fd 2...
I0328 03:33:26.509116 3256235 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0328 03:33:26.509382 3256235 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18485-3249988/.minikube/bin
I0328 03:33:26.509885 3256235 out.go:298] Setting JSON to false
I0328 03:33:26.510761 3256235 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":40544,"bootTime":1711556262,"procs":160,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1056-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
I0328 03:33:26.510831 3256235 start.go:139] virtualization:
I0328 03:33:26.547293 3256235 out.go:177] * [addons-340351] minikube v1.33.0-beta.0 on Ubuntu 20.04 (arm64)
I0328 03:33:26.579004 3256235 out.go:177] - MINIKUBE_LOCATION=18485
I0328 03:33:26.579116 3256235 notify.go:220] Checking for updates...
I0328 03:33:26.611212 3256235 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0328 03:33:26.650488 3256235 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18485-3249988/kubeconfig
I0328 03:33:26.676013 3256235 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18485-3249988/.minikube
I0328 03:33:26.708239 3256235 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0328 03:33:26.740501 3256235 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0328 03:33:26.772704 3256235 driver.go:392] Setting default libvirt URI to qemu:///system
I0328 03:33:26.791323 3256235 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
I0328 03:33:26.791436 3256235 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0328 03:33:26.844367 3256235 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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-28 03:33:26.833215235 +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:8215109632 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 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>}}
I0328 03:33:26.844503 3256235 docker.go:295] overlay module found
I0328 03:33:26.867828 3256235 out.go:177] * Using the docker driver based on user configuration
I0328 03:33:26.901058 3256235 start.go:297] selected driver: docker
I0328 03:33:26.901086 3256235 start.go:901] validating driver "docker" against <nil>
I0328 03:33:26.901100 3256235 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0328 03:33:26.901781 3256235 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0328 03:33:26.971375 3256235 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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-28 03:33:26.962637936 +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:8215109632 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 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>}}
I0328 03:33:26.971549 3256235 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0328 03:33:26.971783 3256235 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]
I0328 03:33:26.996147 3256235 out.go:177] * Using Docker driver with root privileges
I0328 03:33:27.027928 3256235 cni.go:84] Creating CNI manager for ""
I0328 03:33:27.027959 3256235 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0328 03:33:27.027970 3256235 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0328 03:33:27.028058 3256235 start.go:340] cluster config:
{Name:addons-340351 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 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-340351 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:containerd 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:containerd 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: SSHA
uthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0328 03:33:27.060847 3256235 out.go:177] * Starting "addons-340351" primary control-plane node in "addons-340351" cluster
I0328 03:33:27.095630 3256235 cache.go:121] Beginning downloading kic base image for docker with containerd
I0328 03:33:27.121614 3256235 out.go:177] * Pulling base image v0.0.43-1711559786-18485 ...
I0328 03:33:27.156251 3256235 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0328 03:33:27.156345 3256235 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18485-3249988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4
I0328 03:33:27.156358 3256235 cache.go:56] Caching tarball of preloaded images
I0328 03:33:27.156259 3256235 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 in local docker daemon
I0328 03:33:27.156456 3256235 preload.go:173] Found /home/jenkins/minikube-integration/18485-3249988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0328 03:33:27.156473 3256235 cache.go:59] Finished verifying existence of preloaded tar for v1.29.3 on containerd
I0328 03:33:27.157435 3256235 profile.go:142] Saving config to /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/config.json ...
I0328 03:33:27.157477 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/config.json: {Name:mkf325209a5b5c2613c0ed0e32acef3e8e2ab51a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:27.170640 3256235 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 to local cache
I0328 03:33:27.170772 3256235 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 in local cache directory
I0328 03:33:27.170797 3256235 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 in local cache directory, skipping pull
I0328 03:33:27.170802 3256235 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 exists in cache, skipping pull
I0328 03:33:27.170811 3256235 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 as a tarball
I0328 03:33:27.170822 3256235 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 from local cache
I0328 03:33:43.388963 3256235 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 from cached tarball
I0328 03:33:43.389004 3256235 cache.go:194] Successfully downloaded all kic artifacts
I0328 03:33:43.389038 3256235 start.go:360] acquireMachinesLock for addons-340351: {Name:mk22ef88c2f18fdd8b3efd921e57718dafc59b9a Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0328 03:33:43.389166 3256235 start.go:364] duration metric: took 104.85µs to acquireMachinesLock for "addons-340351"
I0328 03:33:43.389205 3256235 start.go:93] Provisioning new machine with config: &{Name:addons-340351 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 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-340351 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd 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:containerd 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:fa
lse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0328 03:33:43.389284 3256235 start.go:125] createHost starting for "" (driver="docker")
I0328 03:33:43.391815 3256235 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0328 03:33:43.392046 3256235 start.go:159] libmachine.API.Create for "addons-340351" (driver="docker")
I0328 03:33:43.392081 3256235 client.go:168] LocalClient.Create starting
I0328 03:33:43.392180 3256235 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18485-3249988/.minikube/certs/ca.pem
I0328 03:33:43.919443 3256235 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18485-3249988/.minikube/certs/cert.pem
I0328 03:33:44.422231 3256235 cli_runner.go:164] Run: docker network inspect addons-340351 --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}}]}"
W0328 03:33:44.440692 3256235 cli_runner.go:211] docker network inspect addons-340351 --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
I0328 03:33:44.440791 3256235 network_create.go:281] running [docker network inspect addons-340351] to gather additional debugging logs...
I0328 03:33:44.440811 3256235 cli_runner.go:164] Run: docker network inspect addons-340351
W0328 03:33:44.458186 3256235 cli_runner.go:211] docker network inspect addons-340351 returned with exit code 1
I0328 03:33:44.458219 3256235 network_create.go:284] error running [docker network inspect addons-340351]: docker network inspect addons-340351: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-340351 not found
I0328 03:33:44.458232 3256235 network_create.go:286] output of [docker network inspect addons-340351]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-340351 not found
** /stderr **
I0328 03:33:44.458356 3256235 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}}]}"
I0328 03:33:44.474744 3256235 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:0x400252b1c0}
I0328 03:33:44.474789 3256235 network_create.go:124] attempt to create docker network addons-340351 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0328 03:33:44.474849 3256235 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-340351 addons-340351
I0328 03:33:44.543201 3256235 network_create.go:108] docker network addons-340351 192.168.49.0/24 created
I0328 03:33:44.543236 3256235 kic.go:121] calculated static IP "192.168.49.2" for the "addons-340351" container
I0328 03:33:44.543327 3256235 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0328 03:33:44.556989 3256235 cli_runner.go:164] Run: docker volume create addons-340351 --label name.minikube.sigs.k8s.io=addons-340351 --label created_by.minikube.sigs.k8s.io=true
I0328 03:33:44.572234 3256235 oci.go:103] Successfully created a docker volume addons-340351
I0328 03:33:44.572347 3256235 cli_runner.go:164] Run: docker run --rm --name addons-340351-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-340351 --entrypoint /usr/bin/test -v addons-340351:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 -d /var/lib
I0328 03:33:46.532617 3256235 cli_runner.go:217] Completed: docker run --rm --name addons-340351-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-340351 --entrypoint /usr/bin/test -v addons-340351:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 -d /var/lib: (1.960208397s)
I0328 03:33:46.532648 3256235 oci.go:107] Successfully prepared a docker volume addons-340351
I0328 03:33:46.532694 3256235 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0328 03:33:46.532716 3256235 kic.go:194] Starting extracting preloaded images to volume ...
I0328 03:33:46.532800 3256235 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18485-3249988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-340351:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 -I lz4 -xf /preloaded.tar -C /extractDir
I0328 03:33:50.817093 3256235 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18485-3249988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-340351:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 -I lz4 -xf /preloaded.tar -C /extractDir: (4.284253306s)
I0328 03:33:50.817129 3256235 kic.go:203] duration metric: took 4.284409667s to extract preloaded images to volume ...
W0328 03:33:50.817273 3256235 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0328 03:33:50.817391 3256235 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0328 03:33:50.865792 3256235 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-340351 --name addons-340351 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-340351 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-340351 --network addons-340351 --ip 192.168.49.2 --volume addons-340351:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82
I0328 03:33:51.172683 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Running}}
I0328 03:33:51.190960 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:33:51.210326 3256235 cli_runner.go:164] Run: docker exec addons-340351 stat /var/lib/dpkg/alternatives/iptables
I0328 03:33:51.281258 3256235 oci.go:144] the created container "addons-340351" has a running status.
I0328 03:33:51.281285 3256235 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa...
I0328 03:33:51.664417 3256235 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0328 03:33:51.689443 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:33:51.707834 3256235 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0328 03:33:51.707857 3256235 kic_runner.go:114] Args: [docker exec --privileged addons-340351 chown docker:docker /home/docker/.ssh/authorized_keys]
I0328 03:33:51.780134 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:33:51.799495 3256235 machine.go:94] provisionDockerMachine start ...
I0328 03:33:51.799744 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:33:51.823520 3256235 main.go:141] libmachine: Using SSH client type: native
I0328 03:33:51.823781 3256235 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 36229 <nil> <nil>}
I0328 03:33:51.823790 3256235 main.go:141] libmachine: About to run SSH command:
hostname
I0328 03:33:51.991749 3256235 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-340351
I0328 03:33:51.991798 3256235 ubuntu.go:169] provisioning hostname "addons-340351"
I0328 03:33:51.991882 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:33:52.014822 3256235 main.go:141] libmachine: Using SSH client type: native
I0328 03:33:52.015073 3256235 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 36229 <nil> <nil>}
I0328 03:33:52.015085 3256235 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-340351 && echo "addons-340351" | sudo tee /etc/hostname
I0328 03:33:52.178786 3256235 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-340351
I0328 03:33:52.178933 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:33:52.197272 3256235 main.go:141] libmachine: Using SSH client type: native
I0328 03:33:52.197507 3256235 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 36229 <nil> <nil>}
I0328 03:33:52.197523 3256235 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-340351' /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-340351/g' /etc/hosts;
else
echo '127.0.1.1 addons-340351' | sudo tee -a /etc/hosts;
fi
fi
I0328 03:33:52.336340 3256235 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0328 03:33:52.336366 3256235 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18485-3249988/.minikube CaCertPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18485-3249988/.minikube}
I0328 03:33:52.336386 3256235 ubuntu.go:177] setting up certificates
I0328 03:33:52.336398 3256235 provision.go:84] configureAuth start
I0328 03:33:52.336483 3256235 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-340351
I0328 03:33:52.352542 3256235 provision.go:143] copyHostCerts
I0328 03:33:52.352633 3256235 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18485-3249988/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18485-3249988/.minikube/cert.pem (1123 bytes)
I0328 03:33:52.352770 3256235 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18485-3249988/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18485-3249988/.minikube/key.pem (1675 bytes)
I0328 03:33:52.352850 3256235 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18485-3249988/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18485-3249988/.minikube/ca.pem (1078 bytes)
I0328 03:33:52.352913 3256235 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18485-3249988/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18485-3249988/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18485-3249988/.minikube/certs/ca-key.pem org=jenkins.addons-340351 san=[127.0.0.1 192.168.49.2 addons-340351 localhost minikube]
I0328 03:33:52.845534 3256235 provision.go:177] copyRemoteCerts
I0328 03:33:52.845612 3256235 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0328 03:33:52.845653 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:33:52.860119 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:33:52.956812 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0328 03:33:52.979822 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0328 03:33:53.004380 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0328 03:33:53.029668 3256235 provision.go:87] duration metric: took 693.252709ms to configureAuth
I0328 03:33:53.029694 3256235 ubuntu.go:193] setting minikube options for container-runtime
I0328 03:33:53.029885 3256235 config.go:182] Loaded profile config "addons-340351": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0328 03:33:53.029902 3256235 machine.go:97] duration metric: took 1.230237745s to provisionDockerMachine
I0328 03:33:53.029910 3256235 client.go:171] duration metric: took 9.637821806s to LocalClient.Create
I0328 03:33:53.029924 3256235 start.go:167] duration metric: took 9.637877846s to libmachine.API.Create "addons-340351"
I0328 03:33:53.029936 3256235 start.go:293] postStartSetup for "addons-340351" (driver="docker")
I0328 03:33:53.029946 3256235 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]
I0328 03:33:53.029998 3256235 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
I0328 03:33:53.030047 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:33:53.045455 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:33:53.141602 3256235 ssh_runner.go:195] Run: cat /etc/os-release
I0328 03:33:53.144806 3256235 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0328 03:33:53.144843 3256235 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0328 03:33:53.144855 3256235 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0328 03:33:53.144863 3256235 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0328 03:33:53.144872 3256235 filesync.go:126] Scanning /home/jenkins/minikube-integration/18485-3249988/.minikube/addons for local assets ...
I0328 03:33:53.144942 3256235 filesync.go:126] Scanning /home/jenkins/minikube-integration/18485-3249988/.minikube/files for local assets ...
I0328 03:33:53.144970 3256235 start.go:296] duration metric: took 115.02837ms for postStartSetup
I0328 03:33:53.145278 3256235 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-340351
I0328 03:33:53.159955 3256235 profile.go:142] Saving config to /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/config.json ...
I0328 03:33:53.160253 3256235 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0328 03:33:53.160299 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:33:53.175592 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:33:53.269005 3256235 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0328 03:33:53.273143 3256235 start.go:128] duration metric: took 9.883842827s to createHost
I0328 03:33:53.273165 3256235 start.go:83] releasing machines lock for "addons-340351", held for 9.883987382s
I0328 03:33:53.273248 3256235 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-340351
I0328 03:33:53.287488 3256235 ssh_runner.go:195] Run: cat /version.json
I0328 03:33:53.287540 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:33:53.287819 3256235 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0328 03:33:53.287879 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:33:53.311310 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:33:53.312404 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:33:53.404060 3256235 ssh_runner.go:195] Run: systemctl --version
I0328 03:33:53.521112 3256235 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0328 03:33:53.525457 3256235 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 "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
I0328 03:33:53.551240 3256235 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0328 03:33:53.551320 3256235 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" ;
I0328 03:33:53.581554 3256235 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0328 03:33:53.581578 3256235 start.go:494] detecting cgroup driver to use...
I0328 03:33:53.581612 3256235 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0328 03:33:53.581674 3256235 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0328 03:33:53.594431 3256235 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0328 03:33:53.606660 3256235 docker.go:217] disabling cri-docker service (if available) ...
I0328 03:33:53.606724 3256235 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0328 03:33:53.621011 3256235 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0328 03:33:53.635728 3256235 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0328 03:33:53.732581 3256235 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0328 03:33:53.828098 3256235 docker.go:233] disabling docker service ...
I0328 03:33:53.828190 3256235 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0328 03:33:53.848054 3256235 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0328 03:33:53.859878 3256235 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0328 03:33:53.955546 3256235 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0328 03:33:54.055598 3256235 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0328 03:33:54.066921 3256235 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I0328 03:33:54.083894 3256235 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.9"|' /etc/containerd/config.toml"
I0328 03:33:54.094366 3256235 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
I0328 03:33:54.105158 3256235 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0328 03:33:54.105280 3256235 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0328 03:33:54.115512 3256235 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0328 03:33:54.126007 3256235 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0328 03:33:54.136717 3256235 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0328 03:33:54.147177 3256235 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0328 03:33:54.156924 3256235 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
I0328 03:33:54.166649 3256235 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0328 03:33:54.177236 3256235 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1 enable_unprivileged_ports = true|' /etc/containerd/config.toml"
I0328 03:33:54.188382 3256235 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0328 03:33:54.197034 3256235 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0328 03:33:54.205309 3256235 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0328 03:33:54.304957 3256235 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0328 03:33:54.437461 3256235 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0328 03:33:54.437564 3256235 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0328 03:33:54.441000 3256235 start.go:562] Will wait 60s for crictl version
I0328 03:33:54.441104 3256235 ssh_runner.go:195] Run: which crictl
I0328 03:33:54.444290 3256235 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0328 03:33:54.479793 3256235 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.28
RuntimeApiVersion: v1
I0328 03:33:54.479944 3256235 ssh_runner.go:195] Run: containerd --version
I0328 03:33:54.501763 3256235 ssh_runner.go:195] Run: containerd --version
I0328 03:33:54.525311 3256235 out.go:177] * Preparing Kubernetes v1.29.3 on containerd 1.6.28 ...
I0328 03:33:54.526951 3256235 cli_runner.go:164] Run: docker network inspect addons-340351 --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}}]}"
I0328 03:33:54.539817 3256235 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0328 03:33:54.543213 3256235 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""
I0328 03:33:54.553458 3256235 kubeadm.go:877] updating cluster {Name:addons-340351 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 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-340351 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd 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:containerd 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 Cus
tomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0328 03:33:54.553579 3256235 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0328 03:33:54.553643 3256235 ssh_runner.go:195] Run: sudo crictl images --output json
I0328 03:33:54.592751 3256235 containerd.go:627] all images are preloaded for containerd runtime.
I0328 03:33:54.592778 3256235 containerd.go:534] Images already preloaded, skipping extraction
I0328 03:33:54.592838 3256235 ssh_runner.go:195] Run: sudo crictl images --output json
I0328 03:33:54.627335 3256235 containerd.go:627] all images are preloaded for containerd runtime.
I0328 03:33:54.627357 3256235 cache_images.go:84] Images are preloaded, skipping loading
I0328 03:33:54.627365 3256235 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.29.3 containerd true true} ...
I0328 03:33:54.627465 3256235 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.29.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-340351 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.29.3 ClusterName:addons-340351 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0328 03:33:54.627535 3256235 ssh_runner.go:195] Run: sudo crictl info
I0328 03:33:54.668582 3256235 cni.go:84] Creating CNI manager for ""
I0328 03:33:54.668608 3256235 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0328 03:33:54.668620 3256235 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0328 03:33:54.668650 3256235 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-340351 NodeName:addons-340351 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.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
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0328 03:33:54.668799 3256235 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:///run/containerd/containerd.sock
name: "addons-340351"
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:///run/containerd/containerd.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
I0328 03:33:54.668875 3256235 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.29.3
I0328 03:33:54.677577 3256235 binaries.go:44] Found k8s binaries, skipping transfer
I0328 03:33:54.677649 3256235 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0328 03:33:54.686204 3256235 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0328 03:33:54.704466 3256235 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0328 03:33:54.722444 3256235 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0328 03:33:54.740742 3256235 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0328 03:33:54.744495 3256235 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""
I0328 03:33:54.755289 3256235 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0328 03:33:54.845090 3256235 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0328 03:33:54.859574 3256235 certs.go:68] Setting up /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351 for IP: 192.168.49.2
I0328 03:33:54.859648 3256235 certs.go:194] generating shared ca certs ...
I0328 03:33:54.859678 3256235 certs.go:226] acquiring lock for ca certs: {Name:mk654727350d982ceeedd640f586ca1658e18559 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:54.860517 3256235 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18485-3249988/.minikube/ca.key
I0328 03:33:55.181825 3256235 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18485-3249988/.minikube/ca.crt ...
I0328 03:33:55.181865 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/.minikube/ca.crt: {Name:mk5797fdd0e7a871dd7cc8cb611c61502a1449b4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:55.182804 3256235 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18485-3249988/.minikube/ca.key ...
I0328 03:33:55.182829 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/.minikube/ca.key: {Name:mk73aba0d6b2144be8203e586a02904016d466db Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:55.183456 3256235 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18485-3249988/.minikube/proxy-client-ca.key
I0328 03:33:55.425957 3256235 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18485-3249988/.minikube/proxy-client-ca.crt ...
I0328 03:33:55.425987 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/.minikube/proxy-client-ca.crt: {Name:mka02e0583616b5adccc14bc61748a76734feac1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:55.426671 3256235 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18485-3249988/.minikube/proxy-client-ca.key ...
I0328 03:33:55.426688 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/.minikube/proxy-client-ca.key: {Name:mk128862586320a93862063d97690310c13a0509 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:55.426782 3256235 certs.go:256] generating profile certs ...
I0328 03:33:55.426854 3256235 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/client.key
I0328 03:33:55.426878 3256235 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/client.crt with IP's: []
I0328 03:33:55.683495 3256235 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/client.crt ...
I0328 03:33:55.683526 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/client.crt: {Name:mk0de8ba36d63ea102ad10d44d2bbf1c3143896f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:55.684495 3256235 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/client.key ...
I0328 03:33:55.684513 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/client.key: {Name:mk7e857fb1a9b5e19f2991afb08cc3f69c4a8183 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:55.684607 3256235 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.key.84f93638
I0328 03:33:55.684626 3256235 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.crt.84f93638 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0328 03:33:56.042126 3256235 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.crt.84f93638 ...
I0328 03:33:56.042158 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.crt.84f93638: {Name:mk5a79ffee9a46ad2bef3c07aab9d891fd17073c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:56.043112 3256235 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.key.84f93638 ...
I0328 03:33:56.043132 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.key.84f93638: {Name:mked53764170661be89b46c5c68a0ab80bd6eeca Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:56.043709 3256235 certs.go:381] copying /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.crt.84f93638 -> /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.crt
I0328 03:33:56.043814 3256235 certs.go:385] copying /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.key.84f93638 -> /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.key
I0328 03:33:56.043870 3256235 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/proxy-client.key
I0328 03:33:56.043893 3256235 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/proxy-client.crt with IP's: []
I0328 03:33:56.304600 3256235 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/proxy-client.crt ...
I0328 03:33:56.304630 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/proxy-client.crt: {Name:mk393d71b89fbf8ff165f3c34812a846149bf605 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:56.305297 3256235 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/proxy-client.key ...
I0328 03:33:56.305315 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/proxy-client.key: {Name:mka6238dc4cca2c10224cdd08ce3ef020bb67f44 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:33:56.305509 3256235 certs.go:484] found cert: /home/jenkins/minikube-integration/18485-3249988/.minikube/certs/ca-key.pem (1679 bytes)
I0328 03:33:56.305558 3256235 certs.go:484] found cert: /home/jenkins/minikube-integration/18485-3249988/.minikube/certs/ca.pem (1078 bytes)
I0328 03:33:56.305587 3256235 certs.go:484] found cert: /home/jenkins/minikube-integration/18485-3249988/.minikube/certs/cert.pem (1123 bytes)
I0328 03:33:56.305621 3256235 certs.go:484] found cert: /home/jenkins/minikube-integration/18485-3249988/.minikube/certs/key.pem (1675 bytes)
I0328 03:33:56.306290 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0328 03:33:56.335502 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0328 03:33:56.358931 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0328 03:33:56.384113 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0328 03:33:56.409524 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0328 03:33:56.434079 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0328 03:33:56.458484 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0328 03:33:56.482962 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/profiles/addons-340351/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0328 03:33:56.507666 3256235 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18485-3249988/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0328 03:33:56.532003 3256235 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (752 bytes)
I0328 03:33:56.550386 3256235 ssh_runner.go:195] Run: openssl version
I0328 03:33:56.555819 3256235 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"
I0328 03:33:56.565408 3256235 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0328 03:33:56.568709 3256235 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 28 03:33 /usr/share/ca-certificates/minikubeCA.pem
I0328 03:33:56.568780 3256235 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0328 03:33:56.575621 3256235 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"
I0328 03:33:56.584986 3256235 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0328 03:33:56.588103 3256235 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
I0328 03:33:56.588159 3256235 kubeadm.go:391] StartCluster: {Name:addons-340351 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 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-340351 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd 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:containerd 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 Custom
QemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0328 03:33:56.588248 3256235 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0328 03:33:56.588343 3256235 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0328 03:33:56.631928 3256235 cri.go:89] found id: ""
I0328 03:33:56.631996 3256235 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0328 03:33:56.640719 3256235 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0328 03:33:56.649299 3256235 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0328 03:33:56.649396 3256235 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
I0328 03:33:56.659849 3256235 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
I0328 03:33:56.659869 3256235 kubeadm.go:156] found existing configuration files:
I0328 03:33:56.659921 3256235 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0328 03:33:56.668308 3256235 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
I0328 03:33:56.668413 3256235 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0328 03:33:56.676710 3256235 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0328 03:33:56.685351 3256235 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
I0328 03:33:56.685425 3256235 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0328 03:33:56.693577 3256235 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0328 03:33:56.702370 3256235 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
I0328 03:33:56.702457 3256235 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0328 03:33:56.710539 3256235 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0328 03:33:56.719012 3256235 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
I0328 03:33:56.719106 3256235 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0328 03:33:56.727307 3256235 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"
I0328 03:33:56.818234 3256235 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
I0328 03:33:56.886479 3256235 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0328 03:34:14.047702 3256235 kubeadm.go:309] [init] Using Kubernetes version: v1.29.3
I0328 03:34:14.047774 3256235 kubeadm.go:309] [preflight] Running pre-flight checks
I0328 03:34:14.047859 3256235 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0328 03:34:14.047925 3256235 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1056-aws[0m
I0328 03:34:14.047958 3256235 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0328 03:34:14.048001 3256235 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0328 03:34:14.048062 3256235 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0328 03:34:14.048109 3256235 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0328 03:34:14.048155 3256235 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0328 03:34:14.048201 3256235 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0328 03:34:14.048249 3256235 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0328 03:34:14.048292 3256235 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0328 03:34:14.048345 3256235 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0328 03:34:14.048390 3256235 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0328 03:34:14.048466 3256235 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0328 03:34:14.048556 3256235 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0328 03:34:14.048643 3256235 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0328 03:34:14.048702 3256235 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0328 03:34:14.050808 3256235 out.go:204] - Generating certificates and keys ...
I0328 03:34:14.050902 3256235 kubeadm.go:309] [certs] Using existing ca certificate authority
I0328 03:34:14.050965 3256235 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0328 03:34:14.051028 3256235 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0328 03:34:14.051086 3256235 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0328 03:34:14.051149 3256235 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0328 03:34:14.051197 3256235 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0328 03:34:14.051248 3256235 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0328 03:34:14.051361 3256235 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-340351 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0328 03:34:14.051411 3256235 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0328 03:34:14.051519 3256235 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-340351 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0328 03:34:14.051581 3256235 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0328 03:34:14.051641 3256235 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0328 03:34:14.051683 3256235 kubeadm.go:309] [certs] Generating "sa" key and public key
I0328 03:34:14.051736 3256235 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0328 03:34:14.051785 3256235 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0328 03:34:14.051839 3256235 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0328 03:34:14.051890 3256235 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0328 03:34:14.051950 3256235 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0328 03:34:14.052001 3256235 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0328 03:34:14.052078 3256235 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0328 03:34:14.052141 3256235 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0328 03:34:14.054318 3256235 out.go:204] - Booting up control plane ...
I0328 03:34:14.054516 3256235 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0328 03:34:14.054651 3256235 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0328 03:34:14.054768 3256235 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0328 03:34:14.054915 3256235 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0328 03:34:14.055031 3256235 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0328 03:34:14.055075 3256235 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0328 03:34:14.055235 3256235 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
I0328 03:34:14.055314 3256235 kubeadm.go:309] [apiclient] All control plane components are healthy after 7.502594 seconds
I0328 03:34:14.055424 3256235 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0328 03:34:14.055553 3256235 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0328 03:34:14.055613 3256235 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0328 03:34:14.055801 3256235 kubeadm.go:309] [mark-control-plane] Marking the node addons-340351 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0328 03:34:14.055858 3256235 kubeadm.go:309] [bootstrap-token] Using token: pmfpfc.jnx6gyasxx7a8lz7
I0328 03:34:14.057824 3256235 out.go:204] - Configuring RBAC rules ...
I0328 03:34:14.057942 3256235 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0328 03:34:14.058036 3256235 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0328 03:34:14.058181 3256235 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
I0328 03:34:14.058325 3256235 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0328 03:34:14.058450 3256235 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0328 03:34:14.058545 3256235 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0328 03:34:14.058662 3256235 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0328 03:34:14.058706 3256235 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0328 03:34:14.058753 3256235 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0328 03:34:14.058757 3256235 kubeadm.go:309]
I0328 03:34:14.058819 3256235 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0328 03:34:14.058824 3256235 kubeadm.go:309]
I0328 03:34:14.058903 3256235 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0328 03:34:14.058907 3256235 kubeadm.go:309]
I0328 03:34:14.058933 3256235 kubeadm.go:309] mkdir -p $HOME/.kube
I0328 03:34:14.058993 3256235 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0328 03:34:14.059045 3256235 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0328 03:34:14.059049 3256235 kubeadm.go:309]
I0328 03:34:14.059104 3256235 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0328 03:34:14.059108 3256235 kubeadm.go:309]
I0328 03:34:14.059157 3256235 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0328 03:34:14.059161 3256235 kubeadm.go:309]
I0328 03:34:14.059215 3256235 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0328 03:34:14.059293 3256235 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0328 03:34:14.059363 3256235 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0328 03:34:14.059367 3256235 kubeadm.go:309]
I0328 03:34:14.059454 3256235 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0328 03:34:14.059532 3256235 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0328 03:34:14.059537 3256235 kubeadm.go:309]
I0328 03:34:14.059623 3256235 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token pmfpfc.jnx6gyasxx7a8lz7 \
I0328 03:34:14.059730 3256235 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:997a843960cc5d2f806bfa4fc2e7f3f771ce9ed1a8f2f9b600560484642e5094 \
I0328 03:34:14.059751 3256235 kubeadm.go:309] --control-plane
I0328 03:34:14.059755 3256235 kubeadm.go:309]
I0328 03:34:14.059842 3256235 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0328 03:34:14.059846 3256235 kubeadm.go:309]
I0328 03:34:14.059931 3256235 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token pmfpfc.jnx6gyasxx7a8lz7 \
I0328 03:34:14.060049 3256235 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:997a843960cc5d2f806bfa4fc2e7f3f771ce9ed1a8f2f9b600560484642e5094
I0328 03:34:14.060057 3256235 cni.go:84] Creating CNI manager for ""
I0328 03:34:14.060064 3256235 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0328 03:34:14.062069 3256235 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0328 03:34:14.063851 3256235 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0328 03:34:14.068630 3256235 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.29.3/kubectl ...
I0328 03:34:14.068686 3256235 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0328 03:34:14.113151 3256235 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
I0328 03:34:14.433874 3256235 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0328 03:34:14.434033 3256235 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
I0328 03:34:14.434115 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-340351 minikube.k8s.io/updated_at=2024_03_28T03_34_14_0700 minikube.k8s.io/version=v1.33.0-beta.0 minikube.k8s.io/commit=1a940f980f77c9bfc8ef93678db8c1f49c9dd79d minikube.k8s.io/name=addons-340351 minikube.k8s.io/primary=true
I0328 03:34:14.582691 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:14.582748 3256235 ops.go:34] apiserver oom_adj: -16
I0328 03:34:15.083536 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:15.583428 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:16.082828 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:16.583668 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:17.083576 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:17.583802 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:18.083351 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:18.583178 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:19.083500 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:19.583787 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:20.083484 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:20.582827 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:21.083412 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:21.582989 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:22.083736 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:22.583161 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:23.083235 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:23.583081 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:24.082807 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:24.583066 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:25.083689 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:25.582830 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:26.083130 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:26.583005 3256235 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0328 03:34:26.674317 3256235 kubeadm.go:1107] duration metric: took 12.240342244s to wait for elevateKubeSystemPrivileges
W0328 03:34:26.674368 3256235 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0328 03:34:26.674378 3256235 kubeadm.go:393] duration metric: took 30.086223096s to StartCluster
I0328 03:34:26.674394 3256235 settings.go:142] acquiring lock: {Name:mkc9f345268bcac5ebc4aa579f709fe3221112b9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:34:26.674944 3256235 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18485-3249988/kubeconfig
I0328 03:34:26.675353 3256235 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18485-3249988/kubeconfig: {Name:mkf778b20fa7ee9827f7d3539ae3fbccd66af6b2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0328 03:34:26.676109 3256235 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"
I0328 03:34:26.676142 3256235 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0328 03:34:26.678410 3256235 out.go:177] * Verifying Kubernetes components...
I0328 03:34:26.676501 3256235 config.go:182] Loaded profile config "addons-340351": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0328 03:34:26.676513 3256235 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]
I0328 03:34:26.680244 3256235 addons.go:69] Setting yakd=true in profile "addons-340351"
I0328 03:34:26.680278 3256235 addons.go:234] Setting addon yakd=true in "addons-340351"
I0328 03:34:26.680308 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.680846 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.681028 3256235 addons.go:69] Setting ingress-dns=true in profile "addons-340351"
I0328 03:34:26.681052 3256235 addons.go:234] Setting addon ingress-dns=true in "addons-340351"
I0328 03:34:26.681087 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.681456 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.681889 3256235 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0328 03:34:26.682068 3256235 addons.go:69] Setting inspektor-gadget=true in profile "addons-340351"
I0328 03:34:26.682096 3256235 addons.go:234] Setting addon inspektor-gadget=true in "addons-340351"
I0328 03:34:26.682130 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.682495 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.682750 3256235 addons.go:69] Setting cloud-spanner=true in profile "addons-340351"
I0328 03:34:26.682799 3256235 addons.go:234] Setting addon cloud-spanner=true in "addons-340351"
I0328 03:34:26.682840 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.683302 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.684771 3256235 addons.go:69] Setting metrics-server=true in profile "addons-340351"
I0328 03:34:26.684807 3256235 addons.go:234] Setting addon metrics-server=true in "addons-340351"
I0328 03:34:26.684841 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.685222 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.691650 3256235 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-340351"
I0328 03:34:26.691748 3256235 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-340351"
I0328 03:34:26.691886 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.692383 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.700464 3256235 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-340351"
I0328 03:34:26.705661 3256235 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-340351"
I0328 03:34:26.701811 3256235 addons.go:69] Setting default-storageclass=true in profile "addons-340351"
I0328 03:34:26.701829 3256235 addons.go:69] Setting gcp-auth=true in profile "addons-340351"
I0328 03:34:26.701840 3256235 addons.go:69] Setting ingress=true in profile "addons-340351"
I0328 03:34:26.702410 3256235 addons.go:69] Setting registry=true in profile "addons-340351"
I0328 03:34:26.702424 3256235 addons.go:69] Setting storage-provisioner=true in profile "addons-340351"
I0328 03:34:26.702430 3256235 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-340351"
I0328 03:34:26.702439 3256235 addons.go:69] Setting volumesnapshots=true in profile "addons-340351"
I0328 03:34:26.708918 3256235 addons.go:234] Setting addon volumesnapshots=true in "addons-340351"
I0328 03:34:26.709074 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.714209 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.715733 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.716207 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.717305 3256235 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-340351"
I0328 03:34:26.718243 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.717339 3256235 mustload.go:65] Loading cluster: addons-340351
I0328 03:34:26.733171 3256235 config.go:182] Loaded profile config "addons-340351": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0328 03:34:26.733520 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.717353 3256235 addons.go:234] Setting addon ingress=true in "addons-340351"
I0328 03:34:26.717364 3256235 addons.go:234] Setting addon registry=true in "addons-340351"
I0328 03:34:26.762418 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.717389 3256235 addons.go:234] Setting addon storage-provisioner=true in "addons-340351"
I0328 03:34:26.770411 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.770724 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.771132 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.717401 3256235 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-340351"
I0328 03:34:26.786899 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.770125 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.796811 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.813710 3256235 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0328 03:34:26.829180 3256235 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0328 03:34:26.829259 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0328 03:34:26.829361 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:26.851741 3256235 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
I0328 03:34:26.853678 3256235 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.26.0
I0328 03:34:26.855486 3256235 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0328 03:34:26.855506 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0328 03:34:26.855582 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:26.853832 3256235 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0328 03:34:26.857681 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0328 03:34:26.857769 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:26.853838 3256235 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0328 03:34:26.893273 3256235 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0328 03:34:26.893297 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0328 03:34:26.893364 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:26.913701 3256235 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0328 03:34:26.919425 3256235 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0328 03:34:26.919454 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0328 03:34:26.919543 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:26.968271 3256235 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0328 03:34:26.966383 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.967881 3256235 addons.go:234] Setting addon default-storageclass=true in "addons-340351"
I0328 03:34:26.970521 3256235 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0328 03:34:26.970548 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0328 03:34:26.970617 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:26.968561 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:26.976269 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:26.990553 3256235 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0328 03:34:26.992586 3256235 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0328 03:34:26.992611 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0328 03:34:26.992684 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:27.080405 3256235 out.go:177] - Using image docker.io/registry:2.8.3
I0328 03:34:27.054031 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.054086 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.054542 3256235 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-340351"
I0328 03:34:27.055444 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.087568 3256235 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0328 03:34:27.088217 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:27.089210 3256235 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0328 03:34:27.090906 3256235 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0328 03:34:27.090926 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0328 03:34:27.090982 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:27.089205 3256235 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0328 03:34:27.089198 3256235 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0328 03:34:27.089695 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:27.091480 3256235 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0328 03:34:27.092991 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0328 03:34:27.093082 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:27.094593 3256235 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0328 03:34:27.094617 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0328 03:34:27.094674 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:27.105519 3256235 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0328 03:34:27.112119 3256235 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0328 03:34:27.113999 3256235 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0328 03:34:27.120507 3256235 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0328 03:34:27.122098 3256235 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0328 03:34:27.123579 3256235 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0328 03:34:27.122377 3256235 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0328 03:34:27.126486 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0328 03:34:27.126560 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:27.128767 3256235 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0328 03:34:27.152799 3256235 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0328 03:34:27.158310 3256235 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0328 03:34:27.160010 3256235 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0328 03:34:27.160031 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0328 03:34:27.160092 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:27.158405 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.166197 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.241954 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.256418 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.265126 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.276771 3256235 out.go:177] - Using image docker.io/busybox:stable
I0328 03:34:27.270873 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.270928 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.282110 3256235 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0328 03:34:27.279422 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.281655 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.284301 3256235 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0328 03:34:27.284316 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0328 03:34:27.284485 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
W0328 03:34:27.298770 3256235 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0328 03:34:27.298801 3256235 retry.go:31] will retry after 263.276035ms: ssh: handshake failed: EOF
I0328 03:34:27.308171 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:27.713514 3256235 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": (1.037370238s)
I0328 03:34:27.713773 3256235 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 -"
I0328 03:34:27.713881 3256235 ssh_runner.go:235] Completed: sudo systemctl daemon-reload: (1.031976114s)
I0328 03:34:27.713981 3256235 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0328 03:34:27.770759 3256235 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0328 03:34:27.770785 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0328 03:34:27.926932 3256235 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
I0328 03:34:27.999153 3256235 node_ready.go:35] waiting up to 6m0s for node "addons-340351" to be "Ready" ...
I0328 03:34:28.008788 3256235 node_ready.go:49] node "addons-340351" has status "Ready":"True"
I0328 03:34:28.008869 3256235 node_ready.go:38] duration metric: took 9.563492ms for node "addons-340351" to be "Ready" ...
I0328 03:34:28.008904 3256235 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" ...
I0328 03:34:28.009533 3256235 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0328 03:34:28.009607 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0328 03:34:28.030833 3256235 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-4t7xb" in "kube-system" namespace to be "Ready" ...
I0328 03:34:28.053843 3256235 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
I0328 03:34:28.058697 3256235 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
I0328 03:34:28.059989 3256235 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0328 03:34:28.060069 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0328 03:34:28.083522 3256235 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
I0328 03:34:28.114751 3256235 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0328 03:34:28.114826 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0328 03:34:28.147109 3256235 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0328 03:34:28.147213 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0328 03:34:28.154450 3256235 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
I0328 03:34:28.171344 3256235 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
I0328 03:34:28.184104 3256235 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0328 03:34:28.184128 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0328 03:34:28.225581 3256235 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0328 03:34:28.225614 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0328 03:34:28.241321 3256235 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
I0328 03:34:28.296159 3256235 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0328 03:34:28.296185 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0328 03:34:28.340474 3256235 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0328 03:34:28.340501 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0328 03:34:28.379964 3256235 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0328 03:34:28.379986 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0328 03:34:28.401857 3256235 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0328 03:34:28.401887 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0328 03:34:28.409427 3256235 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0328 03:34:28.409454 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0328 03:34:28.512777 3256235 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0328 03:34:28.512806 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0328 03:34:28.523003 3256235 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0328 03:34:28.523027 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0328 03:34:28.653310 3256235 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0328 03:34:28.653343 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0328 03:34:28.699865 3256235 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
I0328 03:34:28.711008 3256235 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0328 03:34:28.711082 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0328 03:34:28.753421 3256235 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0328 03:34:28.753496 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0328 03:34:28.756017 3256235 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0328 03:34:28.756100 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0328 03:34:28.787386 3256235 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0328 03:34:28.787463 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0328 03:34:28.807874 3256235 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0328 03:34:28.807952 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0328 03:34:28.829372 3256235 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
I0328 03:34:28.869188 3256235 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0328 03:34:28.869261 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0328 03:34:28.903085 3256235 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
I0328 03:34:28.921059 3256235 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0328 03:34:28.921136 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0328 03:34:28.925455 3256235 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0328 03:34:28.925527 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0328 03:34:29.013812 3256235 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0328 03:34:29.013886 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0328 03:34:29.067907 3256235 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0328 03:34:29.067979 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0328 03:34:29.071312 3256235 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0328 03:34:29.071384 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0328 03:34:29.259964 3256235 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0328 03:34:29.260037 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0328 03:34:29.322386 3256235 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
I0328 03:34:29.338736 3256235 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0328 03:34:29.338810 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0328 03:34:29.494902 3256235 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
I0328 03:34:29.574066 3256235 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0328 03:34:29.574141 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0328 03:34:29.580559 3256235 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 -": (1.866732139s)
I0328 03:34:29.580638 3256235 start.go:948] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0328 03:34:29.742971 3256235 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0328 03:34:29.743043 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0328 03:34:29.931892 3256235 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0328 03:34:29.931966 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0328 03:34:30.040102 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:30.064420 3256235 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
I0328 03:34:30.085813 3256235 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-340351" context rescaled to 1 replicas
I0328 03:34:32.041698 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:32.058125 3256235 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.131156061s)
I0328 03:34:32.058181 3256235 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: (4.004238801s)
I0328 03:34:32.058412 3256235 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.974818065s)
I0328 03:34:32.058586 3256235 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.904050895s)
I0328 03:34:32.058200 3256235 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: (3.999424781s)
I0328 03:34:32.058729 3256235 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: (3.887289295s)
W0328 03:34:32.077487 3256235 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0328 03:34:33.978200 3256235 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0328 03:34:33.978314 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:34.024807 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:34.315928 3256235 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0328 03:34:34.421015 3256235 addons.go:234] Setting addon gcp-auth=true in "addons-340351"
I0328 03:34:34.421119 3256235 host.go:66] Checking if "addons-340351" exists ...
I0328 03:34:34.421642 3256235 cli_runner.go:164] Run: docker container inspect addons-340351 --format={{.State.Status}}
I0328 03:34:34.445088 3256235 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0328 03:34:34.445140 3256235 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-340351
I0328 03:34:34.471458 3256235 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36229 SSHKeyPath:/home/jenkins/minikube-integration/18485-3249988/.minikube/machines/addons-340351/id_rsa Username:docker}
I0328 03:34:34.534178 3256235 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: (6.292766667s)
I0328 03:34:34.534221 3256235 addons.go:470] Verifying addon ingress=true in "addons-340351"
I0328 03:34:34.537520 3256235 out.go:177] * Verifying ingress addon...
I0328 03:34:34.534483 3256235 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: (5.834584745s)
I0328 03:34:34.534529 3256235 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: (5.705087273s)
I0328 03:34:34.534581 3256235 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: (5.631426932s)
I0328 03:34:34.534663 3256235 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: (5.212201882s)
I0328 03:34:34.534715 3256235 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: (5.039749266s)
I0328 03:34:34.541178 3256235 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0328 03:34:34.543497 3256235 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-340351 service yakd-dashboard -n yakd-dashboard
I0328 03:34:34.541536 3256235 addons.go:470] Verifying addon metrics-server=true in "addons-340351"
I0328 03:34:34.541553 3256235 addons.go:470] Verifying addon registry=true in "addons-340351"
W0328 03:34:34.541599 3256235 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
I0328 03:34:34.549454 3256235 out.go:177] * Verifying registry addon...
I0328 03:34:34.543941 3256235 retry.go:31] will retry after 364.40068ms: 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
I0328 03:34:34.547439 3256235 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0328 03:34:34.547898 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:34.549654 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:34.553429 3256235 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0328 03:34:34.559949 3256235 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0328 03:34:34.560031 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:34.915081 3256235 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
I0328 03:34:35.047777 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:35.062488 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:35.585995 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:35.590613 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:35.700020 3256235 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: (5.635492796s)
I0328 03:34:35.700057 3256235 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-340351"
I0328 03:34:35.702462 3256235 out.go:177] * Verifying csi-hostpath-driver addon...
I0328 03:34:35.700267 3256235 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.255156795s)
I0328 03:34:35.712899 3256235 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0328 03:34:35.710969 3256235 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0328 03:34:35.726275 3256235 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0328 03:34:35.724987 3256235 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0328 03:34:35.729266 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:35.729351 3256235 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0328 03:34:35.729367 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0328 03:34:35.800891 3256235 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0328 03:34:35.800920 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0328 03:34:35.825119 3256235 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0328 03:34:35.825145 3256235 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0328 03:34:35.851051 3256235 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
I0328 03:34:36.062814 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:36.066432 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:36.225257 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:36.545601 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:36.558533 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:36.614077 3256235 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: (1.69895122s)
I0328 03:34:36.725231 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:36.988061 3256235 ssh_runner.go:235] Completed: 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: (1.136966684s)
I0328 03:34:36.990904 3256235 addons.go:470] Verifying addon gcp-auth=true in "addons-340351"
I0328 03:34:36.994726 3256235 out.go:177] * Verifying gcp-auth addon...
I0328 03:34:36.998267 3256235 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0328 03:34:37.006996 3256235 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0328 03:34:37.007019 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:37.047274 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:37.052298 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:37.059050 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:37.234383 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:37.502397 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:37.545786 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:37.558884 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:37.724950 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:38.003255 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:38.047160 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:38.060290 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:38.225188 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:38.502564 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:38.546475 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:38.558619 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:38.725199 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:39.004065 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:39.046508 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:39.059127 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:39.225087 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:39.502851 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:39.538662 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:39.547094 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:39.565271 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:39.727106 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:40.019787 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:40.063046 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:40.064602 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:40.225394 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:40.501926 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:40.547846 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:40.560831 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:40.727871 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:41.012666 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:41.054073 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:41.062368 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:41.228065 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:41.512474 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:41.546587 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:41.558432 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:41.725059 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:42.005281 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:42.038630 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:42.046391 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:42.058442 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:42.224719 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:42.502649 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:42.546346 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:42.559530 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:42.725278 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:43.004645 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:43.047827 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:43.059008 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:43.225126 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:43.502083 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:43.550305 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:43.559258 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:43.724670 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:44.006181 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:44.046964 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:44.059283 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:44.223781 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:44.505292 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:44.538905 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:44.546263 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:44.559167 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:44.724859 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:45.033757 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:45.051207 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:45.067066 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:45.226297 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:45.501905 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:45.545882 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:45.558631 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:45.727459 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:46.002534 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:46.045950 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:46.058853 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:46.225933 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:46.502566 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:46.545253 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:46.558741 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:46.724077 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:47.003328 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:47.045879 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:47.046736 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:47.058168 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:47.224612 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:47.502687 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:47.545849 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:47.558350 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:47.724543 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:48.009413 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:48.047094 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:48.059589 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:48.224311 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:48.502073 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:48.545716 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:48.558520 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:48.724856 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:49.004770 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:49.047063 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:49.058907 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:49.225196 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:49.502842 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:49.537492 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:49.547088 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:49.559091 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:49.723818 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:50.019853 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:50.047070 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:50.059382 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:50.224894 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:50.502505 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:50.546198 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:50.558970 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:50.723919 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:51.004809 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:51.045880 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:51.059593 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:51.224886 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:51.502627 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:51.537881 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:51.546229 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:51.561072 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:51.723815 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:52.010244 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:52.045650 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:52.058551 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:52.223887 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:52.502426 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:52.545364 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:52.562721 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:52.724488 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:53.004785 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:53.046260 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:53.058924 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:53.223736 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:53.501996 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:53.546246 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:53.559083 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:53.724534 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:54.008865 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:54.040964 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:54.047183 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:54.060008 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:54.224572 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:54.501950 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:54.545916 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:54.558575 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:54.724096 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:55.011728 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:55.047172 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:55.059746 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:55.226396 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:55.502899 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:55.545485 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:55.558972 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:55.724107 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:56.004828 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:56.046445 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:56.058091 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:56.223560 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:56.503410 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:56.538853 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:56.546210 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:56.558840 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:56.723817 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:57.004716 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:57.046345 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:57.059234 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:57.224064 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:57.502277 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:57.546307 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:57.559137 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:57.723938 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:58.003389 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:58.047318 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:58.059482 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:58.225163 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:58.501977 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:58.546363 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:58.559008 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:58.723999 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:59.005404 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:59.037944 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:34:59.046636 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:59.058029 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:59.225876 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:34:59.502709 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:34:59.545846 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:34:59.558424 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:34:59.724136 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:00.021640 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:00.113518 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:00.128767 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:00.241017 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:00.504352 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:00.546191 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:00.560181 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:00.723938 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:01.004540 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:01.038474 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:35:01.046581 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:01.058323 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:01.224953 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:01.503528 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:01.548212 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:01.562618 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:01.727758 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:02.004117 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:02.047304 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:02.059009 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:02.226327 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:02.502428 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:02.545974 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:02.562815 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:02.725861 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:03.010296 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:03.046392 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:03.059223 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:03.224260 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:03.502813 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:03.538790 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:35:03.545899 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:03.559424 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:03.724688 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:04.020750 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:04.047099 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:04.059399 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:04.226264 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:04.503207 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:04.547347 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:04.559203 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:04.733223 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:05.008217 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:05.047263 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:05.060444 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:05.225441 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:05.502471 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:05.539034 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:35:05.546764 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:05.559521 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:05.728983 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:06.003835 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:06.049169 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:06.062068 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:06.225633 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:06.502565 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:06.547426 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:06.558723 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:06.725301 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:07.013357 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:07.048089 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:07.059927 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:07.224782 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:07.502886 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:07.546525 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:07.558318 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:07.724542 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:08.009609 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:08.039027 3256235 pod_ready.go:102] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"False"
I0328 03:35:08.046914 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:08.060973 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:08.225121 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:08.504521 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:08.545841 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:08.559089 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:08.725545 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:09.003864 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:09.046383 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:09.059568 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:09.225272 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:09.503080 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:09.547216 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:09.561770 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:09.724573 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:10.026659 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:10.044065 3256235 pod_ready.go:92] pod "coredns-76f75df574-4t7xb" in "kube-system" namespace has status "Ready":"True"
I0328 03:35:10.044095 3256235 pod_ready.go:81] duration metric: took 42.013170326s for pod "coredns-76f75df574-4t7xb" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.044107 3256235 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-d54jf" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.048370 3256235 pod_ready.go:97] error getting pod "coredns-76f75df574-d54jf" in "kube-system" namespace (skipping!): pods "coredns-76f75df574-d54jf" not found
I0328 03:35:10.048413 3256235 pod_ready.go:81] duration metric: took 4.268362ms for pod "coredns-76f75df574-d54jf" in "kube-system" namespace to be "Ready" ...
E0328 03:35:10.048427 3256235 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-76f75df574-d54jf" in "kube-system" namespace (skipping!): pods "coredns-76f75df574-d54jf" not found
I0328 03:35:10.048461 3256235 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-340351" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.051836 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:10.057110 3256235 pod_ready.go:92] pod "etcd-addons-340351" in "kube-system" namespace has status "Ready":"True"
I0328 03:35:10.057133 3256235 pod_ready.go:81] duration metric: took 8.658483ms for pod "etcd-addons-340351" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.057181 3256235 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-340351" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.061294 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:10.066906 3256235 pod_ready.go:92] pod "kube-apiserver-addons-340351" in "kube-system" namespace has status "Ready":"True"
I0328 03:35:10.066929 3256235 pod_ready.go:81] duration metric: took 9.715553ms for pod "kube-apiserver-addons-340351" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.066942 3256235 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-340351" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.080659 3256235 pod_ready.go:92] pod "kube-controller-manager-addons-340351" in "kube-system" namespace has status "Ready":"True"
I0328 03:35:10.080695 3256235 pod_ready.go:81] duration metric: took 13.744233ms for pod "kube-controller-manager-addons-340351" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.080708 3256235 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-29lc9" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.224828 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:10.235436 3256235 pod_ready.go:92] pod "kube-proxy-29lc9" in "kube-system" namespace has status "Ready":"True"
I0328 03:35:10.235468 3256235 pod_ready.go:81] duration metric: took 154.752868ms for pod "kube-proxy-29lc9" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.235480 3256235 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-340351" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.502471 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:10.550785 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:10.564207 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:10.635433 3256235 pod_ready.go:92] pod "kube-scheduler-addons-340351" in "kube-system" namespace has status "Ready":"True"
I0328 03:35:10.635460 3256235 pod_ready.go:81] duration metric: took 399.971514ms for pod "kube-scheduler-addons-340351" in "kube-system" namespace to be "Ready" ...
I0328 03:35:10.635471 3256235 pod_ready.go:38] duration metric: took 42.626531442s 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" ...
I0328 03:35:10.635486 3256235 api_server.go:52] waiting for apiserver process to appear ...
I0328 03:35:10.635550 3256235 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0328 03:35:10.654512 3256235 api_server.go:72] duration metric: took 43.978337442s to wait for apiserver process to appear ...
I0328 03:35:10.654545 3256235 api_server.go:88] waiting for apiserver healthz status ...
I0328 03:35:10.654566 3256235 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0328 03:35:10.662733 3256235 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0328 03:35:10.664038 3256235 api_server.go:141] control plane version: v1.29.3
I0328 03:35:10.664063 3256235 api_server.go:131] duration metric: took 9.510882ms to wait for apiserver health ...
I0328 03:35:10.664072 3256235 system_pods.go:43] waiting for kube-system pods to appear ...
I0328 03:35:10.724381 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:10.842105 3256235 system_pods.go:59] 18 kube-system pods found
I0328 03:35:10.842142 3256235 system_pods.go:61] "coredns-76f75df574-4t7xb" [5af40e4a-d195-4c14-85cb-5de85be714fa] Running
I0328 03:35:10.842152 3256235 system_pods.go:61] "csi-hostpath-attacher-0" [fcc8acbf-a1b1-4585-9ad0-d490f65f1171] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0328 03:35:10.842176 3256235 system_pods.go:61] "csi-hostpath-resizer-0" [f455f10e-f271-4bba-8b18-8ced67632a6d] Running
I0328 03:35:10.842199 3256235 system_pods.go:61] "csi-hostpathplugin-pjsbd" [6d3f46d2-ad55-4e5b-88be-12e3ca376390] 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])
I0328 03:35:10.842214 3256235 system_pods.go:61] "etcd-addons-340351" [6c2b4711-647d-46dd-9b0d-9cc19c44f521] Running
I0328 03:35:10.842219 3256235 system_pods.go:61] "kindnet-67627" [8ba8509a-1bee-481d-ab65-7aa3b7161a46] Running
I0328 03:35:10.842227 3256235 system_pods.go:61] "kube-apiserver-addons-340351" [46c6af0e-cfde-4823-b0fa-9b90caa3ca7b] Running
I0328 03:35:10.842231 3256235 system_pods.go:61] "kube-controller-manager-addons-340351" [a9bc9778-74a8-47eb-a1cc-773b8d33b514] Running
I0328 03:35:10.842241 3256235 system_pods.go:61] "kube-ingress-dns-minikube" [f35953a6-96f4-48f7-a782-631feac05115] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0328 03:35:10.842255 3256235 system_pods.go:61] "kube-proxy-29lc9" [d8072468-8899-4ea7-a9f1-c8be947568f4] Running
I0328 03:35:10.842260 3256235 system_pods.go:61] "kube-scheduler-addons-340351" [7b32c249-e353-4f2d-8444-a5215aa66c54] Running
I0328 03:35:10.842266 3256235 system_pods.go:61] "metrics-server-69cf46c98-87zwk" [912dbcd4-98b5-4145-a0ad-4cfa8d5f457c] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0328 03:35:10.842274 3256235 system_pods.go:61] "nvidia-device-plugin-daemonset-24zx7" [87d15db8-a090-4212-9d30-443f2319b151] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0328 03:35:10.842280 3256235 system_pods.go:61] "registry-l2d8j" [efbdf6d1-f769-43b5-92a9-b4b43129bbc9] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0328 03:35:10.842291 3256235 system_pods.go:61] "registry-proxy-qdjhx" [48e81d37-f08c-4677-a66e-2dc91903192d] Running
I0328 03:35:10.842298 3256235 system_pods.go:61] "snapshot-controller-58dbcc7b99-c7fr6" [cd05cbb1-c073-40de-8a48-8ec98af0c76a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0328 03:35:10.842303 3256235 system_pods.go:61] "snapshot-controller-58dbcc7b99-w6n4b" [a37ef814-9ca2-4124-9732-97d999919dd4] Running
I0328 03:35:10.842313 3256235 system_pods.go:61] "storage-provisioner" [28a444ff-2b92-49df-ba5a-adf2135bd722] Running
I0328 03:35:10.842321 3256235 system_pods.go:74] duration metric: took 178.24206ms to wait for pod list to return data ...
I0328 03:35:10.842330 3256235 default_sa.go:34] waiting for default service account to be created ...
I0328 03:35:11.006441 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:11.034730 3256235 default_sa.go:45] found service account: "default"
I0328 03:35:11.034756 3256235 default_sa.go:55] duration metric: took 192.415744ms for default service account to be created ...
I0328 03:35:11.034766 3256235 system_pods.go:116] waiting for k8s-apps to be running ...
I0328 03:35:11.048374 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:11.059991 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:11.224770 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:11.241540 3256235 system_pods.go:86] 18 kube-system pods found
I0328 03:35:11.241575 3256235 system_pods.go:89] "coredns-76f75df574-4t7xb" [5af40e4a-d195-4c14-85cb-5de85be714fa] Running
I0328 03:35:11.241585 3256235 system_pods.go:89] "csi-hostpath-attacher-0" [fcc8acbf-a1b1-4585-9ad0-d490f65f1171] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0328 03:35:11.241591 3256235 system_pods.go:89] "csi-hostpath-resizer-0" [f455f10e-f271-4bba-8b18-8ced67632a6d] Running
I0328 03:35:11.241599 3256235 system_pods.go:89] "csi-hostpathplugin-pjsbd" [6d3f46d2-ad55-4e5b-88be-12e3ca376390] 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])
I0328 03:35:11.241605 3256235 system_pods.go:89] "etcd-addons-340351" [6c2b4711-647d-46dd-9b0d-9cc19c44f521] Running
I0328 03:35:11.241609 3256235 system_pods.go:89] "kindnet-67627" [8ba8509a-1bee-481d-ab65-7aa3b7161a46] Running
I0328 03:35:11.241614 3256235 system_pods.go:89] "kube-apiserver-addons-340351" [46c6af0e-cfde-4823-b0fa-9b90caa3ca7b] Running
I0328 03:35:11.241618 3256235 system_pods.go:89] "kube-controller-manager-addons-340351" [a9bc9778-74a8-47eb-a1cc-773b8d33b514] Running
I0328 03:35:11.241626 3256235 system_pods.go:89] "kube-ingress-dns-minikube" [f35953a6-96f4-48f7-a782-631feac05115] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0328 03:35:11.241631 3256235 system_pods.go:89] "kube-proxy-29lc9" [d8072468-8899-4ea7-a9f1-c8be947568f4] Running
I0328 03:35:11.241645 3256235 system_pods.go:89] "kube-scheduler-addons-340351" [7b32c249-e353-4f2d-8444-a5215aa66c54] Running
I0328 03:35:11.241651 3256235 system_pods.go:89] "metrics-server-69cf46c98-87zwk" [912dbcd4-98b5-4145-a0ad-4cfa8d5f457c] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0328 03:35:11.241660 3256235 system_pods.go:89] "nvidia-device-plugin-daemonset-24zx7" [87d15db8-a090-4212-9d30-443f2319b151] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0328 03:35:11.241675 3256235 system_pods.go:89] "registry-l2d8j" [efbdf6d1-f769-43b5-92a9-b4b43129bbc9] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0328 03:35:11.241680 3256235 system_pods.go:89] "registry-proxy-qdjhx" [48e81d37-f08c-4677-a66e-2dc91903192d] Running
I0328 03:35:11.241687 3256235 system_pods.go:89] "snapshot-controller-58dbcc7b99-c7fr6" [cd05cbb1-c073-40de-8a48-8ec98af0c76a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0328 03:35:11.241701 3256235 system_pods.go:89] "snapshot-controller-58dbcc7b99-w6n4b" [a37ef814-9ca2-4124-9732-97d999919dd4] Running
I0328 03:35:11.241705 3256235 system_pods.go:89] "storage-provisioner" [28a444ff-2b92-49df-ba5a-adf2135bd722] Running
I0328 03:35:11.241713 3256235 system_pods.go:126] duration metric: took 206.940197ms to wait for k8s-apps to be running ...
I0328 03:35:11.241721 3256235 system_svc.go:44] waiting for kubelet service to be running ....
I0328 03:35:11.241783 3256235 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0328 03:35:11.255008 3256235 system_svc.go:56] duration metric: took 13.277112ms WaitForService to wait for kubelet
I0328 03:35:11.255036 3256235 kubeadm.go:576] duration metric: took 44.578865931s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0328 03:35:11.255056 3256235 node_conditions.go:102] verifying NodePressure condition ...
I0328 03:35:11.435640 3256235 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0328 03:35:11.435675 3256235 node_conditions.go:123] node cpu capacity is 2
I0328 03:35:11.435688 3256235 node_conditions.go:105] duration metric: took 180.626912ms to run NodePressure ...
I0328 03:35:11.435722 3256235 start.go:240] waiting for startup goroutines ...
I0328 03:35:11.502660 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:11.547936 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:11.559239 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:11.726197 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:12.002666 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:12.048212 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:12.059884 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:12.227903 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:12.503090 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:12.562187 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:12.570710 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:12.727568 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:13.002664 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:13.048470 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:13.094501 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:13.227084 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:13.503672 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:13.550674 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:13.563609 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:13.726443 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:14.003320 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:14.046574 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:14.059325 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:14.225045 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:14.502527 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:14.547163 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:14.570572 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:14.724956 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:15.002177 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:15.046440 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:15.059203 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:15.225256 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:15.502262 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:15.554779 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:15.566317 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:15.730292 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:16.004015 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:16.046721 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:16.060524 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:16.227167 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:16.502183 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:16.546222 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:16.558822 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:16.725046 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:17.003491 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:17.046635 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:17.058252 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:17.223983 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:17.505984 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:17.546716 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:17.559355 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:17.725329 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:18.012151 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:18.046244 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:18.060023 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:18.226011 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:18.502985 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:18.546515 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:18.559103 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:18.725462 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:19.004560 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:19.045959 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:19.059107 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:19.227406 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:19.502166 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:19.545640 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:19.558482 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:19.725118 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:20.003823 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:20.046721 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:20.061356 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:20.224401 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:20.502018 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:20.546673 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:20.558985 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:20.727706 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:21.005781 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:21.053795 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:21.059203 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:21.224230 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:21.503228 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:21.547172 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:21.559919 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:21.724275 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:22.011168 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:22.045932 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:22.058920 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:22.224367 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:22.502771 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:22.546166 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:22.559358 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:22.725266 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:23.005939 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:23.046759 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:23.059448 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:23.224782 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:23.502569 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:23.546490 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:23.558038 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:23.728098 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:24.005967 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:24.051732 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:24.058372 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:24.230541 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:24.502596 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:24.546295 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:24.560014 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:24.727789 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:25.003904 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:25.047151 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:25.059279 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:25.224632 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:25.507450 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0328 03:35:25.551296 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:25.565613 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:25.727734 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:26.003525 3256235 kapi.go:107] duration metric: took 49.005258624s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0328 03:35:26.006309 3256235 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-340351 cluster.
I0328 03:35:26.008622 3256235 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.
I0328 03:35:26.010634 3256235 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0328 03:35:26.047471 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:26.058572 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:26.225622 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:26.549552 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:26.559581 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0328 03:35:26.724746 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:27.047538 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:27.059469 3256235 kapi.go:107] duration metric: took 52.506038387s to wait for kubernetes.io/minikube-addons=registry ...
I0328 03:35:27.232002 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:27.547392 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:27.724761 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:28.047132 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:28.225696 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:28.546683 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:28.724831 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:29.045542 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:29.226063 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:29.545923 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:29.725108 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:30.051994 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:30.227295 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:30.546308 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:30.723407 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:31.046808 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:31.224934 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:31.545951 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:31.725584 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:32.046984 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:32.228560 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:32.546138 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:32.725202 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:33.046260 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:33.225712 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:33.545779 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:33.724396 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:34.045653 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:34.225849 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:34.545420 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:34.724199 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:35.046564 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:35.224440 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:35.545803 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:35.725549 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:36.046399 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:36.224477 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:36.547154 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:36.725233 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:37.051797 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:37.224470 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:37.546399 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:37.723866 3256235 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0328 03:35:38.046275 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:38.225624 3256235 kapi.go:107] duration metric: took 1m2.51465373s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0328 03:35:38.547175 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:39.047101 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:39.545917 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:40.048121 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:40.546171 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:41.047123 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:41.546285 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:42.046255 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:42.554823 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:43.045215 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:43.545654 3256235 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0328 03:35:44.051773 3256235 kapi.go:107] duration metric: took 1m9.510582976s to wait for app.kubernetes.io/name=ingress-nginx ...
I0328 03:35:44.056456 3256235 out.go:177] * Enabled addons: storage-provisioner, ingress-dns, cloud-spanner, nvidia-device-plugin, default-storageclass, inspektor-gadget, metrics-server, yakd, volumesnapshots, gcp-auth, registry, csi-hostpath-driver, ingress
I0328 03:35:44.059076 3256235 addons.go:505] duration metric: took 1m17.382551328s for enable addons: enabled=[storage-provisioner ingress-dns cloud-spanner nvidia-device-plugin default-storageclass inspektor-gadget metrics-server yakd volumesnapshots gcp-auth registry csi-hostpath-driver ingress]
I0328 03:35:44.059142 3256235 start.go:245] waiting for cluster config update ...
I0328 03:35:44.059163 3256235 start.go:254] writing updated cluster config ...
I0328 03:35:44.059500 3256235 ssh_runner.go:195] Run: rm -f paused
I0328 03:35:44.408626 3256235 start.go:600] kubectl: 1.29.3, cluster: 1.29.3 (minor skew: 0)
I0328 03:35:44.411068 3256235 out.go:177] * Done! kubectl is now configured to use "addons-340351" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
c525c9eedb856 dd1b12fcb6097 9 seconds ago Exited hello-world-app 2 7f3190163f6d5 hello-world-app-5d77478584-gzhzb
8424d7ac30795 b8c82647e8a25 33 seconds ago Running nginx 0 7bea4ddaaa56f nginx
e15a95ffb70b4 7ce2150c8929b About a minute ago Running local-path-provisioner 0 98a1709d49969 local-path-provisioner-78b46b4d5c-78cz5
c037b7b5ccb3a 20e3f2db01e81 About a minute ago Running yakd 0 9bb2de1289b0e yakd-dashboard-9947fc6bf-mhzbx
c2b9ca89f109e 6ef582f3ec844 About a minute ago Running gcp-auth 0 8c4d3f5f59a90 gcp-auth-7d69788767-drfvk
40f862debf865 6727f8bc3105d About a minute ago Running cloud-spanner-emulator 0 07464a7bfdb5f cloud-spanner-emulator-5446596998-79w62
59b00ae571e28 c0cfb4ce73bda About a minute ago Running nvidia-device-plugin-ctr 0 29f6e03789329 nvidia-device-plugin-daemonset-24zx7
458d4a3adf46d 1a024e390dd05 About a minute ago Exited patch 2 69d2456192928 ingress-nginx-admission-patch-9qxlj
4f495b3b532f3 4d1e5c3e97420 About a minute ago Running volume-snapshot-controller 0 cf1648da81a77 snapshot-controller-58dbcc7b99-c7fr6
fcf58965ab350 4d1e5c3e97420 About a minute ago Running volume-snapshot-controller 0 0bb1467a02dbd snapshot-controller-58dbcc7b99-w6n4b
8d1c112873817 2437cf7621777 About a minute ago Running coredns 0 59d25e2c99736 coredns-76f75df574-4t7xb
c6edd75053d61 1a024e390dd05 About a minute ago Exited create 0 383e76396edb1 ingress-nginx-admission-create-lcmws
9388e1fc0827b ba04bb24b9575 2 minutes ago Running storage-provisioner 0 bb330c58b668d storage-provisioner
33103b22f5e2e 4740c1948d3fc 2 minutes ago Running kindnet-cni 0 86fe81901b85b kindnet-67627
0b803a1e6aaec 0e9b4a0d1e86d 2 minutes ago Running kube-proxy 0 3b34d3414c3e4 kube-proxy-29lc9
ba25d3bfe399f 4b51f9f6bc9b9 2 minutes ago Running kube-scheduler 0 1c13a8367c3a4 kube-scheduler-addons-340351
20b33063be704 014faa467e297 2 minutes ago Running etcd 0 42aeddac88c83 etcd-addons-340351
e0f96c58a12b1 121d70d9a3805 2 minutes ago Running kube-controller-manager 0 8d4a0e561b27e kube-controller-manager-addons-340351
d594d62b87501 2581114f5709d 2 minutes ago Running kube-apiserver 0 ac8ed49880f7e kube-apiserver-addons-340351
==> containerd <==
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.256191877Z" level=error msg="ContainerStatus for \"948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.256567752Z" level=error msg="ContainerStatus for \"07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.256907861Z" level=error msg="ContainerStatus for \"e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.257292581Z" level=error msg="ContainerStatus for \"4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.257623534Z" level=error msg="ContainerStatus for \"cbe1a96bfa96b037dc6eeae4b46d95c446d1d5ac28907ee1952640b0ebdbc758\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"cbe1a96bfa96b037dc6eeae4b46d95c446d1d5ac28907ee1952640b0ebdbc758\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.258014735Z" level=error msg="ContainerStatus for \"97409b53e29361b17c8d929f029595237c6d562e22a0d7885f494e61016f8628\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"97409b53e29361b17c8d929f029595237c6d562e22a0d7885f494e61016f8628\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.258419803Z" level=error msg="ContainerStatus for \"948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.258752659Z" level=error msg="ContainerStatus for \"07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.259335043Z" level=error msg="ContainerStatus for \"e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.259705502Z" level=error msg="ContainerStatus for \"4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.260033247Z" level=error msg="ContainerStatus for \"cbe1a96bfa96b037dc6eeae4b46d95c446d1d5ac28907ee1952640b0ebdbc758\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"cbe1a96bfa96b037dc6eeae4b46d95c446d1d5ac28907ee1952640b0ebdbc758\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.260514768Z" level=error msg="ContainerStatus for \"97409b53e29361b17c8d929f029595237c6d562e22a0d7885f494e61016f8628\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"97409b53e29361b17c8d929f029595237c6d562e22a0d7885f494e61016f8628\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.261086354Z" level=error msg="ContainerStatus for \"948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.261448781Z" level=error msg="ContainerStatus for \"07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.261793772Z" level=error msg="ContainerStatus for \"e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.262126054Z" level=error msg="ContainerStatus for \"4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.262579793Z" level=error msg="ContainerStatus for \"cbe1a96bfa96b037dc6eeae4b46d95c446d1d5ac28907ee1952640b0ebdbc758\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"cbe1a96bfa96b037dc6eeae4b46d95c446d1d5ac28907ee1952640b0ebdbc758\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.262942827Z" level=error msg="ContainerStatus for \"97409b53e29361b17c8d929f029595237c6d562e22a0d7885f494e61016f8628\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"97409b53e29361b17c8d929f029595237c6d562e22a0d7885f494e61016f8628\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.263288204Z" level=error msg="ContainerStatus for \"948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.263629495Z" level=error msg="ContainerStatus for \"07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.263970105Z" level=error msg="ContainerStatus for \"e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.264311782Z" level=error msg="ContainerStatus for \"4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0\": not found"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.265729917Z" level=info msg="RemoveContainer for \"86e1bcdda20954e37c423de64b34e180ae26842d9520ab667fb49523d3710904\""
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.271576499Z" level=info msg="RemoveContainer for \"86e1bcdda20954e37c423de64b34e180ae26842d9520ab667fb49523d3710904\" returns successfully"
Mar 28 03:36:49 addons-340351 containerd[761]: time="2024-03-28T03:36:49.272108340Z" level=error msg="ContainerStatus for \"86e1bcdda20954e37c423de64b34e180ae26842d9520ab667fb49523d3710904\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"86e1bcdda20954e37c423de64b34e180ae26842d9520ab667fb49523d3710904\": not found"
==> coredns [8d1c112873817d2b1615acd08b3a26b2a7436958f846ea54704dc771aac6e24e] <==
[INFO] 10.244.0.20:37995 - 24958 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000034058s
[INFO] 10.244.0.20:39566 - 122 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000053767s
[INFO] 10.244.0.20:58497 - 360 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000031688s
[INFO] 10.244.0.20:48196 - 37035 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000026568s
[INFO] 10.244.0.20:48196 - 743 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001549692s
[INFO] 10.244.0.20:39566 - 56174 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000059002s
[INFO] 10.244.0.20:58497 - 3953 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002073444s
[INFO] 10.244.0.20:48196 - 21582 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000883265s
[INFO] 10.244.0.20:39566 - 10768 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000059477s
[INFO] 10.244.0.20:48196 - 10754 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000057885s
[INFO] 10.244.0.20:58497 - 29508 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000861039s
[INFO] 10.244.0.20:39566 - 32604 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000038514s
[INFO] 10.244.0.20:39566 - 22284 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000046703s
[INFO] 10.244.0.20:58497 - 57720 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000030489s
[INFO] 10.244.0.20:39566 - 8334 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000069758s
[INFO] 10.244.0.20:39566 - 28348 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001149243s
[INFO] 10.244.0.20:39566 - 48992 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000994672s
[INFO] 10.244.0.20:50134 - 1846 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000046424s
[INFO] 10.244.0.20:37995 - 21533 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001717483s
[INFO] 10.244.0.20:39566 - 39567 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000102857s
[INFO] 10.244.0.20:50134 - 52174 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002117742s
[INFO] 10.244.0.20:37995 - 48382 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.005684437s
[INFO] 10.244.0.20:50134 - 11654 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.005069348s
[INFO] 10.244.0.20:50134 - 471 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000057402s
[INFO] 10.244.0.20:37995 - 41038 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.00002724s
==> describe nodes <==
Name: addons-340351
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-340351
kubernetes.io/os=linux
minikube.k8s.io/commit=1a940f980f77c9bfc8ef93678db8c1f49c9dd79d
minikube.k8s.io/name=addons-340351
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_03_28T03_34_14_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-340351
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Thu, 28 Mar 2024 03:34:10 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-340351
AcquireTime: <unset>
RenewTime: Thu, 28 Mar 2024 03:36:47 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 28 Mar 2024 03:36:47 +0000 Thu, 28 Mar 2024 03:34:07 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 28 Mar 2024 03:36:47 +0000 Thu, 28 Mar 2024 03:34:07 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 28 Mar 2024 03:36:47 +0000 Thu, 28 Mar 2024 03:34:07 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 28 Mar 2024 03:36:47 +0000 Thu, 28 Mar 2024 03:34:14 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-340351
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022568Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022568Ki
pods: 110
System Info:
Machine ID: c929d13281ab461f9ae34957a1d9a2b2
System UUID: 68cfd376-65a2-46b7-bd23-4c7605fa936a
Boot ID: 6d3ffb57-9092-48f6-a12c-685c1918590f
Kernel Version: 5.15.0-1056-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.28
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: (17 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-5446596998-79w62 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m23s
default hello-world-app-5d77478584-gzhzb 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 35s
gcp-auth gcp-auth-7d69788767-drfvk 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m17s
kube-system coredns-76f75df574-4t7xb 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m27s
kube-system etcd-addons-340351 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 2m39s
kube-system kindnet-67627 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 2m27s
kube-system kube-apiserver-addons-340351 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m39s
kube-system kube-controller-manager-addons-340351 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m39s
kube-system kube-proxy-29lc9 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m27s
kube-system kube-scheduler-addons-340351 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m39s
kube-system nvidia-device-plugin-daemonset-24zx7 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m24s
kube-system snapshot-controller-58dbcc7b99-c7fr6 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m20s
kube-system snapshot-controller-58dbcc7b99-w6n4b 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m20s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m21s
local-path-storage local-path-provisioner-78b46b4d5c-78cz5 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m22s
yakd-dashboard yakd-dashboard-9947fc6bf-mhzbx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 2m21s
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 2m25s kube-proxy
Normal NodeHasSufficientMemory 2m48s (x8 over 2m48s) kubelet Node addons-340351 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m48s (x8 over 2m48s) kubelet Node addons-340351 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m48s (x7 over 2m48s) kubelet Node addons-340351 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 2m48s kubelet Updated Node Allocatable limit across pods
Normal Starting 2m40s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 2m39s kubelet Node addons-340351 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m39s kubelet Node addons-340351 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m39s kubelet Node addons-340351 status is now: NodeHasSufficientPID
Normal NodeNotReady 2m39s kubelet Node addons-340351 status is now: NodeNotReady
Normal NodeAllocatableEnforced 2m39s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 2m39s kubelet Node addons-340351 status is now: NodeReady
Normal RegisteredNode 2m27s node-controller Node addons-340351 event: Registered Node addons-340351 in Controller
==> dmesg <==
[ +0.001027] FS-Cache: O-key=[8] '6ae0c90000000000'
[ +0.000690] FS-Cache: N-cookie c=0000009c [p=00000093 fl=2 nc=0 na=1]
[ +0.000921] FS-Cache: N-cookie d=000000007dd5da0e{9p.inode} n=0000000088d31df7
[ +0.001082] FS-Cache: N-key=[8] '6ae0c90000000000'
[ +0.002528] FS-Cache: Duplicate cookie detected
[ +0.000747] FS-Cache: O-cookie c=00000096 [p=00000093 fl=226 nc=0 na=1]
[ +0.001280] FS-Cache: O-cookie d=000000007dd5da0e{9p.inode} n=0000000032bd8fff
[ +0.001075] FS-Cache: O-key=[8] '6ae0c90000000000'
[ +0.000794] FS-Cache: N-cookie c=0000009d [p=00000093 fl=2 nc=0 na=1]
[ +0.000920] FS-Cache: N-cookie d=000000007dd5da0e{9p.inode} n=000000007eb28088
[ +0.001194] FS-Cache: N-key=[8] '6ae0c90000000000'
[ +2.528101] FS-Cache: Duplicate cookie detected
[ +0.000686] FS-Cache: O-cookie c=00000094 [p=00000093 fl=226 nc=0 na=1]
[ +0.001234] FS-Cache: O-cookie d=000000007dd5da0e{9p.inode} n=00000000a2709a24
[ +0.001172] FS-Cache: O-key=[8] '69e0c90000000000'
[ +0.000678] FS-Cache: N-cookie c=0000009f [p=00000093 fl=2 nc=0 na=1]
[ +0.000905] FS-Cache: N-cookie d=000000007dd5da0e{9p.inode} n=0000000088d31df7
[ +0.001002] FS-Cache: N-key=[8] '69e0c90000000000'
[ +0.307773] FS-Cache: Duplicate cookie detected
[ +0.000920] FS-Cache: O-cookie c=00000099 [p=00000093 fl=226 nc=0 na=1]
[ +0.001024] FS-Cache: O-cookie d=000000007dd5da0e{9p.inode} n=00000000b2051977
[ +0.001032] FS-Cache: O-key=[8] '6fe0c90000000000'
[ +0.000724] FS-Cache: N-cookie c=000000a0 [p=00000093 fl=2 nc=0 na=1]
[ +0.000925] FS-Cache: N-cookie d=000000007dd5da0e{9p.inode} n=00000000670d971e
[ +0.001075] FS-Cache: N-key=[8] '6fe0c90000000000'
==> etcd [20b33063be704cb6eec5d3b9ce758f0e449df1c4d71e973f82bcc91b96466b84] <==
{"level":"info","ts":"2024-03-28T03:34:06.545302Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-03-28T03:34:06.552916Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","added-peer-id":"aec36adc501070cc","added-peer-peer-urls":["https://192.168.49.2:2380"]}
{"level":"info","ts":"2024-03-28T03:34:06.597386Z","caller":"embed/etcd.go:726","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
{"level":"info","ts":"2024-03-28T03:34:06.602302Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-28T03:34:06.60461Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-28T03:34:06.620509Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-03-28T03:34:06.620479Z","caller":"embed/etcd.go:277","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-03-28T03:34:06.793239Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-03-28T03:34:06.793465Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-03-28T03:34:06.793602Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-03-28T03:34:06.793688Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-03-28T03:34:06.793783Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-28T03:34:06.793867Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-03-28T03:34:06.793954Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-28T03:34:06.803327Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-28T03:34:06.808512Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-340351 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-03-28T03:34:06.808733Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-28T03:34:06.80919Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-28T03:34:06.810942Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-03-28T03:34:06.820505Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-03-28T03:34:06.820676Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-03-28T03:34:06.822262Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-03-28T03:34:06.84073Z","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-28T03:34:06.841023Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-28T03:34:06.841164Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
==> gcp-auth [c2b9ca89f109eecbba6a26d6ff5a32983f58993d8a660e8408bfa7d08cf71c82] <==
2024/03/28 03:35:25 GCP Auth Webhook started!
2024/03/28 03:35:55 Ready to marshal response ...
2024/03/28 03:35:55 Ready to write response ...
2024/03/28 03:36:18 Ready to marshal response ...
2024/03/28 03:36:18 Ready to write response ...
2024/03/28 03:36:18 Ready to marshal response ...
2024/03/28 03:36:18 Ready to write response ...
2024/03/28 03:36:27 Ready to marshal response ...
2024/03/28 03:36:27 Ready to write response ...
2024/03/28 03:36:39 Ready to marshal response ...
2024/03/28 03:36:39 Ready to write response ...
==> kernel <==
03:36:53 up 11:19, 0 users, load average: 3.60, 3.93, 3.47
Linux addons-340351 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 [33103b22f5e2e6087942fc63016d85dfd0e2c61c6a1709289b68fee655322d1c] <==
I0328 03:34:58.197403 1 main.go:191] Failed to get nodes, retrying after error: Get "https://10.96.0.1:443/api/v1/nodes": dial tcp 10.96.0.1:443: i/o timeout
I0328 03:34:58.210548 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:34:58.210581 1 main.go:227] handling current node
I0328 03:35:08.227106 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:35:08.227139 1 main.go:227] handling current node
I0328 03:35:18.241097 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:35:18.241124 1 main.go:227] handling current node
I0328 03:35:28.253809 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:35:28.253834 1 main.go:227] handling current node
I0328 03:35:38.258021 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:35:38.258062 1 main.go:227] handling current node
I0328 03:35:48.270509 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:35:48.270547 1 main.go:227] handling current node
I0328 03:35:58.274943 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:35:58.274975 1 main.go:227] handling current node
I0328 03:36:08.284518 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:36:08.284554 1 main.go:227] handling current node
I0328 03:36:18.296545 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:36:18.296817 1 main.go:227] handling current node
I0328 03:36:28.331388 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:36:28.331417 1 main.go:227] handling current node
I0328 03:36:38.343680 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:36:38.343710 1 main.go:227] handling current node
I0328 03:36:48.357027 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0328 03:36:48.357057 1 main.go:227] handling current node
==> kube-apiserver [d594d62b875012a62e08e3f1844dd8ef7059b086bc7cec4b2ff305cc89ec476c] <==
W0328 03:34:33.283553 1 handler_proxy.go:93] no RequestInfo found in the context
E0328 03:34:33.283568 1 controller.go:113] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: Error, could not get list of group versions for APIService
I0328 03:34:33.285254 1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
I0328 03:34:33.315777 1 handler.go:275] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I0328 03:34:34.256796 1 alloc.go:330] "allocated clusterIPs" service="ingress-nginx/ingress-nginx-controller" clusterIPs={"IPv4":"10.97.222.90"}
I0328 03:34:34.278327 1 alloc.go:330] "allocated clusterIPs" service="ingress-nginx/ingress-nginx-controller-admission" clusterIPs={"IPv4":"10.111.220.237"}
I0328 03:34:34.352233 1 controller.go:624] quota admission added evaluator for: jobs.batch
I0328 03:34:35.435734 1 alloc.go:330] "allocated clusterIPs" service="kube-system/csi-hostpath-attacher" clusterIPs={"IPv4":"10.106.251.69"}
I0328 03:34:35.450245 1 controller.go:624] quota admission added evaluator for: statefulsets.apps
I0328 03:34:35.629422 1 alloc.go:330] "allocated clusterIPs" service="kube-system/csi-hostpath-resizer" clusterIPs={"IPv4":"10.102.213.148"}
I0328 03:34:36.818094 1 alloc.go:330] "allocated clusterIPs" service="gcp-auth/gcp-auth" clusterIPs={"IPv4":"10.96.96.58"}
W0328 03:35:22.763072 1 handler_proxy.go:93] no RequestInfo found in the context
E0328 03:35:22.763140 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
E0328 03:35:22.764143 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.97.123.168:443/apis/metrics.k8s.io/v1beta1: Get "https://10.97.123.168:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.97.123.168:443: connect: connection refused
E0328 03:35:22.765367 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.97.123.168:443/apis/metrics.k8s.io/v1beta1: Get "https://10.97.123.168:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.97.123.168:443: connect: connection refused
E0328 03:35:22.770232 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.97.123.168:443/apis/metrics.k8s.io/v1beta1: Get "https://10.97.123.168:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.97.123.168:443: connect: connection refused
I0328 03:35:22.879830 1 handler.go:275] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0328 03:36:12.358899 1 handler.go:275] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0328 03:36:13.392416 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0328 03:36:17.937285 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0328 03:36:18.276072 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.106.1.148"}
I0328 03:36:23.778396 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0328 03:36:27.078877 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0328 03:36:27.970648 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.111.118.125"}
==> kube-controller-manager [e0f96c58a12b1920bb47425b1f4980aef254a7e7c11b731f70007f9b4d8391a6] <==
E0328 03:36:22.537572 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
I0328 03:36:26.575626 1 shared_informer.go:311] Waiting for caches to sync for resource quota
I0328 03:36:26.575676 1 shared_informer.go:318] Caches are synced for resource quota
I0328 03:36:27.045713 1 shared_informer.go:311] Waiting for caches to sync for garbage collector
I0328 03:36:27.045939 1 shared_informer.go:318] Caches are synced for garbage collector
I0328 03:36:27.725933 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"
I0328 03:36:27.736602 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-gzhzb"
I0328 03:36:27.749698 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="24.369241ms"
I0328 03:36:27.788629 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="38.877243ms"
I0328 03:36:27.806414 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="17.727481ms"
I0328 03:36:27.806607 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="153.169µs"
I0328 03:36:29.505854 1 event.go:376] "Event occurred" object="default/hpvc-restore" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="Waiting for a volume to be created either by the external provisioner 'hostpath.csi.k8s.io' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered."
I0328 03:36:29.506533 1 event.go:376] "Event occurred" object="default/hpvc-restore" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="Waiting for a volume to be created either by the external provisioner 'hostpath.csi.k8s.io' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered."
W0328 03:36:30.110646 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
E0328 03:36:30.110687 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
I0328 03:36:31.082979 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="92.412µs"
I0328 03:36:32.059624 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="43.453µs"
I0328 03:36:33.064238 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="85.372µs"
I0328 03:36:39.254705 1 event.go:376] "Event occurred" object="default/hpvc-restore" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="Waiting for a volume to be created either by the external provisioner 'hostpath.csi.k8s.io' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered."
I0328 03:36:45.140029 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="155.778µs"
I0328 03:36:45.236081 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-65496f9567" duration="7.532µs"
I0328 03:36:45.241856 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0328 03:36:45.280799 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0328 03:36:48.641727 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-attacher"
I0328 03:36:48.736741 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-resizer"
==> kube-proxy [0b803a1e6aaec0ee43426f9b9d1d0e0424055aaa20012a6a57ab961a25c387a3] <==
I0328 03:34:27.982153 1 server_others.go:72] "Using iptables proxy"
I0328 03:34:28.041502 1 server.go:1050] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0328 03:34:28.126596 1 server.go:652] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0328 03:34:28.126627 1 server_others.go:168] "Using iptables Proxier"
I0328 03:34:28.137110 1 server_others.go:512] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0328 03:34:28.137133 1 server_others.go:529] "Defaulting to no-op detect-local"
I0328 03:34:28.137165 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"
I0328 03:34:28.137363 1 server.go:865] "Version info" version="v1.29.3"
I0328 03:34:28.137374 1 server.go:867] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0328 03:34:28.148305 1 config.go:188] "Starting service config controller"
I0328 03:34:28.148347 1 shared_informer.go:311] Waiting for caches to sync for service config
I0328 03:34:28.148381 1 config.go:97] "Starting endpoint slice config controller"
I0328 03:34:28.148386 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0328 03:34:28.148732 1 config.go:315] "Starting node config controller"
I0328 03:34:28.148739 1 shared_informer.go:311] Waiting for caches to sync for node config
I0328 03:34:28.248918 1 shared_informer.go:318] Caches are synced for node config
I0328 03:34:28.248965 1 shared_informer.go:318] Caches are synced for service config
I0328 03:34:28.249017 1 shared_informer.go:318] Caches are synced for endpoint slice config
==> kube-scheduler [ba25d3bfe399f4cc75bc23cd361e00c423b4b8b267b8b047f72f4bcb09894c1d] <==
W0328 03:34:10.797436 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
E0328 03:34:10.797455 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
W0328 03:34:10.797559 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
E0328 03:34:10.797577 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
W0328 03:34:10.797654 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
E0328 03:34:10.797671 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
W0328 03:34:10.797753 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0328 03:34:10.797769 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
W0328 03:34:10.797847 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
E0328 03:34:10.797884 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
W0328 03:34:10.797978 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0328 03:34:10.797995 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0328 03:34:10.798081 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0328 03:34:10.798142 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0328 03:34:10.798237 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0328 03:34:10.798257 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
W0328 03:34:10.798323 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0328 03:34:10.798340 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0328 03:34:11.759447 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
E0328 03:34:11.759670 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
W0328 03:34:11.780942 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0328 03:34:11.781165 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0328 03:34:11.841524 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
E0328 03:34:11.841565 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
I0328 03:34:12.176556 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.262289 1490 scope.go:117] "RemoveContainer" containerID="cbe1a96bfa96b037dc6eeae4b46d95c446d1d5ac28907ee1952640b0ebdbc758"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.262723 1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"cbe1a96bfa96b037dc6eeae4b46d95c446d1d5ac28907ee1952640b0ebdbc758"} err="failed to get container status \"cbe1a96bfa96b037dc6eeae4b46d95c446d1d5ac28907ee1952640b0ebdbc758\": rpc error: code = NotFound desc = an error occurred when try to find container \"cbe1a96bfa96b037dc6eeae4b46d95c446d1d5ac28907ee1952640b0ebdbc758\": not found"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.262748 1490 scope.go:117] "RemoveContainer" containerID="97409b53e29361b17c8d929f029595237c6d562e22a0d7885f494e61016f8628"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.263083 1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"97409b53e29361b17c8d929f029595237c6d562e22a0d7885f494e61016f8628"} err="failed to get container status \"97409b53e29361b17c8d929f029595237c6d562e22a0d7885f494e61016f8628\": rpc error: code = NotFound desc = an error occurred when try to find container \"97409b53e29361b17c8d929f029595237c6d562e22a0d7885f494e61016f8628\": not found"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.263110 1490 scope.go:117] "RemoveContainer" containerID="948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.263435 1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122"} err="failed to get container status \"948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122\": rpc error: code = NotFound desc = an error occurred when try to find container \"948696db5e310c036c7c54534ff0fc70cc5a9b1e77183037b15857410098b122\": not found"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.263462 1490 scope.go:117] "RemoveContainer" containerID="07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.263770 1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f"} err="failed to get container status \"07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f\": rpc error: code = NotFound desc = an error occurred when try to find container \"07c4958f219480de7db830629f902342042656c6dcefa6fbd7d9896c3d628d5f\": not found"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.263799 1490 scope.go:117] "RemoveContainer" containerID="e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.264104 1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8"} err="failed to get container status \"e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8\": rpc error: code = NotFound desc = an error occurred when try to find container \"e0224383b34f1d405e8fa8979076a26c745768bf4c0b3b2179e0c2c2ad095bc8\": not found"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.264134 1490 scope.go:117] "RemoveContainer" containerID="4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.264472 1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0"} err="failed to get container status \"4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0\": rpc error: code = NotFound desc = an error occurred when try to find container \"4ebe5bddae6da0f669c9fe67822241e89e13dfe42af38473725eb8ce6f2f65e0\": not found"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.264498 1490 scope.go:117] "RemoveContainer" containerID="86e1bcdda20954e37c423de64b34e180ae26842d9520ab667fb49523d3710904"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.271829 1490 scope.go:117] "RemoveContainer" containerID="86e1bcdda20954e37c423de64b34e180ae26842d9520ab667fb49523d3710904"
Mar 28 03:36:49 addons-340351 kubelet[1490]: E0328 03:36:49.272283 1490 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"86e1bcdda20954e37c423de64b34e180ae26842d9520ab667fb49523d3710904\": not found" containerID="86e1bcdda20954e37c423de64b34e180ae26842d9520ab667fb49523d3710904"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.272361 1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"86e1bcdda20954e37c423de64b34e180ae26842d9520ab667fb49523d3710904"} err="failed to get container status \"86e1bcdda20954e37c423de64b34e180ae26842d9520ab667fb49523d3710904\": rpc error: code = NotFound desc = an error occurred when try to find container \"86e1bcdda20954e37c423de64b34e180ae26842d9520ab667fb49523d3710904\": not found"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.290850 1490 reconciler_common.go:300] "Volume detached for volume \"socket-dir\" (UniqueName: \"kubernetes.io/host-path/fcc8acbf-a1b1-4585-9ad0-d490f65f1171-socket-dir\") on node \"addons-340351\" DevicePath \"\""
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.290893 1490 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-7lqbr\" (UniqueName: \"kubernetes.io/projected/f455f10e-f271-4bba-8b18-8ced67632a6d-kube-api-access-7lqbr\") on node \"addons-340351\" DevicePath \"\""
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.290908 1490 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-gpghg\" (UniqueName: \"kubernetes.io/projected/fcc8acbf-a1b1-4585-9ad0-d490f65f1171-kube-api-access-gpghg\") on node \"addons-340351\" DevicePath \"\""
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.290920 1490 reconciler_common.go:300] "Volume detached for volume \"socket-dir\" (UniqueName: \"kubernetes.io/host-path/f455f10e-f271-4bba-8b18-8ced67632a6d-socket-dir\") on node \"addons-340351\" DevicePath \"\""
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.299917 1490 csi_plugin.go:183] kubernetes.io/csi: registrationHandler.DeRegisterPlugin request for plugin hostpath.csi.k8s.io
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.987103 1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="6d3f46d2-ad55-4e5b-88be-12e3ca376390" path="/var/lib/kubelet/pods/6d3f46d2-ad55-4e5b-88be-12e3ca376390/volumes"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.987830 1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ac274503-85fe-4e33-a505-bb66d4824506" path="/var/lib/kubelet/pods/ac274503-85fe-4e33-a505-bb66d4824506/volumes"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.988207 1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f455f10e-f271-4bba-8b18-8ced67632a6d" path="/var/lib/kubelet/pods/f455f10e-f271-4bba-8b18-8ced67632a6d/volumes"
Mar 28 03:36:49 addons-340351 kubelet[1490]: I0328 03:36:49.988642 1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="fcc8acbf-a1b1-4585-9ad0-d490f65f1171" path="/var/lib/kubelet/pods/fcc8acbf-a1b1-4585-9ad0-d490f65f1171/volumes"
==> storage-provisioner [9388e1fc0827b2ec62acd1adb3f7ebe22c40ec106491f57e26c0ed8790b641bc] <==
I0328 03:34:33.276912 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0328 03:34:33.311892 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0328 03:34:33.311941 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0328 03:34:33.360020 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0328 03:34:33.360198 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-340351_ccb5f49e-f2ee-4fa3-ac31-591d491ebb18!
I0328 03:34:33.364822 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"8b01c804-6b13-4481-a11f-8e2ea3705bd3", APIVersion:"v1", ResourceVersion:"669", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-340351_ccb5f49e-f2ee-4fa3-ac31-591d491ebb18 became leader
I0328 03:34:33.460812 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-340351_ccb5f49e-f2ee-4fa3-ac31-591d491ebb18!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-340351 -n addons-340351
helpers_test.go:261: (dbg) Run: kubectl --context addons-340351 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 (37.18s)