=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-418372 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-418372 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-418372 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [1965aed9-46e6-4b1e-bb65-438a468628da] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [1965aed9-46e6-4b1e-bb65-438a468628da] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.004863182s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-418372 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:288: (dbg) Run: kubectl --context addons-418372 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-418372 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:299: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.083446378s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:301: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:305: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:308: (dbg) Run: out/minikube-linux-arm64 -p addons-418372 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-418372 addons disable ingress-dns --alsologtostderr -v=1: (1.49202351s)
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-418372 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-418372 addons disable ingress --alsologtostderr -v=1: (7.729107582s)
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-418372
helpers_test.go:235: (dbg) docker inspect addons-418372:
-- stdout --
[
{
"Id": "8ac75d9abd91b569c53c6f8c5dbfe47af312c2f400023119d0ffc71d243f21f8",
"Created": "2024-07-02T22:27:58.135128421Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 595623,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-02T22:27:58.273288221Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:ff2309f82023c0ae007248d1cd90d3fcd4652959680f14d4140266d545b9a469",
"ResolvConfPath": "/var/lib/docker/containers/8ac75d9abd91b569c53c6f8c5dbfe47af312c2f400023119d0ffc71d243f21f8/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/8ac75d9abd91b569c53c6f8c5dbfe47af312c2f400023119d0ffc71d243f21f8/hostname",
"HostsPath": "/var/lib/docker/containers/8ac75d9abd91b569c53c6f8c5dbfe47af312c2f400023119d0ffc71d243f21f8/hosts",
"LogPath": "/var/lib/docker/containers/8ac75d9abd91b569c53c6f8c5dbfe47af312c2f400023119d0ffc71d243f21f8/8ac75d9abd91b569c53c6f8c5dbfe47af312c2f400023119d0ffc71d243f21f8-json.log",
"Name": "/addons-418372",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-418372:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-418372",
"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/0b2a23a6493e0fec9b176fcc67f8213556b69540fbc3ad64c48cc1d94106798e-init/diff:/var/lib/docker/overlay2/f14a3867c52be98781b7c4395c20809eea6925b84d9764f996e4348cf30179d2/diff",
"MergedDir": "/var/lib/docker/overlay2/0b2a23a6493e0fec9b176fcc67f8213556b69540fbc3ad64c48cc1d94106798e/merged",
"UpperDir": "/var/lib/docker/overlay2/0b2a23a6493e0fec9b176fcc67f8213556b69540fbc3ad64c48cc1d94106798e/diff",
"WorkDir": "/var/lib/docker/overlay2/0b2a23a6493e0fec9b176fcc67f8213556b69540fbc3ad64c48cc1d94106798e/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-418372",
"Source": "/var/lib/docker/volumes/addons-418372/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-418372",
"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.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383",
"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-418372",
"name.minikube.sigs.k8s.io": "addons-418372",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "0b8410bf5fb31d6d88e44200d3dcbfb7fc5a4d46a8733059667b58d6a3f775a4",
"SandboxKey": "/var/run/docker/netns/0b8410bf5fb3",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33512"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33513"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33516"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33514"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33515"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-418372": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "6cc4ad6b2331178f8c9313c0705197dbc15231d8ae1839535e783b80629d94e2",
"EndpointID": "719b371c75e853ae2c4307fa9e891bcb868483a5edf4d5ad96606fbd76be9d3b",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-418372",
"8ac75d9abd91"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-418372 -n addons-418372
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-418372 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-418372 logs -n 25: (1.500276518s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-917653 | download-only-917653 | jenkins | v1.33.1 | 02 Jul 24 22:27 UTC | 02 Jul 24 22:27 UTC |
| delete | -p download-only-056509 | download-only-056509 | jenkins | v1.33.1 | 02 Jul 24 22:27 UTC | 02 Jul 24 22:27 UTC |
| start | --download-only -p | download-docker-379007 | jenkins | v1.33.1 | 02 Jul 24 22:27 UTC | |
| | download-docker-379007 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-379007 | download-docker-379007 | jenkins | v1.33.1 | 02 Jul 24 22:27 UTC | 02 Jul 24 22:27 UTC |
| start | --download-only -p | binary-mirror-578807 | jenkins | v1.33.1 | 02 Jul 24 22:27 UTC | |
| | binary-mirror-578807 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:40705 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-578807 | binary-mirror-578807 | jenkins | v1.33.1 | 02 Jul 24 22:27 UTC | 02 Jul 24 22:27 UTC |
| addons | disable dashboard -p | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:27 UTC | |
| | addons-418372 | | | | | |
| addons | enable dashboard -p | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:27 UTC | |
| | addons-418372 | | | | | |
| start | -p addons-418372 --wait=true | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:27 UTC | 02 Jul 24 22:31 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 --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | enable headlamp | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:31 UTC | 02 Jul 24 22:31 UTC |
| | -p addons-418372 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-418372 ip | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:31 UTC | 02 Jul 24 22:31 UTC |
| addons | addons-418372 addons disable | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:31 UTC | 02 Jul 24 22:31 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:31 UTC | 02 Jul 24 22:31 UTC |
| | -p addons-418372 | | | | | |
| ssh | addons-418372 ssh cat | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:31 UTC | 02 Jul 24 22:31 UTC |
| | /opt/local-path-provisioner/pvc-2a36ba8d-74f8-4e63-8deb-eb0d18ce38c9_default_test-pvc/file1 | | | | | |
| addons | addons-418372 addons disable | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:31 UTC | 02 Jul 24 22:32 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:32 UTC | 02 Jul 24 22:32 UTC |
| | addons-418372 | | | | | |
| addons | addons-418372 addons | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:33 UTC | 02 Jul 24 22:33 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-418372 addons | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:33 UTC | 02 Jul 24 22:33 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:33 UTC | 02 Jul 24 22:33 UTC |
| | addons-418372 | | | | | |
| addons | addons-418372 addons | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:33 UTC | 02 Jul 24 22:33 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-418372 addons disable | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:34 UTC | 02 Jul 24 22:34 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| ssh | addons-418372 ssh curl -s | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:34 UTC | 02 Jul 24 22:34 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-418372 ip | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:34 UTC | 02 Jul 24 22:34 UTC |
| addons | addons-418372 addons disable | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:34 UTC | 02 Jul 24 22:34 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-418372 addons disable | addons-418372 | jenkins | v1.33.1 | 02 Jul 24 22:34 UTC | 02 Jul 24 22:34 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/02 22:27:33
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.4 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0702 22:27:33.036542 595128 out.go:291] Setting OutFile to fd 1 ...
I0702 22:27:33.036730 595128 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0702 22:27:33.036761 595128 out.go:304] Setting ErrFile to fd 2...
I0702 22:27:33.036784 595128 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0702 22:27:33.037045 595128 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19175-588978/.minikube/bin
I0702 22:27:33.037539 595128 out.go:298] Setting JSON to false
I0702 22:27:33.038583 595128 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":11400,"bootTime":1719947853,"procs":169,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1063-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0702 22:27:33.038699 595128 start.go:139] virtualization:
I0702 22:27:33.041179 595128 out.go:177] * [addons-418372] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0702 22:27:33.043707 595128 out.go:177] - MINIKUBE_LOCATION=19175
I0702 22:27:33.043838 595128 notify.go:220] Checking for updates...
I0702 22:27:33.047644 595128 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0702 22:27:33.049386 595128 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19175-588978/kubeconfig
I0702 22:27:33.051246 595128 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19175-588978/.minikube
I0702 22:27:33.053475 595128 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0702 22:27:33.056098 595128 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0702 22:27:33.058372 595128 driver.go:392] Setting default libvirt URI to qemu:///system
I0702 22:27:33.079650 595128 docker.go:122] docker version: linux-27.0.3:Docker Engine - Community
I0702 22:27:33.079782 595128 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0702 22:27:33.152281 595128 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-02 22:27:33.142086042 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1063-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:8214904832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0702 22:27:33.152392 595128 docker.go:295] overlay module found
I0702 22:27:33.154703 595128 out.go:177] * Using the docker driver based on user configuration
I0702 22:27:33.156614 595128 start.go:297] selected driver: docker
I0702 22:27:33.156632 595128 start.go:901] validating driver "docker" against <nil>
I0702 22:27:33.156645 595128 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0702 22:27:33.157257 595128 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0702 22:27:33.209356 595128 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-02 22:27:33.200773819 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1063-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:8214904832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0702 22:27:33.209520 595128 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0702 22:27:33.209738 595128 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]
I0702 22:27:33.211740 595128 out.go:177] * Using Docker driver with root privileges
I0702 22:27:33.213749 595128 cni.go:84] Creating CNI manager for ""
I0702 22:27:33.213780 595128 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0702 22:27:33.213790 595128 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0702 22:27:33.213879 595128 start.go:340] cluster config:
{Name:addons-418372 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 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.2 ClusterName:addons-418372 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.2 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}
I0702 22:27:33.216414 595128 out.go:177] * Starting "addons-418372" primary control-plane node in "addons-418372" cluster
I0702 22:27:33.219127 595128 cache.go:121] Beginning downloading kic base image for docker with containerd
I0702 22:27:33.221467 595128 out.go:177] * Pulling base image v0.0.44-1719929245-19175 ...
I0702 22:27:33.224340 595128 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime containerd
I0702 22:27:33.224401 595128 preload.go:147] Found local preload: /home/jenkins/minikube-integration/19175-588978/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-arm64.tar.lz4
I0702 22:27:33.224415 595128 cache.go:56] Caching tarball of preloaded images
I0702 22:27:33.224423 595128 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 in local docker daemon
I0702 22:27:33.224497 595128 preload.go:173] Found /home/jenkins/minikube-integration/19175-588978/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0702 22:27:33.224508 595128 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on containerd
I0702 22:27:33.224885 595128 profile.go:143] Saving config to /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/config.json ...
I0702 22:27:33.224916 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/config.json: {Name:mkc9fb97cb915bb3bae9a7cf36c4726a0384f90f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:27:33.238865 595128 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 to local cache
I0702 22:27:33.239001 595128 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 in local cache directory
I0702 22:27:33.239020 595128 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 in local cache directory, skipping pull
I0702 22:27:33.239025 595128 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 exists in cache, skipping pull
I0702 22:27:33.239033 595128 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 as a tarball
I0702 22:27:33.239038 595128 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 from local cache
I0702 22:27:49.982592 595128 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 from cached tarball
I0702 22:27:49.982631 595128 cache.go:194] Successfully downloaded all kic artifacts
I0702 22:27:49.982661 595128 start.go:360] acquireMachinesLock for addons-418372: {Name:mka1da9b44e5b12370a931d0c8ab5bb3e186eca2 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0702 22:27:49.983311 595128 start.go:364] duration metric: took 625.392µs to acquireMachinesLock for "addons-418372"
I0702 22:27:49.983347 595128 start.go:93] Provisioning new machine with config: &{Name:addons-418372 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 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.2 ClusterName:addons-418372 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.2 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.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0702 22:27:49.983455 595128 start.go:125] createHost starting for "" (driver="docker")
I0702 22:27:49.985639 595128 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0702 22:27:49.985879 595128 start.go:159] libmachine.API.Create for "addons-418372" (driver="docker")
I0702 22:27:49.985914 595128 client.go:168] LocalClient.Create starting
I0702 22:27:49.986053 595128 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19175-588978/.minikube/certs/ca.pem
I0702 22:27:51.209466 595128 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19175-588978/.minikube/certs/cert.pem
I0702 22:27:51.476584 595128 cli_runner.go:164] Run: docker network inspect addons-418372 --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}}]}"
W0702 22:27:51.492048 595128 cli_runner.go:211] docker network inspect addons-418372 --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
I0702 22:27:51.492151 595128 network_create.go:284] running [docker network inspect addons-418372] to gather additional debugging logs...
I0702 22:27:51.492173 595128 cli_runner.go:164] Run: docker network inspect addons-418372
W0702 22:27:51.508701 595128 cli_runner.go:211] docker network inspect addons-418372 returned with exit code 1
I0702 22:27:51.508736 595128 network_create.go:287] error running [docker network inspect addons-418372]: docker network inspect addons-418372: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-418372 not found
I0702 22:27:51.508770 595128 network_create.go:289] output of [docker network inspect addons-418372]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-418372 not found
** /stderr **
I0702 22:27:51.508926 595128 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}}]}"
I0702 22:27:51.524878 595128 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:0x400177b070}
I0702 22:27:51.524928 595128 network_create.go:124] attempt to create docker network addons-418372 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0702 22:27:51.524986 595128 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-418372 addons-418372
I0702 22:27:51.592516 595128 network_create.go:108] docker network addons-418372 192.168.49.0/24 created
I0702 22:27:51.592550 595128 kic.go:121] calculated static IP "192.168.49.2" for the "addons-418372" container
I0702 22:27:51.592642 595128 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0702 22:27:51.607454 595128 cli_runner.go:164] Run: docker volume create addons-418372 --label name.minikube.sigs.k8s.io=addons-418372 --label created_by.minikube.sigs.k8s.io=true
I0702 22:27:51.626483 595128 oci.go:103] Successfully created a docker volume addons-418372
I0702 22:27:51.626579 595128 cli_runner.go:164] Run: docker run --rm --name addons-418372-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-418372 --entrypoint /usr/bin/test -v addons-418372:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 -d /var/lib
I0702 22:27:53.659088 595128 cli_runner.go:217] Completed: docker run --rm --name addons-418372-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-418372 --entrypoint /usr/bin/test -v addons-418372:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 -d /var/lib: (2.032458224s)
I0702 22:27:53.659123 595128 oci.go:107] Successfully prepared a docker volume addons-418372
I0702 22:27:53.659152 595128 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime containerd
I0702 22:27:53.659177 595128 kic.go:194] Starting extracting preloaded images to volume ...
I0702 22:27:53.659264 595128 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19175-588978/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-418372:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 -I lz4 -xf /preloaded.tar -C /extractDir
I0702 22:27:58.067028 595128 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19175-588978/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-418372:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 -I lz4 -xf /preloaded.tar -C /extractDir: (4.407717467s)
I0702 22:27:58.067062 595128 kic.go:203] duration metric: took 4.407881815s to extract preloaded images to volume ...
W0702 22:27:58.067216 595128 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0702 22:27:58.067336 595128 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0702 22:27:58.121153 595128 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-418372 --name addons-418372 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-418372 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-418372 --network addons-418372 --ip 192.168.49.2 --volume addons-418372:/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.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383
I0702 22:27:58.434360 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Running}}
I0702 22:27:58.465473 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:27:58.488954 595128 cli_runner.go:164] Run: docker exec addons-418372 stat /var/lib/dpkg/alternatives/iptables
I0702 22:27:58.553357 595128 oci.go:144] the created container "addons-418372" has a running status.
I0702 22:27:58.553392 595128 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa...
I0702 22:27:59.376473 595128 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0702 22:27:59.400923 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:27:59.420496 595128 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0702 22:27:59.420521 595128 kic_runner.go:114] Args: [docker exec --privileged addons-418372 chown docker:docker /home/docker/.ssh/authorized_keys]
I0702 22:27:59.479961 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:27:59.500479 595128 machine.go:94] provisionDockerMachine start ...
I0702 22:27:59.500632 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:27:59.520624 595128 main.go:141] libmachine: Using SSH client type: native
I0702 22:27:59.520887 595128 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 33512 <nil> <nil>}
I0702 22:27:59.520896 595128 main.go:141] libmachine: About to run SSH command:
hostname
I0702 22:27:59.661801 595128 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-418372
I0702 22:27:59.661827 595128 ubuntu.go:169] provisioning hostname "addons-418372"
I0702 22:27:59.661894 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:27:59.683577 595128 main.go:141] libmachine: Using SSH client type: native
I0702 22:27:59.683979 595128 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 33512 <nil> <nil>}
I0702 22:27:59.684038 595128 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-418372 && echo "addons-418372" | sudo tee /etc/hostname
I0702 22:27:59.834493 595128 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-418372
I0702 22:27:59.834621 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:27:59.852907 595128 main.go:141] libmachine: Using SSH client type: native
I0702 22:27:59.853144 595128 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 33512 <nil> <nil>}
I0702 22:27:59.853160 595128 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-418372' /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-418372/g' /etc/hosts;
else
echo '127.0.1.1 addons-418372' | sudo tee -a /etc/hosts;
fi
fi
I0702 22:27:59.990318 595128 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0702 22:27:59.990355 595128 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19175-588978/.minikube CaCertPath:/home/jenkins/minikube-integration/19175-588978/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19175-588978/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19175-588978/.minikube}
I0702 22:27:59.990384 595128 ubuntu.go:177] setting up certificates
I0702 22:27:59.990392 595128 provision.go:84] configureAuth start
I0702 22:27:59.990461 595128 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-418372
I0702 22:28:00.036814 595128 provision.go:143] copyHostCerts
I0702 22:28:00.036912 595128 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19175-588978/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19175-588978/.minikube/ca.pem (1082 bytes)
I0702 22:28:00.037056 595128 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19175-588978/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19175-588978/.minikube/cert.pem (1123 bytes)
I0702 22:28:00.037131 595128 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19175-588978/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19175-588978/.minikube/key.pem (1675 bytes)
I0702 22:28:00.037198 595128 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19175-588978/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19175-588978/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19175-588978/.minikube/certs/ca-key.pem org=jenkins.addons-418372 san=[127.0.0.1 192.168.49.2 addons-418372 localhost minikube]
I0702 22:28:00.401607 595128 provision.go:177] copyRemoteCerts
I0702 22:28:00.401697 595128 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0702 22:28:00.401741 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:00.453014 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:00.558444 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0702 22:28:00.586961 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0702 22:28:00.613922 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0702 22:28:00.640561 595128 provision.go:87] duration metric: took 650.152512ms to configureAuth
I0702 22:28:00.640593 595128 ubuntu.go:193] setting minikube options for container-runtime
I0702 22:28:00.640790 595128 config.go:182] Loaded profile config "addons-418372": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.2
I0702 22:28:00.640805 595128 machine.go:97] duration metric: took 1.140252615s to provisionDockerMachine
I0702 22:28:00.640812 595128 client.go:171] duration metric: took 10.654887861s to LocalClient.Create
I0702 22:28:00.640833 595128 start.go:167] duration metric: took 10.654954503s to libmachine.API.Create "addons-418372"
I0702 22:28:00.640846 595128 start.go:293] postStartSetup for "addons-418372" (driver="docker")
I0702 22:28:00.640857 595128 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]
I0702 22:28:00.640916 595128 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
I0702 22:28:00.640963 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:00.659052 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:00.755528 595128 ssh_runner.go:195] Run: cat /etc/os-release
I0702 22:28:00.758828 595128 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0702 22:28:00.758867 595128 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0702 22:28:00.758880 595128 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0702 22:28:00.758888 595128 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0702 22:28:00.758899 595128 filesync.go:126] Scanning /home/jenkins/minikube-integration/19175-588978/.minikube/addons for local assets ...
I0702 22:28:00.758965 595128 filesync.go:126] Scanning /home/jenkins/minikube-integration/19175-588978/.minikube/files for local assets ...
I0702 22:28:00.758994 595128 start.go:296] duration metric: took 118.141919ms for postStartSetup
I0702 22:28:00.759317 595128 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-418372
I0702 22:28:00.775259 595128 profile.go:143] Saving config to /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/config.json ...
I0702 22:28:00.775545 595128 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0702 22:28:00.775597 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:00.791681 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:00.883189 595128 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0702 22:28:00.888076 595128 start.go:128] duration metric: took 10.904604256s to createHost
I0702 22:28:00.888116 595128 start.go:83] releasing machines lock for "addons-418372", held for 10.904776235s
I0702 22:28:00.888198 595128 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-418372
I0702 22:28:00.904217 595128 ssh_runner.go:195] Run: cat /version.json
I0702 22:28:00.904272 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:00.904359 595128 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0702 22:28:00.904400 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:00.922846 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:00.925738 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:01.156910 595128 ssh_runner.go:195] Run: systemctl --version
I0702 22:28:01.161336 595128 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0702 22:28:01.166055 595128 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' {}" ;
I0702 22:28:01.192929 595128 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0702 22:28:01.193009 595128 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" ;
I0702 22:28:01.224499 595128 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0702 22:28:01.224520 595128 start.go:494] detecting cgroup driver to use...
I0702 22:28:01.224556 595128 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0702 22:28:01.224604 595128 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0702 22:28:01.238846 595128 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0702 22:28:01.251375 595128 docker.go:217] disabling cri-docker service (if available) ...
I0702 22:28:01.251461 595128 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0702 22:28:01.266676 595128 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0702 22:28:01.281994 595128 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0702 22:28:01.370078 595128 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0702 22:28:01.467312 595128 docker.go:233] disabling docker service ...
I0702 22:28:01.467388 595128 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0702 22:28:01.487961 595128 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0702 22:28:01.499825 595128 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0702 22:28:01.592986 595128 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0702 22:28:01.681810 595128 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0702 22:28:01.693329 595128 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"
I0702 22:28:01.709089 595128 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"
I0702 22:28:01.718794 595128 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"
I0702 22:28:01.728506 595128 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0702 22:28:01.728576 595128 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0702 22:28:01.738144 595128 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"
I0702 22:28:01.747627 595128 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0702 22:28:01.756936 595128 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0702 22:28:01.767104 595128 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0702 22:28:01.776292 595128 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"
I0702 22:28:01.787007 595128 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0702 22:28:01.796715 595128 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"
I0702 22:28:01.806826 595128 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0702 22:28:01.815215 595128 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0702 22:28:01.823385 595128 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0702 22:28:01.905655 595128 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0702 22:28:02.042359 595128 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0702 22:28:02.042452 595128 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0702 22:28:02.046090 595128 start.go:562] Will wait 60s for crictl version
I0702 22:28:02.046166 595128 ssh_runner.go:195] Run: which crictl
I0702 22:28:02.049716 595128 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0702 22:28:02.090693 595128 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.7.18
RuntimeApiVersion: v1
I0702 22:28:02.090775 595128 ssh_runner.go:195] Run: containerd --version
I0702 22:28:02.114143 595128 ssh_runner.go:195] Run: containerd --version
I0702 22:28:02.139632 595128 out.go:177] * Preparing Kubernetes v1.30.2 on containerd 1.7.18 ...
I0702 22:28:02.141775 595128 cli_runner.go:164] Run: docker network inspect addons-418372 --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}}]}"
I0702 22:28:02.157123 595128 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0702 22:28:02.161114 595128 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""
I0702 22:28:02.172597 595128 kubeadm.go:877] updating cluster {Name:addons-418372 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 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.2 ClusterName:addons-418372 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.2 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} ...
I0702 22:28:02.172733 595128 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime containerd
I0702 22:28:02.172791 595128 ssh_runner.go:195] Run: sudo crictl images --output json
I0702 22:28:02.209088 595128 containerd.go:627] all images are preloaded for containerd runtime.
I0702 22:28:02.209114 595128 containerd.go:534] Images already preloaded, skipping extraction
I0702 22:28:02.209176 595128 ssh_runner.go:195] Run: sudo crictl images --output json
I0702 22:28:02.251248 595128 containerd.go:627] all images are preloaded for containerd runtime.
I0702 22:28:02.251272 595128 cache_images.go:84] Images are preloaded, skipping loading
I0702 22:28:02.251280 595128 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.2 containerd true true} ...
I0702 22:28:02.251378 595128 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-418372 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.2 ClusterName:addons-418372 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:}
I0702 22:28:02.251446 595128 ssh_runner.go:195] Run: sudo crictl info
I0702 22:28:02.290630 595128 cni.go:84] Creating CNI manager for ""
I0702 22:28:02.290649 595128 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0702 22:28:02.290658 595128 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0702 22:28:02.290683 595128 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.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-418372 NodeName:addons-418372 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}
I0702 22:28:02.290819 595128 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-418372"
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.2
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
I0702 22:28:02.290888 595128 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
I0702 22:28:02.299732 595128 binaries.go:44] Found k8s binaries, skipping transfer
I0702 22:28:02.299800 595128 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0702 22:28:02.308766 595128 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0702 22:28:02.326776 595128 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0702 22:28:02.344761 595128 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0702 22:28:02.363405 595128 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0702 22:28:02.366888 595128 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""
I0702 22:28:02.377562 595128 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0702 22:28:02.465400 595128 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0702 22:28:02.481855 595128 certs.go:68] Setting up /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372 for IP: 192.168.49.2
I0702 22:28:02.481881 595128 certs.go:194] generating shared ca certs ...
I0702 22:28:02.481897 595128 certs.go:226] acquiring lock for ca certs: {Name:mk22a3bcd514b4f8bd11b0be533c4512c004d150 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:02.482037 595128 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19175-588978/.minikube/ca.key
I0702 22:28:02.736903 595128 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19175-588978/.minikube/ca.crt ...
I0702 22:28:02.736936 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/.minikube/ca.crt: {Name:mk7d5732956d5f7d85821d9a76d402b1cdc18b24 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:02.737665 595128 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19175-588978/.minikube/ca.key ...
I0702 22:28:02.737687 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/.minikube/ca.key: {Name:mkc321f7ab567e01ddfd05b3e5c340e342a14770 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:02.738347 595128 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19175-588978/.minikube/proxy-client-ca.key
I0702 22:28:02.915193 595128 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19175-588978/.minikube/proxy-client-ca.crt ...
I0702 22:28:02.915224 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/.minikube/proxy-client-ca.crt: {Name:mkbe0d3ab709cd57dab2ce014eac63da27beed4a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:02.915416 595128 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19175-588978/.minikube/proxy-client-ca.key ...
I0702 22:28:02.915429 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/.minikube/proxy-client-ca.key: {Name:mke0eb454cfc6778800fa24252d3ebe9e839dee0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:02.916224 595128 certs.go:256] generating profile certs ...
I0702 22:28:02.916295 595128 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/client.key
I0702 22:28:02.916316 595128 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/client.crt with IP's: []
I0702 22:28:03.697085 595128 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/client.crt ...
I0702 22:28:03.697119 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/client.crt: {Name:mk6a4fd1f39aa2c75924ddcb57add495574a959a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:03.697339 595128 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/client.key ...
I0702 22:28:03.697351 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/client.key: {Name:mk96c8f6dfc037f24bb7387a7e002374d9cc6e21 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:03.697457 595128 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.key.f16befb8
I0702 22:28:03.697480 595128 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.crt.f16befb8 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0702 22:28:03.954320 595128 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.crt.f16befb8 ...
I0702 22:28:03.954350 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.crt.f16befb8: {Name:mk967e3d5fea94164b46934a788df7bb2d287424 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:03.955106 595128 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.key.f16befb8 ...
I0702 22:28:03.955123 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.key.f16befb8: {Name:mkf9ba417b25c0867d983f0c47a701aa2885b0f5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:03.955211 595128 certs.go:381] copying /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.crt.f16befb8 -> /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.crt
I0702 22:28:03.955293 595128 certs.go:385] copying /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.key.f16befb8 -> /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.key
I0702 22:28:03.955347 595128 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/proxy-client.key
I0702 22:28:03.955367 595128 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/proxy-client.crt with IP's: []
I0702 22:28:04.301257 595128 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/proxy-client.crt ...
I0702 22:28:04.301291 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/proxy-client.crt: {Name:mkb77b7d81567b90797a1e47c10ffd329ffa47cd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:04.301918 595128 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/proxy-client.key ...
I0702 22:28:04.301937 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/proxy-client.key: {Name:mkbcf0e2f2037e508f66aa1abaa431b94591a808 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:04.302958 595128 certs.go:484] found cert: /home/jenkins/minikube-integration/19175-588978/.minikube/certs/ca-key.pem (1675 bytes)
I0702 22:28:04.303002 595128 certs.go:484] found cert: /home/jenkins/minikube-integration/19175-588978/.minikube/certs/ca.pem (1082 bytes)
I0702 22:28:04.303032 595128 certs.go:484] found cert: /home/jenkins/minikube-integration/19175-588978/.minikube/certs/cert.pem (1123 bytes)
I0702 22:28:04.303060 595128 certs.go:484] found cert: /home/jenkins/minikube-integration/19175-588978/.minikube/certs/key.pem (1675 bytes)
I0702 22:28:04.303631 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0702 22:28:04.328033 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0702 22:28:04.352463 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0702 22:28:04.375973 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0702 22:28:04.401449 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0702 22:28:04.427179 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0702 22:28:04.452392 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0702 22:28:04.478600 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/profiles/addons-418372/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0702 22:28:04.502040 595128 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19175-588978/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0702 22:28:04.525494 595128 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0702 22:28:04.543610 595128 ssh_runner.go:195] Run: openssl version
I0702 22:28:04.549086 595128 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"
I0702 22:28:04.558674 595128 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0702 22:28:04.562151 595128 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 2 22:28 /usr/share/ca-certificates/minikubeCA.pem
I0702 22:28:04.562249 595128 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0702 22:28:04.569926 595128 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"
I0702 22:28:04.579292 595128 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0702 22:28:04.582670 595128 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
I0702 22:28:04.582718 595128 kubeadm.go:391] StartCluster: {Name:addons-418372 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719929245-19175@sha256:d92fea831a896248ecec70030ebe1be654397d3e3d72de1b325bee4cb6e59383 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.2 ClusterName:addons-418372 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.2 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}
I0702 22:28:04.582799 595128 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0702 22:28:04.582853 595128 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0702 22:28:04.618571 595128 cri.go:89] found id: ""
I0702 22:28:04.618683 595128 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0702 22:28:04.627652 595128 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0702 22:28:04.636614 595128 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0702 22:28:04.636680 595128 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
I0702 22:28:04.645876 595128 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
I0702 22:28:04.645898 595128 kubeadm.go:156] found existing configuration files:
I0702 22:28:04.645970 595128 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0702 22:28:04.655138 595128 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
I0702 22:28:04.655213 595128 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0702 22:28:04.664002 595128 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0702 22:28:04.672711 595128 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
I0702 22:28:04.672774 595128 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0702 22:28:04.681331 595128 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0702 22:28:04.690030 595128 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
I0702 22:28:04.690096 595128 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0702 22:28:04.698628 595128 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0702 22:28:04.707115 595128 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
I0702 22:28:04.707190 595128 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0702 22:28:04.715447 595128 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$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"
I0702 22:28:04.765181 595128 kubeadm.go:309] [init] Using Kubernetes version: v1.30.2
I0702 22:28:04.765482 595128 kubeadm.go:309] [preflight] Running pre-flight checks
I0702 22:28:04.822121 595128 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0702 22:28:04.822194 595128 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1063-aws[0m
I0702 22:28:04.822234 595128 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0702 22:28:04.822303 595128 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0702 22:28:04.822357 595128 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0702 22:28:04.822407 595128 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0702 22:28:04.822455 595128 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0702 22:28:04.822506 595128 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0702 22:28:04.822557 595128 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0702 22:28:04.822604 595128 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0702 22:28:04.822655 595128 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0702 22:28:04.822704 595128 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0702 22:28:04.891110 595128 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0702 22:28:04.891220 595128 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0702 22:28:04.891317 595128 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0702 22:28:05.123783 595128 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0702 22:28:05.127791 595128 out.go:204] - Generating certificates and keys ...
I0702 22:28:05.127925 595128 kubeadm.go:309] [certs] Using existing ca certificate authority
I0702 22:28:05.128074 595128 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0702 22:28:05.565953 595128 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0702 22:28:05.984227 595128 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0702 22:28:06.332023 595128 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0702 22:28:06.572062 595128 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0702 22:28:07.315524 595128 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0702 22:28:07.315898 595128 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-418372 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0702 22:28:07.738630 595128 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0702 22:28:07.738978 595128 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-418372 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0702 22:28:07.940849 595128 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0702 22:28:08.162383 595128 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0702 22:28:08.682805 595128 kubeadm.go:309] [certs] Generating "sa" key and public key
I0702 22:28:08.683077 595128 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0702 22:28:09.322617 595128 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0702 22:28:10.066457 595128 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0702 22:28:10.475311 595128 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0702 22:28:10.727715 595128 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0702 22:28:12.423591 595128 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0702 22:28:12.424396 595128 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0702 22:28:12.428757 595128 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0702 22:28:12.431320 595128 out.go:204] - Booting up control plane ...
I0702 22:28:12.431430 595128 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0702 22:28:12.431507 595128 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0702 22:28:12.431573 595128 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0702 22:28:12.442242 595128 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0702 22:28:12.443248 595128 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0702 22:28:12.443475 595128 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0702 22:28:12.550934 595128 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0702 22:28:12.551020 595128 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0702 22:28:14.549487 595128 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 2.001111075s
I0702 22:28:14.549586 595128 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0702 22:28:20.550995 595128 kubeadm.go:309] [api-check] The API server is healthy after 6.001504064s
I0702 22:28:20.570833 595128 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0702 22:28:20.592982 595128 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0702 22:28:20.614574 595128 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0702 22:28:20.614982 595128 kubeadm.go:309] [mark-control-plane] Marking the node addons-418372 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0702 22:28:20.625991 595128 kubeadm.go:309] [bootstrap-token] Using token: dyghf2.hacyoq75wk4vn0xc
I0702 22:28:20.628202 595128 out.go:204] - Configuring RBAC rules ...
I0702 22:28:20.628337 595128 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0702 22:28:20.634966 595128 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0702 22:28:20.643745 595128 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
I0702 22:28:20.647546 595128 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0702 22:28:20.651406 595128 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0702 22:28:20.654973 595128 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0702 22:28:20.957782 595128 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0702 22:28:21.390484 595128 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0702 22:28:21.958014 595128 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0702 22:28:21.959335 595128 kubeadm.go:309]
I0702 22:28:21.959406 595128 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0702 22:28:21.959419 595128 kubeadm.go:309]
I0702 22:28:21.959495 595128 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0702 22:28:21.959505 595128 kubeadm.go:309]
I0702 22:28:21.959529 595128 kubeadm.go:309] mkdir -p $HOME/.kube
I0702 22:28:21.959588 595128 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0702 22:28:21.959650 595128 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0702 22:28:21.959660 595128 kubeadm.go:309]
I0702 22:28:21.959712 595128 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0702 22:28:21.959720 595128 kubeadm.go:309]
I0702 22:28:21.959768 595128 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0702 22:28:21.959777 595128 kubeadm.go:309]
I0702 22:28:21.959828 595128 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0702 22:28:21.959906 595128 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0702 22:28:21.959975 595128 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0702 22:28:21.959983 595128 kubeadm.go:309]
I0702 22:28:21.960064 595128 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0702 22:28:21.960142 595128 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0702 22:28:21.960149 595128 kubeadm.go:309]
I0702 22:28:21.960230 595128 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token dyghf2.hacyoq75wk4vn0xc \
I0702 22:28:21.960332 595128 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:f3ece30e91bfefde474a0087931c37fed7aff202d5820dd1430cdc3ca2341a67 \
I0702 22:28:21.960355 595128 kubeadm.go:309] --control-plane
I0702 22:28:21.960365 595128 kubeadm.go:309]
I0702 22:28:21.960446 595128 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0702 22:28:21.960454 595128 kubeadm.go:309]
I0702 22:28:21.960533 595128 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token dyghf2.hacyoq75wk4vn0xc \
I0702 22:28:21.960635 595128 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:f3ece30e91bfefde474a0087931c37fed7aff202d5820dd1430cdc3ca2341a67
I0702 22:28:21.964550 595128 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-1063-aws\n", err: exit status 1
I0702 22:28:21.964667 595128 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0702 22:28:21.964686 595128 cni.go:84] Creating CNI manager for ""
I0702 22:28:21.964694 595128 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0702 22:28:21.967140 595128 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0702 22:28:21.968879 595128 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0702 22:28:21.973336 595128 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
I0702 22:28:21.973356 595128 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0702 22:28:21.991193 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0702 22:28:22.253388 595128 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0702 22:28:22.253557 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-418372 minikube.k8s.io/updated_at=2024_07_02T22_28_22_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=2bce8933293613b276005b73ae4302643d06c376 minikube.k8s.io/name=addons-418372 minikube.k8s.io/primary=true
I0702 22:28:22.253612 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:22.408641 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:22.408709 595128 ops.go:34] apiserver oom_adj: -16
I0702 22:28:22.909446 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:23.409575 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:23.909733 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:24.409743 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:24.908796 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:25.409254 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:25.909216 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:26.409281 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:26.908818 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:27.408948 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:27.909421 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:28.408898 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:28.909411 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:29.408774 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:29.909508 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:30.408759 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:30.908982 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:31.408983 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:31.909707 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:32.409366 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:32.909382 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:33.409216 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:33.909298 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:34.409501 595128 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0702 22:28:34.494865 595128 kubeadm.go:1107] duration metric: took 12.241387805s to wait for elevateKubeSystemPrivileges
W0702 22:28:34.494900 595128 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0702 22:28:34.494914 595128 kubeadm.go:393] duration metric: took 29.912196188s to StartCluster
I0702 22:28:34.494930 595128 settings.go:142] acquiring lock: {Name:mk7ddd94ca20ec64ee8309e5a356525c733e9b9b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:34.495053 595128 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19175-588978/kubeconfig
I0702 22:28:34.495446 595128 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19175-588978/kubeconfig: {Name:mkc29d197620fe3ebb6f96a5abddabaf95d17ef4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0702 22:28:34.495645 595128 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0702 22:28:34.495750 595128 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0702 22:28:34.496005 595128 config.go:182] Loaded profile config "addons-418372": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.2
I0702 22:28:34.496038 595128 addons.go:507] 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 volcano:true volumesnapshots:true yakd:true]
I0702 22:28:34.496119 595128 addons.go:69] Setting yakd=true in profile "addons-418372"
I0702 22:28:34.496146 595128 addons.go:234] Setting addon yakd=true in "addons-418372"
I0702 22:28:34.496175 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.496670 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.497178 595128 addons.go:69] Setting metrics-server=true in profile "addons-418372"
I0702 22:28:34.497203 595128 addons.go:234] Setting addon metrics-server=true in "addons-418372"
I0702 22:28:34.497227 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.497643 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.497759 595128 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-418372"
I0702 22:28:34.497785 595128 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-418372"
I0702 22:28:34.497807 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.498185 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.498644 595128 addons.go:69] Setting registry=true in profile "addons-418372"
I0702 22:28:34.498674 595128 addons.go:234] Setting addon registry=true in "addons-418372"
I0702 22:28:34.498709 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.499100 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.508965 595128 addons.go:69] Setting cloud-spanner=true in profile "addons-418372"
I0702 22:28:34.509023 595128 addons.go:234] Setting addon cloud-spanner=true in "addons-418372"
I0702 22:28:34.509062 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.509534 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.511088 595128 addons.go:69] Setting storage-provisioner=true in profile "addons-418372"
I0702 22:28:34.511174 595128 addons.go:234] Setting addon storage-provisioner=true in "addons-418372"
I0702 22:28:34.511269 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.512471 595128 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-418372"
I0702 22:28:34.512502 595128 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-418372"
I0702 22:28:34.512749 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.528333 595128 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-418372"
I0702 22:28:34.528465 595128 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-418372"
I0702 22:28:34.528535 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.529081 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.529284 595128 addons.go:69] Setting volcano=true in profile "addons-418372"
I0702 22:28:34.529338 595128 addons.go:234] Setting addon volcano=true in "addons-418372"
I0702 22:28:34.529379 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.529863 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.544839 595128 addons.go:69] Setting volumesnapshots=true in profile "addons-418372"
I0702 22:28:34.544926 595128 addons.go:234] Setting addon volumesnapshots=true in "addons-418372"
I0702 22:28:34.544995 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.545484 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.558786 595128 addons.go:69] Setting default-storageclass=true in profile "addons-418372"
I0702 22:28:34.558888 595128 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-418372"
I0702 22:28:34.559284 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.559719 595128 out.go:177] * Verifying Kubernetes components...
I0702 22:28:34.566364 595128 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0702 22:28:34.568272 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.578776 595128 addons.go:69] Setting gcp-auth=true in profile "addons-418372"
I0702 22:28:34.578836 595128 mustload.go:65] Loading cluster: addons-418372
I0702 22:28:34.579036 595128 config.go:182] Loaded profile config "addons-418372": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.2
I0702 22:28:34.579286 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.601098 595128 addons.go:69] Setting ingress=true in profile "addons-418372"
I0702 22:28:34.601141 595128 addons.go:234] Setting addon ingress=true in "addons-418372"
I0702 22:28:34.601196 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.601653 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.635600 595128 addons.go:69] Setting ingress-dns=true in profile "addons-418372"
I0702 22:28:34.635644 595128 addons.go:234] Setting addon ingress-dns=true in "addons-418372"
I0702 22:28:34.635693 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.636135 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.652424 595128 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0702 22:28:34.653769 595128 addons.go:69] Setting inspektor-gadget=true in profile "addons-418372"
I0702 22:28:34.653853 595128 addons.go:234] Setting addon inspektor-gadget=true in "addons-418372"
I0702 22:28:34.653894 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.654371 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.658061 595128 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0702 22:28:34.658145 595128 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0702 22:28:34.658263 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:34.683821 595128 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0702 22:28:34.686571 595128 out.go:177] - Using image docker.io/registry:2.8.3
I0702 22:28:34.693384 595128 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0702 22:28:34.727478 595128 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.1
I0702 22:28:34.727893 595128 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0702 22:28:34.727907 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0702 22:28:34.727962 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:34.754596 595128 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0702 22:28:34.755182 595128 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0702 22:28:34.755200 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0702 22:28:34.755261 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:34.764945 595128 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0702 22:28:34.764988 595128 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0702 22:28:34.765068 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:34.782991 595128 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-418372"
I0702 22:28:34.783038 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.783469 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.785785 595128 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0702 22:28:34.787225 595128 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.9.0
I0702 22:28:34.788364 595128 addons.go:234] Setting addon default-storageclass=true in "addons-418372"
I0702 22:28:34.788730 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.789184 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:34.794346 595128 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0702 22:28:34.788399 595128 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0702 22:28:34.795067 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:34.796909 595128 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0702 22:28:34.797139 595128 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0702 22:28:34.797152 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0702 22:28:34.797208 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:34.822417 595128 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0702 22:28:34.828410 595128 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0702 22:28:34.828547 595128 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0702 22:28:34.828562 595128 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0702 22:28:34.828649 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:34.833942 595128 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0702 22:28:34.842224 595128 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0702 22:28:34.842248 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0702 22:28:34.842334 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:34.856334 595128 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0702 22:28:34.863558 595128 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0702 22:28:34.864989 595128 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.9.0
I0702 22:28:34.865151 595128 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0702 22:28:34.871597 595128 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0702 22:28:34.871617 595128 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0702 22:28:34.871685 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:34.898331 595128 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0702 22:28:34.898479 595128 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0702 22:28:34.900433 595128 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0702 22:28:34.900453 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0702 22:28:34.900552 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:34.904316 595128 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0702 22:28:34.904387 595128 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0702 22:28:34.904491 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:34.922977 595128 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.9.0
I0702 22:28:34.927750 595128 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0702 22:28:34.927779 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (442770 bytes)
I0702 22:28:34.927845 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:34.960773 595128 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0702 22:28:34.964311 595128 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0702 22:28:34.964336 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0702 22:28:34.964405 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:35.001956 595128 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0702 22:28:35.010475 595128 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0702 22:28:35.012394 595128 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0702 22:28:35.012583 595128 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0702 22:28:35.012802 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.013199 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.014878 595128 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0702 22:28:35.014917 595128 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0702 22:28:35.015058 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.016662 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.022534 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.023392 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:35.023389 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.025340 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.063365 595128 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0702 22:28:35.068895 595128 out.go:177] - Using image docker.io/busybox:stable
I0702 22:28:35.070557 595128 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0702 22:28:35.070584 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0702 22:28:35.070671 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:35.081269 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.102710 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.119285 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.136764 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.141300 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.141988 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.158519 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:35.685655 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0702 22:28:35.817606 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0702 22:28:35.960470 595128 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0702 22:28:35.960541 595128 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0702 22:28:36.026018 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0702 22:28:36.049021 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0702 22:28:36.050320 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0702 22:28:36.057280 595128 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0702 22:28:36.057355 595128 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0702 22:28:36.099357 595128 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0702 22:28:36.099431 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0702 22:28:36.107830 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0702 22:28:36.111207 595128 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0702 22:28:36.111282 595128 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0702 22:28:36.130147 595128 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0702 22:28:36.130225 595128 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0702 22:28:36.135575 595128 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0702 22:28:36.135656 595128 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0702 22:28:36.146875 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0702 22:28:36.189917 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0702 22:28:36.216406 595128 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0702 22:28:36.216478 595128 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0702 22:28:36.267688 595128 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0702 22:28:36.267766 595128 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0702 22:28:36.382739 595128 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0702 22:28:36.382813 595128 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0702 22:28:36.406388 595128 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0702 22:28:36.406457 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0702 22:28:36.430880 595128 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0702 22:28:36.430954 595128 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0702 22:28:36.501974 595128 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0702 22:28:36.502045 595128 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0702 22:28:36.520183 595128 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0702 22:28:36.520265 595128 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0702 22:28:36.532815 595128 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0702 22:28:36.532894 595128 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0702 22:28:36.539794 595128 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.527189578s)
I0702 22:28:36.539947 595128 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.785134366s)
I0702 22:28:36.539981 595128 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0702 22:28:36.541265 595128 node_ready.go:35] waiting up to 6m0s for node "addons-418372" to be "Ready" ...
I0702 22:28:36.546578 595128 node_ready.go:49] node "addons-418372" has status "Ready":"True"
I0702 22:28:36.546604 595128 node_ready.go:38] duration metric: took 5.27343ms for node "addons-418372" to be "Ready" ...
I0702 22:28:36.546614 595128 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" ...
I0702 22:28:36.572206 595128 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-82bwj" in "kube-system" namespace to be "Ready" ...
I0702 22:28:36.639083 595128 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0702 22:28:36.639109 595128 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0702 22:28:36.701282 595128 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0702 22:28:36.701305 595128 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0702 22:28:36.721456 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0702 22:28:36.811013 595128 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0702 22:28:36.811081 595128 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0702 22:28:36.830104 595128 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0702 22:28:36.830171 595128 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0702 22:28:36.841399 595128 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0702 22:28:36.841466 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0702 22:28:36.861868 595128 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0702 22:28:36.861922 595128 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0702 22:28:36.937718 595128 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0702 22:28:36.937792 595128 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0702 22:28:36.972752 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0702 22:28:36.975616 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0702 22:28:37.045099 595128 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-418372" context rescaled to 1 replicas
I0702 22:28:37.051372 595128 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0702 22:28:37.051443 595128 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0702 22:28:37.079974 595128 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0702 22:28:37.080048 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0702 22:28:37.154891 595128 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0702 22:28:37.154957 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0702 22:28:37.203718 595128 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0702 22:28:37.203784 595128 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0702 22:28:37.471904 595128 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0702 22:28:37.471980 595128 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0702 22:28:37.476513 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0702 22:28:37.525783 595128 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0702 22:28:37.525850 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0702 22:28:37.576566 595128 pod_ready.go:97] error getting pod "coredns-7db6d8ff4d-82bwj" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-82bwj" not found
I0702 22:28:37.576635 595128 pod_ready.go:81] duration metric: took 1.004351718s for pod "coredns-7db6d8ff4d-82bwj" in "kube-system" namespace to be "Ready" ...
E0702 22:28:37.576685 595128 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-7db6d8ff4d-82bwj" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-82bwj" not found
I0702 22:28:37.576710 595128 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace to be "Ready" ...
I0702 22:28:37.697016 595128 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0702 22:28:37.697090 595128 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0702 22:28:37.804720 595128 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0702 22:28:37.804789 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0702 22:28:37.935202 595128 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0702 22:28:37.935269 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0702 22:28:37.956641 595128 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0702 22:28:37.956716 595128 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0702 22:28:38.158474 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0702 22:28:38.170082 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0702 22:28:39.590370 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:28:40.010760 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.325058244s)
I0702 22:28:40.010920 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.984828562s)
I0702 22:28:40.010940 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.19321669s)
I0702 22:28:42.061626 595128 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0702 22:28:42.061751 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:42.087644 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:28:42.093493 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:42.469051 595128 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0702 22:28:42.757043 595128 addons.go:234] Setting addon gcp-auth=true in "addons-418372"
I0702 22:28:42.757162 595128 host.go:66] Checking if "addons-418372" exists ...
I0702 22:28:42.757695 595128 cli_runner.go:164] Run: docker container inspect addons-418372 --format={{.State.Status}}
I0702 22:28:42.782734 595128 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0702 22:28:42.782790 595128 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-418372
I0702 22:28:42.811087 595128 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33512 SSHKeyPath:/home/jenkins/minikube-integration/19175-588978/.minikube/machines/addons-418372/id_rsa Username:docker}
I0702 22:28:42.983134 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.932733072s)
I0702 22:28:42.983165 595128 addons.go:475] Verifying addon ingress=true in "addons-418372"
I0702 22:28:42.983411 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (6.93430767s)
I0702 22:28:42.985709 595128 out.go:177] * Verifying ingress addon...
I0702 22:28:42.989465 595128 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0702 22:28:42.993848 595128 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0702 22:28:42.993878 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:43.495236 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:43.998942 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:44.146501 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:28:44.527434 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:45.006303 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:45.253016 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (9.06302553s)
I0702 22:28:45.253250 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (8.531764649s)
I0702 22:28:45.253273 595128 addons.go:475] Verifying addon registry=true in "addons-418372"
I0702 22:28:45.253531 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (9.106014719s)
I0702 22:28:45.253612 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (9.145608394s)
I0702 22:28:45.253705 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (8.28081613s)
I0702 22:28:45.254001 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (8.278319616s)
I0702 22:28:45.254149 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (7.777565728s)
W0702 22:28:45.254186 595128 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0702 22:28:45.254210 595128 retry.go:31] will retry after 365.442869ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0702 22:28:45.254029 595128 addons.go:475] Verifying addon metrics-server=true in "addons-418372"
I0702 22:28:45.259090 595128 out.go:177] * Verifying registry addon...
I0702 22:28:45.259217 595128 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-418372 service yakd-dashboard -n yakd-dashboard
I0702 22:28:45.262579 595128 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0702 22:28:45.294499 595128 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0702 22:28:45.294527 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:45.502271 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:45.619961 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0702 22:28:45.787096 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:45.858976 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (7.700388433s)
I0702 22:28:45.859058 595128 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-418372"
I0702 22:28:45.859227 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (7.689060817s)
I0702 22:28:45.859288 595128 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (3.076532949s)
I0702 22:28:45.861313 595128 out.go:177] * Verifying csi-hostpath-driver addon...
I0702 22:28:45.862391 595128 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0702 22:28:45.864816 595128 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0702 22:28:45.867271 595128 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0702 22:28:45.869304 595128 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0702 22:28:45.869330 595128 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0702 22:28:45.873277 595128 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0702 22:28:45.873303 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:45.894180 595128 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0702 22:28:45.894206 595128 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0702 22:28:45.921246 595128 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0702 22:28:45.921270 595128 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0702 22:28:45.945644 595128 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0702 22:28:45.993992 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:46.267501 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:46.371569 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:46.494452 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:46.588579 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:28:46.779494 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:46.885362 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:46.994620 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:47.268097 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:47.299176 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.353490786s)
I0702 22:28:47.299495 595128 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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.679488156s)
I0702 22:28:47.302794 595128 addons.go:475] Verifying addon gcp-auth=true in "addons-418372"
I0702 22:28:47.309281 595128 out.go:177] * Verifying gcp-auth addon...
I0702 22:28:47.312043 595128 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0702 22:28:47.314502 595128 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0702 22:28:47.371981 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:47.493697 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:47.768692 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:47.871000 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:47.994217 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:48.267427 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:48.372708 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:48.494151 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:48.769628 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:48.871482 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:48.995253 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:49.083769 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:28:49.268270 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:49.371565 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:49.496962 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:49.768784 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:49.870581 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:49.994948 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:50.267485 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:50.371293 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:50.494596 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:50.767402 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:50.871020 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:50.994155 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:51.084008 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:28:51.268497 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:51.372237 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:51.497282 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:51.768130 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:51.870726 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:51.994111 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:52.268251 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:52.370927 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:52.494324 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:52.768468 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:52.870859 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:52.994393 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:53.267872 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:53.371743 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:53.497217 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:53.586375 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:28:53.768039 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:53.870510 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:53.993814 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:54.266868 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:54.370646 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:54.494344 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:54.767494 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:54.870883 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:54.993957 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:55.268026 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:55.370446 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:55.494345 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:55.766884 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:55.870192 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:55.994503 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:56.083719 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:28:56.267129 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:56.371542 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:56.494568 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:56.767873 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:56.870691 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:56.994839 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:57.267047 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:57.371041 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:57.494151 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:57.767265 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:57.870349 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:57.994352 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:58.086224 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:28:58.267270 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:58.370797 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:58.493918 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:58.770611 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:58.870871 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:58.995095 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:59.266899 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:59.370439 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:59.494639 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:28:59.768054 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:28:59.870588 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:28:59.994043 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:00.100565 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:29:00.268761 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:00.371036 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:00.494381 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:00.767868 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:00.870927 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:00.993720 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:01.267818 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:01.370252 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:01.494221 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:01.767973 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:01.870665 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:01.993977 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:02.268056 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:02.370326 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:02.494324 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:02.582865 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:29:02.767094 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:02.870663 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:02.993624 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:03.269639 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:03.371558 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:03.493795 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:03.766801 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:03.872013 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:03.994427 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:04.272256 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:04.370818 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:04.494242 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:04.583534 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:29:04.768527 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:04.871218 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:04.994869 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:05.267575 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:05.370514 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:05.494532 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:05.768153 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:05.871219 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:05.994142 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:06.268645 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:06.371247 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:06.494149 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:06.767612 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:06.870501 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:06.993800 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:07.082465 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:29:07.267925 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:07.372165 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:07.499783 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:07.767993 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:07.871133 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:07.994037 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:08.268139 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:08.381633 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:08.504461 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:08.768041 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:08.870535 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:08.994520 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:09.084105 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:29:09.268233 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:09.370352 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:09.494860 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:09.767799 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:09.871009 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:09.995086 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:10.269059 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:10.372579 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:10.494566 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:10.768075 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:10.878463 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:10.993821 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:11.084198 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:29:11.267900 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:11.371654 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:11.494572 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:11.767506 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:11.871519 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:11.994669 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:12.268505 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:12.372491 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:12.494578 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:12.769438 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:12.871081 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:12.994485 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:13.267329 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:13.370983 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:13.496150 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:13.584833 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:29:13.768237 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:13.876712 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:13.994941 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:14.268065 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:14.371763 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:14.493715 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:14.768071 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:14.871055 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:14.998497 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:15.268677 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:15.373836 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:15.496026 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:15.767076 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:15.871194 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:15.995437 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:16.085370 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:29:16.267136 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:16.372278 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:16.494598 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:16.768024 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:16.870734 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:16.993973 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:17.267337 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:17.370616 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:17.494726 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:17.767741 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:17.871239 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:17.997360 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:18.085929 595128 pod_ready.go:102] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"False"
I0702 22:29:18.267807 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:18.371128 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:18.494767 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:18.768689 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:18.870408 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:18.993450 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:19.268622 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:19.372929 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:19.496402 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:19.776158 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:19.875410 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:19.995493 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:20.100560 595128 pod_ready.go:92] pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace has status "Ready":"True"
I0702 22:29:20.100590 595128 pod_ready.go:81] duration metric: took 42.523854933s for pod "coredns-7db6d8ff4d-9bmx2" in "kube-system" namespace to be "Ready" ...
I0702 22:29:20.100613 595128 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-418372" in "kube-system" namespace to be "Ready" ...
I0702 22:29:20.114237 595128 pod_ready.go:92] pod "etcd-addons-418372" in "kube-system" namespace has status "Ready":"True"
I0702 22:29:20.114262 595128 pod_ready.go:81] duration metric: took 13.640377ms for pod "etcd-addons-418372" in "kube-system" namespace to be "Ready" ...
I0702 22:29:20.114292 595128 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-418372" in "kube-system" namespace to be "Ready" ...
I0702 22:29:20.131781 595128 pod_ready.go:92] pod "kube-apiserver-addons-418372" in "kube-system" namespace has status "Ready":"True"
I0702 22:29:20.131809 595128 pod_ready.go:81] duration metric: took 17.502743ms for pod "kube-apiserver-addons-418372" in "kube-system" namespace to be "Ready" ...
I0702 22:29:20.131820 595128 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-418372" in "kube-system" namespace to be "Ready" ...
I0702 22:29:20.142780 595128 pod_ready.go:92] pod "kube-controller-manager-addons-418372" in "kube-system" namespace has status "Ready":"True"
I0702 22:29:20.142807 595128 pod_ready.go:81] duration metric: took 10.978931ms for pod "kube-controller-manager-addons-418372" in "kube-system" namespace to be "Ready" ...
I0702 22:29:20.142827 595128 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-d7cmz" in "kube-system" namespace to be "Ready" ...
I0702 22:29:20.151743 595128 pod_ready.go:92] pod "kube-proxy-d7cmz" in "kube-system" namespace has status "Ready":"True"
I0702 22:29:20.151778 595128 pod_ready.go:81] duration metric: took 8.929685ms for pod "kube-proxy-d7cmz" in "kube-system" namespace to be "Ready" ...
I0702 22:29:20.151791 595128 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-418372" in "kube-system" namespace to be "Ready" ...
I0702 22:29:20.268725 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:20.377540 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:20.485411 595128 pod_ready.go:92] pod "kube-scheduler-addons-418372" in "kube-system" namespace has status "Ready":"True"
I0702 22:29:20.485440 595128 pod_ready.go:81] duration metric: took 333.64024ms for pod "kube-scheduler-addons-418372" in "kube-system" namespace to be "Ready" ...
I0702 22:29:20.485450 595128 pod_ready.go:38] duration metric: took 43.938824593s 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" ...
I0702 22:29:20.485467 595128 api_server.go:52] waiting for apiserver process to appear ...
I0702 22:29:20.485529 595128 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0702 22:29:20.496786 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:20.518253 595128 api_server.go:72] duration metric: took 46.022561205s to wait for apiserver process to appear ...
I0702 22:29:20.518305 595128 api_server.go:88] waiting for apiserver healthz status ...
I0702 22:29:20.518326 595128 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0702 22:29:20.534203 595128 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0702 22:29:20.535313 595128 api_server.go:141] control plane version: v1.30.2
I0702 22:29:20.535338 595128 api_server.go:131] duration metric: took 17.02588ms to wait for apiserver health ...
I0702 22:29:20.535348 595128 system_pods.go:43] waiting for kube-system pods to appear ...
I0702 22:29:20.695625 595128 system_pods.go:59] 18 kube-system pods found
I0702 22:29:20.695663 595128 system_pods.go:61] "coredns-7db6d8ff4d-9bmx2" [a2bb153b-7644-424d-ad04-8a5ea55bd7b4] Running
I0702 22:29:20.695673 595128 system_pods.go:61] "csi-hostpath-attacher-0" [313a7771-e91f-4500-b1c9-6efdf672ca86] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0702 22:29:20.695682 595128 system_pods.go:61] "csi-hostpath-resizer-0" [faf2096e-e109-4039-bcd8-266817fbd640] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0702 22:29:20.695693 595128 system_pods.go:61] "csi-hostpathplugin-mvhdh" [545e319e-7cc4-4b8d-87bd-27ff61e065b5] 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])
I0702 22:29:20.695704 595128 system_pods.go:61] "etcd-addons-418372" [d63d9ca7-0ac8-4839-b051-5f09d7342954] Running
I0702 22:29:20.695709 595128 system_pods.go:61] "kindnet-hkpcr" [c40c7bb6-12b9-4232-bfbc-06d3ff9db0c7] Running
I0702 22:29:20.695720 595128 system_pods.go:61] "kube-apiserver-addons-418372" [8d46cc57-811e-41af-b724-901474621897] Running
I0702 22:29:20.695724 595128 system_pods.go:61] "kube-controller-manager-addons-418372" [774c006e-de18-46d8-8372-574cc148b5fa] Running
I0702 22:29:20.695731 595128 system_pods.go:61] "kube-ingress-dns-minikube" [f94f6bed-5b7b-4127-8f26-d0768ac0cd2d] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0702 22:29:20.695740 595128 system_pods.go:61] "kube-proxy-d7cmz" [0955eeb5-95a2-45da-86e0-b34872303bcc] Running
I0702 22:29:20.695744 595128 system_pods.go:61] "kube-scheduler-addons-418372" [3612ac6e-bc43-4821-bffc-802e29d4a14b] Running
I0702 22:29:20.695749 595128 system_pods.go:61] "metrics-server-c59844bb4-v29z2" [abc01e7a-d841-464c-a11a-d25e13c5d3dd] Running / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0702 22:29:20.695760 595128 system_pods.go:61] "nvidia-device-plugin-daemonset-wtsx4" [ff17a7f4-46dd-4d11-98d8-c61436ae6eff] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0702 22:29:20.695767 595128 system_pods.go:61] "registry-bt5wn" [0741f899-36db-4a0f-90fe-8fe18eaa15e6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0702 22:29:20.695773 595128 system_pods.go:61] "registry-proxy-bswsb" [72a77875-106d-4b41-b540-1fba7d1077c3] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0702 22:29:20.695777 595128 system_pods.go:61] "snapshot-controller-745499f584-fgvtj" [ffbdec13-8405-4026-af21-bad10e82991e] Running
I0702 22:29:20.695782 595128 system_pods.go:61] "snapshot-controller-745499f584-k5dbj" [c346859b-c99a-40e8-85a2-d22f5ba8da28] Running
I0702 22:29:20.695789 595128 system_pods.go:61] "storage-provisioner" [93b83b86-4c10-4fe3-af67-42ef48c1e30d] Running
I0702 22:29:20.695796 595128 system_pods.go:74] duration metric: took 160.440771ms to wait for pod list to return data ...
I0702 22:29:20.695808 595128 default_sa.go:34] waiting for default service account to be created ...
I0702 22:29:20.767787 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:20.879265 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:20.881458 595128 default_sa.go:45] found service account: "default"
I0702 22:29:20.881517 595128 default_sa.go:55] duration metric: took 185.666041ms for default service account to be created ...
I0702 22:29:20.881541 595128 system_pods.go:116] waiting for k8s-apps to be running ...
I0702 22:29:20.994541 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:21.092031 595128 system_pods.go:86] 18 kube-system pods found
I0702 22:29:21.092113 595128 system_pods.go:89] "coredns-7db6d8ff4d-9bmx2" [a2bb153b-7644-424d-ad04-8a5ea55bd7b4] Running
I0702 22:29:21.092140 595128 system_pods.go:89] "csi-hostpath-attacher-0" [313a7771-e91f-4500-b1c9-6efdf672ca86] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0702 22:29:21.092163 595128 system_pods.go:89] "csi-hostpath-resizer-0" [faf2096e-e109-4039-bcd8-266817fbd640] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0702 22:29:21.092205 595128 system_pods.go:89] "csi-hostpathplugin-mvhdh" [545e319e-7cc4-4b8d-87bd-27ff61e065b5] 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])
I0702 22:29:21.092225 595128 system_pods.go:89] "etcd-addons-418372" [d63d9ca7-0ac8-4839-b051-5f09d7342954] Running
I0702 22:29:21.092247 595128 system_pods.go:89] "kindnet-hkpcr" [c40c7bb6-12b9-4232-bfbc-06d3ff9db0c7] Running
I0702 22:29:21.092278 595128 system_pods.go:89] "kube-apiserver-addons-418372" [8d46cc57-811e-41af-b724-901474621897] Running
I0702 22:29:21.092301 595128 system_pods.go:89] "kube-controller-manager-addons-418372" [774c006e-de18-46d8-8372-574cc148b5fa] Running
I0702 22:29:21.092325 595128 system_pods.go:89] "kube-ingress-dns-minikube" [f94f6bed-5b7b-4127-8f26-d0768ac0cd2d] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0702 22:29:21.092346 595128 system_pods.go:89] "kube-proxy-d7cmz" [0955eeb5-95a2-45da-86e0-b34872303bcc] Running
I0702 22:29:21.092377 595128 system_pods.go:89] "kube-scheduler-addons-418372" [3612ac6e-bc43-4821-bffc-802e29d4a14b] Running
I0702 22:29:21.092400 595128 system_pods.go:89] "metrics-server-c59844bb4-v29z2" [abc01e7a-d841-464c-a11a-d25e13c5d3dd] Running / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0702 22:29:21.092422 595128 system_pods.go:89] "nvidia-device-plugin-daemonset-wtsx4" [ff17a7f4-46dd-4d11-98d8-c61436ae6eff] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0702 22:29:21.092444 595128 system_pods.go:89] "registry-bt5wn" [0741f899-36db-4a0f-90fe-8fe18eaa15e6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0702 22:29:21.092477 595128 system_pods.go:89] "registry-proxy-bswsb" [72a77875-106d-4b41-b540-1fba7d1077c3] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0702 22:29:21.092499 595128 system_pods.go:89] "snapshot-controller-745499f584-fgvtj" [ffbdec13-8405-4026-af21-bad10e82991e] Running
I0702 22:29:21.092517 595128 system_pods.go:89] "snapshot-controller-745499f584-k5dbj" [c346859b-c99a-40e8-85a2-d22f5ba8da28] Running
I0702 22:29:21.092537 595128 system_pods.go:89] "storage-provisioner" [93b83b86-4c10-4fe3-af67-42ef48c1e30d] Running
I0702 22:29:21.092560 595128 system_pods.go:126] duration metric: took 210.999225ms to wait for k8s-apps to be running ...
I0702 22:29:21.092591 595128 system_svc.go:44] waiting for kubelet service to be running ....
I0702 22:29:21.092673 595128 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0702 22:29:21.114959 595128 system_svc.go:56] duration metric: took 22.357992ms WaitForService to wait for kubelet
I0702 22:29:21.114988 595128 kubeadm.go:576] duration metric: took 46.619310403s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0702 22:29:21.115011 595128 node_conditions.go:102] verifying NodePressure condition ...
I0702 22:29:21.269364 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:21.281677 595128 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0702 22:29:21.281711 595128 node_conditions.go:123] node cpu capacity is 2
I0702 22:29:21.281724 595128 node_conditions.go:105] duration metric: took 166.707181ms to run NodePressure ...
I0702 22:29:21.281736 595128 start.go:240] waiting for startup goroutines ...
I0702 22:29:21.373923 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:21.494906 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:21.768144 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:21.871440 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:21.997266 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:22.268185 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:22.371990 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:22.494581 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:22.769226 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:22.873584 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:22.994798 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:23.268467 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:23.370452 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:23.495525 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:23.767625 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:23.897088 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:23.993879 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:24.268023 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:24.369952 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:24.493970 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:24.767679 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:24.888036 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:24.994866 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:25.268267 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:25.370830 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:25.494029 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:25.772664 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:25.871647 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:25.994500 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:26.275067 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:26.371511 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:26.497286 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:26.768292 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:26.873762 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:26.995801 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:27.268537 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:27.371080 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:27.494831 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:27.767574 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:27.871197 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:27.993958 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:28.269041 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:28.370033 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:28.494646 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:28.768363 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:28.876135 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:28.995149 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:29.267664 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:29.371724 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:29.494593 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:29.767786 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:29.870634 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:29.996479 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:30.268051 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:30.375584 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:30.493806 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:30.767750 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:30.884168 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:30.997195 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:31.268650 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:31.370954 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:31.495063 595128 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0702 22:29:31.768198 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:31.870632 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:31.994346 595128 kapi.go:107] duration metric: took 49.004877264s to wait for app.kubernetes.io/name=ingress-nginx ...
I0702 22:29:32.272359 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:32.371425 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:32.768231 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:32.870704 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:33.267872 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:33.370978 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:33.769120 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:33.870996 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:34.267992 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:34.371368 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:34.768450 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:34.870929 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:35.268275 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:35.370455 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:35.767747 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:35.871378 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:36.267540 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:36.370824 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:36.769023 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:36.870627 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:37.267993 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:37.371106 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:37.770379 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:37.875387 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:38.267932 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:38.373460 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:38.768368 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:38.872794 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:39.268492 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:39.370992 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:39.768580 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:39.871619 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:40.268171 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:40.370479 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:40.767094 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:40.869963 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:41.268090 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:41.370995 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:41.769191 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0702 22:29:41.871478 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:42.268349 595128 kapi.go:107] duration metric: took 57.005761578s to wait for kubernetes.io/minikube-addons=registry ...
I0702 22:29:42.370862 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:42.871179 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:43.370734 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:43.872849 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:44.370388 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:44.871622 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:45.372615 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:45.871161 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:46.372379 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:46.870641 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:47.371965 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:47.871514 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:48.370374 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:48.870654 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:49.371659 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:49.871028 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:50.370749 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:50.871070 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:51.370476 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:51.871905 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:52.370961 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:52.870227 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:53.371044 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:53.870604 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0702 22:29:54.370393 595128 kapi.go:107] duration metric: took 1m8.505574391s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0702 22:30:09.838486 595128 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0702 22:30:09.838524 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:10.315184 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:10.815822 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:11.315422 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:11.815409 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:12.316186 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:12.816741 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:13.318016 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:13.815748 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:14.315511 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:14.816439 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:15.315501 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:15.816711 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:16.315808 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:16.815361 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:17.316093 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:17.815856 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:18.317629 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:18.816087 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:19.315719 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:19.815870 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:20.322819 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:20.815839 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:21.316357 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:21.816148 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:22.315793 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:22.815449 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:23.316325 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:23.815501 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:24.316222 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:24.815925 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:25.319898 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:25.816284 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:26.316200 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:26.816126 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:27.316742 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:27.815851 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:28.315524 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:28.816180 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:29.315686 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:29.815261 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:30.316208 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:30.815923 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:31.315295 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:31.815653 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:32.316006 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:32.815377 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:33.315470 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:33.816016 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:34.315959 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:34.815873 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:35.316148 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:35.816008 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:36.315428 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:36.816190 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:37.315987 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:37.815773 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:38.315644 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:38.815995 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:39.315490 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:39.816471 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:40.315671 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:40.815278 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:41.316055 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:41.816616 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:42.315278 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:42.816288 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:43.315975 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:43.815739 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:44.315575 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:44.823878 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:45.317037 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:45.815662 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:46.316189 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:46.815472 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:47.316206 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:47.815995 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:48.315305 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:48.815918 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:49.316356 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:49.816143 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:50.315495 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:50.820330 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:51.316338 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:51.815473 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:52.320520 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:52.816350 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:53.315770 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:53.815449 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:54.316436 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:54.815659 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:55.315925 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:55.815541 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:56.315363 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:56.816297 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:57.316353 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:57.815679 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:58.316409 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:58.816223 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:59.315332 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:30:59.816213 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:00.321619 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:00.816093 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:01.316144 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:01.815743 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:02.315951 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:02.816030 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:03.315224 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:03.817568 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:04.315539 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:04.816119 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:05.315914 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:05.815739 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:06.315426 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:06.816151 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:07.315630 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:07.816108 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:08.316297 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:08.816372 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:09.316211 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:09.816539 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:10.315958 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:10.815708 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:11.316363 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:11.816233 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:12.316183 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:12.816295 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:13.315964 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:13.815619 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:14.315582 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:14.816939 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:15.316450 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:15.815811 595128 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0702 22:31:16.320704 595128 kapi.go:107] duration metric: took 2m29.008659515s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0702 22:31:16.323030 595128 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-418372 cluster.
I0702 22:31:16.324906 595128 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.
I0702 22:31:16.326774 595128 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0702 22:31:16.328691 595128 out.go:177] * Enabled addons: nvidia-device-plugin, storage-provisioner, storage-provisioner-rancher, ingress-dns, cloud-spanner, volcano, metrics-server, yakd, default-storageclass, inspektor-gadget, volumesnapshots, ingress, registry, csi-hostpath-driver, gcp-auth
I0702 22:31:16.330917 595128 addons.go:510] duration metric: took 2m41.834865203s for enable addons: enabled=[nvidia-device-plugin storage-provisioner storage-provisioner-rancher ingress-dns cloud-spanner volcano metrics-server yakd default-storageclass inspektor-gadget volumesnapshots ingress registry csi-hostpath-driver gcp-auth]
I0702 22:31:16.330995 595128 start.go:245] waiting for cluster config update ...
I0702 22:31:16.331026 595128 start.go:254] writing updated cluster config ...
I0702 22:31:16.331345 595128 ssh_runner.go:195] Run: rm -f paused
I0702 22:31:16.688822 595128 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
I0702 22:31:16.690826 595128 out.go:177] * Done! kubectl is now configured to use "addons-418372" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
39aca566d24ee dd1b12fcb6097 5 seconds ago Exited hello-world-app 2 6b1e73639f6a6 hello-world-app-86c47465fc-ftww9
fe28644719dad 443d199e8bfcc 33 seconds ago Running nginx 0 c2061f27dd2c1 test-job-nginx-0
55e9421250c5b 5461b18aaccf3 33 seconds ago Running nginx 0 3bd90df827577 nginx
8a6796818bbe6 6cb7dcc2008fa 3 minutes ago Running headlamp 0 c1de4e3dfee52 headlamp-7867546754-qmvfq
1755593ace6cb 6ef582f3ec844 3 minutes ago Running gcp-auth 0 1a8f08aeb55c8 gcp-auth-5db96cd9b4-xcdfn
fb94b08ade6b6 296b5f799fcd8 5 minutes ago Exited patch 2 382ce20972276 ingress-nginx-admission-patch-8nnld
821098ac7dac2 2437cf7621777 5 minutes ago Running coredns 0 2fb6fe05099df coredns-7db6d8ff4d-9bmx2
4472e743c5023 77bdba588b953 5 minutes ago Running yakd 0 4eace11c0225a yakd-dashboard-799879c74f-h7j87
ab66ddb159a1c 296b5f799fcd8 5 minutes ago Exited create 0 74c139e7db2e1 ingress-nginx-admission-create-wvng7
1d4c11aeb4ee9 ba04bb24b9575 5 minutes ago Running storage-provisioner 0 346d0908c4fa4 storage-provisioner
ce2e3c6d5fbf7 89d73d416b992 5 minutes ago Running kindnet-cni 0 ce9a3e9955866 kindnet-hkpcr
f29f8a0979300 66dbb96a9149f 5 minutes ago Running kube-proxy 0 6f39d3497cefd kube-proxy-d7cmz
f24fcd88fcd66 84c601f3f72c8 6 minutes ago Running kube-apiserver 0 9b40fbfa78f32 kube-apiserver-addons-418372
ee2d1e4a93238 014faa467e297 6 minutes ago Running etcd 0 f88a12e2ea9cb etcd-addons-418372
eafeac80b82d2 c7dd04b1bafeb 6 minutes ago Running kube-scheduler 0 a75a7a5b8f34c kube-scheduler-addons-418372
1fa6b1747db90 e1dcc3400d3ea 6 minutes ago Running kube-controller-manager 0 d0079509b8a0c kube-controller-manager-addons-418372
==> containerd <==
Jul 02 22:34:27 addons-418372 containerd[810]: time="2024-07-02T22:34:27.712191172Z" level=info msg="Stop container \"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a\" with signal terminated"
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.285710156Z" level=info msg="CreateContainer within sandbox \"6b1e73639f6a6af60735ca13be6a0cb54173d6c82b7a838ae56ee4ed8c38e424\" for container &ContainerMetadata{Name:hello-world-app,Attempt:2,}"
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.303579210Z" level=info msg="CreateContainer within sandbox \"6b1e73639f6a6af60735ca13be6a0cb54173d6c82b7a838ae56ee4ed8c38e424\" for &ContainerMetadata{Name:hello-world-app,Attempt:2,} returns container id \"39aca566d24eeb2e01a2c3914d1f82adce450bb4a8ecd2bd987fae9d216f25c8\""
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.305476835Z" level=info msg="StartContainer for \"39aca566d24eeb2e01a2c3914d1f82adce450bb4a8ecd2bd987fae9d216f25c8\""
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.357742718Z" level=info msg="StartContainer for \"39aca566d24eeb2e01a2c3914d1f82adce450bb4a8ecd2bd987fae9d216f25c8\" returns successfully"
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.385507296Z" level=info msg="shim disconnected" id=39aca566d24eeb2e01a2c3914d1f82adce450bb4a8ecd2bd987fae9d216f25c8 namespace=k8s.io
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.385712924Z" level=warning msg="cleaning up after shim disconnected" id=39aca566d24eeb2e01a2c3914d1f82adce450bb4a8ecd2bd987fae9d216f25c8 namespace=k8s.io
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.385736136Z" level=info msg="cleaning up dead shim" namespace=k8s.io
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.718537043Z" level=info msg="Kill container \"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a\""
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.763781442Z" level=info msg="shim disconnected" id=3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a namespace=k8s.io
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.764045055Z" level=warning msg="cleaning up after shim disconnected" id=3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a namespace=k8s.io
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.764068866Z" level=info msg="cleaning up dead shim" namespace=k8s.io
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.781078354Z" level=info msg="StopContainer for \"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a\" returns successfully"
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.781752690Z" level=info msg="StopPodSandbox for \"cd6672550b2cdca123111b77ad5c901a129242e7f0fd36cd1797a0e68c3ba4e3\""
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.781802511Z" level=info msg="Container to stop \"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.810625489Z" level=info msg="shim disconnected" id=cd6672550b2cdca123111b77ad5c901a129242e7f0fd36cd1797a0e68c3ba4e3 namespace=k8s.io
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.811683823Z" level=warning msg="cleaning up after shim disconnected" id=cd6672550b2cdca123111b77ad5c901a129242e7f0fd36cd1797a0e68c3ba4e3 namespace=k8s.io
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.811835781Z" level=info msg="cleaning up dead shim" namespace=k8s.io
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.863095802Z" level=info msg="TearDown network for sandbox \"cd6672550b2cdca123111b77ad5c901a129242e7f0fd36cd1797a0e68c3ba4e3\" successfully"
Jul 02 22:34:29 addons-418372 containerd[810]: time="2024-07-02T22:34:29.863138444Z" level=info msg="StopPodSandbox for \"cd6672550b2cdca123111b77ad5c901a129242e7f0fd36cd1797a0e68c3ba4e3\" returns successfully"
Jul 02 22:34:30 addons-418372 containerd[810]: time="2024-07-02T22:34:30.063783797Z" level=info msg="RemoveContainer for \"2ccfc26588b71178af3fe6ed7ca3c09846cc740efeb7f9f674f7c68a35315fd9\""
Jul 02 22:34:30 addons-418372 containerd[810]: time="2024-07-02T22:34:30.075233784Z" level=info msg="RemoveContainer for \"2ccfc26588b71178af3fe6ed7ca3c09846cc740efeb7f9f674f7c68a35315fd9\" returns successfully"
Jul 02 22:34:30 addons-418372 containerd[810]: time="2024-07-02T22:34:30.077394522Z" level=info msg="RemoveContainer for \"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a\""
Jul 02 22:34:30 addons-418372 containerd[810]: time="2024-07-02T22:34:30.084126589Z" level=info msg="RemoveContainer for \"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a\" returns successfully"
Jul 02 22:34:30 addons-418372 containerd[810]: time="2024-07-02T22:34:30.086678832Z" level=error msg="ContainerStatus for \"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a\": not found"
==> coredns [821098ac7dac227d6d0664d1bf894aa09c660ed3b7c38a8ecc53f673c020e025] <==
[INFO] 10.244.0.13:50372 - 5376 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000064427s
[INFO] 10.244.0.13:50372 - 62920 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001518541s
[INFO] 10.244.0.13:51323 - 43579 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002857687s
[INFO] 10.244.0.13:50372 - 42101 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.003137718s
[INFO] 10.244.0.13:51323 - 16865 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.003028442s
[INFO] 10.244.0.13:51323 - 9395 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000132389s
[INFO] 10.244.0.13:50372 - 57250 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000187888s
[INFO] 10.244.0.13:49299 - 12232 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000107445s
[INFO] 10.244.0.13:49299 - 8561 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000087762s
[INFO] 10.244.0.13:49299 - 42115 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000076373s
[INFO] 10.244.0.13:49299 - 61138 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000072147s
[INFO] 10.244.0.13:49299 - 41049 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00006875s
[INFO] 10.244.0.13:49299 - 35316 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000069768s
[INFO] 10.244.0.13:49299 - 24774 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001854237s
[INFO] 10.244.0.13:49299 - 41054 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001489569s
[INFO] 10.244.0.13:49299 - 18847 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000073354s
[INFO] 10.244.0.13:41903 - 15650 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000111417s
[INFO] 10.244.0.13:41903 - 22046 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000087614s
[INFO] 10.244.0.13:41903 - 48667 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000057821s
[INFO] 10.244.0.13:41903 - 20523 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000083241s
[INFO] 10.244.0.13:41903 - 19842 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000075881s
[INFO] 10.244.0.13:41903 - 39097 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000085735s
[INFO] 10.244.0.13:41903 - 28635 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00135261s
[INFO] 10.244.0.13:41903 - 15164 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001258842s
[INFO] 10.244.0.13:41903 - 56060 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000060242s
==> describe nodes <==
Name: addons-418372
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-418372
kubernetes.io/os=linux
minikube.k8s.io/commit=2bce8933293613b276005b73ae4302643d06c376
minikube.k8s.io/name=addons-418372
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_02T22_28_22_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-418372
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: Tue, 02 Jul 2024 22:28:18 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-418372
AcquireTime: <unset>
RenewTime: Tue, 02 Jul 2024 22:34:28 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Tue, 02 Jul 2024 22:34:28 +0000 Tue, 02 Jul 2024 22:28:15 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Tue, 02 Jul 2024 22:34:28 +0000 Tue, 02 Jul 2024 22:28:15 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Tue, 02 Jul 2024 22:34:28 +0000 Tue, 02 Jul 2024 22:28:15 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Tue, 02 Jul 2024 22:34:28 +0000 Tue, 02 Jul 2024 22:28:21 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-418372
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022368Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022368Ki
pods: 110
System Info:
Machine ID: 026916f7acbf4dec8220b2e5b5e584b7
System UUID: 3df32498-d141-48ad-806b-24281da3a611
Boot ID: 7a03df50-70b9-4567-a9f4-3b2f884929f0
Kernel Version: 5.15.0-1063-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.7.18
Kubelet Version: v1.30.2
Kube-Proxy Version: v1.30.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (14 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-86c47465fc-ftww9 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) 37s
gcp-auth gcp-auth-5db96cd9b4-xcdfn 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m26s
headlamp headlamp-7867546754-qmvfq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m18s
kube-system coredns-7db6d8ff4d-9bmx2 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m
kube-system etcd-addons-418372 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m14s
kube-system kindnet-hkpcr 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m
kube-system kube-apiserver-addons-418372 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m14s
kube-system kube-controller-manager-addons-418372 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m14s
kube-system kube-proxy-d7cmz 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m
kube-system kube-scheduler-addons-418372 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m14s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m57s
my-volcano test-job-nginx-0 1 (50%!)(MISSING) 1 (50%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m51s
yakd-dashboard yakd-dashboard-799879c74f-h7j87 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 5m55s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1850m (92%!)(MISSING) 1100m (55%!)(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 5m59s kube-proxy
Normal NodeHasSufficientMemory 6m21s (x8 over 6m21s) kubelet Node addons-418372 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m21s (x8 over 6m21s) kubelet Node addons-418372 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m21s (x7 over 6m21s) kubelet Node addons-418372 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 6m21s kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 6m14s kubelet Node addons-418372 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m14s kubelet Node addons-418372 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m14s kubelet Node addons-418372 status is now: NodeHasSufficientPID
Normal NodeNotReady 6m14s kubelet Node addons-418372 status is now: NodeNotReady
Normal NodeAllocatableEnforced 6m14s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 6m14s kubelet Node addons-418372 status is now: NodeReady
Normal Starting 6m14s kubelet Starting kubelet.
Normal RegisteredNode 6m1s node-controller Node addons-418372 event: Registered Node addons-418372 in Controller
==> dmesg <==
[ +0.001031] FS-Cache: O-key=[8] 'e33a5c0100000000'
[ +0.000691] FS-Cache: N-cookie c=0000001e [p=00000015 fl=2 nc=0 na=1]
[ +0.000921] FS-Cache: N-cookie d=000000008f294098{9p.inode} n=000000000d2f6748
[ +0.001060] FS-Cache: N-key=[8] 'e33a5c0100000000'
[ +0.002453] FS-Cache: Duplicate cookie detected
[ +0.000677] FS-Cache: O-cookie c=00000018 [p=00000015 fl=226 nc=0 na=1]
[ +0.000971] FS-Cache: O-cookie d=000000008f294098{9p.inode} n=000000006b476acb
[ +0.001041] FS-Cache: O-key=[8] 'e33a5c0100000000'
[ +0.000692] FS-Cache: N-cookie c=0000001f [p=00000015 fl=2 nc=0 na=1]
[ +0.000921] FS-Cache: N-cookie d=000000008f294098{9p.inode} n=0000000047ad6520
[ +0.001039] FS-Cache: N-key=[8] 'e33a5c0100000000'
[ +3.032323] FS-Cache: Duplicate cookie detected
[ +0.000702] FS-Cache: O-cookie c=00000016 [p=00000015 fl=226 nc=0 na=1]
[ +0.000980] FS-Cache: O-cookie d=000000008f294098{9p.inode} n=00000000a205eeb5
[ +0.001050] FS-Cache: O-key=[8] 'e23a5c0100000000'
[ +0.000695] FS-Cache: N-cookie c=00000021 [p=00000015 fl=2 nc=0 na=1]
[ +0.000961] FS-Cache: N-cookie d=000000008f294098{9p.inode} n=000000005d97e474
[ +0.001048] FS-Cache: N-key=[8] 'e23a5c0100000000'
[ +0.351787] FS-Cache: Duplicate cookie detected
[ +0.000767] FS-Cache: O-cookie c=0000001b [p=00000015 fl=226 nc=0 na=1]
[ +0.000976] FS-Cache: O-cookie d=000000008f294098{9p.inode} n=00000000361f8124
[ +0.001072] FS-Cache: O-key=[8] 'e83a5c0100000000'
[ +0.000727] FS-Cache: N-cookie c=00000022 [p=00000015 fl=2 nc=0 na=1]
[ +0.000936] FS-Cache: N-cookie d=000000008f294098{9p.inode} n=000000000d2f6748
[ +0.001038] FS-Cache: N-key=[8] 'e83a5c0100000000'
==> etcd [ee2d1e4a93238f1f6802f86198c0f4f71786c71770c8265f776a4814786bcaf7] <==
{"level":"info","ts":"2024-07-02T22:28:14.975949Z","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-07-02T22:28:14.975544Z","caller":"embed/etcd.go:726","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
{"level":"info","ts":"2024-07-02T22:28:14.976415Z","caller":"embed/etcd.go:277","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-07-02T22:28:14.975563Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-07-02T22:28:14.9758Z","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-07-02T22:28:14.977548Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-07-02T22:28:14.977776Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-07-02T22:28:15.858313Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-07-02T22:28:15.858368Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-07-02T22:28:15.858396Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-07-02T22:28:15.858416Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-07-02T22:28:15.858426Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-02T22:28:15.858436Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-07-02T22:28:15.858444Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-02T22:28:15.860579Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-418372 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-07-02T22:28:15.860618Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-02T22:28:15.860887Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-02T22:28:15.867602Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-07-02T22:28:15.882316Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-07-02T22:28:15.882524Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-07-02T22:28:15.873955Z","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-07-02T22:28:15.882804Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-02T22:28:15.882954Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-02T22:28:15.873977Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-02T22:28:15.890476Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
==> gcp-auth [1755593ace6cbc425e2063c25f448e01d68bd03a09edf416fc8d6786fcdeb661] <==
2024/07/02 22:31:43 Ready to write response ...
2024/07/02 22:31:44 Ready to marshal response ...
2024/07/02 22:31:44 Ready to write response ...
2024/07/02 22:31:51 Ready to marshal response ...
2024/07/02 22:31:51 Ready to write response ...
2024/07/02 22:32:52 Ready to marshal response ...
2024/07/02 22:32:52 Ready to write response ...
2024/07/02 22:33:11 Ready to marshal response ...
2024/07/02 22:33:11 Ready to write response ...
2024/07/02 22:33:58 Ready to marshal response ...
2024/07/02 22:33:58 Ready to write response ...
2024/07/02 22:34:08 Ready to marshal response ...
2024/07/02 22:34:08 Ready to write response ...
2024/07/02 22:34:09 Ready to marshal response ...
2024/07/02 22:34:09 Ready to write response ...
2024/07/02 22:34:09 Ready to marshal response ...
2024/07/02 22:34:09 Ready to write response ...
2024/07/02 22:34:09 Ready to marshal response ...
2024/07/02 22:34:09 Ready to write response ...
2024/07/02 22:34:09 Ready to marshal response ...
2024/07/02 22:34:09 Ready to write response ...
2024/07/02 22:34:09 Ready to marshal response ...
2024/07/02 22:34:09 Ready to write response ...
2024/07/02 22:34:09 Ready to marshal response ...
2024/07/02 22:34:09 Ready to write response ...
==> kernel <==
22:34:35 up 3:17, 0 users, load average: 0.39, 1.51, 2.18
Linux addons-418372 5.15.0-1063-aws #69~20.04.1-Ubuntu SMP Fri May 10 19:21:30 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [ce2e3c6d5fbf79bf0ede5f800c661abcd7a0d83be4e20985919b3483059dce8d] <==
I0702 22:32:26.506440 1 main.go:227] handling current node
I0702 22:32:36.510878 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:32:36.510909 1 main.go:227] handling current node
I0702 22:32:46.522671 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:32:46.522697 1 main.go:227] handling current node
I0702 22:32:56.535641 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:32:56.535669 1 main.go:227] handling current node
I0702 22:33:06.540148 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:33:06.540177 1 main.go:227] handling current node
I0702 22:33:16.544254 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:33:16.544342 1 main.go:227] handling current node
I0702 22:33:26.556763 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:33:26.556795 1 main.go:227] handling current node
I0702 22:33:36.561208 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:33:36.561240 1 main.go:227] handling current node
I0702 22:33:46.573634 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:33:46.573664 1 main.go:227] handling current node
I0702 22:33:56.591832 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:33:56.592258 1 main.go:227] handling current node
I0702 22:34:06.596546 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:34:06.596576 1 main.go:227] handling current node
I0702 22:34:16.602142 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:34:16.602203 1 main.go:227] handling current node
I0702 22:34:26.606345 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0702 22:34:26.606371 1 main.go:227] handling current node
==> kube-apiserver [f24fcd88fcd664df33f05da848eab641be336fbe71f9aa311585630bd6ab3d83] <==
I0702 22:33:58.995882 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.110.63.185"}
I0702 22:34:08.584341 1 handler.go:286] Adding GroupVersion batch.volcano.sh v1alpha1 to ResourceManager
I0702 22:34:08.632401 1 handler.go:286] Adding GroupVersion bus.volcano.sh v1alpha1 to ResourceManager
W0702 22:34:08.996427 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
W0702 22:34:09.137797 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
W0702 22:34:09.145166 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
W0702 22:34:09.267290 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
I0702 22:34:09.292770 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0702 22:34:09.304886 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.99.14.112"}
W0702 22:34:09.356087 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
I0702 22:34:09.375679 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0702 22:34:09.420784 1 handler.go:286] Adding GroupVersion nodeinfo.volcano.sh v1alpha1 to ResourceManager
I0702 22:34:09.430126 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
W0702 22:34:09.466776 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
W0702 22:34:09.691584 1 cacher.go:168] Terminating all watchers from cacher commands.bus.volcano.sh
I0702 22:34:09.741653 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
I0702 22:34:09.860658 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
I0702 22:34:09.960026 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
W0702 22:34:10.260825 1 cacher.go:168] Terminating all watchers from cacher jobs.batch.volcano.sh
W0702 22:34:10.437917 1 cacher.go:168] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
W0702 22:34:10.516998 1 cacher.go:168] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
W0702 22:34:10.533726 1 cacher.go:168] Terminating all watchers from cacher queues.scheduling.volcano.sh
W0702 22:34:11.015244 1 cacher.go:168] Terminating all watchers from cacher jobflows.flow.volcano.sh
W0702 22:34:11.212732 1 cacher.go:168] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
I0702 22:34:31.902570 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
==> kube-controller-manager [1fa6b1747db9056c9fd351af7cd0836442db1e72e68bf859c491aa951de8e913] <==
E0702 22:34:23.339791 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
W0702 22:34:25.915903 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
E0702 22:34:25.915945 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
W0702 22:34:26.513500 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
E0702 22:34:26.513541 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
I0702 22:34:26.690038 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0702 22:34:26.694397 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="6.137µs"
I0702 22:34:26.701219 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
W0702 22:34:27.107313 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
E0702 22:34:27.107356 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
W0702 22:34:27.710922 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
E0702 22:34:27.710962 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
W0702 22:34:29.406743 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
E0702 22:34:29.406784 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
I0702 22:34:30.070143 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="45.005µs"
W0702 22:34:30.495900 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
E0702 22:34:30.495941 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
W0702 22:34:32.436723 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
E0702 22:34:32.436759 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
I0702 22:34:34.589656 1 shared_informer.go:313] Waiting for caches to sync for resource quota
I0702 22:34:34.589698 1 shared_informer.go:320] Caches are synced for resource quota
W0702 22:34:34.821650 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
E0702 22:34:34.821689 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
I0702 22:34:34.938370 1 shared_informer.go:313] Waiting for caches to sync for garbage collector
I0702 22:34:34.938417 1 shared_informer.go:320] Caches are synced for garbage collector
==> kube-proxy [f29f8a0979300fff46813cc2f8669aa61d7021748ad2377958841eaf866964f5] <==
I0702 22:28:35.983490 1 server_linux.go:69] "Using iptables proxy"
I0702 22:28:35.999498 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0702 22:28:36.065551 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0702 22:28:36.065604 1 server_linux.go:165] "Using iptables Proxier"
I0702 22:28:36.070848 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0702 22:28:36.070878 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0702 22:28:36.070913 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"
I0702 22:28:36.071191 1 server.go:872] "Version info" version="v1.30.2"
I0702 22:28:36.071209 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0702 22:28:36.076267 1 config.go:192] "Starting service config controller"
I0702 22:28:36.076294 1 shared_informer.go:313] Waiting for caches to sync for service config
I0702 22:28:36.076315 1 config.go:101] "Starting endpoint slice config controller"
I0702 22:28:36.076319 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0702 22:28:36.079870 1 config.go:319] "Starting node config controller"
I0702 22:28:36.079902 1 shared_informer.go:313] Waiting for caches to sync for node config
I0702 22:28:36.177215 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0702 22:28:36.177282 1 shared_informer.go:320] Caches are synced for service config
I0702 22:28:36.180222 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [eafeac80b82d2577040c3d61dbf82d4daa0e6f79b8ebb013c37ea451de8ede87] <==
W0702 22:28:19.334970 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0702 22:28:19.335029 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0702 22:28:19.335121 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0702 22:28:19.335163 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0702 22:28:19.335410 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
E0702 22:28:19.335471 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
W0702 22:28:19.335561 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0702 22:28:19.335605 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0702 22:28:19.335691 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
E0702 22:28:19.335742 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
W0702 22:28:19.335871 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
E0702 22:28:19.335925 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
W0702 22:28:19.336013 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
E0702 22:28:19.336059 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
W0702 22:28:19.336142 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
E0702 22:28:19.336194 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
W0702 22:28:19.336331 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
E0702 22:28:19.336387 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
W0702 22:28:19.336474 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
E0702 22:28:19.336529 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
W0702 22:28:19.336719 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
E0702 22:28:19.336774 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
W0702 22:28:19.336809 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
E0702 22:28:19.336859 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
I0702 22:28:20.828264 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 02 22:34:14 addons-418372 kubelet[1543]: E0702 22:34:14.997441 1543 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-ftww9_default(fb75af6a-b5df-4a72-9fac-44741acc530e)\"" pod="default/hello-world-app-86c47465fc-ftww9" podUID="fb75af6a-b5df-4a72-9fac-44741acc530e"
Jul 02 22:34:22 addons-418372 kubelet[1543]: I0702 22:34:22.281749 1543 scope.go:117] "RemoveContainer" containerID="1dba3bc3f686e8d95f1142e99ad930c8b701af755bfa15fa472fe1980e8ce38e"
Jul 02 22:34:22 addons-418372 kubelet[1543]: E0702 22:34:22.281997 1543 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(f94f6bed-5b7b-4127-8f26-d0768ac0cd2d)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="f94f6bed-5b7b-4127-8f26-d0768ac0cd2d"
Jul 02 22:34:25 addons-418372 kubelet[1543]: I0702 22:34:25.263657 1543 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-6vbdb\" (UniqueName: \"kubernetes.io/projected/f94f6bed-5b7b-4127-8f26-d0768ac0cd2d-kube-api-access-6vbdb\") pod \"f94f6bed-5b7b-4127-8f26-d0768ac0cd2d\" (UID: \"f94f6bed-5b7b-4127-8f26-d0768ac0cd2d\") "
Jul 02 22:34:25 addons-418372 kubelet[1543]: I0702 22:34:25.267751 1543 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/f94f6bed-5b7b-4127-8f26-d0768ac0cd2d-kube-api-access-6vbdb" (OuterVolumeSpecName: "kube-api-access-6vbdb") pod "f94f6bed-5b7b-4127-8f26-d0768ac0cd2d" (UID: "f94f6bed-5b7b-4127-8f26-d0768ac0cd2d"). InnerVolumeSpecName "kube-api-access-6vbdb". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 02 22:34:25 addons-418372 kubelet[1543]: I0702 22:34:25.364644 1543 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-6vbdb\" (UniqueName: \"kubernetes.io/projected/f94f6bed-5b7b-4127-8f26-d0768ac0cd2d-kube-api-access-6vbdb\") on node \"addons-418372\" DevicePath \"\""
Jul 02 22:34:26 addons-418372 kubelet[1543]: I0702 22:34:26.038216 1543 scope.go:117] "RemoveContainer" containerID="1dba3bc3f686e8d95f1142e99ad930c8b701af755bfa15fa472fe1980e8ce38e"
Jul 02 22:34:27 addons-418372 kubelet[1543]: I0702 22:34:27.285450 1543 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="71c41fe1-531a-447a-b206-7f765e84691c" path="/var/lib/kubelet/pods/71c41fe1-531a-447a-b206-7f765e84691c/volumes"
Jul 02 22:34:27 addons-418372 kubelet[1543]: I0702 22:34:27.285919 1543 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="817e6bbc-2e8e-4ca4-abe6-b88f9384db95" path="/var/lib/kubelet/pods/817e6bbc-2e8e-4ca4-abe6-b88f9384db95/volumes"
Jul 02 22:34:27 addons-418372 kubelet[1543]: I0702 22:34:27.286435 1543 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f94f6bed-5b7b-4127-8f26-d0768ac0cd2d" path="/var/lib/kubelet/pods/f94f6bed-5b7b-4127-8f26-d0768ac0cd2d/volumes"
Jul 02 22:34:29 addons-418372 kubelet[1543]: I0702 22:34:29.282244 1543 scope.go:117] "RemoveContainer" containerID="2ccfc26588b71178af3fe6ed7ca3c09846cc740efeb7f9f674f7c68a35315fd9"
Jul 02 22:34:29 addons-418372 kubelet[1543]: I0702 22:34:29.994726 1543 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-58lng\" (UniqueName: \"kubernetes.io/projected/77c3ee73-0f4f-4816-b5fb-3f74bccd7757-kube-api-access-58lng\") pod \"77c3ee73-0f4f-4816-b5fb-3f74bccd7757\" (UID: \"77c3ee73-0f4f-4816-b5fb-3f74bccd7757\") "
Jul 02 22:34:29 addons-418372 kubelet[1543]: I0702 22:34:29.994790 1543 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/77c3ee73-0f4f-4816-b5fb-3f74bccd7757-webhook-cert\") pod \"77c3ee73-0f4f-4816-b5fb-3f74bccd7757\" (UID: \"77c3ee73-0f4f-4816-b5fb-3f74bccd7757\") "
Jul 02 22:34:29 addons-418372 kubelet[1543]: I0702 22:34:29.996859 1543 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/77c3ee73-0f4f-4816-b5fb-3f74bccd7757-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "77c3ee73-0f4f-4816-b5fb-3f74bccd7757" (UID: "77c3ee73-0f4f-4816-b5fb-3f74bccd7757"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 02 22:34:29 addons-418372 kubelet[1543]: I0702 22:34:29.996863 1543 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/77c3ee73-0f4f-4816-b5fb-3f74bccd7757-kube-api-access-58lng" (OuterVolumeSpecName: "kube-api-access-58lng") pod "77c3ee73-0f4f-4816-b5fb-3f74bccd7757" (UID: "77c3ee73-0f4f-4816-b5fb-3f74bccd7757"). InnerVolumeSpecName "kube-api-access-58lng". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 02 22:34:30 addons-418372 kubelet[1543]: I0702 22:34:30.054431 1543 scope.go:117] "RemoveContainer" containerID="2ccfc26588b71178af3fe6ed7ca3c09846cc740efeb7f9f674f7c68a35315fd9"
Jul 02 22:34:30 addons-418372 kubelet[1543]: I0702 22:34:30.054822 1543 scope.go:117] "RemoveContainer" containerID="39aca566d24eeb2e01a2c3914d1f82adce450bb4a8ecd2bd987fae9d216f25c8"
Jul 02 22:34:30 addons-418372 kubelet[1543]: E0702 22:34:30.055243 1543 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-ftww9_default(fb75af6a-b5df-4a72-9fac-44741acc530e)\"" pod="default/hello-world-app-86c47465fc-ftww9" podUID="fb75af6a-b5df-4a72-9fac-44741acc530e"
Jul 02 22:34:30 addons-418372 kubelet[1543]: I0702 22:34:30.075624 1543 scope.go:117] "RemoveContainer" containerID="3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a"
Jul 02 22:34:30 addons-418372 kubelet[1543]: I0702 22:34:30.086004 1543 scope.go:117] "RemoveContainer" containerID="3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a"
Jul 02 22:34:30 addons-418372 kubelet[1543]: E0702 22:34:30.086926 1543 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a\": not found" containerID="3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a"
Jul 02 22:34:30 addons-418372 kubelet[1543]: I0702 22:34:30.086997 1543 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a"} err="failed to get container status \"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a\": rpc error: code = NotFound desc = an error occurred when try to find container \"3abdf7c1d1b108af74b490d708498a366fd7a1321be5b42838db0c422dfe4e5a\": not found"
Jul 02 22:34:30 addons-418372 kubelet[1543]: I0702 22:34:30.095430 1543 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-58lng\" (UniqueName: \"kubernetes.io/projected/77c3ee73-0f4f-4816-b5fb-3f74bccd7757-kube-api-access-58lng\") on node \"addons-418372\" DevicePath \"\""
Jul 02 22:34:30 addons-418372 kubelet[1543]: I0702 22:34:30.095477 1543 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/77c3ee73-0f4f-4816-b5fb-3f74bccd7757-webhook-cert\") on node \"addons-418372\" DevicePath \"\""
Jul 02 22:34:31 addons-418372 kubelet[1543]: I0702 22:34:31.284505 1543 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="77c3ee73-0f4f-4816-b5fb-3f74bccd7757" path="/var/lib/kubelet/pods/77c3ee73-0f4f-4816-b5fb-3f74bccd7757/volumes"
==> storage-provisioner [1d4c11aeb4ee96d4c23e594398a39c1d28b9a0b56f2ec9cbec47ba7a4f7c4251] <==
I0702 22:28:39.564632 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0702 22:28:39.593793 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0702 22:28:39.593989 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0702 22:28:39.603397 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0702 22:28:39.604293 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-418372_6890b505-dd2e-44d8-93a0-d272dbe1b100!
I0702 22:28:39.611459 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"35a6cb7b-8a1f-4465-b393-35b875b521af", APIVersion:"v1", ResourceVersion:"526", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-418372_6890b505-dd2e-44d8-93a0-d272dbe1b100 became leader
I0702 22:28:39.704806 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-418372_6890b505-dd2e-44d8-93a0-d272dbe1b100!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-418372 -n addons-418372
helpers_test.go:261: (dbg) Run: kubectl --context addons-418372 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (37.84s)