=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-595372 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-595372 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-595372 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" [37fd5f4e-76ab-4a27-9010-4229e87a5a1c] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [37fd5f4e-76ab-4a27-9010-4229e87a5a1c] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.003545051s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-595372 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-595372 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-595372 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.07163764s)
-- 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-595372 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-595372 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-595372 addons disable ingress --alsologtostderr -v=1: (7.766594001s)
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-595372
helpers_test.go:235: (dbg) docker inspect addons-595372:
-- stdout --
[
{
"Id": "8c4ebc5d68c40b4bdf92def39d1e4e6629d10f5e2f4aa6efe082218f8c84a251",
"Created": "2024-04-28T23:08:00.500644074Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 286269,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-04-28T23:08:00.808822585Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:c9315e0f61546d7b9630cf89252fa7f614fc966830e816cca5333df5c944376f",
"ResolvConfPath": "/var/lib/docker/containers/8c4ebc5d68c40b4bdf92def39d1e4e6629d10f5e2f4aa6efe082218f8c84a251/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/8c4ebc5d68c40b4bdf92def39d1e4e6629d10f5e2f4aa6efe082218f8c84a251/hostname",
"HostsPath": "/var/lib/docker/containers/8c4ebc5d68c40b4bdf92def39d1e4e6629d10f5e2f4aa6efe082218f8c84a251/hosts",
"LogPath": "/var/lib/docker/containers/8c4ebc5d68c40b4bdf92def39d1e4e6629d10f5e2f4aa6efe082218f8c84a251/8c4ebc5d68c40b4bdf92def39d1e4e6629d10f5e2f4aa6efe082218f8c84a251-json.log",
"Name": "/addons-595372",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-595372:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-595372",
"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/44870c5667dcdfc302e4bc770404ce8b8ad84e2feab32549d8b8b26ee2e5d77e-init/diff:/var/lib/docker/overlay2/7715f1720aa660576e79dc1cdb075a32cc3cb2fd7bc80582802e6bde79f75bb3/diff",
"MergedDir": "/var/lib/docker/overlay2/44870c5667dcdfc302e4bc770404ce8b8ad84e2feab32549d8b8b26ee2e5d77e/merged",
"UpperDir": "/var/lib/docker/overlay2/44870c5667dcdfc302e4bc770404ce8b8ad84e2feab32549d8b8b26ee2e5d77e/diff",
"WorkDir": "/var/lib/docker/overlay2/44870c5667dcdfc302e4bc770404ce8b8ad84e2feab32549d8b8b26ee2e5d77e/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-595372",
"Source": "/var/lib/docker/volumes/addons-595372/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-595372",
"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-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e",
"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-595372",
"name.minikube.sigs.k8s.io": "addons-595372",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "a90b0e6846583bcba0e7b3d162bb8eaca5a185581cdb9aacfa70599f1c794c2e",
"SandboxKey": "/var/run/docker/netns/a90b0e684658",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33143"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33142"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33139"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33141"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33140"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-595372": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "7a447d02dd1188fff5440d9683a30b1650c5b1ded5082e903a9fa587618796d3",
"EndpointID": "d03e55a290428996aacca8fdb16de0090dfe1bfe910cee8ca2c369800be02d89",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-595372",
"8c4ebc5d68c4"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-595372 -n addons-595372
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-595372 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-595372 logs -n 25: (1.490752957s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-989840 | download-only-989840 | jenkins | v1.33.0 | 28 Apr 24 23:07 UTC | 28 Apr 24 23:07 UTC |
| delete | -p download-only-048993 | download-only-048993 | jenkins | v1.33.0 | 28 Apr 24 23:07 UTC | 28 Apr 24 23:07 UTC |
| delete | -p download-only-989840 | download-only-989840 | jenkins | v1.33.0 | 28 Apr 24 23:07 UTC | 28 Apr 24 23:07 UTC |
| start | --download-only -p | download-docker-156878 | jenkins | v1.33.0 | 28 Apr 24 23:07 UTC | |
| | download-docker-156878 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-156878 | download-docker-156878 | jenkins | v1.33.0 | 28 Apr 24 23:07 UTC | 28 Apr 24 23:07 UTC |
| start | --download-only -p | binary-mirror-979346 | jenkins | v1.33.0 | 28 Apr 24 23:07 UTC | |
| | binary-mirror-979346 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:34807 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-979346 | binary-mirror-979346 | jenkins | v1.33.0 | 28 Apr 24 23:07 UTC | 28 Apr 24 23:07 UTC |
| addons | disable dashboard -p | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:07 UTC | |
| | addons-595372 | | | | | |
| addons | enable dashboard -p | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:07 UTC | |
| | addons-595372 | | | | | |
| start | -p addons-595372 --wait=true | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:07 UTC | 28 Apr 24 23:09 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-595372 ip | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:10 UTC | 28 Apr 24 23:10 UTC |
| addons | addons-595372 addons disable | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:10 UTC | 28 Apr 24 23:10 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:10 UTC | 28 Apr 24 23:10 UTC |
| | -p addons-595372 | | | | | |
| ssh | addons-595372 ssh cat | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:10 UTC | 28 Apr 24 23:10 UTC |
| | /opt/local-path-provisioner/pvc-5d5b666c-8b2e-4722-b04b-adad631fa7f0_default_test-pvc/file1 | | | | | |
| addons | addons-595372 addons disable | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:10 UTC | 28 Apr 24 23:10 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:10 UTC | 28 Apr 24 23:10 UTC |
| | addons-595372 | | | | | |
| addons | enable headlamp | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:10 UTC | 28 Apr 24 23:10 UTC |
| | -p addons-595372 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-595372 addons | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:10 UTC | 28 Apr 24 23:10 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-595372 addons | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:10 UTC | 28 Apr 24 23:10 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:10 UTC | |
| | addons-595372 | | | | | |
| addons | addons-595372 addons | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:11 UTC | 28 Apr 24 23:11 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-595372 ssh curl -s | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:11 UTC | 28 Apr 24 23:11 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-595372 ip | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:11 UTC | 28 Apr 24 23:11 UTC |
| addons | addons-595372 addons disable | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:11 UTC | 28 Apr 24 23:11 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-595372 addons disable | addons-595372 | jenkins | v1.33.0 | 28 Apr 24 23:11 UTC | 28 Apr 24 23:11 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/04/28 23:07:36
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0428 23:07:36.826840 285806 out.go:291] Setting OutFile to fd 1 ...
I0428 23:07:36.828431 285806 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0428 23:07:36.828448 285806 out.go:304] Setting ErrFile to fd 2...
I0428 23:07:36.828454 285806 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0428 23:07:36.828816 285806 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17977-279724/.minikube/bin
I0428 23:07:36.829487 285806 out.go:298] Setting JSON to false
I0428 23:07:36.830278 285806 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":10204,"bootTime":1714335453,"procs":144,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1058-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0428 23:07:36.830347 285806 start.go:139] virtualization:
I0428 23:07:36.833585 285806 out.go:177] * [addons-595372] minikube v1.33.0 on Ubuntu 20.04 (arm64)
I0428 23:07:36.836966 285806 out.go:177] - MINIKUBE_LOCATION=17977
I0428 23:07:36.839547 285806 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0428 23:07:36.837044 285806 notify.go:220] Checking for updates...
I0428 23:07:36.844515 285806 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17977-279724/kubeconfig
I0428 23:07:36.847075 285806 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17977-279724/.minikube
I0428 23:07:36.849594 285806 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0428 23:07:36.851987 285806 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0428 23:07:36.854794 285806 driver.go:392] Setting default libvirt URI to qemu:///system
I0428 23:07:36.872901 285806 docker.go:122] docker version: linux-26.1.0:Docker Engine - Community
I0428 23:07:36.873016 285806 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0428 23:07:36.931362 285806 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-04-28 23:07:36.922602697 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1058-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215105536 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.1.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:e377cd56a71523140ca6ae87e30244719194a521 Expected:e377cd56a71523140ca6ae87e30244719194a521} 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.14.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.26.1]] Warnings:<nil>}}
I0428 23:07:36.931478 285806 docker.go:295] overlay module found
I0428 23:07:36.934546 285806 out.go:177] * Using the docker driver based on user configuration
I0428 23:07:36.937010 285806 start.go:297] selected driver: docker
I0428 23:07:36.937025 285806 start.go:901] validating driver "docker" against <nil>
I0428 23:07:36.937038 285806 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0428 23:07:36.937708 285806 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0428 23:07:36.995787 285806 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-04-28 23:07:36.987317229 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1058-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215105536 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.1.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:e377cd56a71523140ca6ae87e30244719194a521 Expected:e377cd56a71523140ca6ae87e30244719194a521} 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.14.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.26.1]] Warnings:<nil>}}
I0428 23:07:36.995952 285806 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0428 23:07:36.996188 285806 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]
I0428 23:07:36.998810 285806 out.go:177] * Using Docker driver with root privileges
I0428 23:07:37.001462 285806 cni.go:84] Creating CNI manager for ""
I0428 23:07:37.001486 285806 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0428 23:07:37.001497 285806 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0428 23:07:37.001609 285806 start.go:340] cluster config:
{Name:addons-595372 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-595372 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.30.0 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}
I0428 23:07:37.008107 285806 out.go:177] * Starting "addons-595372" primary control-plane node in "addons-595372" cluster
I0428 23:07:37.010942 285806 cache.go:121] Beginning downloading kic base image for docker with containerd
I0428 23:07:37.013856 285806 out.go:177] * Pulling base image v0.0.43-1713736339-18706 ...
I0428 23:07:37.016610 285806 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime containerd
I0428 23:07:37.016659 285806 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e in local docker daemon
I0428 23:07:37.016685 285806 preload.go:147] Found local preload: /home/jenkins/minikube-integration/17977-279724/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-containerd-overlay2-arm64.tar.lz4
I0428 23:07:37.016696 285806 cache.go:56] Caching tarball of preloaded images
I0428 23:07:37.016783 285806 preload.go:173] Found /home/jenkins/minikube-integration/17977-279724/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0428 23:07:37.016795 285806 cache.go:59] Finished verifying existence of preloaded tar for v1.30.0 on containerd
I0428 23:07:37.017178 285806 profile.go:143] Saving config to /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/config.json ...
I0428 23:07:37.017209 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/config.json: {Name:mk37d0df29d0b70653db22647b11a882eedafe93 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:07:37.038711 285806 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e to local cache
I0428 23:07:37.038852 285806 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e in local cache directory
I0428 23:07:37.038878 285806 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e in local cache directory, skipping pull
I0428 23:07:37.038888 285806 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e exists in cache, skipping pull
I0428 23:07:37.038896 285806 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e as a tarball
I0428 23:07:37.038902 285806 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e from local cache
I0428 23:07:53.377373 285806 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e from cached tarball
I0428 23:07:53.377413 285806 cache.go:194] Successfully downloaded all kic artifacts
I0428 23:07:53.377442 285806 start.go:360] acquireMachinesLock for addons-595372: {Name:mk4ed61bfc36dbc687e5dad301afcae28933e0bd Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0428 23:07:53.377589 285806 start.go:364] duration metric: took 108.069µs to acquireMachinesLock for "addons-595372"
I0428 23:07:53.377622 285806 start.go:93] Provisioning new machine with config: &{Name:addons-595372 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-595372 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.30.0 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.30.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0428 23:07:53.377711 285806 start.go:125] createHost starting for "" (driver="docker")
I0428 23:07:53.380070 285806 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0428 23:07:53.380313 285806 start.go:159] libmachine.API.Create for "addons-595372" (driver="docker")
I0428 23:07:53.380354 285806 client.go:168] LocalClient.Create starting
I0428 23:07:53.380468 285806 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17977-279724/.minikube/certs/ca.pem
I0428 23:07:53.685056 285806 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17977-279724/.minikube/certs/cert.pem
I0428 23:07:54.144141 285806 cli_runner.go:164] Run: docker network inspect addons-595372 --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}}]}"
W0428 23:07:54.157858 285806 cli_runner.go:211] docker network inspect addons-595372 --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
I0428 23:07:54.157950 285806 network_create.go:281] running [docker network inspect addons-595372] to gather additional debugging logs...
I0428 23:07:54.157970 285806 cli_runner.go:164] Run: docker network inspect addons-595372
W0428 23:07:54.170986 285806 cli_runner.go:211] docker network inspect addons-595372 returned with exit code 1
I0428 23:07:54.171021 285806 network_create.go:284] error running [docker network inspect addons-595372]: docker network inspect addons-595372: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-595372 not found
I0428 23:07:54.171047 285806 network_create.go:286] output of [docker network inspect addons-595372]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-595372 not found
** /stderr **
I0428 23:07:54.171140 285806 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}}]}"
I0428 23:07:54.185880 285806 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:0x400253cb00}
I0428 23:07:54.185926 285806 network_create.go:124] attempt to create docker network addons-595372 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0428 23:07:54.185980 285806 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-595372 addons-595372
I0428 23:07:54.243927 285806 network_create.go:108] docker network addons-595372 192.168.49.0/24 created
I0428 23:07:54.243960 285806 kic.go:121] calculated static IP "192.168.49.2" for the "addons-595372" container
I0428 23:07:54.244031 285806 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0428 23:07:54.258139 285806 cli_runner.go:164] Run: docker volume create addons-595372 --label name.minikube.sigs.k8s.io=addons-595372 --label created_by.minikube.sigs.k8s.io=true
I0428 23:07:54.272369 285806 oci.go:103] Successfully created a docker volume addons-595372
I0428 23:07:54.272463 285806 cli_runner.go:164] Run: docker run --rm --name addons-595372-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-595372 --entrypoint /usr/bin/test -v addons-595372:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -d /var/lib
I0428 23:07:56.284068 285806 cli_runner.go:217] Completed: docker run --rm --name addons-595372-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-595372 --entrypoint /usr/bin/test -v addons-595372:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -d /var/lib: (2.011559599s)
I0428 23:07:56.284098 285806 oci.go:107] Successfully prepared a docker volume addons-595372
I0428 23:07:56.284128 285806 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime containerd
I0428 23:07:56.284148 285806 kic.go:194] Starting extracting preloaded images to volume ...
I0428 23:07:56.284235 285806 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17977-279724/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-595372:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -I lz4 -xf /preloaded.tar -C /extractDir
I0428 23:08:00.418087 285806 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17977-279724/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-595372:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -I lz4 -xf /preloaded.tar -C /extractDir: (4.133789734s)
I0428 23:08:00.418126 285806 kic.go:203] duration metric: took 4.133973634s to extract preloaded images to volume ...
W0428 23:08:00.418303 285806 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0428 23:08:00.418454 285806 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0428 23:08:00.481712 285806 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-595372 --name addons-595372 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-595372 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-595372 --network addons-595372 --ip 192.168.49.2 --volume addons-595372:/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-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e
I0428 23:08:00.816587 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Running}}
I0428 23:08:00.843452 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:00.861656 285806 cli_runner.go:164] Run: docker exec addons-595372 stat /var/lib/dpkg/alternatives/iptables
I0428 23:08:00.932237 285806 oci.go:144] the created container "addons-595372" has a running status.
I0428 23:08:00.932266 285806 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa...
I0428 23:08:01.142391 285806 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0428 23:08:01.163046 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:01.196757 285806 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0428 23:08:01.196777 285806 kic_runner.go:114] Args: [docker exec --privileged addons-595372 chown docker:docker /home/docker/.ssh/authorized_keys]
I0428 23:08:01.275082 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:01.305658 285806 machine.go:94] provisionDockerMachine start ...
I0428 23:08:01.305751 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:01.339741 285806 main.go:141] libmachine: Using SSH client type: native
I0428 23:08:01.340016 285806 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 33143 <nil> <nil>}
I0428 23:08:01.340032 285806 main.go:141] libmachine: About to run SSH command:
hostname
I0428 23:08:01.340642 285806 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:50726->127.0.0.1:33143: read: connection reset by peer
I0428 23:08:04.464841 285806 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-595372
I0428 23:08:04.464865 285806 ubuntu.go:169] provisioning hostname "addons-595372"
I0428 23:08:04.464985 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:04.481695 285806 main.go:141] libmachine: Using SSH client type: native
I0428 23:08:04.481942 285806 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 33143 <nil> <nil>}
I0428 23:08:04.481960 285806 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-595372 && echo "addons-595372" | sudo tee /etc/hostname
I0428 23:08:04.617006 285806 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-595372
I0428 23:08:04.617101 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:04.632897 285806 main.go:141] libmachine: Using SSH client type: native
I0428 23:08:04.633152 285806 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 33143 <nil> <nil>}
I0428 23:08:04.633174 285806 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-595372' /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-595372/g' /etc/hosts;
else
echo '127.0.1.1 addons-595372' | sudo tee -a /etc/hosts;
fi
fi
I0428 23:08:04.757270 285806 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0428 23:08:04.757297 285806 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17977-279724/.minikube CaCertPath:/home/jenkins/minikube-integration/17977-279724/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17977-279724/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17977-279724/.minikube}
I0428 23:08:04.757332 285806 ubuntu.go:177] setting up certificates
I0428 23:08:04.757343 285806 provision.go:84] configureAuth start
I0428 23:08:04.757405 285806 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-595372
I0428 23:08:04.773150 285806 provision.go:143] copyHostCerts
I0428 23:08:04.773228 285806 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17977-279724/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17977-279724/.minikube/ca.pem (1078 bytes)
I0428 23:08:04.773496 285806 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17977-279724/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17977-279724/.minikube/cert.pem (1123 bytes)
I0428 23:08:04.773560 285806 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17977-279724/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17977-279724/.minikube/key.pem (1675 bytes)
I0428 23:08:04.773611 285806 provision.go:117] generating server cert: /home/jenkins/minikube-integration/17977-279724/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17977-279724/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17977-279724/.minikube/certs/ca-key.pem org=jenkins.addons-595372 san=[127.0.0.1 192.168.49.2 addons-595372 localhost minikube]
I0428 23:08:05.096145 285806 provision.go:177] copyRemoteCerts
I0428 23:08:05.096222 285806 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0428 23:08:05.096266 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:05.112979 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:05.202387 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0428 23:08:05.227056 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0428 23:08:05.251495 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0428 23:08:05.275771 285806 provision.go:87] duration metric: took 518.413212ms to configureAuth
I0428 23:08:05.275800 285806 ubuntu.go:193] setting minikube options for container-runtime
I0428 23:08:05.276048 285806 config.go:182] Loaded profile config "addons-595372": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.0
I0428 23:08:05.276063 285806 machine.go:97] duration metric: took 3.970382677s to provisionDockerMachine
I0428 23:08:05.276071 285806 client.go:171] duration metric: took 11.895705655s to LocalClient.Create
I0428 23:08:05.276084 285806 start.go:167] duration metric: took 11.895771271s to libmachine.API.Create "addons-595372"
I0428 23:08:05.276096 285806 start.go:293] postStartSetup for "addons-595372" (driver="docker")
I0428 23:08:05.276106 285806 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]
I0428 23:08:05.276164 285806 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
I0428 23:08:05.276213 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:05.291964 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:05.386698 285806 ssh_runner.go:195] Run: cat /etc/os-release
I0428 23:08:05.389832 285806 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0428 23:08:05.389868 285806 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0428 23:08:05.389884 285806 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0428 23:08:05.389892 285806 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0428 23:08:05.389902 285806 filesync.go:126] Scanning /home/jenkins/minikube-integration/17977-279724/.minikube/addons for local assets ...
I0428 23:08:05.389979 285806 filesync.go:126] Scanning /home/jenkins/minikube-integration/17977-279724/.minikube/files for local assets ...
I0428 23:08:05.390004 285806 start.go:296] duration metric: took 113.902849ms for postStartSetup
I0428 23:08:05.390324 285806 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-595372
I0428 23:08:05.406672 285806 profile.go:143] Saving config to /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/config.json ...
I0428 23:08:05.406963 285806 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0428 23:08:05.407014 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:05.422718 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:05.514021 285806 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0428 23:08:05.518448 285806 start.go:128] duration metric: took 12.140720398s to createHost
I0428 23:08:05.518472 285806 start.go:83] releasing machines lock for "addons-595372", held for 12.140869813s
I0428 23:08:05.518542 285806 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-595372
I0428 23:08:05.533852 285806 ssh_runner.go:195] Run: cat /version.json
I0428 23:08:05.533890 285806 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0428 23:08:05.533905 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:05.533961 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:05.550697 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:05.551858 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:05.637369 285806 ssh_runner.go:195] Run: systemctl --version
I0428 23:08:05.748355 285806 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0428 23:08:05.752653 285806 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' {}" ;
I0428 23:08:05.778157 285806 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0428 23:08:05.778280 285806 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" ;
I0428 23:08:05.808263 285806 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0428 23:08:05.808288 285806 start.go:494] detecting cgroup driver to use...
I0428 23:08:05.808320 285806 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0428 23:08:05.808374 285806 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0428 23:08:05.821114 285806 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0428 23:08:05.833140 285806 docker.go:217] disabling cri-docker service (if available) ...
I0428 23:08:05.833230 285806 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0428 23:08:05.848096 285806 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0428 23:08:05.862671 285806 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0428 23:08:05.949876 285806 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0428 23:08:06.045708 285806 docker.go:233] disabling docker service ...
I0428 23:08:06.045808 285806 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0428 23:08:06.067998 285806 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0428 23:08:06.080602 285806 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0428 23:08:06.180124 285806 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0428 23:08:06.280497 285806 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0428 23:08:06.292192 285806 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"
I0428 23:08:06.309137 285806 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"
I0428 23:08:06.319278 285806 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"
I0428 23:08:06.329964 285806 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0428 23:08:06.330049 285806 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0428 23:08:06.340018 285806 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"
I0428 23:08:06.349964 285806 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0428 23:08:06.359659 285806 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0428 23:08:06.369465 285806 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0428 23:08:06.378593 285806 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"
I0428 23:08:06.388427 285806 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0428 23:08:06.397943 285806 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"
I0428 23:08:06.407953 285806 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0428 23:08:06.416565 285806 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0428 23:08:06.425354 285806 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0428 23:08:06.521166 285806 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0428 23:08:06.655358 285806 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0428 23:08:06.655472 285806 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0428 23:08:06.659029 285806 start.go:562] Will wait 60s for crictl version
I0428 23:08:06.659116 285806 ssh_runner.go:195] Run: which crictl
I0428 23:08:06.662508 285806 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0428 23:08:06.697498 285806 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.31
RuntimeApiVersion: v1
I0428 23:08:06.697618 285806 ssh_runner.go:195] Run: containerd --version
I0428 23:08:06.718804 285806 ssh_runner.go:195] Run: containerd --version
I0428 23:08:06.744008 285806 out.go:177] * Preparing Kubernetes v1.30.0 on containerd 1.6.31 ...
I0428 23:08:06.746819 285806 cli_runner.go:164] Run: docker network inspect addons-595372 --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}}]}"
I0428 23:08:06.760998 285806 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0428 23:08:06.765001 285806 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""
I0428 23:08:06.775955 285806 kubeadm.go:877] updating cluster {Name:addons-595372 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-595372 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.30.0 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} ...
I0428 23:08:06.776087 285806 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime containerd
I0428 23:08:06.776158 285806 ssh_runner.go:195] Run: sudo crictl images --output json
I0428 23:08:06.812514 285806 containerd.go:627] all images are preloaded for containerd runtime.
I0428 23:08:06.812536 285806 containerd.go:534] Images already preloaded, skipping extraction
I0428 23:08:06.812591 285806 ssh_runner.go:195] Run: sudo crictl images --output json
I0428 23:08:06.851042 285806 containerd.go:627] all images are preloaded for containerd runtime.
I0428 23:08:06.851064 285806 cache_images.go:84] Images are preloaded, skipping loading
I0428 23:08:06.851073 285806 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.0 containerd true true} ...
I0428 23:08:06.851173 285806 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-595372 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.0 ClusterName:addons-595372 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:}
I0428 23:08:06.851243 285806 ssh_runner.go:195] Run: sudo crictl info
I0428 23:08:06.889881 285806 cni.go:84] Creating CNI manager for ""
I0428 23:08:06.889909 285806 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0428 23:08:06.889929 285806 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0428 23:08:06.889951 285806 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-595372 NodeName:addons-595372 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}
I0428 23:08:06.890082 285806 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-595372"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.30.0
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
I0428 23:08:06.890155 285806 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.0
I0428 23:08:06.899084 285806 binaries.go:44] Found k8s binaries, skipping transfer
I0428 23:08:06.899164 285806 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0428 23:08:06.907854 285806 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0428 23:08:06.925877 285806 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0428 23:08:06.944190 285806 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0428 23:08:06.962215 285806 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0428 23:08:06.965792 285806 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""
I0428 23:08:06.976629 285806 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0428 23:08:07.056542 285806 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0428 23:08:07.072280 285806 certs.go:68] Setting up /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372 for IP: 192.168.49.2
I0428 23:08:07.072304 285806 certs.go:194] generating shared ca certs ...
I0428 23:08:07.072319 285806 certs.go:226] acquiring lock for ca certs: {Name:mkcd041a9568e77106d1711e59c82d2ab2062e2e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:07.072494 285806 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/17977-279724/.minikube/ca.key
I0428 23:08:07.903338 285806 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17977-279724/.minikube/ca.crt ...
I0428 23:08:07.903370 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/.minikube/ca.crt: {Name:mk1249821d73e93e3cd9217b80f2796aa179387d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:07.904135 285806 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17977-279724/.minikube/ca.key ...
I0428 23:08:07.904152 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/.minikube/ca.key: {Name:mk95c674f124eab3e54ac467fc59df025b4c6913 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:07.904789 285806 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/17977-279724/.minikube/proxy-client-ca.key
I0428 23:08:08.022996 285806 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17977-279724/.minikube/proxy-client-ca.crt ...
I0428 23:08:08.023027 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/.minikube/proxy-client-ca.crt: {Name:mkce279779442b7cd4870df94d633522c1ad389c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:08.023211 285806 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17977-279724/.minikube/proxy-client-ca.key ...
I0428 23:08:08.023224 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/.minikube/proxy-client-ca.key: {Name:mk7d038bb1270b458ec0b12922423958ab280360 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:08.023756 285806 certs.go:256] generating profile certs ...
I0428 23:08:08.023824 285806 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/client.key
I0428 23:08:08.023841 285806 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/client.crt with IP's: []
I0428 23:08:08.794105 285806 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/client.crt ...
I0428 23:08:08.794142 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/client.crt: {Name:mk0afeb7806a64f47c16bd36c06f073f86a2dccb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:08.794332 285806 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/client.key ...
I0428 23:08:08.794345 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/client.key: {Name:mkf2d6a26aab4f7a77c9f428ea5cd887c4fff72a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:08.795036 285806 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.key.dcace731
I0428 23:08:08.795063 285806 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.crt.dcace731 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0428 23:08:08.915572 285806 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.crt.dcace731 ...
I0428 23:08:08.915601 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.crt.dcace731: {Name:mk761b6d5532b5b5de8d62e81d2efb9a1b74722f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:08.916319 285806 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.key.dcace731 ...
I0428 23:08:08.916338 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.key.dcace731: {Name:mk62552c52a3aa8c9e465e5bbdaceb61115acbc6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:08.917033 285806 certs.go:381] copying /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.crt.dcace731 -> /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.crt
I0428 23:08:08.917123 285806 certs.go:385] copying /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.key.dcace731 -> /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.key
I0428 23:08:08.917178 285806 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/proxy-client.key
I0428 23:08:08.917202 285806 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/proxy-client.crt with IP's: []
I0428 23:08:09.491839 285806 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/proxy-client.crt ...
I0428 23:08:09.491873 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/proxy-client.crt: {Name:mkcab2044e3230a111d5f88e088fb8f8f5326d13 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:09.492701 285806 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/proxy-client.key ...
I0428 23:08:09.492720 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/proxy-client.key: {Name:mka30b4a12cb2ecdb956250096d84e29974fd07f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:09.492966 285806 certs.go:484] found cert: /home/jenkins/minikube-integration/17977-279724/.minikube/certs/ca-key.pem (1675 bytes)
I0428 23:08:09.493010 285806 certs.go:484] found cert: /home/jenkins/minikube-integration/17977-279724/.minikube/certs/ca.pem (1078 bytes)
I0428 23:08:09.493037 285806 certs.go:484] found cert: /home/jenkins/minikube-integration/17977-279724/.minikube/certs/cert.pem (1123 bytes)
I0428 23:08:09.493063 285806 certs.go:484] found cert: /home/jenkins/minikube-integration/17977-279724/.minikube/certs/key.pem (1675 bytes)
I0428 23:08:09.493698 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0428 23:08:09.518500 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0428 23:08:09.543130 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0428 23:08:09.567704 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0428 23:08:09.592467 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0428 23:08:09.616593 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0428 23:08:09.642302 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0428 23:08:09.665747 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/profiles/addons-595372/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0428 23:08:09.689506 285806 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17977-279724/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0428 23:08:09.712733 285806 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0428 23:08:09.730347 285806 ssh_runner.go:195] Run: openssl version
I0428 23:08:09.735736 285806 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"
I0428 23:08:09.745191 285806 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0428 23:08:09.748704 285806 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr 28 23:08 /usr/share/ca-certificates/minikubeCA.pem
I0428 23:08:09.748769 285806 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0428 23:08:09.756034 285806 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"
I0428 23:08:09.765123 285806 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0428 23:08:09.768394 285806 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
I0428 23:08:09.768483 285806 kubeadm.go:391] StartCluster: {Name:addons-595372 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-595372 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.30.0 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}
I0428 23:08:09.768579 285806 cri.go:56] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0428 23:08:09.768646 285806 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0428 23:08:09.805549 285806 cri.go:91] found id: ""
I0428 23:08:09.805620 285806 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0428 23:08:09.814436 285806 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0428 23:08:09.823380 285806 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0428 23:08:09.823453 285806 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
I0428 23:08:09.832286 285806 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
I0428 23:08:09.832313 285806 kubeadm.go:156] found existing configuration files:
I0428 23:08:09.832399 285806 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0428 23:08:09.842662 285806 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
I0428 23:08:09.842754 285806 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0428 23:08:09.852426 285806 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0428 23:08:09.861363 285806 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
I0428 23:08:09.861456 285806 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0428 23:08:09.869608 285806 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0428 23:08:09.878331 285806 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
I0428 23:08:09.878443 285806 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0428 23:08:09.886752 285806 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0428 23:08:09.895483 285806 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
I0428 23:08:09.895568 285806 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0428 23:08:09.904574 285806 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.0:$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"
I0428 23:08:09.990576 285806 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-1058-aws\n", err: exit status 1
I0428 23:08:10.081743 285806 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0428 23:08:25.619988 285806 kubeadm.go:309] [init] Using Kubernetes version: v1.30.0
I0428 23:08:25.620045 285806 kubeadm.go:309] [preflight] Running pre-flight checks
I0428 23:08:25.620129 285806 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0428 23:08:25.620186 285806 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1058-aws[0m
I0428 23:08:25.620222 285806 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0428 23:08:25.620269 285806 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0428 23:08:25.620319 285806 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0428 23:08:25.620367 285806 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0428 23:08:25.620417 285806 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0428 23:08:25.620465 285806 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0428 23:08:25.620519 285806 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0428 23:08:25.620572 285806 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0428 23:08:25.620621 285806 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0428 23:08:25.620669 285806 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0428 23:08:25.620741 285806 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0428 23:08:25.620835 285806 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0428 23:08:25.620927 285806 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0428 23:08:25.620990 285806 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0428 23:08:25.623620 285806 out.go:204] - Generating certificates and keys ...
I0428 23:08:25.623716 285806 kubeadm.go:309] [certs] Using existing ca certificate authority
I0428 23:08:25.623785 285806 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0428 23:08:25.623853 285806 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0428 23:08:25.623912 285806 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0428 23:08:25.624008 285806 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0428 23:08:25.624077 285806 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0428 23:08:25.624150 285806 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0428 23:08:25.624285 285806 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-595372 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0428 23:08:25.624349 285806 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0428 23:08:25.624466 285806 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-595372 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0428 23:08:25.624548 285806 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0428 23:08:25.624626 285806 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0428 23:08:25.624676 285806 kubeadm.go:309] [certs] Generating "sa" key and public key
I0428 23:08:25.624731 285806 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0428 23:08:25.624780 285806 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0428 23:08:25.624837 285806 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0428 23:08:25.624915 285806 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0428 23:08:25.624989 285806 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0428 23:08:25.625069 285806 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0428 23:08:25.625166 285806 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0428 23:08:25.625243 285806 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0428 23:08:25.628113 285806 out.go:204] - Booting up control plane ...
I0428 23:08:25.628218 285806 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0428 23:08:25.628298 285806 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0428 23:08:25.628386 285806 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0428 23:08:25.628511 285806 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0428 23:08:25.628601 285806 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0428 23:08:25.628652 285806 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0428 23:08:25.628816 285806 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0428 23:08:25.628913 285806 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0428 23:08:25.628987 285806 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 1.501162668s
I0428 23:08:25.629070 285806 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0428 23:08:25.629144 285806 kubeadm.go:309] [api-check] The API server is healthy after 6.001366452s
I0428 23:08:25.629259 285806 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0428 23:08:25.629439 285806 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0428 23:08:25.629506 285806 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0428 23:08:25.629696 285806 kubeadm.go:309] [mark-control-plane] Marking the node addons-595372 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0428 23:08:25.629766 285806 kubeadm.go:309] [bootstrap-token] Using token: wwxezj.gbhsmgroj2biifrd
I0428 23:08:25.632550 285806 out.go:204] - Configuring RBAC rules ...
I0428 23:08:25.632669 285806 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0428 23:08:25.632756 285806 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0428 23:08:25.632945 285806 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
I0428 23:08:25.633086 285806 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0428 23:08:25.633198 285806 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0428 23:08:25.633298 285806 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0428 23:08:25.633445 285806 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0428 23:08:25.633495 285806 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0428 23:08:25.633541 285806 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0428 23:08:25.633549 285806 kubeadm.go:309]
I0428 23:08:25.633607 285806 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0428 23:08:25.633614 285806 kubeadm.go:309]
I0428 23:08:25.633688 285806 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0428 23:08:25.633695 285806 kubeadm.go:309]
I0428 23:08:25.633720 285806 kubeadm.go:309] mkdir -p $HOME/.kube
I0428 23:08:25.633779 285806 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0428 23:08:25.633831 285806 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0428 23:08:25.633838 285806 kubeadm.go:309]
I0428 23:08:25.633889 285806 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0428 23:08:25.633897 285806 kubeadm.go:309]
I0428 23:08:25.633943 285806 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0428 23:08:25.633950 285806 kubeadm.go:309]
I0428 23:08:25.634000 285806 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0428 23:08:25.634074 285806 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0428 23:08:25.634144 285806 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0428 23:08:25.634152 285806 kubeadm.go:309]
I0428 23:08:25.634233 285806 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0428 23:08:25.634308 285806 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0428 23:08:25.634315 285806 kubeadm.go:309]
I0428 23:08:25.634396 285806 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token wwxezj.gbhsmgroj2biifrd \
I0428 23:08:25.634497 285806 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:d7698374ffcb6d41fd256c895bdcacffcc999301174c3f16ff1f5b53c6a075a1 \
I0428 23:08:25.634519 285806 kubeadm.go:309] --control-plane
I0428 23:08:25.634525 285806 kubeadm.go:309]
I0428 23:08:25.634606 285806 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0428 23:08:25.634614 285806 kubeadm.go:309]
I0428 23:08:25.634693 285806 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token wwxezj.gbhsmgroj2biifrd \
I0428 23:08:25.634818 285806 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:d7698374ffcb6d41fd256c895bdcacffcc999301174c3f16ff1f5b53c6a075a1
I0428 23:08:25.634828 285806 cni.go:84] Creating CNI manager for ""
I0428 23:08:25.634836 285806 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0428 23:08:25.639518 285806 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0428 23:08:25.642019 285806 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0428 23:08:25.645669 285806 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.0/kubectl ...
I0428 23:08:25.645688 285806 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0428 23:08:25.664270 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0428 23:08:25.914165 285806 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0428 23:08:25.914351 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:25.914490 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-595372 minikube.k8s.io/updated_at=2024_04_28T23_08_25_0700 minikube.k8s.io/version=v1.33.0 minikube.k8s.io/commit=5aea53309587d5dad960702a78dfdd5fb48b1328 minikube.k8s.io/name=addons-595372 minikube.k8s.io/primary=true
I0428 23:08:25.926857 285806 ops.go:34] apiserver oom_adj: -16
I0428 23:08:26.143066 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:26.643741 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:27.143583 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:27.643604 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:28.143780 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:28.643994 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:29.143190 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:29.643750 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:30.143844 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:30.643597 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:31.143937 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:31.643475 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:32.143910 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:32.643210 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:33.143371 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:33.643772 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:34.144033 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:34.643828 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:35.143225 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:35.643427 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:36.143212 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:36.643781 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:37.144170 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:37.643172 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:38.143954 285806 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0428 23:08:38.248479 285806 kubeadm.go:1107] duration metric: took 12.334176396s to wait for elevateKubeSystemPrivileges
W0428 23:08:38.248516 285806 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0428 23:08:38.248524 285806 kubeadm.go:393] duration metric: took 28.480048636s to StartCluster
I0428 23:08:38.248539 285806 settings.go:142] acquiring lock: {Name:mk1ef483b4409570bf074109a5e5f6e1c27ea573 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:38.248655 285806 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17977-279724/kubeconfig
I0428 23:08:38.249019 285806 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17977-279724/kubeconfig: {Name:mkbb3c2c770c8d2fd65cb5de247281cb7a4ee7d3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0428 23:08:38.249220 285806 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0428 23:08:38.252224 285806 out.go:177] * Verifying Kubernetes components...
I0428 23:08:38.249388 285806 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0428 23:08:38.249579 285806 config.go:182] Loaded profile config "addons-595372": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.0
I0428 23:08:38.249589 285806 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]
I0428 23:08:38.254726 285806 addons.go:69] Setting yakd=true in profile "addons-595372"
I0428 23:08:38.254735 285806 addons.go:69] Setting ingress=true in profile "addons-595372"
I0428 23:08:38.254758 285806 addons.go:234] Setting addon yakd=true in "addons-595372"
I0428 23:08:38.254775 285806 addons.go:234] Setting addon ingress=true in "addons-595372"
I0428 23:08:38.254798 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.254813 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.254998 285806 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0428 23:08:38.255130 285806 addons.go:69] Setting cloud-spanner=true in profile "addons-595372"
I0428 23:08:38.255152 285806 addons.go:234] Setting addon cloud-spanner=true in "addons-595372"
I0428 23:08:38.255170 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.255357 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.255548 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.256946 285806 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-595372"
I0428 23:08:38.257040 285806 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-595372"
I0428 23:08:38.257089 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.257595 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.257754 285806 addons.go:69] Setting ingress-dns=true in profile "addons-595372"
I0428 23:08:38.257784 285806 addons.go:234] Setting addon ingress-dns=true in "addons-595372"
I0428 23:08:38.257818 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.258200 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.260037 285806 addons.go:69] Setting inspektor-gadget=true in profile "addons-595372"
I0428 23:08:38.260071 285806 addons.go:234] Setting addon inspektor-gadget=true in "addons-595372"
I0428 23:08:38.260107 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.260500 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.271144 285806 addons.go:69] Setting metrics-server=true in profile "addons-595372"
I0428 23:08:38.271196 285806 addons.go:234] Setting addon metrics-server=true in "addons-595372"
I0428 23:08:38.271232 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.271691 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.274687 285806 addons.go:69] Setting default-storageclass=true in profile "addons-595372"
I0428 23:08:38.274776 285806 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-595372"
I0428 23:08:38.275151 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.283418 285806 addons.go:69] Setting gcp-auth=true in profile "addons-595372"
I0428 23:08:38.283479 285806 mustload.go:65] Loading cluster: addons-595372
I0428 23:08:38.283665 285806 config.go:182] Loaded profile config "addons-595372": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.0
I0428 23:08:38.283927 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.300636 285806 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-595372"
I0428 23:08:38.300748 285806 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-595372"
I0428 23:08:38.300797 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.301313 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.315394 285806 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0428 23:08:38.314245 285806 addons.go:69] Setting registry=true in profile "addons-595372"
I0428 23:08:38.314259 285806 addons.go:69] Setting storage-provisioner=true in profile "addons-595372"
I0428 23:08:38.314264 285806 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-595372"
I0428 23:08:38.314277 285806 addons.go:69] Setting volumesnapshots=true in profile "addons-595372"
I0428 23:08:38.314736 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.325195 285806 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0428 23:08:38.337542 285806 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0428 23:08:38.337633 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0428 23:08:38.337856 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.329461 285806 addons.go:234] Setting addon storage-provisioner=true in "addons-595372"
I0428 23:08:38.341624 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.342072 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.366721 285806 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0428 23:08:38.329541 285806 addons.go:234] Setting addon registry=true in "addons-595372"
I0428 23:08:38.329554 285806 addons.go:234] Setting addon volumesnapshots=true in "addons-595372"
I0428 23:08:38.329571 285806 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-595372"
I0428 23:08:38.380912 285806 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0428 23:08:38.376926 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.376944 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.379885 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.383005 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.392381 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.392391 285806 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0428 23:08:38.392742 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.396370 285806 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.27.0
I0428 23:08:38.416445 285806 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0428 23:08:38.405742 285806 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0428 23:08:38.405753 285806 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
I0428 23:08:38.436556 285806 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0428 23:08:38.436577 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0428 23:08:38.436645 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.426573 285806 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0428 23:08:38.426586 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0428 23:08:38.441408 285806 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0428 23:08:38.441425 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0428 23:08:38.441506 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.444024 285806 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0428 23:08:38.444165 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.444718 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0428 23:08:38.444808 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.444034 285806 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.0
I0428 23:08:38.469689 285806 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0428 23:08:38.469710 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0428 23:08:38.469777 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.494960 285806 addons.go:234] Setting addon default-storageclass=true in "addons-595372"
I0428 23:08:38.495001 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.495402 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.533625 285806 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0428 23:08:38.536266 285806 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0428 23:08:38.543182 285806 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0428 23:08:38.549441 285806 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0428 23:08:38.552278 285806 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0428 23:08:38.552303 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0428 23:08:38.552367 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.571748 285806 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0428 23:08:38.564684 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.573000 285806 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-595372"
I0428 23:08:38.574803 285806 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0428 23:08:38.574835 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:38.583206 285806 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0428 23:08:38.583242 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0428 23:08:38.583330 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.583653 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:38.574844 285806 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0428 23:08:38.575714 285806 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0428 23:08:38.607089 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.621240 285806 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0428 23:08:38.614238 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0428 23:08:38.615329 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.626231 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.632330 285806 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0428 23:08:38.638896 285806 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0428 23:08:38.638927 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0428 23:08:38.638997 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.657275 285806 out.go:177] - Using image docker.io/registry:2.8.3
I0428 23:08:38.661450 285806 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0428 23:08:38.659926 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.667080 285806 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0428 23:08:38.667105 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0428 23:08:38.667229 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.689519 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.691551 285806 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0428 23:08:38.691569 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0428 23:08:38.691635 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.713437 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.715310 285806 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0428 23:08:38.715378 285806 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0428 23:08:38.741220 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.760838 285806 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0428 23:08:38.759393 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.769984 285806 out.go:177] - Using image docker.io/busybox:stable
I0428 23:08:38.774313 285806 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0428 23:08:38.774336 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0428 23:08:38.774401 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:38.783460 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.793254 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.813632 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.815312 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:38.829529 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
W0428 23:08:38.832528 285806 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0428 23:08:38.832562 285806 retry.go:31] will retry after 322.591353ms: ssh: handshake failed: EOF
I0428 23:08:38.857466 285806 node_ready.go:35] waiting up to 6m0s for node "addons-595372" to be "Ready" ...
I0428 23:08:38.882593 285806 node_ready.go:49] node "addons-595372" has status "Ready":"True"
I0428 23:08:38.882625 285806 node_ready.go:38] duration metric: took 25.128914ms for node "addons-595372" to be "Ready" ...
I0428 23:08:38.882636 285806 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" ...
I0428 23:08:38.906206 285806 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-595372" in "kube-system" namespace to be "Ready" ...
I0428 23:08:38.938412 285806 pod_ready.go:92] pod "etcd-addons-595372" in "kube-system" namespace has status "Ready":"True"
I0428 23:08:38.938477 285806 pod_ready.go:81] duration metric: took 32.200062ms for pod "etcd-addons-595372" in "kube-system" namespace to be "Ready" ...
I0428 23:08:38.938513 285806 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-595372" in "kube-system" namespace to be "Ready" ...
I0428 23:08:38.971571 285806 pod_ready.go:92] pod "kube-apiserver-addons-595372" in "kube-system" namespace has status "Ready":"True"
I0428 23:08:38.971642 285806 pod_ready.go:81] duration metric: took 33.108169ms for pod "kube-apiserver-addons-595372" in "kube-system" namespace to be "Ready" ...
I0428 23:08:38.971669 285806 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-595372" in "kube-system" namespace to be "Ready" ...
I0428 23:08:38.998569 285806 pod_ready.go:92] pod "kube-controller-manager-addons-595372" in "kube-system" namespace has status "Ready":"True"
I0428 23:08:38.998644 285806 pod_ready.go:81] duration metric: took 26.947384ms for pod "kube-controller-manager-addons-595372" in "kube-system" namespace to be "Ready" ...
I0428 23:08:38.998671 285806 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-ldvnc" in "kube-system" namespace to be "Ready" ...
W0428 23:08:39.157084 285806 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0428 23:08:39.157128 285806 retry.go:31] will retry after 463.402214ms: ssh: handshake failed: EOF
I0428 23:08:39.260830 285806 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0428 23:08:39.260853 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0428 23:08:39.390844 285806 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0428 23:08:39.390875 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0428 23:08:39.432484 285806 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0428 23:08:39.432559 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0428 23:08:39.463060 285806 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0428 23:08:39.463123 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0428 23:08:39.550627 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0428 23:08:39.565368 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0428 23:08:39.585434 285806 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0428 23:08:39.585497 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0428 23:08:39.616149 285806 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0428 23:08:39.616222 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0428 23:08:39.681501 285806 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0428 23:08:39.681535 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0428 23:08:39.703672 285806 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0428 23:08:39.703703 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0428 23:08:39.729971 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0428 23:08:39.736093 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0428 23:08:39.739954 285806 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0428 23:08:39.739980 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0428 23:08:39.755569 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0428 23:08:39.834825 285806 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0428 23:08:39.834851 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0428 23:08:39.856679 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0428 23:08:39.919304 285806 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0428 23:08:39.919330 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0428 23:08:39.953906 285806 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0428 23:08:39.953948 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0428 23:08:40.065847 285806 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0428 23:08:40.065910 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0428 23:08:40.173777 285806 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0428 23:08:40.173839 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0428 23:08:40.211835 285806 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0428 23:08:40.211897 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0428 23:08:40.216878 285806 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0428 23:08:40.216944 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0428 23:08:40.223148 285806 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0428 23:08:40.223213 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0428 23:08:40.316146 285806 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0428 23:08:40.316211 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0428 23:08:40.357811 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0428 23:08:40.363283 285806 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0428 23:08:40.363343 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0428 23:08:40.369734 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0428 23:08:40.383496 285806 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0428 23:08:40.383566 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0428 23:08:40.419632 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0428 23:08:40.461860 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0428 23:08:40.498495 285806 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0428 23:08:40.498570 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0428 23:08:40.507415 285806 pod_ready.go:92] pod "kube-proxy-ldvnc" in "kube-system" namespace has status "Ready":"True"
I0428 23:08:40.507486 285806 pod_ready.go:81] duration metric: took 1.508795311s for pod "kube-proxy-ldvnc" in "kube-system" namespace to be "Ready" ...
I0428 23:08:40.507513 285806 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-595372" in "kube-system" namespace to be "Ready" ...
I0428 23:08:40.512648 285806 pod_ready.go:92] pod "kube-scheduler-addons-595372" in "kube-system" namespace has status "Ready":"True"
I0428 23:08:40.512718 285806 pod_ready.go:81] duration metric: took 5.173639ms for pod "kube-scheduler-addons-595372" in "kube-system" namespace to be "Ready" ...
I0428 23:08:40.512742 285806 pod_ready.go:38] duration metric: took 1.630093587s 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" ...
I0428 23:08:40.512768 285806 api_server.go:52] waiting for apiserver process to appear ...
I0428 23:08:40.512837 285806 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0428 23:08:40.522329 285806 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0428 23:08:40.522385 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0428 23:08:40.529789 285806 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.814371619s)
I0428 23:08:40.529855 285806 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0428 23:08:40.721441 285806 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0428 23:08:40.721504 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0428 23:08:40.750430 285806 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0428 23:08:40.750492 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0428 23:08:40.768572 285806 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0428 23:08:40.768635 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0428 23:08:40.955573 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0428 23:08:40.961563 285806 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0428 23:08:40.961627 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0428 23:08:41.034045 285806 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-595372" context rescaled to 1 replicas
I0428 23:08:41.037554 285806 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0428 23:08:41.037612 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0428 23:08:41.203113 285806 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0428 23:08:41.203214 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0428 23:08:41.210593 285806 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0428 23:08:41.210694 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0428 23:08:41.349662 285806 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0428 23:08:41.349735 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0428 23:08:41.606000 285806 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0428 23:08:41.606026 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0428 23:08:41.645006 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0428 23:08:41.755621 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0428 23:08:45.631209 285806 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0428 23:08:45.631307 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:45.654071 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:45.709450 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.158738389s)
I0428 23:08:45.709487 285806 addons.go:470] Verifying addon ingress=true in "addons-595372"
I0428 23:08:45.711827 285806 out.go:177] * Verifying ingress addon...
I0428 23:08:45.709692 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (6.144260611s)
I0428 23:08:45.709746 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.979752288s)
I0428 23:08:45.709767 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (5.973650039s)
I0428 23:08:45.709795 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.954201059s)
I0428 23:08:45.709812 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.85311478s)
I0428 23:08:45.709833 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.351962119s)
I0428 23:08:45.709901 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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.340096022s)
I0428 23:08:45.709931 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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.290226968s)
I0428 23:08:45.709964 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.248046191s)
I0428 23:08:45.709994 285806 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (5.197137076s)
I0428 23:08:45.710080 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.754430227s)
I0428 23:08:45.710157 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.06512394s)
I0428 23:08:45.714191 285806 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0428 23:08:45.714475 285806 addons.go:470] Verifying addon registry=true in "addons-595372"
I0428 23:08:45.716237 285806 out.go:177] * Verifying registry addon...
I0428 23:08:45.714712 285806 addons.go:470] Verifying addon metrics-server=true in "addons-595372"
I0428 23:08:45.714763 285806 api_server.go:72] duration metric: took 7.465512509s to wait for apiserver process to appear ...
W0428 23:08:45.714786 285806 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0428 23:08:45.719077 285806 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0428 23:08:45.720640 285806 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-595372 service yakd-dashboard -n yakd-dashboard
I0428 23:08:45.720692 285806 api_server.go:88] waiting for apiserver healthz status ...
I0428 23:08:45.729312 285806 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0428 23:08:45.720706 285806 retry.go:31] will retry after 289.310803ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0428 23:08:45.742395 285806 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0428 23:08:45.742420 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:45.750092 285806 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0428 23:08:45.764126 285806 api_server.go:141] control plane version: v1.30.0
I0428 23:08:45.764159 285806 api_server.go:131] duration metric: took 34.871107ms to wait for apiserver health ...
I0428 23:08:45.764169 285806 system_pods.go:43] waiting for kube-system pods to appear ...
I0428 23:08:45.764951 285806 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0428 23:08:45.764972 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0428 23:08:45.765224 285806 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]
I0428 23:08:45.779477 285806 system_pods.go:59] 15 kube-system pods found
I0428 23:08:45.779520 285806 system_pods.go:61] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:45.779529 285806 system_pods.go:61] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:45.779536 285806 system_pods.go:61] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:45.779541 285806 system_pods.go:61] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:45.779546 285806 system_pods.go:61] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:45.779553 285806 system_pods.go:61] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:45.779561 285806 system_pods.go:61] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:45.779566 285806 system_pods.go:61] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:45.779581 285806 system_pods.go:61] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:45.779589 285806 system_pods.go:61] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:45.779601 285806 system_pods.go:61] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:45.779608 285806 system_pods.go:61] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:45.779615 285806 system_pods.go:61] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:45.779622 285806 system_pods.go:61] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:45.779627 285806 system_pods.go:61] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:45.779635 285806 system_pods.go:74] duration metric: took 15.459312ms to wait for pod list to return data ...
I0428 23:08:45.779644 285806 default_sa.go:34] waiting for default service account to be created ...
I0428 23:08:45.782964 285806 default_sa.go:45] found service account: "default"
I0428 23:08:45.783004 285806 default_sa.go:55] duration metric: took 3.352666ms for default service account to be created ...
I0428 23:08:45.783015 285806 system_pods.go:116] waiting for k8s-apps to be running ...
I0428 23:08:45.793002 285806 system_pods.go:86] 15 kube-system pods found
I0428 23:08:45.793038 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:45.793045 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:45.793051 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:45.793056 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:45.793061 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:45.793068 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:45.793073 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:45.793078 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:45.793085 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:45.793097 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:45.793105 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:45.793116 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:45.793123 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:45.793135 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:45.793140 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:45.793155 285806 retry.go:31] will retry after 188.97048ms: missing components: kube-dns
I0428 23:08:45.884387 285806 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0428 23:08:45.942337 285806 addons.go:234] Setting addon gcp-auth=true in "addons-595372"
I0428 23:08:45.942389 285806 host.go:66] Checking if "addons-595372" exists ...
I0428 23:08:45.942873 285806 cli_runner.go:164] Run: docker container inspect addons-595372 --format={{.State.Status}}
I0428 23:08:45.966052 285806 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0428 23:08:45.966111 285806 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-595372
I0428 23:08:45.992546 285806 system_pods.go:86] 15 kube-system pods found
I0428 23:08:45.992632 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:45.992656 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:45.992700 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:45.993401 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:45.993423 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:45.993450 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:45.993507 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:45.993530 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:45.993572 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:45.993601 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:45.993625 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:45.993663 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:45.993692 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:45.993716 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:45.993750 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:45.993787 285806 retry.go:31] will retry after 380.292013ms: missing components: kube-dns
I0428 23:08:45.999147 285806 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/17977-279724/.minikube/machines/addons-595372/id_rsa Username:docker}
I0428 23:08:46.019105 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0428 23:08:46.218909 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:46.225552 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:46.385971 285806 system_pods.go:86] 15 kube-system pods found
I0428 23:08:46.386007 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:46.386015 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:46.386021 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:46.386026 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:46.386030 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:46.386038 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:46.386043 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:46.386047 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:46.386055 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:46.386066 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:46.386078 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:46.386084 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:46.386090 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:46.386097 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:46.386102 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:46.386120 285806 retry.go:31] will retry after 453.409791ms: missing components: kube-dns
I0428 23:08:46.718126 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:46.725399 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:46.849615 285806 system_pods.go:86] 15 kube-system pods found
I0428 23:08:46.849703 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:46.849727 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:46.849748 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:46.849777 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:46.849801 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:46.849824 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:46.849844 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:46.849896 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:46.849917 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:46.849940 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:46.849974 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:46.849998 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:46.850029 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:46.850057 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:46.850085 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:46.850119 285806 retry.go:31] will retry after 563.988637ms: missing components: kube-dns
I0428 23:08:46.995686 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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.240011372s)
I0428 23:08:46.995775 285806 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-595372"
I0428 23:08:46.997830 285806 out.go:177] * Verifying csi-hostpath-driver addon...
I0428 23:08:47.000669 285806 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0428 23:08:47.013531 285806 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0428 23:08:47.013553 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:47.228559 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:47.236492 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:47.425023 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:08:47.425114 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:47.425139 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:08:47.425178 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:08:47.425204 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:08:47.425221 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:47.425241 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:47.425261 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:47.425289 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:47.425574 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:47.425610 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:47.425632 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:47.425654 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:47.425687 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:47.425715 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:47.425739 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:47.425759 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:47.425794 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:47.425815 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:47.425843 285806 retry.go:31] will retry after 606.129253ms: missing components: kube-dns
I0428 23:08:47.507782 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:47.665093 285806 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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.645945363s)
I0428 23:08:47.665195 285806 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.699124869s)
I0428 23:08:47.669223 285806 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0428 23:08:47.671382 285806 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0428 23:08:47.673574 285806 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0428 23:08:47.673597 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0428 23:08:47.697372 285806 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0428 23:08:47.697401 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0428 23:08:47.718696 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:47.725370 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:47.730097 285806 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0428 23:08:47.730121 285806 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0428 23:08:47.750587 285806 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0428 23:08:48.010611 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:48.045857 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:08:48.045900 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:48.045910 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:08:48.045920 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:08:48.045930 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:08:48.045940 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:48.045946 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:48.045958 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:48.045964 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:48.045978 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:48.045982 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:48.045992 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:48.045999 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:48.046007 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:48.046019 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:48.046025 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:48.046033 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:48.046045 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:48.046049 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:48.046065 285806 retry.go:31] will retry after 795.803574ms: missing components: kube-dns
I0428 23:08:48.218611 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:48.225528 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:48.507856 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:48.511656 285806 addons.go:470] Verifying addon gcp-auth=true in "addons-595372"
I0428 23:08:48.514359 285806 out.go:177] * Verifying gcp-auth addon...
I0428 23:08:48.517143 285806 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0428 23:08:48.522052 285806 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0428 23:08:48.522077 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:48.718379 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:48.725850 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:48.853148 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:08:48.853227 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:48.853262 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:08:48.853298 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:08:48.853342 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:08:48.853364 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:48.853385 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:48.853416 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:48.853438 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:48.853460 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:48.853479 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:48.853498 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:48.853525 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:48.853551 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:48.853572 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:48.853594 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:48.853629 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:48.853653 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:48.853670 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:48.853699 285806 retry.go:31] will retry after 854.790448ms: missing components: kube-dns
I0428 23:08:49.007434 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:49.021174 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:49.218604 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:49.225263 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:49.507525 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:49.520783 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:49.720477 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:08:49.720555 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:49.720579 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:08:49.720603 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:08:49.720641 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:08:49.720665 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:49.720683 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:49.720705 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:49.720724 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:49.720755 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:49.720780 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:49.720799 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:49.720824 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:49.720858 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:49.720881 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:49.720899 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:49.720923 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:49.720944 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:49.720976 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:49.721005 285806 retry.go:31] will retry after 1.162485953s: missing components: kube-dns
I0428 23:08:49.722129 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:49.727033 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:50.007849 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:50.022244 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:50.219160 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:50.225735 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:50.506286 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:50.524862 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:50.719078 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:50.725801 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:50.896416 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:08:50.896449 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:50.896459 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:08:50.896467 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:08:50.896474 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:08:50.896479 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:50.896484 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:50.896488 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:50.896492 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:50.896500 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:50.896505 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:50.896509 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:50.896515 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:50.896521 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:50.896529 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:50.896535 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:50.896541 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:50.896548 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:50.896558 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:50.896572 285806 retry.go:31] will retry after 1.613120464s: missing components: kube-dns
I0428 23:08:51.006851 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:51.021008 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:51.219243 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:51.225676 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:51.507257 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:51.521016 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:51.719004 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:51.726613 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:52.007985 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:52.020880 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:52.219037 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:52.225866 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:52.506220 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:52.520227 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:08:52.520298 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:52.520320 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:08:52.520346 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:08:52.520378 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:08:52.520403 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:52.520426 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:52.520445 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:52.520465 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:52.520494 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:52.520518 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:52.520537 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:52.520559 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:52.520581 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:52.520618 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:52.520638 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:52.520660 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:52.520691 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:52.520714 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:52.520747 285806 retry.go:31] will retry after 1.817344793s: missing components: kube-dns
I0428 23:08:52.524048 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:52.719128 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:52.726074 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:53.008670 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:53.020977 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:53.218707 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:53.225837 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:53.506729 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:53.520761 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:53.719091 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:53.725668 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:54.009907 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:54.021195 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:54.219428 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:54.226336 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:54.350604 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:08:54.350641 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:54.350652 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:08:54.350662 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:08:54.350669 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:08:54.350675 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:54.350681 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:54.350685 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:54.350690 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:54.350696 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:54.350700 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:54.350705 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:54.350711 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:54.350717 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:54.350736 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:54.350743 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:54.350749 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:54.350756 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:54.350768 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:54.350782 285806 retry.go:31] will retry after 2.74051464s: missing components: kube-dns
I0428 23:08:54.505750 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:54.520670 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:54.718498 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:54.724559 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:55.007266 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:55.022074 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:55.218376 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:55.227095 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:55.506505 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:55.520834 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:55.719186 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:55.725295 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:56.022707 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:56.024487 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:56.218507 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:56.224666 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:56.506105 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:56.521047 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:56.718566 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:56.724484 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:57.009071 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:57.021245 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:57.101951 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:08:57.101991 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:57.102001 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:08:57.102010 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:08:57.102017 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:08:57.102022 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:57.102028 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:57.102032 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:57.102042 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:57.102049 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:57.102059 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:57.102064 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:57.102071 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:57.102082 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:57.102092 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:57.102098 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:57.102105 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:57.102122 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:57.102128 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:57.102144 285806 retry.go:31] will retry after 2.846599368s: missing components: kube-dns
I0428 23:08:57.219298 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:57.227508 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:57.507275 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:57.520512 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:57.718727 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:57.724932 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:58.012111 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:58.020358 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:58.218915 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:58.225132 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:58.506221 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:58.520471 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:58.718641 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:58.725046 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:59.009486 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:59.020406 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:59.218593 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:59.224705 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:59.508362 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:08:59.529263 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:08:59.718723 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:08:59.724787 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:08:59.959067 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:08:59.959104 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:08:59.959113 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:08:59.959122 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:08:59.959129 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:08:59.959134 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:08:59.959140 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:08:59.959145 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:08:59.959149 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:08:59.959161 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:08:59.959165 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:08:59.959169 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:08:59.959176 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:08:59.959189 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:08:59.959196 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:08:59.959206 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:08:59.959212 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:59.959222 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:08:59.959226 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:08:59.959241 285806 retry.go:31] will retry after 3.752731182s: missing components: kube-dns
I0428 23:09:00.020141 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:00.035829 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:00.232767 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:00.240469 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:00.506829 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:00.521197 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:00.719011 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:00.725294 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:01.007423 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:01.020631 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:01.220018 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:01.225493 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:01.505955 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:01.520852 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:01.719173 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:01.725279 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:02.007506 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:02.021039 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:02.218974 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:02.225427 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:02.506386 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:02.520733 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:02.719249 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:02.725346 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:03.009446 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:03.021048 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:03.219287 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:03.225805 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:03.506362 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:03.521229 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:03.720504 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:03.724272 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:09:03.724308 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:09:03.724318 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:09:03.724326 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:09:03.724333 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:09:03.724343 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:09:03.724349 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:09:03.724353 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:09:03.724358 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:09:03.724370 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:09:03.724375 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:09:03.724379 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:09:03.724392 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:09:03.724399 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:09:03.724409 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:09:03.724415 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:09:03.724421 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:09:03.724430 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:09:03.724437 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:09:03.724456 285806 retry.go:31] will retry after 4.616090093s: missing components: kube-dns
I0428 23:09:03.726992 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:04.009001 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:04.021100 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:04.218855 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:04.225206 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:04.505938 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:04.521492 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:04.718234 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:04.725692 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:05.014650 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:05.020665 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:05.219068 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:05.225297 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:05.507199 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:05.521415 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:05.719010 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:05.725558 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:06.012735 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:06.020569 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:06.218297 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:06.225438 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:06.506113 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:06.521587 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:06.718369 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:06.725648 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:07.008274 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:07.020833 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:07.218489 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:07.225235 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:07.505972 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:07.521168 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:07.718983 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:07.725133 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:08.011595 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:08.027163 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:08.219509 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:08.224841 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:08.351683 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:09:08.351725 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:09:08.351758 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:09:08.351775 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:09:08.351790 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:09:08.351796 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:09:08.351804 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:09:08.351810 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:09:08.351816 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:09:08.351840 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Running
I0428 23:09:08.351845 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:09:08.351858 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:09:08.351866 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:09:08.351878 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:09:08.351891 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:09:08.351914 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:09:08.351926 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:09:08.351943 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:09:08.351954 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:09:08.351970 285806 retry.go:31] will retry after 6.103020331s: missing components: kube-dns
I0428 23:09:08.505702 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:08.521007 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:08.718812 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:08.724974 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:09.007113 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:09.021183 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:09.218412 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:09.225485 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:09.505898 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:09.521065 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:09.718336 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:09.726090 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:10.014955 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:10.022553 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:10.219671 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:10.225472 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:10.506509 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:10.520519 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:10.718821 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:10.725089 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:11.008863 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:11.021520 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:11.219115 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:11.226457 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:11.506440 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:11.520223 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:11.718789 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:11.725403 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:12.011997 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:12.021671 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:12.218630 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:12.225308 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:12.506767 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:12.521090 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:12.720996 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:12.728416 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:13.007585 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:13.021074 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:13.218738 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:13.225122 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:13.507405 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:13.520976 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:13.719335 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:13.726895 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:14.009397 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:14.020892 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:14.240457 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:14.246099 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:14.482267 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:09:14.482311 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0428 23:09:14.482351 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:09:14.482369 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:09:14.482386 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:09:14.482396 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:09:14.482403 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:09:14.482411 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:09:14.482431 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:09:14.482446 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:09:14.482455 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:09:14.482464 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:09:14.482476 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Running / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0428 23:09:14.482513 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:09:14.482527 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0428 23:09:14.482547 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:09:14.482564 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:09:14.482570 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Running
I0428 23:09:14.482575 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:09:14.482623 285806 retry.go:31] will retry after 7.664989514s: missing components: kube-dns
I0428 23:09:14.516951 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:14.528992 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:14.722831 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:14.735179 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:15.034865 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:15.040004 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:15.222263 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:15.227652 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:15.506546 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:15.521150 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:15.718799 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:15.725703 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:16.008642 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:16.023779 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:16.227402 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:16.229802 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:16.514128 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:16.525223 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:16.718882 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:16.728117 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:17.012766 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:17.021306 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:17.223787 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:17.231889 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:17.506404 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:17.520487 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:17.718850 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:17.725092 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:18.009748 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:18.020988 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:18.219223 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:18.230211 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:18.506652 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:18.521104 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:18.720192 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:18.726621 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:19.007760 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:19.021121 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:19.222244 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:19.225975 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:19.506507 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:19.520666 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:19.719447 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:19.724720 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:20.007868 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:20.021979 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:20.219133 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:20.232464 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:20.506700 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:20.520979 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:20.719223 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:20.728250 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:21.009833 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:21.021188 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:21.219484 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:21.226012 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:21.508536 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:21.521050 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:21.721124 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:21.727028 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:22.011236 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:22.020927 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:22.160679 285806 system_pods.go:86] 18 kube-system pods found
I0428 23:09:22.160770 285806 system_pods.go:89] "coredns-7db6d8ff4d-959wq" [8aeca97d-e220-443a-81b4-e7700962bc49] Running
I0428 23:09:22.160798 285806 system_pods.go:89] "csi-hostpath-attacher-0" [54b293e2-6d7e-45b4-9d72-c5d1ec82a6c8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0428 23:09:22.160825 285806 system_pods.go:89] "csi-hostpath-resizer-0" [f4786645-6db8-4d0b-a897-702986f49e9c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0428 23:09:22.160857 285806 system_pods.go:89] "csi-hostpathplugin-snqxl" [3fc1c62a-6ad2-4847-a4c0-5e8be7835371] 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])
I0428 23:09:22.160879 285806 system_pods.go:89] "etcd-addons-595372" [198a294e-9443-414e-bcd4-6bbe53679630] Running
I0428 23:09:22.160903 285806 system_pods.go:89] "kindnet-b2fww" [820d41b1-2c9d-4a19-9ea8-c73dbb76cba5] Running
I0428 23:09:22.160922 285806 system_pods.go:89] "kube-apiserver-addons-595372" [c1acfe36-89a3-4497-882f-ee8e55cca3a6] Running
I0428 23:09:22.160941 285806 system_pods.go:89] "kube-controller-manager-addons-595372" [f5fce887-4bc0-42d8-884c-0eae4bb3f12e] Running
I0428 23:09:22.160963 285806 system_pods.go:89] "kube-ingress-dns-minikube" [cfe9d22c-7a9e-44fb-adf5-0b2220144fa4] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0428 23:09:22.160982 285806 system_pods.go:89] "kube-proxy-ldvnc" [d6299078-5b7f-4ff6-a486-efb576747c85] Running
I0428 23:09:22.161002 285806 system_pods.go:89] "kube-scheduler-addons-595372" [336936dd-c487-4d8b-9a1c-049ab31f56ed] Running
I0428 23:09:22.161021 285806 system_pods.go:89] "metrics-server-c59844bb4-cnsxs" [e5b09190-d827-441d-aab1-ac226e5260ff] Running
I0428 23:09:22.161044 285806 system_pods.go:89] "nvidia-device-plugin-daemonset-8vprv" [2cb3e417-a99c-4690-9673-d0cd60e9d36c] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0428 23:09:22.161062 285806 system_pods.go:89] "registry-6h8kx" [ff84aefb-bf71-4e34-89c5-beedc9068632] Running
I0428 23:09:22.161083 285806 system_pods.go:89] "registry-proxy-xqj86" [201b9330-c2df-4a87-b313-775649c50a02] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0428 23:09:22.161104 285806 system_pods.go:89] "snapshot-controller-745499f584-fkw79" [e0ac79c9-7ece-4864-a7a0-c2793426c9cf] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0428 23:09:22.161124 285806 system_pods.go:89] "snapshot-controller-745499f584-px52r" [eb6986c7-59d4-4e73-b759-8b83b03368df] Running
I0428 23:09:22.161142 285806 system_pods.go:89] "storage-provisioner" [43e87b6f-c89c-480c-9c10-b7966e67f299] Running
I0428 23:09:22.161165 285806 system_pods.go:126] duration metric: took 36.378144159s to wait for k8s-apps to be running ...
I0428 23:09:22.161196 285806 system_svc.go:44] waiting for kubelet service to be running ....
I0428 23:09:22.161271 285806 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0428 23:09:22.173965 285806 system_svc.go:56] duration metric: took 12.761273ms WaitForService to wait for kubelet
I0428 23:09:22.173991 285806 kubeadm.go:576] duration metric: took 43.924738384s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0428 23:09:22.174012 285806 node_conditions.go:102] verifying NodePressure condition ...
I0428 23:09:22.177111 285806 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0428 23:09:22.177140 285806 node_conditions.go:123] node cpu capacity is 2
I0428 23:09:22.177153 285806 node_conditions.go:105] duration metric: took 3.136084ms to run NodePressure ...
I0428 23:09:22.177168 285806 start.go:240] waiting for startup goroutines ...
I0428 23:09:22.218892 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:22.225075 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:22.511127 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:22.521411 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:22.719430 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:22.725492 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:23.006983 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:23.021368 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:23.219038 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:23.225177 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:23.506159 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:23.520633 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:23.718993 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:23.725124 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:24.011671 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:24.021033 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:24.219604 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:24.229465 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:24.507745 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:24.521397 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:24.718910 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:24.724977 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:25.006968 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:25.021098 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:25.223218 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:25.229684 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:25.507839 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:25.520992 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:25.718539 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:25.726125 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:26.010505 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:26.021545 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:26.219542 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:26.225435 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:26.506490 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:26.520790 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:26.719118 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:26.725375 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:27.012131 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:27.022050 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:27.221046 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:27.225447 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:27.506953 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:27.521264 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:27.718886 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:27.726063 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:28.008607 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:28.020722 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:28.219410 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:28.225818 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:28.507255 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:28.521734 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:28.719389 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:28.726363 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:29.008188 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:29.020448 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:29.219356 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:29.226200 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:29.506560 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:29.521424 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:29.719665 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:29.727570 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:30.011297 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:30.035240 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:30.219270 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:30.226209 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:30.506645 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:30.520818 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:30.718535 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:30.724749 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:31.010022 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:31.021729 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:31.219681 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:31.225211 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:31.506441 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:31.521086 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:31.719448 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:31.725986 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:32.023736 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:32.031328 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:32.218921 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:32.225563 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:32.507044 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:32.521450 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:32.718467 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:32.729467 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:33.008856 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:33.020914 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:33.218616 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:33.225120 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:33.506839 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:33.521020 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:33.718728 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:33.724869 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:34.010161 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:34.022377 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:34.219023 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:34.225965 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:34.506666 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:34.521389 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:34.718804 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:34.724787 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:35.010630 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:35.026809 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0428 23:09:35.218287 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:35.225792 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:35.506884 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:35.520945 285806 kapi.go:107] duration metric: took 47.003802282s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0428 23:09:35.522945 285806 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-595372 cluster.
I0428 23:09:35.524732 285806 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.
I0428 23:09:35.526762 285806 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0428 23:09:35.718473 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:35.724993 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:36.016006 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:36.220000 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:36.225560 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:36.506265 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:36.718618 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:36.725757 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:37.010482 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:37.219000 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:37.225779 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:37.506821 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:37.719262 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:37.726388 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:38.010655 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:38.219695 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:38.226226 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:38.506148 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:38.718873 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:38.725457 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:39.012240 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:39.219335 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:39.225348 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0428 23:09:39.507472 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:39.719268 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:39.725384 285806 kapi.go:107] duration metric: took 54.006302028s to wait for kubernetes.io/minikube-addons=registry ...
I0428 23:09:40.016336 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:40.218611 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:40.508934 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:40.717838 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:41.007686 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:41.228859 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:41.506476 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:41.719237 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:42.010534 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:42.222203 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:42.508996 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:42.720262 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:43.008132 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:43.218423 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:43.505747 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:43.720217 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:44.008498 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:44.218864 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:44.517577 285806 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0428 23:09:44.718860 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:45.011638 285806 kapi.go:107] duration metric: took 58.010967539s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0428 23:09:45.221717 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:45.718883 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:46.218963 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:46.718477 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:47.219358 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:47.718761 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:48.218317 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:48.719094 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:49.219068 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:49.718215 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:50.218602 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:50.723976 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:51.218909 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:51.720271 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:52.218919 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:52.719233 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:53.218567 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:53.720473 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:54.219551 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:54.724031 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:55.218881 285806 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0428 23:09:55.718864 285806 kapi.go:107] duration metric: took 1m10.00467054s to wait for app.kubernetes.io/name=ingress-nginx ...
I0428 23:09:55.721118 285806 out.go:177] * Enabled addons: inspektor-gadget, cloud-spanner, storage-provisioner, nvidia-device-plugin, ingress-dns, metrics-server, yakd, default-storageclass, volumesnapshots, gcp-auth, registry, csi-hostpath-driver, ingress
I0428 23:09:55.723029 285806 addons.go:505] duration metric: took 1m17.473429098s for enable addons: enabled=[inspektor-gadget cloud-spanner storage-provisioner nvidia-device-plugin ingress-dns metrics-server yakd default-storageclass volumesnapshots gcp-auth registry csi-hostpath-driver ingress]
I0428 23:09:55.723125 285806 start.go:245] waiting for cluster config update ...
I0428 23:09:55.723158 285806 start.go:254] writing updated cluster config ...
I0428 23:09:55.723508 285806 ssh_runner.go:195] Run: rm -f paused
I0428 23:09:56.059863 285806 start.go:600] kubectl: 1.30.0, cluster: 1.30.0 (minor skew: 0)
I0428 23:09:56.062222 285806 out.go:177] * Done! kubectl is now configured to use "addons-595372" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
7662812ec3339 dd1b12fcb6097 7 seconds ago Exited hello-world-app 2 7e46200268228 hello-world-app-86c47465fc-psccq
618abca968e98 e664fb1e82890 31 seconds ago Running nginx 0 7a53078feac28 nginx
35193ee12ec02 29799520898e7 53 seconds ago Running headlamp 0 a030d967c66c0 headlamp-7559bf459f-j9bv7
a0677443f990e 1a024e390dd05 2 minutes ago Exited patch 2 f0564459dca00 ingress-nginx-admission-patch-4zmgf
c276fbb520c86 6ef582f3ec844 2 minutes ago Running gcp-auth 0 e44533898b415 gcp-auth-5db96cd9b4-kt6ts
aa0e6621e5732 7ce2150c8929b 2 minutes ago Running local-path-provisioner 0 b3947e2709803 local-path-provisioner-8d985888d-fhkv2
0dcd56c3f6445 20e3f2db01e81 2 minutes ago Running yakd 0 d2f8e85d83284 yakd-dashboard-5ddbf7d777-72l79
2bba4e5de3d91 1a024e390dd05 2 minutes ago Exited create 0 58cda1007d39c ingress-nginx-admission-create-k8zfd
d8a440bfe47bf 2437cf7621777 2 minutes ago Running coredns 0 649befc280c9d coredns-7db6d8ff4d-959wq
51e9623fc9108 d570e8f9ae309 2 minutes ago Running gadget 0 d9158675653f5 gadget-wkjf4
e82ebdf1c0e09 ba04bb24b9575 2 minutes ago Running storage-provisioner 0 fccadfbfa4afa storage-provisioner
5d49b1eedd1ae cb7eac0b42cc1 2 minutes ago Running kube-proxy 0 e520e5ec69345 kube-proxy-ldvnc
eac1f5ee1ed1c 4740c1948d3fc 2 minutes ago Running kindnet-cni 0 c2ff55f708033 kindnet-b2fww
d70fc32107c16 547adae34140b 3 minutes ago Running kube-scheduler 0 9b906e8d062a7 kube-scheduler-addons-595372
f80860f812596 68feac521c0f1 3 minutes ago Running kube-controller-manager 0 a7296d22a0121 kube-controller-manager-addons-595372
41b65b5891eee 181f57fd3cdb7 3 minutes ago Running kube-apiserver 0 e74dc717c190f kube-apiserver-addons-595372
21aab5bbcca8a 014faa467e297 3 minutes ago Running etcd 0 4b8c95a302198 etcd-addons-595372
==> containerd <==
Apr 28 23:11:32 addons-595372 containerd[769]: time="2024-04-28T23:11:32.000321802Z" level=warning msg="cleaning up after shim disconnected" id=7662812ec33394ca76fe9eaa9c108cf407043cd601df3602e113941d30744024 namespace=k8s.io
Apr 28 23:11:32 addons-595372 containerd[769]: time="2024-04-28T23:11:32.000333248Z" level=info msg="cleaning up dead shim"
Apr 28 23:11:32 addons-595372 containerd[769]: time="2024-04-28T23:11:32.012084509Z" level=warning msg="cleanup warnings time=\"2024-04-28T23:11:32Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=12212 runtime=io.containerd.runc.v2\n"
Apr 28 23:11:32 addons-595372 containerd[769]: time="2024-04-28T23:11:32.041513635Z" level=info msg="RemoveContainer for \"09ace4d7b70d1e6e7cb16653445a178eccaa5511c818a00d6b5d636784a18c01\""
Apr 28 23:11:32 addons-595372 containerd[769]: time="2024-04-28T23:11:32.048715172Z" level=info msg="RemoveContainer for \"09ace4d7b70d1e6e7cb16653445a178eccaa5511c818a00d6b5d636784a18c01\" returns successfully"
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.779316414Z" level=info msg="Kill container \"5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa\""
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.843946276Z" level=info msg="shim disconnected" id=5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.844010957Z" level=warning msg="cleaning up after shim disconnected" id=5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa namespace=k8s.io
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.844028196Z" level=info msg="cleaning up dead shim"
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.854260907Z" level=warning msg="cleanup warnings time=\"2024-04-28T23:11:33Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=12246 runtime=io.containerd.runc.v2\n"
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.857252501Z" level=info msg="StopContainer for \"5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa\" returns successfully"
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.857892761Z" level=info msg="StopPodSandbox for \"aac0a6fc5e280a552a5ab78aa2068b5f8c28dea28af7d014e3d57800e10daf92\""
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.857952297Z" level=info msg="Container to stop \"5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.900349770Z" level=info msg="shim disconnected" id=aac0a6fc5e280a552a5ab78aa2068b5f8c28dea28af7d014e3d57800e10daf92
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.900709711Z" level=warning msg="cleaning up after shim disconnected" id=aac0a6fc5e280a552a5ab78aa2068b5f8c28dea28af7d014e3d57800e10daf92 namespace=k8s.io
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.900738544Z" level=info msg="cleaning up dead shim"
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.910008675Z" level=warning msg="cleanup warnings time=\"2024-04-28T23:11:33Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=12277 runtime=io.containerd.runc.v2\n"
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.956586528Z" level=info msg="TearDown network for sandbox \"aac0a6fc5e280a552a5ab78aa2068b5f8c28dea28af7d014e3d57800e10daf92\" successfully"
Apr 28 23:11:33 addons-595372 containerd[769]: time="2024-04-28T23:11:33.956641691Z" level=info msg="StopPodSandbox for \"aac0a6fc5e280a552a5ab78aa2068b5f8c28dea28af7d014e3d57800e10daf92\" returns successfully"
Apr 28 23:11:34 addons-595372 containerd[769]: time="2024-04-28T23:11:34.047453038Z" level=info msg="RemoveContainer for \"5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa\""
Apr 28 23:11:34 addons-595372 containerd[769]: time="2024-04-28T23:11:34.053107422Z" level=info msg="RemoveContainer for \"5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa\" returns successfully"
Apr 28 23:11:34 addons-595372 containerd[769]: time="2024-04-28T23:11:34.056092476Z" level=error msg="ContainerStatus for \"5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa\": not found"
Apr 28 23:11:35 addons-595372 containerd[769]: time="2024-04-28T23:11:35.098808701Z" level=error msg="ExecSync for \"51e9623fc9108c2d3ca99a0a7953c82ad39e9424869a0fbb4811b638b46b29b6\" failed" error="failed to exec in container: failed to start exec \"203e49ce048d4b65e9ee963a03a5d5d731464fa3a8238fb24a104a1805fcd2c4\": OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown"
Apr 28 23:11:35 addons-595372 containerd[769]: time="2024-04-28T23:11:35.110216792Z" level=error msg="ExecSync for \"51e9623fc9108c2d3ca99a0a7953c82ad39e9424869a0fbb4811b638b46b29b6\" failed" error="failed to exec in container: failed to start exec \"4c9453fe09a9d77abc7654b016309491d8d40df0e2c967ba198e93a5dddd7b2d\": OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown"
Apr 28 23:11:35 addons-595372 containerd[769]: time="2024-04-28T23:11:35.123042133Z" level=error msg="ExecSync for \"51e9623fc9108c2d3ca99a0a7953c82ad39e9424869a0fbb4811b638b46b29b6\" failed" error="failed to exec in container: failed to start exec \"c09c21f52456c4f786b2db57777af57dfa11cfee80685117e5dc68d89a78f87e\": OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown"
==> coredns [d8a440bfe47bf3aeff8ec2ae1d5d190dd5a7e36d87674ddffa564eb96a83e915] <==
[INFO] 10.244.0.20:33078 - 62708 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000122272s
[INFO] 10.244.0.20:33078 - 8919 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000135121s
[INFO] 10.244.0.20:33078 - 39688 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000070958s
[INFO] 10.244.0.20:33078 - 13757 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000056435s
[INFO] 10.244.0.20:33078 - 18828 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001253763s
[INFO] 10.244.0.20:33078 - 60371 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001049858s
[INFO] 10.244.0.20:33078 - 58245 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000076496s
[INFO] 10.244.0.20:49564 - 8033 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000227265s
[INFO] 10.244.0.20:52478 - 22797 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000182875s
[INFO] 10.244.0.20:49564 - 29834 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000081878s
[INFO] 10.244.0.20:52478 - 7323 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000247015s
[INFO] 10.244.0.20:49564 - 18461 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000060315s
[INFO] 10.244.0.20:52478 - 1982 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000037358s
[INFO] 10.244.0.20:49564 - 46084 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000065091s
[INFO] 10.244.0.20:52478 - 58193 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000040426s
[INFO] 10.244.0.20:52478 - 41364 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000047483s
[INFO] 10.244.0.20:49564 - 15150 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000060472s
[INFO] 10.244.0.20:52478 - 32363 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000136336s
[INFO] 10.244.0.20:49564 - 46052 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000153821s
[INFO] 10.244.0.20:52478 - 34121 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001378258s
[INFO] 10.244.0.20:49564 - 30130 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001369692s
[INFO] 10.244.0.20:52478 - 24548 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001380851s
[INFO] 10.244.0.20:49564 - 38144 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001076697s
[INFO] 10.244.0.20:49564 - 29889 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000075118s
[INFO] 10.244.0.20:52478 - 2783 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000043774s
==> describe nodes <==
Name: addons-595372
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-595372
kubernetes.io/os=linux
minikube.k8s.io/commit=5aea53309587d5dad960702a78dfdd5fb48b1328
minikube.k8s.io/name=addons-595372
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_04_28T23_08_25_0700
minikube.k8s.io/version=v1.33.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-595372
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: Sun, 28 Apr 2024 23:08:22 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-595372
AcquireTime: <unset>
RenewTime: Sun, 28 Apr 2024 23:11:38 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Sun, 28 Apr 2024 23:11:28 +0000 Sun, 28 Apr 2024 23:08:19 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Sun, 28 Apr 2024 23:11:28 +0000 Sun, 28 Apr 2024 23:08:19 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Sun, 28 Apr 2024 23:11:28 +0000 Sun, 28 Apr 2024 23:08:19 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Sun, 28 Apr 2024 23:11:28 +0000 Sun, 28 Apr 2024 23:08:25 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-595372
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022564Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022564Ki
pods: 110
System Info:
Machine ID: c3ba1ba950d144e5839750a9cbe336b6
System UUID: 573dd9c4-2b3c-427e-92e8-b7eb5c6053d6
Boot ID: de90711a-a250-4ad8-9382-4d46a6bbf2b8
Kernel Version: 5.15.0-1058-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.31
Kubelet Version: v1.30.0
Kube-Proxy Version: v1.30.0
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-86c47465fc-psccq 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) 34s
gadget gadget-wkjf4 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m55s
gcp-auth gcp-auth-5db96cd9b4-kt6ts 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m51s
headlamp headlamp-7559bf459f-j9bv7 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 57s
kube-system coredns-7db6d8ff4d-959wq 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 3m1s
kube-system etcd-addons-595372 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 3m14s
kube-system kindnet-b2fww 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 3m1s
kube-system kube-apiserver-addons-595372 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m15s
kube-system kube-controller-manager-addons-595372 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m14s
kube-system kube-proxy-ldvnc 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m1s
kube-system kube-scheduler-addons-595372 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m16s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m56s
local-path-storage local-path-provisioner-8d985888d-fhkv2 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m56s
yakd-dashboard yakd-dashboard-5ddbf7d777-72l79 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 2m56s
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 2m59s kube-proxy
Normal NodeHasSufficientMemory 3m22s (x8 over 3m22s) kubelet Node addons-595372 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m22s (x8 over 3m22s) kubelet Node addons-595372 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m22s (x7 over 3m22s) kubelet Node addons-595372 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 3m22s kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 3m15s kubelet Node addons-595372 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m15s kubelet Node addons-595372 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m15s kubelet Node addons-595372 status is now: NodeHasSufficientPID
Normal Starting 3m15s kubelet Starting kubelet.
Normal NodeNotReady 3m14s kubelet Node addons-595372 status is now: NodeNotReady
Normal NodeAllocatableEnforced 3m14s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 3m14s kubelet Node addons-595372 status is now: NodeReady
Normal RegisteredNode 3m2s node-controller Node addons-595372 event: Registered Node addons-595372 in Controller
==> dmesg <==
[ +0.000929] FS-Cache: N-cookie d=00000000393dea0d{9p.inode} n=000000002413f4ab
[ +0.001036] FS-Cache: N-key=[8] '8f385c0100000000'
[ +0.012402] FS-Cache: Duplicate cookie detected
[ +0.000707] FS-Cache: O-cookie c=00000006 [p=00000003 fl=226 nc=0 na=1]
[ +0.001023] FS-Cache: O-cookie d=00000000393dea0d{9p.inode} n=000000008608ff64
[ +0.001052] FS-Cache: O-key=[8] '8f385c0100000000'
[ +0.000734] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
[ +0.000959] FS-Cache: N-cookie d=00000000393dea0d{9p.inode} n=00000000c8e99d9f
[ +0.001010] FS-Cache: N-key=[8] '8f385c0100000000'
[ +2.762069] FS-Cache: Duplicate cookie detected
[ +0.000729] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
[ +0.001061] FS-Cache: O-cookie d=00000000393dea0d{9p.inode} n=00000000960815bf
[ +0.001176] FS-Cache: O-key=[8] '8e385c0100000000'
[ +0.000706] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
[ +0.000938] FS-Cache: N-cookie d=00000000393dea0d{9p.inode} n=000000002413f4ab
[ +0.001034] FS-Cache: N-key=[8] '8e385c0100000000'
[ +0.314295] FS-Cache: Duplicate cookie detected
[ +0.000695] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
[ +0.000936] FS-Cache: O-cookie d=00000000393dea0d{9p.inode} n=00000000f595624c
[ +0.001134] FS-Cache: O-key=[8] '97385c0100000000'
[ +0.000702] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
[ +0.000953] FS-Cache: N-cookie d=00000000393dea0d{9p.inode} n=00000000028e176d
[ +0.001118] FS-Cache: N-key=[8] '97385c0100000000'
[Apr28 21:28] hrtimer: interrupt took 17384848 ns
[Apr28 21:49] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
==> etcd [21aab5bbcca8ad04512afcaa38c8e52bd6b22860269c1dfefb587209613452da] <==
{"level":"info","ts":"2024-04-28T23:08:18.522762Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-04-28T23:08:18.523792Z","caller":"etcdserver/server.go:744","msg":"started as single-node; fast-forwarding election ticks","local-member-id":"aec36adc501070cc","forward-ticks":9,"forward-duration":"900ms","election-ticks":10,"election-timeout":"1s"}
{"level":"info","ts":"2024-04-28T23:08:18.523839Z","caller":"fileutil/purge.go:50","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap.db","max":5,"interval":"30s"}
{"level":"info","ts":"2024-04-28T23:08:18.52386Z","caller":"fileutil/purge.go:50","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap","max":5,"interval":"30s"}
{"level":"info","ts":"2024-04-28T23:08:18.523867Z","caller":"fileutil/purge.go:50","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/wal","suffix":"wal","max":5,"interval":"30s"}
{"level":"info","ts":"2024-04-28T23:08:18.524175Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-04-28T23:08:18.524263Z","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-04-28T23:08:19.001364Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-04-28T23:08:19.001476Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-04-28T23:08:19.001527Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-04-28T23:08:19.001585Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-04-28T23:08:19.001614Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-04-28T23:08:19.001661Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-04-28T23:08:19.0017Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-04-28T23:08:19.005454Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-28T23:08:19.00955Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-595372 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-04-28T23:08:19.009788Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-28T23:08:19.010211Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-28T23:08:19.010322Z","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-04-28T23:08:19.010434Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-28T23:08:19.010493Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-28T23:08:19.012094Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-04-28T23:08:19.013843Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-04-28T23:08:19.033377Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-04-28T23:08:19.033605Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
==> gcp-auth [c276fbb520c869ea11f4516fed6d0967744de91d673b2d8e72d8045b8b55f287] <==
2024/04/28 23:09:34 GCP Auth Webhook started!
2024/04/28 23:10:07 Ready to marshal response ...
2024/04/28 23:10:07 Ready to write response ...
2024/04/28 23:10:22 Ready to marshal response ...
2024/04/28 23:10:22 Ready to write response ...
2024/04/28 23:10:22 Ready to marshal response ...
2024/04/28 23:10:22 Ready to write response ...
2024/04/28 23:10:26 Ready to marshal response ...
2024/04/28 23:10:26 Ready to write response ...
2024/04/28 23:10:34 Ready to marshal response ...
2024/04/28 23:10:34 Ready to write response ...
2024/04/28 23:10:41 Ready to marshal response ...
2024/04/28 23:10:41 Ready to write response ...
2024/04/28 23:10:42 Ready to marshal response ...
2024/04/28 23:10:42 Ready to write response ...
2024/04/28 23:10:42 Ready to marshal response ...
2024/04/28 23:10:42 Ready to write response ...
2024/04/28 23:10:42 Ready to marshal response ...
2024/04/28 23:10:42 Ready to write response ...
2024/04/28 23:11:05 Ready to marshal response ...
2024/04/28 23:11:05 Ready to write response ...
2024/04/28 23:11:13 Ready to marshal response ...
2024/04/28 23:11:13 Ready to write response ...
==> kernel <==
23:11:39 up 2:54, 0 users, load average: 1.70, 1.32, 0.66
Linux addons-595372 5.15.0-1058-aws #64~20.04.1-Ubuntu SMP Tue Apr 9 11:11:55 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [eac1f5ee1ed1c9179555a1501f7e3c886989422edbd67f8ef7f08d7dbebb00cb] <==
I0428 23:09:29.892671 1 main.go:227] handling current node
I0428 23:09:39.896051 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:09:39.896080 1 main.go:227] handling current node
I0428 23:09:49.908454 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:09:49.908482 1 main.go:227] handling current node
I0428 23:09:59.920201 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:09:59.920230 1 main.go:227] handling current node
I0428 23:10:09.929718 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:10:09.929747 1 main.go:227] handling current node
I0428 23:10:19.933212 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:10:19.933242 1 main.go:227] handling current node
I0428 23:10:29.945735 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:10:29.945812 1 main.go:227] handling current node
I0428 23:10:39.953163 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:10:39.953253 1 main.go:227] handling current node
I0428 23:10:49.965948 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:10:49.966050 1 main.go:227] handling current node
I0428 23:10:59.973282 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:10:59.973311 1 main.go:227] handling current node
I0428 23:11:09.976740 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:11:09.976773 1 main.go:227] handling current node
I0428 23:11:19.985976 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:11:19.986214 1 main.go:227] handling current node
I0428 23:11:29.992474 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0428 23:11:29.992503 1 main.go:227] handling current node
==> kube-apiserver [41b65b5891eee4e689b604133084271f77d4de90e522a041979ad0380307d62e] <==
I0428 23:09:16.367063 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0428 23:10:10.679172 1 watch.go:250] http2: stream closed
I0428 23:10:37.646187 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0428 23:10:42.591845 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.97.74.162"}
I0428 23:10:57.589685 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0428 23:10:57.589862 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0428 23:10:57.607781 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0428 23:10:57.609272 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0428 23:10:57.619173 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0428 23:10:57.619221 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0428 23:10:57.635232 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0428 23:10:57.635281 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0428 23:10:57.671966 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0428 23:10:57.672010 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0428 23:10:58.353411 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0428 23:10:58.619510 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0428 23:10:58.673365 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0428 23:10:58.683023 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
W0428 23:10:59.384825 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0428 23:11:05.030384 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0428 23:11:05.304348 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.109.182.198"}
I0428 23:11:13.943645 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.111.89.92"}
I0428 23:11:17.297911 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
E0428 23:11:30.808742 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
E0428 23:11:33.540899 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
==> kube-controller-manager [f80860f8125960b3f4f1a9fc6018317c464fef9535fb4a35cf16c1a50914c522] <==
I0428 23:11:13.784414 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="29.111µs"
I0428 23:11:13.788210 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="33.657µs"
W0428 23:11:15.183627 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0428 23:11:15.183663 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0428 23:11:15.539766 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0428 23:11:15.539806 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0428 23:11:16.990525 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="34.519µs"
W0428 23:11:17.130686 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0428 23:11:17.130725 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0428 23:11:17.997476 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="40.508µs"
W0428 23:11:18.425016 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0428 23:11:18.425063 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0428 23:11:18.999122 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="40.106µs"
W0428 23:11:28.420073 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0428 23:11:28.420167 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0428 23:11:30.742800 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0428 23:11:30.747073 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-84df5799c" duration="5.965µs"
I0428 23:11:30.751996 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
W0428 23:11:31.394275 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0428 23:11:31.394313 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0428 23:11:32.050868 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="39.672µs"
W0428 23:11:37.697080 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0428 23:11:37.697116 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0428 23:11:39.118206 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0428 23:11:39.118248 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [5d49b1eedd1ae2c91220984a1bc180ecbef037790386db43aefb5b1d75a01a36] <==
I0428 23:08:39.760103 1 server_linux.go:69] "Using iptables proxy"
I0428 23:08:39.772124 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0428 23:08:39.798627 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0428 23:08:39.798681 1 server_linux.go:165] "Using iptables Proxier"
I0428 23:08:39.800699 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0428 23:08:39.800727 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0428 23:08:39.800754 1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0428 23:08:39.800945 1 server.go:872] "Version info" version="v1.30.0"
I0428 23:08:39.800969 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0428 23:08:39.802546 1 config.go:192] "Starting service config controller"
I0428 23:08:39.802570 1 shared_informer.go:313] Waiting for caches to sync for service config
I0428 23:08:39.802636 1 config.go:101] "Starting endpoint slice config controller"
I0428 23:08:39.802641 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0428 23:08:39.803132 1 config.go:319] "Starting node config controller"
I0428 23:08:39.803139 1 shared_informer.go:313] Waiting for caches to sync for node config
I0428 23:08:39.902777 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0428 23:08:39.902833 1 shared_informer.go:320] Caches are synced for service config
I0428 23:08:39.904713 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [d70fc32107c16146a78ed721670f80a4bffcec29f5f71ad5fff940b1e01ae943] <==
W0428 23:08:23.374283 1 reflector.go:547] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0428 23:08:23.374483 1 reflector.go:150] runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
W0428 23:08:23.376930 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0428 23:08:23.377630 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0428 23:08:23.377203 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0428 23:08:23.377962 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0428 23:08:23.378104 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0428 23:08:23.378061 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0428 23:08:23.377299 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0428 23:08:23.378569 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0428 23:08:23.377417 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0428 23:08:23.378671 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0428 23:08:23.377470 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0428 23:08:23.378768 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0428 23:08:23.377507 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0428 23:08:23.378892 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0428 23:08:23.377559 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0428 23:08:23.379008 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0428 23:08:23.377603 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0428 23:08:23.379107 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0428 23:08:23.377253 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0428 23:08:23.379439 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0428 23:08:23.379626 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0428 23:08:23.379725 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
I0428 23:08:24.371139 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Apr 28 23:11:30 addons-595372 kubelet[1497]: I0428 23:11:30.029387 1497 scope.go:117] "RemoveContainer" containerID="de8c0d797dc4a123f0c11e27a849829d2033d06f02b12e369db043f098241fb5"
Apr 28 23:11:30 addons-595372 kubelet[1497]: E0428 23:11:30.116792 1497 remote_runtime.go:496] "ExecSync cmd from runtime service failed" err="rpc error: code = Unknown desc = failed to exec in container: failed to start exec \"1b60fea654b45daf6d425198880c9078a6ba70e4074df0771b72d77bac9bac15\": OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown" containerID="51e9623fc9108c2d3ca99a0a7953c82ad39e9424869a0fbb4811b638b46b29b6" cmd=["/bin/gadgettracermanager","-liveness"]
Apr 28 23:11:30 addons-595372 kubelet[1497]: E0428 23:11:30.138129 1497 remote_runtime.go:496] "ExecSync cmd from runtime service failed" err="rpc error: code = Unknown desc = failed to exec in container: failed to start exec \"3c331410ba6e1dd67bd77e5525ab964b6f23efe4128392bc20808a6d8f6e1106\": OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown" containerID="51e9623fc9108c2d3ca99a0a7953c82ad39e9424869a0fbb4811b638b46b29b6" cmd=["/bin/gadgettracermanager","-liveness"]
Apr 28 23:11:30 addons-595372 kubelet[1497]: E0428 23:11:30.159253 1497 remote_runtime.go:496] "ExecSync cmd from runtime service failed" err="rpc error: code = Unknown desc = failed to exec in container: failed to start exec \"a6170cec78f6491ca4721a5fc24eb1892b4dd7fcdb4ff7a82ec24903e428faa3\": OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown" containerID="51e9623fc9108c2d3ca99a0a7953c82ad39e9424869a0fbb4811b638b46b29b6" cmd=["/bin/gadgettracermanager","-liveness"]
Apr 28 23:11:30 addons-595372 kubelet[1497]: I0428 23:11:30.908732 1497 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="84572307-99a4-45cf-beec-cc304cea6c70" path="/var/lib/kubelet/pods/84572307-99a4-45cf-beec-cc304cea6c70/volumes"
Apr 28 23:11:30 addons-595372 kubelet[1497]: I0428 23:11:30.909660 1497 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="cfe9d22c-7a9e-44fb-adf5-0b2220144fa4" path="/var/lib/kubelet/pods/cfe9d22c-7a9e-44fb-adf5-0b2220144fa4/volumes"
Apr 28 23:11:30 addons-595372 kubelet[1497]: I0428 23:11:30.910081 1497 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="dd0f360f-ae24-4ee6-9ebe-d60b8d340253" path="/var/lib/kubelet/pods/dd0f360f-ae24-4ee6-9ebe-d60b8d340253/volumes"
Apr 28 23:11:31 addons-595372 kubelet[1497]: I0428 23:11:31.905385 1497 scope.go:117] "RemoveContainer" containerID="09ace4d7b70d1e6e7cb16653445a178eccaa5511c818a00d6b5d636784a18c01"
Apr 28 23:11:32 addons-595372 kubelet[1497]: I0428 23:11:32.037088 1497 scope.go:117] "RemoveContainer" containerID="09ace4d7b70d1e6e7cb16653445a178eccaa5511c818a00d6b5d636784a18c01"
Apr 28 23:11:32 addons-595372 kubelet[1497]: I0428 23:11:32.039614 1497 scope.go:117] "RemoveContainer" containerID="7662812ec33394ca76fe9eaa9c108cf407043cd601df3602e113941d30744024"
Apr 28 23:11:32 addons-595372 kubelet[1497]: E0428 23:11:32.040084 1497 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-psccq_default(d03cdbb4-e406-43cc-9194-7c91da42bf3d)\"" pod="default/hello-world-app-86c47465fc-psccq" podUID="d03cdbb4-e406-43cc-9194-7c91da42bf3d"
Apr 28 23:11:34 addons-595372 kubelet[1497]: I0428 23:11:34.045523 1497 scope.go:117] "RemoveContainer" containerID="5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa"
Apr 28 23:11:34 addons-595372 kubelet[1497]: I0428 23:11:34.053531 1497 scope.go:117] "RemoveContainer" containerID="5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa"
Apr 28 23:11:34 addons-595372 kubelet[1497]: E0428 23:11:34.056465 1497 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa\": not found" containerID="5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa"
Apr 28 23:11:34 addons-595372 kubelet[1497]: I0428 23:11:34.056511 1497 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa"} err="failed to get container status \"5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa\": rpc error: code = NotFound desc = an error occurred when try to find container \"5e08a671fce3f834bb2a1e24f169210476b21cca52baed8badddabbc6e43fcfa\": not found"
Apr 28 23:11:34 addons-595372 kubelet[1497]: I0428 23:11:34.100903 1497 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/3b16bab5-047e-4bb2-9ec3-9a59fc4840b3-webhook-cert\") pod \"3b16bab5-047e-4bb2-9ec3-9a59fc4840b3\" (UID: \"3b16bab5-047e-4bb2-9ec3-9a59fc4840b3\") "
Apr 28 23:11:34 addons-595372 kubelet[1497]: I0428 23:11:34.100951 1497 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-ncr4w\" (UniqueName: \"kubernetes.io/projected/3b16bab5-047e-4bb2-9ec3-9a59fc4840b3-kube-api-access-ncr4w\") pod \"3b16bab5-047e-4bb2-9ec3-9a59fc4840b3\" (UID: \"3b16bab5-047e-4bb2-9ec3-9a59fc4840b3\") "
Apr 28 23:11:34 addons-595372 kubelet[1497]: I0428 23:11:34.106175 1497 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/3b16bab5-047e-4bb2-9ec3-9a59fc4840b3-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "3b16bab5-047e-4bb2-9ec3-9a59fc4840b3" (UID: "3b16bab5-047e-4bb2-9ec3-9a59fc4840b3"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Apr 28 23:11:34 addons-595372 kubelet[1497]: I0428 23:11:34.106500 1497 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/3b16bab5-047e-4bb2-9ec3-9a59fc4840b3-kube-api-access-ncr4w" (OuterVolumeSpecName: "kube-api-access-ncr4w") pod "3b16bab5-047e-4bb2-9ec3-9a59fc4840b3" (UID: "3b16bab5-047e-4bb2-9ec3-9a59fc4840b3"). InnerVolumeSpecName "kube-api-access-ncr4w". PluginName "kubernetes.io/projected", VolumeGidValue ""
Apr 28 23:11:34 addons-595372 kubelet[1497]: I0428 23:11:34.201453 1497 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/3b16bab5-047e-4bb2-9ec3-9a59fc4840b3-webhook-cert\") on node \"addons-595372\" DevicePath \"\""
Apr 28 23:11:34 addons-595372 kubelet[1497]: I0428 23:11:34.201500 1497 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-ncr4w\" (UniqueName: \"kubernetes.io/projected/3b16bab5-047e-4bb2-9ec3-9a59fc4840b3-kube-api-access-ncr4w\") on node \"addons-595372\" DevicePath \"\""
Apr 28 23:11:34 addons-595372 kubelet[1497]: I0428 23:11:34.908146 1497 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="3b16bab5-047e-4bb2-9ec3-9a59fc4840b3" path="/var/lib/kubelet/pods/3b16bab5-047e-4bb2-9ec3-9a59fc4840b3/volumes"
Apr 28 23:11:35 addons-595372 kubelet[1497]: E0428 23:11:35.099221 1497 remote_runtime.go:496] "ExecSync cmd from runtime service failed" err="rpc error: code = Unknown desc = failed to exec in container: failed to start exec \"203e49ce048d4b65e9ee963a03a5d5d731464fa3a8238fb24a104a1805fcd2c4\": OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown" containerID="51e9623fc9108c2d3ca99a0a7953c82ad39e9424869a0fbb4811b638b46b29b6" cmd=["/bin/gadgettracermanager","-liveness"]
Apr 28 23:11:35 addons-595372 kubelet[1497]: E0428 23:11:35.110670 1497 remote_runtime.go:496] "ExecSync cmd from runtime service failed" err="rpc error: code = Unknown desc = failed to exec in container: failed to start exec \"4c9453fe09a9d77abc7654b016309491d8d40df0e2c967ba198e93a5dddd7b2d\": OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown" containerID="51e9623fc9108c2d3ca99a0a7953c82ad39e9424869a0fbb4811b638b46b29b6" cmd=["/bin/gadgettracermanager","-liveness"]
Apr 28 23:11:35 addons-595372 kubelet[1497]: E0428 23:11:35.123353 1497 remote_runtime.go:496] "ExecSync cmd from runtime service failed" err="rpc error: code = Unknown desc = failed to exec in container: failed to start exec \"c09c21f52456c4f786b2db57777af57dfa11cfee80685117e5dc68d89a78f87e\": OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown" containerID="51e9623fc9108c2d3ca99a0a7953c82ad39e9424869a0fbb4811b638b46b29b6" cmd=["/bin/gadgettracermanager","-liveness"]
==> storage-provisioner [e82ebdf1c0e09f4621cd5f464cd55abacf6be04cc813272896c3d6453fb350da] <==
I0428 23:08:43.799586 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0428 23:08:43.838323 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0428 23:08:43.838379 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0428 23:08:43.854451 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0428 23:08:43.854758 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-595372_e864d503-5958-4769-86d8-fe757799a672!
I0428 23:08:43.855667 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"bc54232a-d9c5-442e-a647-38cb7bb0a106", APIVersion:"v1", ResourceVersion:"591", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-595372_e864d503-5958-4769-86d8-fe757799a672 became leader
I0428 23:08:43.957526 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-595372_e864d503-5958-4769-86d8-fe757799a672!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-595372 -n addons-595372
helpers_test.go:261: (dbg) Run: kubectl --context addons-595372 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 (35.61s)